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

cras at dovecot.org cras at dovecot.org
Sun Sep 18 20:50:12 EEST 2005


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

Modified Files:
	mycrypt.c 
Log Message:
And more changes to get _XPG6 stuff working right



Index: mycrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mycrypt.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mycrypt.c	18 Sep 2005 17:37:17 -0000	1.8
+++ mycrypt.c	18 Sep 2005 17:50:09 -0000	1.9
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #define _XOPEN_SOURCE 4
 #define _XOPEN_SOURCE_EXTENDED 1 /* 1 needed for AIX */
 #define _XOPEN_VERSION 4



More information about the dovecot-cvs mailing list