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

Modified Files:
      Tag: MonetDB_4-20
        embeddedclient.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/MonetDB4/src/tools/embeddedclient.mx,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -u -d -r1.3 -r1.3.8.1
--- embeddedclient.mx   19 Jan 2007 14:41:14 -0000      1.3
+++ embeddedclient.mx   2 Oct 2007 11:52:33 -0000       1.3.8.1
@@ -59,7 +59,7 @@
 #endif
 
 #include <streams.h>
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 embeddedclient_export Mapi embedded_mil(opt *set, int len);
 
@@ -70,7 +70,7 @@
 #include "monet.h"
 #include "monet_options.h"
 #include "initmodules.h"
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 
 
 static Client


-------------------------------------------------------------------------
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