Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32480/MonetDB5/src/tools

Modified Files:
      Tag: MonetDB_5-2
        monet_version.c.in mserver5.mx 
Log Message:

renamed macro STATIC into MONETDB_STATIC
to avoid conflicts with macro STATIC in some perl-related include file


Index: mserver5.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx,v
retrieving revision 1.29.2.4
retrieving revision 1.29.2.5
diff -u -d -r1.29.2.4 -r1.29.2.5
--- mserver5.mx 27 Oct 2007 16:56:28 -0000      1.29.2.4
+++ mserver5.mx 8 Nov 2007 19:05:13 -0000       1.29.2.5
@@ -162,7 +162,7 @@
 void
 monet_hello(opt *set, int setlen)
 {
-#ifdef STATIC
+#ifdef MONETDB_STATIC
        char *linkinfo = "statically";
 #else
        char *linkinfo = "dynamically";

Index: monet_version.c.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/monet_version.c.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- monet_version.c.in  14 Oct 2007 12:25:40 -0000      1.1.2.2
+++ monet_version.c.in  8 Nov 2007 19:05:13 -0000       1.1.2.3
@@ -28,7 +28,7 @@
 #endif
        printf("Compiled by: %s\n", "@builtby@");
        printf("Compilation: %s\n", "@compilercall@");
-#ifdef STATIC
+#ifdef MONETDB_STATIC
        printf("Linking    : %s (static)\n", "@linkercall@");
 #else
        printf("Linking    : %s\n", "@linkercall@");


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to