Update of /cvsroot/mahogany/M/lib/imap/src/osdep/unix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7233/lib/imap/src/osdep/unix

Modified Files:
        os_lnx.h 
Log Message:
prevent _XOPEN_SOURCE and _BSD_SOURCE redefinition errors

Index: os_lnx.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/src/osdep/unix/os_lnx.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -b -u -2 -r1.1.1.1 -r1.2
--- os_lnx.h    24 Apr 2004 21:47:10 -0000      1.1.1.1
+++ os_lnx.h    2 May 2004 11:11:16 -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

Reply via email to