diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:29:30 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:29:30 +0000 |
commit | 424157a803fbf111c6b037eb7ea4e5c3a0f84e5b (patch) | |
tree | 6ea12334a6a703d5a2aec3061e9dd5b6af185ff5 | |
parent | 9d457ea80207185be5dadf8011f1ac198c406ad9 (diff) | |
download | postgresql-424157a803fbf111c6b037eb7ea4e5c3a0f84e5b.tar.gz postgresql-424157a803fbf111c6b037eb7ea4e5c3a0f84e5b.zip |
Sync 8.1 pg_config.h.in with expected autoheader output (looks like
someone did this manually last time ...)
-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 5d0d640f4de..d344ecd2906 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. */ |