summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 13:27:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:31:45 +0100
commitef7909c0c4364067775b329aef626b6d0bbe2ca5 (patch)
tree60ad96aa2372367ea0db8db0d879d7a3942a3a88 /idlc
parent94b6f309c6eb8cab0460fa5fae38f65a7f0b5fde (diff)
Remove SCO support
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/preproc/include.c4
-rw-r--r--idlc/source/preproc/macro.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c
index 074369385..f94f3b503 100644
--- a/idlc/source/preproc/include.c
+++ b/idlc/source/preproc/include.c
@@ -37,10 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-
-#ifdef SCO
-#define _IBCS2
-#endif
#include <limits.h>
#include "cpp.h"
diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c
index 693c30cdf..fcfdd4494 100644
--- a/idlc/source/preproc/macro.c
+++ b/idlc/source/preproc/macro.c
@@ -31,10 +31,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
-#ifdef SCO
-# define _IBCS2
-#endif
#include <limits.h>
#include "cpp.h"