From: Marc G. Fournier Date: Tue, 27 Aug 1996 22:07:59 +0000 (+0000) Subject: Oops, win32 does have one more thing in its machine.h...move that X-Git-Tag: REL2_0~605 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54223de000837c97328fc72a482f4eb6590451ec;p=thirdparty%2Fpostgresql.git Oops, win32 does have one more thing in its machine.h...move that define to config.h --- 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__)