Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / mdocml / config.h.pre
1 #ifndef MANDOC_CONFIG_H
2 #define MANDOC_CONFIG_H
3
4 #if defined(__linux__) || defined(__MINT__)
5 # define _GNU_SOURCE /* strptime(), getsubopt() */
6 #endif