Commit 7ee8fd91 authored by Tom Lane's avatar Tom Lane

Seems some people have been forgetting to run autoheader.

parent 66bbc2fd
...@@ -668,6 +668,9 @@ ...@@ -668,6 +668,9 @@
/* Define to select Win32-style semaphores. */ /* Define to select Win32-style semaphores. */
#undef USE_WIN32_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. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #undef _FILE_OFFSET_BITS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment