[dovecot-cvs] dovecot/src/lib fdpass.c,1.22,1.23

cras at procontrol.fi cras at procontrol.fi
Wed May 7 12:16:19 EEST 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv3381

Modified Files:
	fdpass.c 
Log Message:
Don't redefine _XOPEN_SOURCE_EXTENDED.



Index: fdpass.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/fdpass.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- fdpass.c	29 Apr 2003 22:10:42 -0000	1.22
+++ fdpass.c	7 May 2003 08:16:17 -0000	1.23
@@ -37,7 +37,7 @@
 #  define _XOPEN_SOURCE /* for IRIX */
 #endif
 
-#ifndef _AIX
+#if !defined(_AIX) && !defined(_XOPEN_SOURCE_EXTENDED)
 #  define _XOPEN_SOURCE_EXTENDED /* for Tru64, breaks AIX */
 #endif
 




More information about the dovecot-cvs mailing list