diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2005-07-01 18:17:31 +0000 |
commit | 875efad48170fa9c6ffde98cf8a235470726c692 (patch) | |
tree | fac48ed6bc37c98528f8b39f6d5aad3524f4844d /src | |
parent | 2f7d369a5c1538ab02be8d824ee074aa0e8f01b7 (diff) |
Update to autoconf 2.59 as well as updates of related scripts
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 8e4543fb62f..368f1935fa9 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -131,9 +131,6 @@ /* 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 - /* Define to 1 if you have the `getopt' function. */ #undef HAVE_GETOPT @@ -218,9 +215,6 @@ /* Define to 1 if you have the `cygipc' library (-lcygipc). */ #undef HAVE_LIBCYGIPC -/* Define to 1 if you have the `des' library (-ldes). */ -#undef HAVE_LIBDES - /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -236,9 +230,6 @@ /* Define to 1 if you have the `IPC' library (-lIPC). */ #undef HAVE_LIBIPC -/* Define to 1 if you have the `krb' library (-lkrb). */ -#undef HAVE_LIBKRB - /* Define to 1 if you have the `lc' library (-llc). */ #undef HAVE_LIBLC |