mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04:00
Remove obsolete cygwin.h hack
The version being checked for is 20 years old. Reviewed-by: Marco Atzeri <marco.atzeri@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/aa266ede-baaa-f4e6-06cf-5b1737610e9a%402ndquadrant.com
This commit is contained in:
parent
bacda6a327
commit
53095b5fe6
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue