Do not undefine _XOPEN_SOURCE. This is currently experimental, and
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Jun 2005 22:21:39 +0000 (22:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jun 2005 22:21:39 +0000 (22:21 +0000)
will be firmed up as soon as it's been verified not to break anything.

ssl/kssl.c

index 400631661e0ab72fb10b462140d6df7f69c3e2f6..1477935d945bb8768447e74cf2f54968e971eadc 100644 (file)
@@ -70,7 +70,9 @@
 
 #define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */
 #include <time.h>
+#if 0 /* Experimental */
 #undef _XOPEN_SOURCE /* To avoid clashes with anything else... */
+#endif
 #include <string.h>
 
 #define KRB5_PRIVATE   1