xref: /OK3568_Linux_fs/buildroot/support/kconfig/foo.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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 */
13