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

Modified Files:
      Tag: MonetDB_5-2
        fleet.mx mserver.mx remote.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: fleet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/fleet.mx,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- fleet.mx    4 Jul 2007 09:23:14 -0000       1.6
+++ fleet.mx    2 Oct 2007 11:53:36 -0000       1.6.4.1
@@ -242,7 +242,7 @@
 #include "mal_interpreter.h"
 #include "mal_authorize.h"
 #include "mal_sabaoth.h"
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 #ifdef WIN32
 #ifndef LIBMFLEET

Index: mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mserver.mx,v
retrieving revision 1.90
retrieving revision 1.90.2.1
diff -u -d -r1.90 -r1.90.2.1
--- mserver.mx  5 Sep 2007 17:06:16 -0000       1.90
+++ mserver.mx  2 Oct 2007 11:53:39 -0000       1.90.2.1
@@ -289,7 +289,7 @@
 #include "mal_interpreter.h"
 #include "mal_authorize.h"
 #include "mal_sabaoth.h"
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 
 #ifdef WIN32
 #ifndef LIBMSERVER

Index: remote.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/remote.mx,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- remote.mx   22 Aug 2007 07:29:01 -0000      1.28
+++ remote.mx   2 Oct 2007 11:53:41 -0000       1.28.2.1
@@ -120,7 +120,7 @@
 #include <mal_exception.h>
 #include <mal_interpreter.h>
 #include <mal_function.h> /* for printFunction */
-#include <Mapi.h>
+#include <mapilib/Mapi.h>
 #include "remote.h"    /* for the implementation of the functions */
 
 typedef struct _connection {


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