diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 04:09:01 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 04:09:01 +0000 |
commit | 2227e2f16dfb498e72dc1e7d87ba1c2b7fef0b4d (patch) | |
tree | ae9d9ac3afd34ce963a08a37dac7a413f7d182ad /src | |
parent | 65e758a4d3d961f9fe936177405906a52574f70b (diff) | |
download | postgresql-2227e2f16dfb498e72dc1e7d87ba1c2b7fef0b4d.tar.gz postgresql-2227e2f16dfb498e72dc1e7d87ba1c2b7fef0b4d.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index e1aa7e8b23a..29f1ef48508 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 <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 |