aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2011-08-08 08:52:05 -0400
committerAndrew Dunstan <andrew@dunslane.net>2011-08-08 08:52:05 -0400
commitf54e373d93f72d87ce2cafd7373bd7b0534b2065 (patch)
tree409d593e306773f2de6a7cadaedbbb2e47d627d9 /src
parent04b17684af24791b18e414e304fb6d9b57a36c5e (diff)
downloadpostgresql-f54e373d93f72d87ce2cafd7373bd7b0534b2065.tar.gz
postgresql-f54e373d93f72d87ce2cafd7373bd7b0534b2065.zip
Correct the lie in pg_config.h.win32 about having inttypes.h.
This lie has been harmless until now, but has been exposed by the change to include postgres.h before the python headers, which in some versions include inttypes.h if HAVE_INTTYPES_H is set.
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 3c38aa02004..e568a03519e 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -4,7 +4,7 @@
/* This file is generated from MingW ./configure, and with the following
* changes to be valid for Visual C++ (and compatible):
*
- * HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H,
+ * HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H, HAVE_INTTYPES_H,
* HAVE_GETOPT_LONG, HAVE_LOCALE_T, HAVE_RINT, HAVE_STRINGS_H, HAVE_STRTOLL,
* HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY,
* USE_INLINE, inline
@@ -185,7 +185,7 @@
/* #undef HAVE_INT8 */
/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
+//#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the global variable 'int timezone'. */
#define HAVE_INT_TIMEZONE