92395e9c3f
Change-Id: I17b54e52e8322676d83ed4386f586f8ef3029f72
8 lines
171 B
Text
8 lines
171 B
Text
#ifndef MANDOC_CONFIG_H
|
|
#define MANDOC_CONFIG_H
|
|
|
|
#if defined(__linux__) || defined(__MINT__)
|
|
# define _GNU_SOURCE /* strptime(), getsubopt() */
|
|
#endif
|
|
|
|
#include <stdio.h>
|