diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-02-23 20:48:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-02-23 20:48:03 +0000 |
commit | 4f571319d362735e3efa6293737c5e12181f3477 (patch) | |
tree | fa7f8b20c325109f452914fcb68b96fba7663427 /src | |
parent | f83356c7f574bc69969f29dc7b430b286a0cd9f4 (diff) | |
download | postgresql-4f571319d362735e3efa6293737c5e12181f3477.tar.gz postgresql-4f571319d362735e3efa6293737c5e12181f3477.zip |
NOFILE isn't used anywhere any more.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/win32.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 22c36a7320f..ddc3982a15d 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.18 2004/02/18 16:25:12 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.19 2004/02/23 20:48:03 tgl Exp $ */ /* undefine and redefine after #include */ #undef mkdir @@ -13,7 +13,6 @@ #define USES_WINSOCK -#define NOFILE 100 /* defines for dynamic linking on Win32 platform */ #if defined(__CYGWIN__) || defined(__MINGW32__) |