OSDN Git Service

rebuid:
[eos/hostdependX86MAC64.git] / util / X86MAC64 / include / postgresql / server / port / cygwin.h
1 /* src/include/port/cygwin.h */
2
3 #include <cygwin/version.h>
4
5 /*
6  * Check for b20.1 and disable AF_UNIX family socket support.
7  */
8 #if CYGWIN_VERSION_DLL_MAJOR < 1001
9 #undef HAVE_UNIX_SOCKETS
10 #endif
11
12 #ifdef BUILDING_DLL
13 #define PGDLLIMPORT __declspec (dllexport)
14 #else
15 #define PGDLLIMPORT __declspec (dllimport)
16 #endif
17
18 #define PGDLLEXPORT