diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-06 06:07:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-06 06:07:20 +0000 |
commit | 6b39507498c259bf76a64c3a9100f89cfe30732f (patch) | |
tree | 6c2d3533538ae60296afc2cf250133f97b23333a | |
parent | f240746739f5d2484a173a4e2b09562b0fddc3f4 (diff) | |
download | postgresql-6b39507498c259bf76a64c3a9100f89cfe30732f.tar.gz postgresql-6b39507498c259bf76a64c3a9100f89cfe30732f.zip |
Update comments on IPv6 #define.
-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 44aca827188..ecc198fbc8a 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.36 2003/01/06 05:46:18 momjian Exp $ + * $Id: pg_config.h.in,v 1.37 2003/01/06 06:07:20 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 getaddrinfo for IPv6 */ +/* Set to 1 if you have support for IPv6 */ #undef HAVE_IPV6 /* Set to 1 if you have <kernel/OS.h> */ |