mirror of https://github.com/postgres/postgres
Seems some people have been forgetting to run autoheader.
This commit is contained in:
parent
66bbc2fdd5
commit
7ee8fd9113
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue