3 #include <cygwin/version.h>
6 * Check for b20.1 and disable AF_UNIX family socket support.
8 #if CYGWIN_VERSION_DLL_MAJOR < 1001
9 #undef HAVE_UNIX_SOCKETS
12 #if __GNUC__ && ! defined (__declspec)
13 #error You need egcs 1.1 or newer for compiling!
17 #define PGDLLIMPORT __declspec (dllexport)
19 #define PGDLLIMPORT __declspec (dllimport)