bump version
[buildroot.git] / package / config / foo.h
blobb9cfdf831229fb4b679829beeca66b0147155be7
1 #ifndef __KCONFIG_FOO_H
2 #define __KCONFIG_FOO_H
4 #ifndef __APPLE__
5 #include <features.h>
6 #endif
7 #include <limits.h>
9 #ifndef PATH_MAX
10 #define PATH_MAX 1024
11 #endif
12 #endif /* __KCONFIG_FOO_H */