From 54223de000837c97328fc72a482f4eb6590451ec Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Aug 1996 22:07:59 +0000 Subject: [PATCH] Oops, win32 does have one more thing in its machine.h...move that define to config.h --- src/include/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/config.h b/src/include/config.h index bceb3683bb..b1f715a968 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__)