From: Tom Lane Date: Sun, 5 Apr 2009 04:09:01 +0000 (+0000) Subject: I had always wondered why pg_config.h.win32 claimed that Windows X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9fa31d10f9634e19d61762100feec9e81d01bccd;p=users%2Fsimon%2Fpostgres.git 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. --- 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