Skip to content

Commit 2227e2f

Browse files
committed
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.
1 parent 65e758a commit 2227e2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/pg_config.h.win32

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@
178178
/* Define to 1 if you have the <inttypes.h> header file. */
179179
#define HAVE_INTTYPES_H 1
180180

181-
/* Define to 1 if you have the global variable 'int optreset'. */
182-
#define HAVE_INT_OPTRESET 1
183-
184181
/* Define to 1 if you have the global variable 'int timezone'. */
185182
#define HAVE_INT_TIMEZONE
186183

0 commit comments

Comments
 (0)