From 7ee8fd91138fb0449f735c202a8765567f02baaa Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 26 Mar 2007 02:38:22 +0000 Subject: [PATCH] Seems some people have been forgetting to run autoheader. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 132462ac09..9b107e27f7 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