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

Modified Files:
      Tag: MonetDB_4-20
        Makefile.ag mapi.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: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/mapi/Makefile.ag,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- Makefile.ag 12 Sep 2007 10:54:27 -0000      1.4
+++ Makefile.ag 2 Oct 2007 11:52:27 -0000       1.4.2.1
@@ -14,7 +14,7 @@
 # Portions created by CWI are Copyright (C) 1997-2007 CWI.
 # All Rights Reserved.
 
-INCLUDES = $(MONETDB_INCS) -I../monet \
+INCLUDES = $(MONETDB_INCS) -I.. -I../monet \
           -I../modules/plain -I../modules/plain/stream \
           $(OPENSSL_INCS)
 

Index: mapi.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/mapi/mapi.mx,v
retrieving revision 1.15
retrieving revision 1.15.4.1
diff -u -d -r1.15 -r1.15.4.1
--- mapi.mx     9 Jul 2007 08:44:36 -0000       1.15
+++ mapi.mx     2 Oct 2007 11:52:30 -0000       1.15.4.1
@@ -139,7 +139,7 @@
 
 #include <streams.h>
 #include <monet_context.h>
-#include <mapi.proto.h>
+#include <mapi/mapi.proto.h>
 
 #define NEW_ARRAY( type, size )        (type*)GDKmalloc((size)*sizeof(type))
 #define STREQ(a, b)            (strcmp(a, b)==0)


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