repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
sendmail
/
src
/
features.linux.h
blob
664f0423c3491f497b594c32de6c34b93381ebbd
1
/*
2
** This should be renamed features.h on Linux. DO NOT USE IT
3
** on any other system.
4
*/
5
6
#include_next <features.h>
7
#undef __USE_POSIX2
8
9
#ifndef __USE_POSIX
10
#define __USE_POSIX
11
#endif
12
#ifndef __USE_BSD
13
#define __USE_BSD
14
#endif