From: Christos Zoulas Date: Mon, 22 Mar 2004 19:13:32 +0000 (+0000) Subject: Updated tests. X-Git-Tag: FILE5_05~888 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c47c80f851497b2b5b46ee4fcf65f60bd6b93e1b;p=file Updated tests. --- diff --git a/config.h.in b/config.h.in index c788620b..ae0e34ef 100644 --- a/config.h.in +++ b/config.h.in @@ -60,6 +60,9 @@ /* The number of bytes in a uint64_t. */ #define SIZEOF_UINT64_T 0 +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H @@ -121,6 +124,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_UTIME_H + /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H @@ -133,12 +139,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `utime' function. */ +#undef HAVE_UTIME + /* Define to 1 if you have the `utimes' function. */ #undef HAVE_UTIMES /* Define to 1 if you have the header file. */ #undef HAVE_UTIME_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WCHAR_H + /* Define to 1 if `major', `minor', and `makedev' are declared in . */ #undef MAJOR_IN_MKDEV diff --git a/configure.in b/configure.in index ec17e9f5..be147c18 100644 --- a/configure.in +++ b/configure.in @@ -68,6 +68,7 @@ AC_CHECK_HEADERS(getopt.h) AC_CHECK_HEADERS(locale.h) AC_CHECK_HEADERS(utime.h) AC_CHECK_HEADERS(sys/utime.h) +AC_CHECK_HEADERS(wchar.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST