Commit 71c37211 71c37211f0fb06635c44829011ab3ffb427c6614 by Sergey Poznyakoff

Placeholder for ino_t

1 parent 1b9a5efd
...@@ -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
......