[dovecot-cvs] dovecot/src/auth mycrypt.c,1.7,1.8

cras at dovecot.org cras at dovecot.org
Sun Sep 18 20:37:19 EEST 2005


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

Modified Files:
	mycrypt.c 
Log Message:
Add _XPG6 macro if needed..



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mycrypt.c	10 May 2005 14:35:21 -0000	1.7
+++ mycrypt.c	18 Sep 2005 17:37:17 -0000	1.8
@@ -2,6 +2,9 @@
 #define _XOPEN_SOURCE_EXTENDED 1 /* 1 needed for AIX */
 #define _XOPEN_VERSION 4
 #define _XPG4_2
+#ifdef CRYPT_USE_XPG6
+#  define _XPG6 /* Some Solaris versions require this, some break with this */
+#endif
 #include <unistd.h>
 
 #include "mycrypt.h"



More information about the dovecot-cvs mailing list