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.
This commit is contained in:
Richard Levitte 2005-06-16 22:19:14 +00:00
parent ecf2875ebf
commit c58a1f76f8

View 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