diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-12 15:14:29 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-12 15:14:29 +0100 |
commit | 1adb4535a31d825f10a5bd1ef10b52a7425073bd (patch) | |
tree | 1a9a12d04c92d4d93a4b7d8a09af635a8f93fa63 /config.hin | |
parent | bcce1233902dc7a94623b3a90cd7920c44f22474 (diff) | |
download | patch-1adb4535a31d825f10a5bd1ef10b52a7425073bd.tar.gz |
Import of patch-2.3.tar.gzv2.3
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,9 @@ /* Define if on MINIX. */ #undef _MINIX +/* Define to `int' if <sys/types.h> doesn't define. */ +#undef mode_t + /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t @@ -44,6 +47,10 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if there is a member named d_ino in the struct describing + directory headers. */ +#undef D_INO_IN_DIRENT + /* Define if memchr works. */ #undef HAVE_MEMCHR |