summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-27 22:07:59 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-27 22:07:59 +0000
commit54223de000837c97328fc72a482f4eb6590451ec (patch)
tree04c0c0cdeccefc5361b19aa16b37e1a52ca831be
parent3a606407c793f55485031cef085f50bbc9473316 (diff)
Oops, win32 does have one more thing in its machine.h...move that
define to config.h
-rw-r--r--src/include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h
index bceb3683bb8..b1f715a968f 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -11,6 +11,7 @@
# define WIN32
# define NO_UNISTD_H
# define USES_WINSOCK
+# define NOFILE 100
#endif /* WIN32 */
#if defined(__FreeBSD__) || defined(__NetBSD__)