]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Solaris 10 comple fix
authorTimo Sirainen <tss@iki.fi>
Mon, 17 May 2004 13:08:09 +0000 (16:08 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 17 May 2004 13:08:09 +0000 (16:08 +0300)
--HG--
branch : HEAD

src/auth/mycrypt.c

index e9dcb9529316e5ee9df0654bc8a0fc26c25af0c0..30bf1e250bc4fce9fc557cf995f9aaa010878c57 100644 (file)
@@ -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"