=================================================================== RCS file: /cvs/mandoc/Attic/config.h.pre,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- mandoc/Attic/config.h.pre 2010/01/01 17:14:27 1.1 +++ mandoc/Attic/config.h.pre 2014/08/10 23:54:41 1.5 @@ -2,5 +2,5 @@ #define MANDOC_CONFIG_H #if defined(__linux__) || defined(__MINT__) -# define _GNU_SOURCE /* strptime(), getsubopt() */ +# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */ #endif