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.
This commit is contained in:
Tom Lane 2009-04-05 04:09:01 +00:00
parent 65e758a4d3
commit 2227e2f16d
1 changed files with 0 additions and 3 deletions

View File

@ -178,9 +178,6 @@
/* 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