Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / sendmail / src / features.linux.h
blob664f0423c3491f497b594c32de6c34b93381ebbd
1 /*
2 ** This should be renamed features.h on Linux. DO NOT USE IT
3 ** on any other system.
4 */
6 #include_next <features.h>
7 #undef __USE_POSIX2
9 #ifndef __USE_POSIX
10 #define __USE_POSIX
11 #endif
12 #ifndef __USE_BSD
13 #define __USE_BSD
14 #endif