SM0 She11
Path:
/
/
usr
/
include
/
pgsql
/
server
/
port
Full Path (server): /usr/include/pgsql/server/port
Create Fil3
Upl04d Fil3
📄 aix.h
[E]
[D]
[R]
📄 cygwin.h
[E]
[D]
[R]
📄 darwin.h
[E]
[D]
[R]
📄 freebsd.h
[E]
[D]
[R]
📄 hpux.h
[E]
[D]
[R]
📄 irix.h
[E]
[D]
[R]
📄 linux.h
[E]
[D]
[R]
📄 netbsd.h
[E]
[D]
[R]
📄 openbsd.h
[E]
[D]
[R]
📄 osf.h
[E]
[D]
[R]
📄 sco.h
[E]
[D]
[R]
📄 solaris.h
[E]
[D]
[R]
📄 unixware.h
[E]
[D]
[R]
📁 win32
Open
[D]
[R]
📄 win32.h
[E]
[D]
[R]
📁 win32_msvc
Open
[D]
[R]
Editing: cygwin.h
/* 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 #if __GNUC__ && ! defined (__declspec) #error You need egcs 1.1 or newer for compiling! #endif #ifdef BUILDING_DLL #define PGDLLIMPORT __declspec (dllexport) #else #define PGDLLIMPORT __declspec (dllimport) #endif #define PGDLLEXPORT
Save