Let's limit the extent of the definition of _XOPEN_SOURCE.

This commit is contained in:
Richard Levitte 2003-03-25 21:17:31 +00:00
parent 142cdf5ec9
commit 961b565690

View file

@ -70,6 +70,7 @@
#define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */
#include <time.h>
#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */
#include <string.h>
#include <openssl/ssl.h>