]> granicus.if.org Git - postgresql/commitdiff
Correct the lie in pg_config.h.win32 about having inttypes.h.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Aug 2011 12:52:05 +0000 (08:52 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Aug 2011 12:52:05 +0000 (08:52 -0400)
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.

src/include/pg_config.h.win32

index 3c38aa020045bd3e251d474f1531aec1e876e866..e568a03519ece7534199097a94780f2d84053850 100644 (file)
@@ -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
 /* #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