Browse Source

Some build environments no longer have PATH_MAX.

Rob Landley 1 năm trước cách đây
mục cha
commit
dea2ace534
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      kconfig/lkc.h

+ 4 - 0
kconfig/lkc.h

@@ -152,4 +152,8 @@ static inline bool sym_has_value(struct symbol *sym)
 }
 #endif
 
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
 #endif /* LKC_H */