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

cras at dovecot.org cras at dovecot.org
Sun May 8 20:35:49 EEST 2005


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

Modified Files:
	mycrypt.c 
Log Message:
No, The _XPG6 define is still needed with final Solaris 10 release..



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mycrypt.c	14 Mar 2005 20:22:37 -0000	1.4
+++ mycrypt.c	8 May 2005 17:35:47 -0000	1.5
@@ -2,6 +2,7 @@
 #define _XOPEN_SOURCE_EXTENDED 1
 #define _XOPEN_VERSION 4
 #define _XPG4_2
+#define _XPG6 /* for Solaris 10 to avoid #error in feature_tests.h */
 #include <unistd.h>
 
 #include "mycrypt.h"



More information about the dovecot-cvs mailing list