repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
tools/tcp_stream: Set message size on both send and receive sides
[dragonfly.git]
/
contrib
/
mdocml
/
config.h.pre
blob
1c3940de5cc094156ae9669618b876c3a1725f70
1
#ifndef MANDOC_CONFIG_H
2
#define MANDOC_CONFIG_H
3
4
#if defined(__linux__) || defined(__MINT__)
5
# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */
6
#endif
7
8
#include <sys/types.h>
9
#include <stdio.h>