summaryrefslogtreecommitdiffstats
path: root/package/config/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/config/foo.h')
-rw-r--r--package/config/foo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/config/foo.h b/package/config/foo.h
deleted file mode 100644
index b9cfdf831..000000000
--- a/package/config/foo.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __KCONFIG_FOO_H
-#define __KCONFIG_FOO_H
-
-#ifndef __APPLE__
-#include <features.h>
-#endif
-#include <limits.h>
-
-#ifndef PATH_MAX
-#define PATH_MAX 1024
-#endif
-#endif /* __KCONFIG_FOO_H */