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

This commit is contained in:
Richard Levitte 2003-03-25 21:17:28 +00:00
parent d6cab100fa
commit c4d00669a0

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>