aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-10-31 05:53:10 +0000
committerBruce Momjian <bruce@momjian.us>1996-10-31 05:53:10 +0000
commit08554e4abb615a417dc7785e433283fedf857991 (patch)
tree78165bc6986490f907df2375cb6826f64a238676
parentf1c95ed41e3b27b0a936c4e5f590bfc9a2617ff8 (diff)
downloadpostgresql-08554e4abb615a417dc7785e433283fedf857991.tar.gz
postgresql-08554e4abb615a417dc7785e433283fedf857991.zip
Removed false and changed to a commented true.
-rw-r--r--src/Makefile.global6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 8f3bbf0ee72..23161c534a9 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.43 1996/10/27 09:45:05 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.44 1996/10/31 05:53:10 momjian Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -142,7 +142,7 @@ OIDNAMELEN = 36
# To disable a feature, comment out the entire definition
# (that is, prepend '#', don't set it to "0" or "no").
-HAVE_Cplusplus= false
+#HAVE_Cplusplus= true
# Comment out CDEBUG to turn off debugging and sanity-checking.
#
@@ -166,7 +166,7 @@ ENFORCE_ALIGNMENT= true
# and READLINE_LIBDIR to reflect the location of the readline and history
# headers and libraries.
#
-USE_READLINE= false
+#USE_READLINE= true
# directories for the readline and history libraries.
READLINE_INC= -I/home/tools/include