diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-12 15:15:17 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-12 15:15:17 +0100 |
commit | 6263c220df2b94ae8156c378dc5161779d894297 (patch) | |
tree | 52d1c3fd61d567edd0d9eab977f1acc44a7d754d /config.hin | |
parent | 1adb4535a31d825f10a5bd1ef10b52a7425073bd (diff) | |
download | patch-6263c220df2b94ae8156c378dc5161779d894297.tar.gz |
Import of patch-2.4.tar.gzv2.4
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -54,6 +54,9 @@ /* Define if memchr works. */ #undef HAVE_MEMCHR +/* Define if `struct utimbuf' is declared -- usually in <utime.h>. */ +#undef HAVE_STRUCT_UTIMBUF + /* Define if you have the _doprintf function. */ #undef HAVE__DOPRINTF @@ -75,6 +78,9 @@ /* Define if you have the pathconf function. */ #undef HAVE_PATHCONF +/* Define if you have the raise function. */ +#undef HAVE_RAISE + /* Define if you have the rename function. */ #undef HAVE_RENAME @@ -111,5 +117,8 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <utime.h> header file. */ +#undef HAVE_UTIME_H + /* Define if you have the <varargs.h> header file. */ #undef HAVE_VARARGS_H |