From: Richard Levitte Date: Thu, 16 Jun 2005 22:21:39 +0000 (+0000) Subject: Do not undefine _XOPEN_SOURCE. This is currently experimental, and X-Git-Tag: FIPS_TEST_10~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f840728f43d493619274a7e00af0275f61a63ac8;p=oweals%2Fopenssl.git Do not undefine _XOPEN_SOURCE. This is currently experimental, and will be firmed up as soon as it's been verified not to break anything. --- diff --git a/ssl/kssl.c b/ssl/kssl.c index 400631661e..1477935d94 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -70,7 +70,9 @@ #define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */ #include +#if 0 /* Experimental */ #undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ +#endif #include #define KRB5_PRIVATE 1