=================================================================== RCS file: /cvs/mandoc/Attic/config.h.pre,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/config.h.pre 2014/01/04 13:40:01 1.3 +++ mandoc/Attic/config.h.pre 2014/08/05 16:03:03 1.4 @@ -2,7 +2,7 @@ #define MANDOC_CONFIG_H #if defined(__linux__) || defined(__MINT__) -# define _GNU_SOURCE /* strptime(), getsubopt() */ +# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */ #endif #include