From 73aca81b50073109b137bba659d38af11d7194ac Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 1 Jan 2010 17:14:26 +0000 Subject: Big check-in of compatibility layer. This should work on most major architectures. Thanks to Joerg Sonnenberger. --- config.h.pre | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.h.pre (limited to 'config.h.pre') diff --git a/config.h.pre b/config.h.pre new file mode 100644 index 00000000..a309ed95 --- /dev/null +++ b/config.h.pre @@ -0,0 +1,6 @@ +#ifndef MANDOC_CONFIG_H +#define MANDOC_CONFIG_H + +#if defined(__linux__) || defined(__MINT__) +# define _GNU_SOURCE /* strptime(), getsubopt() */ +#endif -- cgit v1.2.3-56-ge451