diff options
author | Egbert Eich <eich@suse.de> | 2004-10-19 13:50:06 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-10-19 13:50:06 +0000 |
commit | 67b078bc115ca3c52545b9dacb2b0fc0a1c9e90e (patch) | |
tree | 86ac5b904073413c1e276c9cdce71da5f0244cef | |
parent | 967895bc594e45f065a97005a248ef71139eb269 (diff) |
Enabling modules and DRI for Linux HPPA.
Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584).
-rw-r--r-- | imakemdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/imakemdep.h b/imakemdep.h index 87558ae..1340cc4 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -395,6 +395,9 @@ char *cpp_argv[ARGUMENTS] = { # ifdef __m68k__ "-D__m68k__", # endif +# ifdef __hppa__ + "-D__hppa__", +# endif # ifdef __sh__ "-D__sh__", # endif @@ -1326,6 +1329,9 @@ struct symtab predefs[] = { # ifdef __s390__ {"__s390__", "1"}, # endif +# ifdef __hppa__ + {"__hppa__", "1"}, +# endif # ifdef __sh__ {"__sh__", "1"}, # endif |