summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 083198089b0..34840ed76d3 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.166 2003/08/08 04:52:20 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.166.2.1 2003/09/07 04:36:46 momjian Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -132,10 +132,7 @@ enable_rpath = @enable_rpath@
enable_nls = @enable_nls@
enable_debug = @enable_debug@
-python_version = @python_version@
python_includespec = @python_includespec@
-python_moduledir = @python_moduledir@
-python_moduleexecdir = @python_moduleexecdir@
python_libspec = @python_libspec@
python_configdir = @python_configdir@
@@ -266,6 +263,9 @@ host_tuple = @host@
host_os = @host_os@
host_cpu = @host_cpu@
+# Make HAVE_IPV6 available for initdb script creation
+HAVE_IPV6= @HAVE_IPV6@
+
# The HP-UX port makefile, for one, needs access to this symbol
HAVE_POSIX_SIGNALS= @HAVE_POSIX_SIGNALS@