Improve the process for GNU tools
[minix3.git] / external / bsd / mdocml / dist / config.h.pre
blob52a8159adb0c2f459fc99e35ff14ff34c8a9b554
1 #ifndef MANDOC_CONFIG_H
2 #define MANDOC_CONFIG_H
4 #if defined(__linux__) || defined(__MINT__)
5 # define _GNU_SOURCE /* strptime(), getsubopt() */
6 #endif
8 #include <sys/types.h>
9 #include <stdio.h>