From 2b90a153bf6df6f87269ba3977c846ffd8148c75 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 29 Jul 2014 13:04:58 +0200 Subject: [PATCH] Rebuild configure and config.h.in --- autoconf/config.h.in | 21 +++++++++++++++++++++ configure | 14 +++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/autoconf/config.h.in b/autoconf/config.h.in index 8ba5f755e0c..c3967699a39 100644 --- a/autoconf/config.h.in +++ b/autoconf/config.h.in @@ -270,6 +270,12 @@ /* Define to 1 if you have the `fchdir' function. */ #undef HAVE_FCHDIR +/* Define to 1 if you have the `fchmod' function. */ +#undef HAVE_FCHMOD + +/* Define to 1 if you have the `fchown' function. */ +#undef HAVE_FCHOWN + /* Define to 1 if you have the `fchownat' function. */ #undef HAVE_FCHOWNAT @@ -294,6 +300,12 @@ /* Define to 1 if you have the `fstatat' function. */ #undef HAVE_FSTATAT +/* Define to 1 if you have the `futimens' function. */ +#undef HAVE_FUTIMENS + +/* Define to 1 if you have the `futimes' function. */ +#undef HAVE_FUTIMES + /* Define to 1 if you have the `futimesat' function. */ #undef HAVE_FUTIMESAT @@ -424,6 +436,9 @@ /* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET +/* Define to 1 if you have the `lchmod' function. */ +#undef HAVE_LCHMOD + /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN @@ -511,6 +526,9 @@ /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT +/* Define to 1 if you have the `lutimes' function. */ +#undef HAVE_LUTIMES + /* Define to 1 if you have lzo lib */ #undef HAVE_LZO @@ -943,6 +961,9 @@ /* Define to 1 if you have SVR3 signals */ #undef HAVE_USG_SIGHOLD +/* 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 diff --git a/configure b/configure index 3fecd57c06a..fbb98c8bbfb 100755 --- a/configure +++ b/configure @@ -22864,7 +22864,19 @@ $as_echo "#define HAVE_SYS_POLL_H 1" >>confdefs.h fi -for ac_func in strcasecmp select poll setenv putenv tcgetattr lstat lchown +for ac_func in strcasecmp select poll setenv putenv tcgetattr +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + +for ac_func in lstat lchown lchmod utimes lutimes futimes futimens fchmod fchown do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"