summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 12:55:05 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:31:10 +0100
commit92f34f605ef19f3cfb9b9f3e42c36f08d133c6d2 (patch)
tree816c4a2f6fc5e435a0ed11bd93c486466717af26 /idlc
parent9f5042e4a519e8583def244aae669fe6f5c80101 (diff)
Remove HPUX support
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/preproc/include.c3
-rw-r--r--idlc/source/preproc/macro.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c
index b56622b571ee..980521197028 100644
--- a/idlc/source/preproc/include.c
+++ b/idlc/source/preproc/include.c
@@ -38,9 +38,6 @@
#include <string.h>
#include <fcntl.h>
-#ifdef __hpux
-# define _HPUX_SOURCE
-#endif
#ifdef SCO
#define _IBCS2
#endif
diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c
index 35dc20d5204f..0bc3c76825d1 100644
--- a/idlc/source/preproc/macro.c
+++ b/idlc/source/preproc/macro.c
@@ -32,9 +32,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef __hpux
-# define _HPUX_SOURCE
-#endif
#ifdef SCO
# define _IBCS2
#endif