mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
211d2d512b
It is a suite of ISC licensed tools to compile and render mdoc/man pages and will replace groff for formatting manpages in the base system. http://mdocml.bsd.lv/
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
#ifndef MANDOC_CONFIG_H
|
|
#define MANDOC_CONFIG_H
|
|
|
|
#if defined(__linux__) || defined(__MINT__)
|
|
# define _GNU_SOURCE /* strptime(), getsubopt() */
|
|
#endif
|
|
|
|
#include <stdio.h>
|