diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-13 16:39:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-13 16:39:51 +0000 |
commit | d7635e5c4f9e92a7b5e720845a3e301dc81fd11d (patch) | |
tree | 7ff457d6b95647fa60902d1c3509f13b7cff8f75 /src | |
parent | 2056f8a7dafb4108c88ebdbaaf83182e6bde71fe (diff) | |
download | postgresql-d7635e5c4f9e92a7b5e720845a3e301dc81fd11d.tar.gz postgresql-d7635e5c4f9e92a7b5e720845a3e301dc81fd11d.zip |
autoconf/autoheader run.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 8c04b8e6b47..cce536adb2d 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -121,6 +121,9 @@ /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO +/* Define to 1 if you have the `gethostbyname_r' function. */ +#undef HAVE_GETHOSTBYNAME_R + /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME @@ -136,6 +139,9 @@ /* Define to 1 if you have the `getpeereid' function. */ #undef HAVE_GETPEEREID +/* Define to 1 if you have the `getpwuid_r' function. */ +#undef HAVE_GETPWUID_R + /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE @@ -378,6 +384,9 @@ /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR +/* Define to 1 if you have the `strerror_r' function. */ +#undef HAVE_STRERROR_R + /* Define to 1 if cpp supports the ANSI # stringizing operator. */ #undef HAVE_STRINGIZE |