summaryrefslogtreecommitdiffstats
path: root/idlc/source/preproc/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/include.c')
-rw-r--r--idlc/source/preproc/include.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c
index 88a619905b64..e00156b13bcb 100644
--- a/idlc/source/preproc/include.c
+++ b/idlc/source/preproc/include.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -24,7 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__))
+#if (defined(_WIN32) || defined(__IBMC__))
# include <io.h>
#else
# include <unistd.h>
@@ -36,13 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-
-#ifdef __hpux
-# define _HPUX_SOURCE
-#endif
-#ifdef SCO
-#define _IBCS2
-#endif
#include <limits.h>
#include "cpp.h"
@@ -254,3 +248,4 @@ void
}
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */