summaryrefslogtreecommitdiff
path: root/package/config
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-24 18:20:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-24 18:20:46 +0000
commit699b63b8c4dfc879f2c44d78a6a6e0fe1b39e99d (patch)
tree3ecc02997a3df95f5015867c7ef77c6d47b74ae3 /package/config
parentf9636d56843caec9f56a1c4c9ef2414af0c73e01 (diff)
- no features with Apple Inc. (Heikki Lindholm)
Diffstat (limited to 'package/config')
-rw-r--r--package/config/foo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/config/foo.h b/package/config/foo.h
index 32853be46..b9cfdf831 100644
--- a/package/config/foo.h
+++ b/package/config/foo.h
@@ -1,6 +1,9 @@
#ifndef __KCONFIG_FOO_H
#define __KCONFIG_FOO_H
+
+#ifndef __APPLE__
#include <features.h>
+#endif
#include <limits.h>
#ifndef PATH_MAX