diff options
| author | Bruce Momjian | 2003-01-06 03:18:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-01-06 03:18:27 +0000 |
| commit | c3e9699f212050b0c8bdf3772eeaaffa3c3596cd (patch) | |
| tree | d1f5217cfd590c571483eb3ac8ceaeb53f843beb /src/Makefile.global.in | |
| parent | d99e7b5a0dc15f86bc9a66de315bf5ed6f7c5271 (diff) | |
Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries
if the OS supports it. Code will still compile on non-IPv6-aware
machines (feature added by Bruce).
Nigel Kukard
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 0a9b3ff75e..c0d2d202c2 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.158 2003/01/05 13:45:47 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.159 2003/01/06 03:18:26 momjian Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -277,6 +277,7 @@ ifeq ($(enable_rpath), yes) LDFLAGS += $(rpath) endif +HAVE_IPV6 = @HAVE_IPV6@ ########################################################################## # |
