aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-03-26 02:38:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-03-26 02:38:22 +0000
commit7ee8fd91138fb0449f735c202a8765567f02baaa (patch)
tree71cbc28da2f40b2e728dab64b639d684a2348dcf /src
parent66bbc2fdd5963bc40cc741e3f9a53a4a365e10bc (diff)
downloadpostgresql-7ee8fd91138fb0449f735c202a8765567f02baaa.tar.gz
postgresql-7ee8fd91138fb0449f735c202a8765567f02baaa.zip
Seems some people have been forgetting to run autoheader.
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 132462ac09e..9b107e27f72 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -668,6 +668,9 @@
/* Define to select Win32-style semaphores. */
#undef USE_WIN32_SEMAPHORES
+/* Define to select Win32-style shared memory. */
+#undef USE_WIN32_SHARED_MEMORY
+
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS