Update of /cvsroot/mahogany/M/lib/imap/src/osdep/unix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/lib/imap/src/osdep/unix
Modified Files:
os_slx.h
Log Message:
prevent _XOPEN_SOURCE and _BSD_SOURCE redefinition errors
Index: os_slx.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/src/osdep/unix/os_slx.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -b -u -2 -r1.1.1.1 -r1.2
--- os_slx.h 24 Apr 2004 21:47:11 -0000 1.1.1.1
+++ os_slx.h 2 May 2004 11:58:11 -0000 1.2
@@ -24,6 +24,10 @@
*/
+#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 1
+#endif
+#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1
+#endif
/* end Debian Linux on Alpha strangeness */
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates