From 56da3859c770b83631ebae810dfb3024c1a9cbd2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 31 Aug 2011 23:35:05 +0200 Subject: support: move kconfig stuff from package/config to support/kconfig Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- support/kconfig/foo.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 support/kconfig/foo.h (limited to 'support/kconfig/foo.h') diff --git a/support/kconfig/foo.h b/support/kconfig/foo.h new file mode 100644 index 000000000..b9cfdf831 --- /dev/null +++ b/support/kconfig/foo.h @@ -0,0 +1,12 @@ +#ifndef __KCONFIG_FOO_H +#define __KCONFIG_FOO_H + +#ifndef __APPLE__ +#include +#endif +#include + +#ifndef PATH_MAX +#define PATH_MAX 1024 +#endif +#endif /* __KCONFIG_FOO_H */ -- cgit v1.2.3