mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
NOFILE isn't used anywhere any more.
This commit is contained in:
parent
f83356c7f5
commit
4f571319d3
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user