diff options
Diffstat (limited to 'src/include/port/cygwin.h')
-rw-r--r-- | src/include/port/cygwin.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/port/cygwin.h b/src/include/port/cygwin.h index f1fc1a93d76..64d69936e5e 100644 --- a/src/include/port/cygwin.h +++ b/src/include/port/cygwin.h @@ -1,14 +1,5 @@ /* src/include/port/cygwin.h */ -#include <cygwin/version.h> - -/* - * Check for b20.1 and disable AF_UNIX family socket support. - */ -#if CYGWIN_VERSION_DLL_MAJOR < 1001 -#undef HAVE_UNIX_SOCKETS -#endif - #ifdef BUILDING_DLL #define PGDLLIMPORT __declspec (dllexport) #else |