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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/foo.h b/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/foo.h
new file mode 100644 (file)
index 0000000..b9cfdf8
--- /dev/null
@@ -0,0 +1,12 @@
+#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 */