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

ssl/kssl.c

index b8192cdfc719d937d6baaa3035326be86cb67818..f149a75a246f878372a1e4c13143490df870e5ab 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