From: Richard Levitte Date: Thu, 16 Jun 2005 22:19:14 +0000 (+0000) Subject: Do not undefine _XOPEN_SOURCE. This is currently experimental, and X-Git-Tag: OpenSSL_0_9_8-beta6~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c58a1f76f8f7b5d48f2eb427bfdb610a627cadc5;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 b8192cdfc7..26e3b2f3ea 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