1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Rearrange some configure.in comments for better readability.

Commit configure and pg_config.h.in, missed in last configure.in
update.
This commit is contained in:
Tom Lane
2006-04-29 20:47:31 +00:00
parent de762468aa
commit f0df096785
3 changed files with 33 additions and 19 deletions

View File

@ -129,7 +129,7 @@
/* Define to 1 if your compiler understands __FUNCTION__. */
#undef HAVE_FUNCNAME__FUNCTION
/* Define to 1 if you have getaddrinfo(). */
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `gethostbyname_r' function. */
@ -625,6 +625,9 @@
/* Define to select unnamed POSIX semaphores. */
#undef USE_UNNAMED_POSIX_SEMAPHORES
/* Define to select Win32-style semaphores. */
#undef USE_WIN32_SEMAPHORES
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS