summaryrefslogtreecommitdiffstats
path: root/package/config/foo.h
blob: 32853be46b1308ce1e76ceb89e5f62e9d5f4fd64 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __KCONFIG_FOO_H
#define __KCONFIG_FOO_H
#include <features.h>
#include <limits.h>

#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#endif /* __KCONFIG_FOO_H */