From: Tom Lane Date: Mon, 26 Mar 2007 02:38:22 +0000 (+0000) Subject: Seems some people have been forgetting to run autoheader. X-Git-Tag: REL8_3_BETA1~961 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ee8fd91138fb0449f735c202a8765567f02baaa;p=postgresql Seems some people have been forgetting to run autoheader. --- 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