aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config.h.pre
blob: 1c3940de5cc094156ae9669618b876c3a1725f70 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef	MANDOC_CONFIG_H
#define	MANDOC_CONFIG_H

#if defined(__linux__) || defined(__MINT__)
# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */
#endif

#include <sys/types.h>
#include <stdio.h>