Imported Upstream version 20081219
[ltp-debian.git] / include / config.h.default
blob9125d85c6c9a4fee7841befdea555e74a4a91892
1 /* include/config.h.default: default settings for the latest sane systems.
2  * Only add settings here which reflect the latest & greatest.  That means
3  * Linux / POSIX systems that have been released for over a year are fair
4  * game.  Please note when certain features were first available.
5  */
7 /* Linux kernel headers have been santized for userspace since 2.6.18 */
8 #define HAVE_LINUX_TYPES_H 1
10 /* signalfd() is in glibc-2.7+ */
11 #define HAVE_SYS_SIGNALFD_H 1
12 #define HAVE_SIGNALFD 1
13 #define HAVE_SIGNALFD_SIGINFO_SSI_SIGNO 1
15 /* ifaddrs.h is in glibc-2.3+ */
16 #define HAVE_IFADDRS_H 1