summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soltools/mkdepend/imakemdep.h23
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