From 2227e2f16dfb498e72dc1e7d87ba1c2b7fef0b4d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 5 Apr 2009 04:09:01 +0000 Subject: [PATCH] I had always wondered why pg_config.h.win32 claimed that Windows provides optreset. Current mastodon results prove that in fact it does not; it was only because getopt.c defined the variable anyway that things failed to fall over. --- src/include/pg_config.h.win32 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index e1aa7e8b23..29f1ef4850 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -178,9 +178,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 -/* Define to 1 if you have the global variable 'int optreset'. */ -#define HAVE_INT_OPTRESET 1 - /* Define to 1 if you have the global variable 'int timezone'. */ #define HAVE_INT_TIMEZONE -- 2.40.0