summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-10-01 10:54:29 +0000
committerMagnus Hagander <magnus@hagander.net>2007-10-01 10:54:29 +0000
commit4164e6636e258499fa3edfb8444682a87fd756dd (patch)
treea10793028a27852105e0f62a0374bb6b53237a1a /src/include/pg_config.h.win32
parentca87db23ea109e4967763b34ff8f341cbae48e7f (diff)
downloadpostgresql-4164e6636e258499fa3edfb8444682a87fd756dd.tar.gz
Enable __FUNCTION__ on MSVC builds.
Hannes Eder
Diffstat (limited to 'src/include/pg_config.h.win32')
-rw-r--r--src/include/pg_config.h.win328
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 4e06ebac0c..e6936f6acb 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -4,9 +4,9 @@
/* 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_FUNCNAME_FUNCTION, HAVE_GETOPT,
- * HAVE_GETOPT_H, HAVE_GETOPT_LONG, HAVE_RINT, HAVE_STRINGS_H,
- * HAVE_STRTOLL, HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY
+ * HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H,
+ * HAVE_GETOPT_LONG, HAVE_RINT, HAVE_STRINGS_H, HAVE_STRTOLL,
+ * HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY
*
*/
@@ -134,7 +134,7 @@
//#define HAVE_FUNCNAME__FUNC 1
/* Define to 1 if your compiler understands __FUNCTION__. */
-#undef HAVE_FUNCNAME__FUNCTION
+#define HAVE_FUNCNAME__FUNCTION 1
/* Define to 1 if you have getaddrinfo(). */
/* #undef HAVE_GETADDRINFO */