Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7997/src/tools
Modified Files:
monet_version.c.in mserver5.mx
Log Message:
propagated changes of Monday Nov 05 2007 - Thursday Nov 08 2007
from the MonetDB_5-2 branch to the development trunk
Index: mserver5.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- mserver5.mx 29 Oct 2007 20:10:11 -0000 1.31
+++ mserver5.mx 8 Nov 2007 19:14:20 -0000 1.32
@@ -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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monet_version.c.in 15 Oct 2007 15:26:06 -0000 1.2
+++ monet_version.c.in 8 Nov 2007 19:14:20 -0000 1.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