Commit 08554e4a authored by Bruce Momjian's avatar Bruce Momjian

Removed false and changed to a commented true.

parent f1c95ed4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
...@@ -142,7 +142,7 @@ OIDNAMELEN = 36 ...@@ -142,7 +142,7 @@ OIDNAMELEN = 36
# To disable a feature, comment out the entire definition # To disable a feature, comment out the entire definition
# (that is, prepend '#', don't set it to "0" or "no"). # (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. # Comment out CDEBUG to turn off debugging and sanity-checking.
# #
...@@ -166,7 +166,7 @@ ENFORCE_ALIGNMENT= true ...@@ -166,7 +166,7 @@ ENFORCE_ALIGNMENT= true
# and READLINE_LIBDIR to reflect the location of the readline and history # and READLINE_LIBDIR to reflect the location of the readline and history
# headers and libraries. # headers and libraries.
# #
USE_READLINE= false #USE_READLINE= true
# directories for the readline and history libraries. # directories for the readline and history libraries.
READLINE_INC= -I/home/tools/include READLINE_INC= -I/home/tools/include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment