From c4d00669a058eb8a26b496746c25beaef6cdad1b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Mar 2003 21:17:28 +0000 Subject: [PATCH] Let's limit the extent of the definition of _XOPEN_SOURCE. --- ssl/kssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/kssl.c b/ssl/kssl.c index 327b92f33b..a80f5b2f74 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -70,6 +70,7 @@ #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #include +#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */ #include #include