Commit fbd63d07 authored by Richard Levitte's avatar Richard Levitte
Browse files

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.
parent 78ebeee2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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