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.
REL8_5_ALPHA1_BRANCH
Tom Lane 17 years ago
parent 65e758a4d3
commit 2227e2f16d
  1. 3
      src/include/pg_config.h.win32

@ -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

Loading…
Cancel
Save