summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_webserver/ejIntrn.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/rtems_webserver/ejIntrn.h')
-rw-r--r--c/src/libnetworking/rtems_webserver/ejIntrn.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/c/src/libnetworking/rtems_webserver/ejIntrn.h b/c/src/libnetworking/rtems_webserver/ejIntrn.h
index 0ab7b9b5e5..401da17891 100644
--- a/c/src/libnetworking/rtems_webserver/ejIntrn.h
+++ b/c/src/libnetworking/rtems_webserver/ejIntrn.h
@@ -4,6 +4,8 @@
* Copyright (c) GoAhead Software, Inc., 1992-2000
*
* See the file "license.txt" for information on usage and redistribution
+ *
+ * $Id$
*/
#ifndef _h_EJINTERNAL
@@ -22,13 +24,13 @@
#include <stdarg.h>
#include <stdlib.h>
-#if CE
-#if ! UEMF
+#ifdef CE
+#ifndef UEMF
#include <io.h>
#endif
#endif
-#if LYNX
+#ifdef LYNX
#include <unistd.h>
#endif
@@ -36,7 +38,7 @@
#include <dirent.h>
#endif
-#if UEMF
+#ifdef UEMF
#include "uemf.h"
#else
#include <param.h>