diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-22 22:05:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-22 22:06:00 +0100 |
commit | d2a6b1e9a07831ba54a3c6f3604b451b2c5eb5dc (patch) | |
tree | dd4eb3fc785a0a6d5006de31e327651d500bb3ef /soltools | |
parent | fc19bad5b7d6a4ca75f8b60fa91831df0a50d6b3 (diff) |
Remove HPUX from imakedep.h
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/mkdepend/imakemdep.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/soltools/mkdepend/imakemdep.h b/soltools/mkdepend/imakemdep.h index 1b62ea82ca10..bd42dece5efc 100644 --- a/soltools/mkdepend/imakemdep.h +++ b/soltools/mkdepend/imakemdep.h @@ -43,14 +43,6 @@ in this Software without prior written authorization from the X Consortium. * These will be passed to the compile along with the contents of the * make variable BOOTSTRAPCFLAGS. */ -#ifdef hpux -#ifdef hp9000s800 -#define imake_ccflags "-DSYSV" -#else -#define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV" -#endif -#endif - #if defined(macII) || defined(_AUX_SOURCE) #define imake_ccflags "-DmacII -DSYSV" #endif @@ -208,9 +200,6 @@ in this Software without prior written authorization from the X Consortium. * If use cc -E but want a different compiler, define DEFAULT_CC. * If the cpp you need is not in /lib/cpp, define DEFAULT_CPP. */ -#ifdef hpux -#define USE_CC_E -#endif #ifdef WIN32 #define USE_CC_E #define DEFAULT_CC "cl" @@ -549,18 +538,6 @@ struct pair predefs[] = { #ifdef __sparc__ {"__sparc__", "1", NULL}, #endif -#ifdef hpux - {"hpux", "1", NULL}, -#endif -#ifdef __hpux - {"__hpux", "1", NULL}, -#endif -#ifdef __hp9000s800 - {"__hp9000s800", "1", NULL}, -#endif -#ifdef __hp9000s700 - {"__hp9000s700", "1", NULL}, -#endif #ifdef vax {"vax", "1", NULL}, #endif |