# | Line 87 | Line 87 | |
---|---|---|
87 | #include <sys/param.h> | |
88 | #endif | |
89 | ||
90 | + | #ifdef PATH_MAX |
91 | + | #define HYB_PATH_MAX PATH_MAX |
92 | + | #else |
93 | + | #define HYB_PATH_MAX 4096 |
94 | + | #endif |
95 | + | |
96 | + | //#if 0 && __GNUC__ |
97 | + | #define AFP(a,b) __attribute__((format (printf, a, b))) |
98 | + | //#else |
99 | + | //#define AFP(a,b) |
100 | + | //#endif |
101 | + | |
102 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |