summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2008-04-21 18:37:28 +0000
committerMagnus Hagander <magnus@hagander.net>2008-04-21 18:37:28 +0000
commita31b03ba271055f31f94d2d4660a02ccd26d969e (patch)
treea3706df78df45edaee98f7132f4c0ec4524bb8e9 /src/include/pg_config.h.win32
parentbe9ab113663bb328c10306801951b6c573c4d056 (diff)
downloadpostgresql-a31b03ba271055f31f94d2d4660a02ccd26d969e.tar.gz
Clean up float4byval and float8byval handling by dealing with them completely
from inside the build script.
Diffstat (limited to 'src/include/pg_config.h.win32')
-rw-r--r--src/include/pg_config.h.win3215
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 8501f53d98..1c7e3cd2d0 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -53,13 +53,6 @@
(--enable-thread-safety) */
#define ENABLE_THREAD_SAFETY 1
-/* float4 values are passed by value if 'true', by reference if 'false' */
-#define FLOAT4PASSBYVAL true
-
-/* float8, int8, and related values are passed by value if 'true', by
- reference if 'false' */
-#define FLOAT8PASSBYVAL false
-
/* Define to 1 if getpwuid_r() takes a 5th argument. */
/* #undef GETPWUID_R_5ARG */
@@ -623,14 +616,6 @@
/* Define to 1 to build with Bonjour support. (--with-bonjour) */
/* #undef USE_BONJOUR */
-/* Define to 1 if you want float4 values to be passed by value.
- (--enable-float4-byval) */
-#define USE_FLOAT4_BYVAL 1
-
-/* Define to 1 if you want float8, int8, etc values to be passed by value.
- (--enable-float8-byval) */
-/* #undef USE_FLOAT8_BYVAL */
-
/* Define to 1 if you want 64-bit integer timestamp and interval support.
(--enable-integer-datetimes) */
/* #undef USE_INTEGER_DATETIMES */