b9cfdf831229fb4b679829beeca66b0147155be7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / kconfig / foo.h
1 #ifndef __KCONFIG_FOO_H
2 #define __KCONFIG_FOO_H
3
4 #ifndef __APPLE__
5 #include <features.h>
6 #endif
7 #include <limits.h>
8
9 #ifndef PATH_MAX
10 #define PATH_MAX 1024
11 #endif
12 #endif /* __KCONFIG_FOO_H */