7 lines
151 B
Text
7 lines
151 B
Text
|
#ifndef MANDOC_CONFIG_H
|
||
|
#define MANDOC_CONFIG_H
|
||
|
|
||
|
#if defined(__linux__) || defined(__MINT__)
|
||
|
# define _GNU_SOURCE /* strptime(), getsubopt() */
|
||
|
#endif
|