linuxOS_PX30_CAR/buildroot/support/kconfig/foo.h

13 lines
192 B
C
Raw Normal View History

2026-01-20 05:50:57 +00:00
#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 */