summaryrefslogtreecommitdiff
path: root/src/include/port/win.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-01-09 18:40:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-01-09 18:40:15 +0000
commitc3f93719569d87e05bef751c30db49c187bd5946 (patch)
tree8fbdbc0b67811a2b825d92f3feca8767f67247bd /src/include/port/win.h
parentaf26d6a4a2ab3b5cbf7df21e31937056549c3548 (diff)
downloadpostgresql-c3f93719569d87e05bef751c30db49c187bd5946.tar.gz
Add configure check for sys_nerr, to end all discussions.
Diffstat (limited to 'src/include/port/win.h')
-rw-r--r--src/include/port/win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/port/win.h b/src/include/port/win.h
index bae6de53f6..91b1b1e6d6 100644
--- a/src/include/port/win.h
+++ b/src/include/port/win.h
@@ -9,6 +9,3 @@ typedef unsigned char slock_t;
#define HAVE_INT_TIMEZONE /* has int _timezone */
#include <cygwin/version.h>
-#if (CYGWIN_VERSION_API_MAJOR >= 0) && (CYGWIN_VERSION_API_MINOR >= 8)
-#define sys_nerr _sys_nerr
-#endif