summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-10-09 11:10:10 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-10-09 11:17:33 -0300
commitf46baf601d889b374ba5e5f4b8280fee5aa19a7f (patch)
tree2e41a243a5ae858ebea6d7cc50e67e6aa82a966d /src/include/pg_config.h.win32
parent0b77aebabfbe9155ea88ee9e11fa126315473b86 (diff)
downloadpostgresql-f46baf601d889b374ba5e5f4b8280fee5aa19a7f.tar.gz
Rename USE_INLINE to PG_USE_INLINE
The former name was too likely to conflict with symbols from external headers; and, as seen in recent buildfarm failures in member spoonbill, it has now happened at least in plpython.
Diffstat (limited to 'src/include/pg_config.h.win32')
-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 3715dbdca1..626ad47883 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -7,7 +7,7 @@
* 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
+ * PG_USE_INLINE, inline
*/
/* Define to the type of arg 1 of 'accept' */
@@ -623,7 +623,7 @@
/* Define to 1 if "static inline" works without unwanted warnings from
compilations where static inline functions are defined but not called. */
-#define USE_INLINE 1
+#define PG_USE_INLINE 1
/* Define to 1 if you want 64-bit integer timestamp and interval support.
(--enable-integer-datetimes) */