summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-11-30 09:17:08 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-11-30 09:17:08 -0500
commit34fa72ec9cfc1f5c4b11b67b2ce7eac6caca9fa5 (patch)
tree7b9e9bec3b8d3544533df3e1f4204e8e042e7d5e /src/include/pg_config.h.win32
parent1eafea5d1bc5cf934eaf96e65115841fe3829986 (diff)
downloadpostgresql-34fa72ec9cfc1f5c4b11b67b2ce7eac6caca9fa5.tar.gz
Remove use of obsolescent Autoconf macros
Remove the use of the following macros, which are obsolescent according to the Autoconf documentation: - AC_C_CONST - AC_C_STRINGIZE - AC_C_VOLATILE - AC_FUNC_MEMCMP
Diffstat (limited to 'src/include/pg_config.h.win32')
-rw-r--r--src/include/pg_config.h.win3210
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 54db287aff..b69414fd48 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -360,9 +360,6 @@
/* Define to 1 if you have the `strerror_r' function. */
/* #undef HAVE_STRERROR_R */
-/* Define to 1 if cpp supports the ANSI # stringizing operator. */
-#define HAVE_STRINGIZE 1
-
/* Define to 1 if you have the <strings.h> header file. */
/*#define HAVE_STRINGS_H 1 */
@@ -674,9 +671,6 @@
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
@@ -685,7 +679,3 @@
/* Define to empty if the C compiler does not understand signed types. */
/* #undef signed */
-
-/* Define to empty if the keyword `volatile' does not work. Warning: valid
- code using `volatile' can become incorrect without. Disable with care. */
-/* #undef volatile */