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

Modified Files:
      Tag: MonetDB_5-2
        embeddedclient.mx stethoscope.mx 
Log Message:
Include mapilib/Mapi.h and mapi/mapi.h exclusively.  This should fix
all problems with including the wrong file on case-insensitive file
systems.

Added support for PCRE on Windows.

Upgraded to PHP-5.2.4.

Define ssize_t in *config.h on Windows so that it is always avaliable.

Make pipe() available on Windows.


Index: embeddedclient.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/embeddedclient.mx,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -d -r1.12 -r1.12.6.1
--- embeddedclient.mx   27 Apr 2007 09:45:40 -0000      1.12
+++ embeddedclient.mx   2 Oct 2007 11:53:44 -0000       1.12.6.1
@@ -64,14 +64,14 @@
 #define embeddedclient_export extern
 #endif
 
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 embeddedclient_export Mapi embedded_mal(opt *set, int len);
 
 #endif /* _EMBEDDEDCLIENT_H_ */
 @c
 #include "embeddedclient.h"
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 #include "mal_authorize.h"
 
 static void

Index: stethoscope.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/stethoscope.mx,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- stethoscope.mx      5 Sep 2007 17:06:16 -0000       1.27
+++ stethoscope.mx      2 Oct 2007 11:53:52 -0000       1.27.2.1
@@ -69,7 +69,7 @@
 #include "mal_config.h"
 #include "monet_options.h"
 #include <gdk.h>
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to