We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf1c95ed commit08554e4Copy full SHA for 08554e4
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -142,7 +142,7 @@ OIDNAMELEN = 36
142
# To disable a feature, comment out the entire definition
143
# (that is, prepend '#', don't set it to "0" or "no").
144
145
-HAVE_Cplusplus=false
+#HAVE_Cplusplus=true
146
147
# Comment out CDEBUG to turn off debugging and sanity-checking.
148
@@ -166,7 +166,7 @@ ENFORCE_ALIGNMENT= true
166
# and READLINE_LIBDIR to reflect the location of the readline and history
167
# headers and libraries.
168
169
-USE_READLINE=false
+#USE_READLINE=true
170
171
# directories for the readline and history libraries.
172
READLINE_INC= -I/home/tools/include