diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-06 05:46:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-06 05:46:18 +0000 |
commit | 895f954f24c1215d7876f9c4e40c8dc4e03693ae (patch) | |
tree | 3da74a2178bf4576fc85b38403dc803a64de7086 /src | |
parent | 2d5e27c637c9a956f33b4f805cebd2a94a9d9ce3 (diff) | |
download | postgresql-895f954f24c1215d7876f9c4e40c8dc4e03693ae.tar.gz postgresql-895f954f24c1215d7876f9c4e40c8dc4e03693ae.zip |
Update ipv6 comment, move configure test to the right place
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 447a6c7a89a..44aca827188 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.35 2003/01/06 03:18:27 momjian Exp $ + * $Id: pg_config.h.in,v 1.36 2003/01/06 05:46:18 momjian Exp $ */ #ifndef PG_CONFIG_H @@ -368,7 +368,7 @@ /* Set to 1 if you have <sys/shm.h> */ #undef HAVE_SYS_SHM_H -/* Set to 1 if you have <netinet/ip6.h> for IPv6 */ +/* Set to 1 if you have getaddrinfo for IPv6 */ #undef HAVE_IPV6 /* Set to 1 if you have <kernel/OS.h> */ |