aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index d11e7300a..135cd98f4 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -41,6 +41,10 @@
/* include the hand-modified win32 adjusted config.h! */
#include "config-win32.h"
#endif
+#ifdef NETWARE
+/* hand-modified NetWare config.h! */
+#include "config-netware.h"
+#endif
#ifdef macintosh
/* this is not the same as Mac OS X */
#include "config-mac.h"