Browse Source

- no features with Apple Inc. (Heikki Lindholm)

Bernhard Reutner-Fischer 18 years ago
parent
commit
699b63b8c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/config/foo.h

+ 3 - 0
package/config/foo.h

@@ -1,6 +1,9 @@
 #ifndef __KCONFIG_FOO_H
 #ifndef __KCONFIG_FOO_H
 #define __KCONFIG_FOO_H
 #define __KCONFIG_FOO_H
+
+#ifndef __APPLE__
 #include <features.h>
 #include <features.h>
+#endif
 #include <limits.h>
 #include <limits.h>
 
 
 #ifndef PATH_MAX
 #ifndef PATH_MAX