The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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 */