]> granicus.if.org Git - postgresql/commitdiff
Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know that
authorMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 06:36:52 +0000 (06:36 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 19 Oct 1996 06:36:52 +0000 (06:36 +0000)
FreeBSD/NetBSD both ship with gcc 2.7.x

src/backend/port/BSD44_derived/Makefile.inc

index 27d5326794e694a4c5b79ab673517c76097b620c..bee6aea9ebd6d36d9378ebb69b9e4505fbaa7790 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/port/BSD44_derived/Attic/Makefile.inc,v 1.2 1996/10/18 04:46:50 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/port/BSD44_derived/Attic/Makefile.inc,v 1.3 1996/10/19 06:36:52 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -17,6 +17,8 @@
 #
 LDADD+= -ll
 
+HAVE_Cplusplus= true
+
 #
 # 4.4-lite BSD-derived OSs have a little trouble with partially-implemented
 # dynamic loading soutines. See the comments in port-protos.h.