]> granicus.if.org Git - postgresql/commitdiff
I had always wondered why pg_config.h.win32 claimed that Windows
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Apr 2009 04:09:01 +0000 (04:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Apr 2009 04:09:01 +0000 (04:09 +0000)
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

index e1aa7e8b23af67a6a7162c349f6ce476a9b60879..29f1ef4850831914c7bf4e3b3eea176a429151c5 100644 (file)
 /* Define to 1 if you have the <inttypes.h> 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