buildrootschalter/support/kconfig/foo.h

13 lines
192 B
C
Raw Normal View History

2007-06-28 13:53:59 +02:00
#ifndef __KCONFIG_FOO_H
#define __KCONFIG_FOO_H
#ifndef __APPLE__
2007-06-28 13:53:59 +02:00
#include <features.h>
#endif
2007-06-28 13:53:59 +02:00
#include <limits.h>
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#endif /* __KCONFIG_FOO_H */