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
commit83fade2fa0bf4114aaf3f3426e623fce5b31bc77 (patch)
tree0196a2fdfbec8d801b51d1d6dff501110d64530a /idlc
parent92f34f605ef19f3cfb9b9f3e42c36f08d133c6d2 (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 980521197028..d79b04084a8a 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 0bc3c76825d1..e30459958564 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"