Placeholder for ino_t
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -30,6 +30,9 @@ | ... | @@ -30,6 +30,9 @@ |
30 | /* Define if struct tm has a tm_gmtoff member */ | 30 | /* Define if struct tm has a tm_gmtoff member */ |
31 | #undef HAVE_TM_GMTOFF | 31 | #undef HAVE_TM_GMTOFF |
32 | 32 | ||
33 | /* Define to proper type when ino_t is not declared */ | ||
34 | #undef ino_t | ||
35 | |||
33 | /* Define if enable Posix Thread */ | 36 | /* Define if enable Posix Thread */ |
34 | #undef WITH_PTHREAD | 37 | #undef WITH_PTHREAD |
35 | 38 | ... | ... |
-
Please register or sign in to post a comment