=================================================================== RCS file: /cvs/mandoc/Attic/config.h.pre,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- mandoc/Attic/config.h.pre 2014/01/04 13:40:01 1.3 +++ mandoc/Attic/config.h.pre 2014/08/10 23:54:41 1.5 @@ -2,8 +2,5 @@ #define MANDOC_CONFIG_H #if defined(__linux__) || defined(__MINT__) -# define _GNU_SOURCE /* strptime(), getsubopt() */ +# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */ #endif - -#include -#include