From: Timo Sirainen Date: Mon, 17 May 2004 13:08:09 +0000 (+0300) Subject: Solaris 10 comple fix X-Git-Tag: 1.1.alpha1~4076 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686de5a4397b2cd8fc9e47ec1d3270ab8b5d1f4a;p=thirdparty%2Fdovecot%2Fcore.git Solaris 10 comple fix --HG-- branch : HEAD --- diff --git a/src/auth/mycrypt.c b/src/auth/mycrypt.c index e9dcb95293..30bf1e250b 100644 --- a/src/auth/mycrypt.c +++ b/src/auth/mycrypt.c @@ -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 #include "mycrypt.h"