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:20:55 +00:00
parent 78ebeee2c4
commit fbd63d0784

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