[dovecot-cvs] dovecot/src/lib mycrypt.c,1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Tue Nov 26 19:59:20 EET 2002


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

Modified Files:
	mycrypt.c 
Log Message:
And added the rest of the defines to make sure it compiles.



Index: mycrypt.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/mycrypt.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mycrypt.c	26 Nov 2002 17:56:14 -0000	1.1
+++ mycrypt.c	26 Nov 2002 17:59:18 -0000	1.2
@@ -1,4 +1,7 @@
-#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE 4
+#define _XOPEN_SOURCE_EXTENDED
+#define _XOPEN_VERSION 4
+#define _XPG4_2
 #include <unistd.h>
 
 #include "mycrypt.h"




More information about the dovecot-cvs mailing list