diff options
| author | Bruce Momjian | 2002-12-06 03:46:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-12-06 03:46:37 +0000 |
| commit | 8fc86dd593b9e9a2b24779e263ad33c37e15c9f9 (patch) | |
| tree | 39402a6de176f209744c1fdedbcc18c28352f34e /configure.in | |
| parent | 87cba401a48feff7e547f59fb7ead1a1ab99042a (diff) | |
We have just finished porting the old KAME IPv6 patch over to
postgresql version 7.3, but yea... this patch adds full IPv6
support to postgres. I've tested it out on 7.2.3 and has
been running perfectly stable.
CREDITS:
The KAME Project (Initial patch)
Nigel Kukard <nkukard@lbsd.net>
Johan Jordaan <johanj@lando.co.za>
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 68123ae74cc..fbc22aabbc7 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.219 2002/12/03 21:50:43 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.220 2002/12/06 03:46:24 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1182,6 +1182,7 @@ AC_CONFIG_LINKS([ src/include/dynloader.h:src/backend/port/dynloader/${template}.h src/include/pg_config_os.h:src/include/port/${template}.h src/Makefile.port:src/makefiles/Makefile.${template} + src/interfaces/libpq/v6util.c:src/backend/libpq/v6util.c ]) AC_CONFIG_HEADERS([src/include/pg_config.h], |
