From: Tobias Oetiker Date: Thu, 6 Aug 2015 06:12:48 +0000 (+0200) Subject: regenerate config files X-Git-Tag: v1.5.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c99b4a122dc104d3e999f02fdd23a789db6e6ba;p=thirdparty%2Frrdtool-1.x.git regenerate config files --- diff --git a/configure b/configure index 056715c9..367fe0e6 100755 --- a/configure +++ b/configure @@ -14823,7 +14823,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h -for ac_func in nl_langinfo tzset fsync mbstowcs opendir readdir chdir chroot getgid getuid setgid setuid strndup strerror snprintf vsnprintf vasprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday getpwnam getgrnam +for ac_func in nl_langinfo tzset fsync mbstowcs opendir readdir chdir chroot getgid getuid setgid setuid strndup strerror snprintf vsnprintf vasprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday getpwnam getgrnam get_current_dir_name 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" diff --git a/src/rrd_config.h.in b/src/rrd_config.h.in index dbbb1a3e..c3e2eed8 100644 --- a/src/rrd_config.h.in +++ b/src/rrd_config.h.in @@ -144,6 +144,9 @@ /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID +/* Define to 1 if you have the `get_current_dir_name' function. */ +#undef HAVE_GET_CURRENT_DIR_NAME + /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H