diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-04-29 20:47:31 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-04-29 20:47:31 +0000 |
commit | f0df09678531530835deceb6df652d23549bfc4e (patch) | |
tree | 2fe4d59330d5e5592b8e82b17cc5e1a52803c859 /src | |
parent | de762468aa7258b8974174462ccb25f05a95f591 (diff) | |
download | postgresql-f0df09678531530835deceb6df652d23549bfc4e.tar.gz postgresql-f0df09678531530835deceb6df652d23549bfc4e.zip |
Rearrange some configure.in comments for better readability.
Commit configure and pg_config.h.in, missed in last configure.in
update.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 16d38f71b8f..6ef9fcf4555 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -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 |