diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-02-21 06:07:10 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-02-21 06:07:10 +0000 |
commit | a386cd7806a90d5f45e5801f1d0ce717f529ffd2 (patch) | |
tree | dc8a2465e4a669bb63892b0d24fbff4bd97b579f /src | |
parent | 797deb5092d1ee58b843a3b428b21981648a82b5 (diff) | |
download | postgresql-a386cd7806a90d5f45e5801f1d0ce717f529ffd2.tar.gz postgresql-a386cd7806a90d5f45e5801f1d0ce717f529ffd2.zip |
Adjust probe for getaddrinfo to cope with macro-ized definitions, such
as Tru64's. Per previous discussion.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index d344ecd2906..5d0d640f4de 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 the `getaddrinfo' function. */ +/* Define to 1 if you have getaddrinfo(). */ #undef HAVE_GETADDRINFO /* Define to 1 if you have the `gethostbyname_r' function. */ |