diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index a8f489d91d0..4e06ebac0c7 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -8,7 +8,6 @@ * HAVE_GETOPT_H, HAVE_GETOPT_LONG, HAVE_RINT, HAVE_STRINGS_H, * HAVE_STRTOLL, HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY * - * For now, also HAVE_IPV6 */ /* Define to the type of arg 1 of 'accept' */ @@ -186,7 +185,7 @@ #define HAVE_INT_TIMEZONE /* Define to 1 if you have support for IPv6. */ -//#define HAVE_IPV6 1 +#define HAVE_IPV6 1 /* Define to 1 if you have isinf(). */ #define HAVE_ISINF 1 |