diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-01 21:04:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-01 21:04:48 +0000 |
commit | c9b05e55ac4193326d94d44d63937d8d13d70776 (patch) | |
tree | 36584c26a5a5af06888a8ffd5a52f5546b2ae568 /src | |
parent | a95674269f2499d6149c5f94e6acf015edcb4a34 (diff) | |
download | postgresql-c9b05e55ac4193326d94d44d63937d8d13d70776.tar.gz postgresql-c9b05e55ac4193326d94d44d63937d8d13d70776.zip |
Comment changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index bc5facfed78..cb1804f03f3 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.48 1996/11/01 03:32:57 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.49 1996/11/01 21:04:48 momjian Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -141,14 +141,14 @@ OIDNAMELEN = 36 # To disable a feature, comment out the entire definition # (that is, prepend '#', don't set it to "0" or "no"). +# Compile libpq++ #HAVE_Cplusplus= true # Set CDEBUG to -O for optimization, or -g for debuggable binaries -# CDEBUG= -O # Commenting out CASSERT will make things go a LOT faster, but you will -# also lose a lot of useful error-checking. +# also loose a lot of useful error-checking. CASSERT= true # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to |