Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9458/src/gdk

Modified Files:
        gdk.mx 
Log Message:
propagated changes of Monday Dec 03 2007 - Monday Dec 03 2007
from the MonetDB_1-20 branch to the development trunk


Index: gdk.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk.mx,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- gdk.mx      3 Dec 2007 08:32:17 -0000       1.243
+++ gdk.mx      3 Dec 2007 11:16:55 -0000       1.244
@@ -2323,7 +2323,17 @@
 #define strdup _strdup
 #endif
 
-#define MONETDB_MODE  S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH
+#ifndef S_IRUSR
+/* if one doesn't exist, presumably they all don't exist */
+#define S_IRUSR 0000400                /* read permission, owner */
+#define S_IWUSR 0000200                /* write permission, owner */
+#define S_IRGRP 0000040                /* read permission, group */
+#define S_IWGRP 0000020                /* write permission, grougroup */
+#define S_IROTH 0000004                /* read permission, other */
+#define S_IWOTH 0000002                /* write permission, other */
+#endif
+
+#define MONETDB_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | 
S_IWOTH)
 
 #define BBP_BATMASK     511
 #define BBP_THREADMASK   63


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to