Update of /cvsroot/monetdb/buildtools/mel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31936/mel

Modified Files:
        command.mx glue.mx 
Log Message:
More #if -> #ifdef for FreeBSD

Index: command.mx
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/command.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- command.mx  3 Jan 2007 12:15:51 -0000       1.7
+++ command.mx  11 Dec 2007 12:43:10 -0000      1.8
@@ -221,11 +221,11 @@
 #include <assert.h>
 #include <sys/types.h>
 
-#if TIME_WITH_SYS_TIME
+#ifdef TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
 #else
-# if HAVE_SYS_TIME_H
+# ifdef HAVE_SYS_TIME_H
 #  include <sys/time.h>
 # else
 #  include <time.h>

Index: glue.mx
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/glue.mx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- glue.mx     20 Feb 2007 10:22:19 -0000      1.14
+++ glue.mx     11 Dec 2007 12:43:10 -0000      1.15
@@ -345,11 +345,11 @@
 #include <ctype.h>
 #include <string.h>
 
-#if TIME_WITH_SYS_TIME
+#ifdef TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
 #else
-# if HAVE_SYS_TIME_H
+# ifdef HAVE_SYS_TIME_H
 #  include <sys/time.h>
 # else
 #  include <time.h>


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to