--- GNUmakefile.in +++ GNUmakefile.in @@ -275,7 +275,7 @@ # Add your flags here OTHER_CFLAGS = -CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \ +CFLAGS = @CFLAGS@ @CPPFLAGS@ -D_GNU_SOURCE $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \ @STATIC_PCRE_ONLY@ -Ipcre LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS) --- parsers.c +++ parsers.c @@ -44,12 +44,6 @@ #include #include -#ifdef __GLIBC__ -/* - * Convince GNU's libc to provide a strptime prototype. - */ -#define __USE_XOPEN -#endif /*__GLIBC__ */ #include #ifdef FEATURE_ZLIB