[dovecot-cvs] dovecot/src/auth mycrypt.c,1.5,1.6

cras at dovecot.org cras at dovecot.org
Sun May 8 20:42:07 EEST 2005


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv9065

Modified Files:
	mycrypt.c 
Log Message:
Added comment



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mycrypt.c	8 May 2005 17:35:47 -0000	1.5
+++ mycrypt.c	8 May 2005 17:42:04 -0000	1.6
@@ -1,5 +1,5 @@
 #define _XOPEN_SOURCE 4
-#define _XOPEN_SOURCE_EXTENDED 1
+#define _XOPEN_SOURCE_EXTENDED 1 /* 1 needed for AIX */
 #define _XOPEN_VERSION 4
 #define _XPG4_2
 #define _XPG6 /* for Solaris 10 to avoid #error in feature_tests.h */



More information about the dovecot-cvs mailing list