Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53095b5

Browse filesBrowse files
committed
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
1 parent bacda6a commit 53095b5
Copy full SHA for 53095b5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-9
lines changed

‎src/include/port/cygwin.h

Copy file name to clipboardExpand all lines: src/include/port/cygwin.h
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/* src/include/port/cygwin.h */
22

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-
123
#ifdef BUILDING_DLL
134
#define PGDLLIMPORT __declspec (dllexport)
145
#else

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.