]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
regenerate config files
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 6 Aug 2015 06:12:48 +0000 (08:12 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 6 Aug 2015 06:12:48 +0000 (08:12 +0200)
configure
src/rrd_config.h.in

index 056715c9cd5643a98e74af013ae78bd566a13149..367fe0e6d7149002ad0a8a3ac312cbc1f92937e0 100755 (executable)
--- 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"
index dbbb1a3ec179a8c34de10914e85ede4dd9582847..c3e2eed8406ef9488ada9fd6eebdae8417e7c7ea 100644 (file)
 /* 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 <grp.h> header file. */
 #undef HAVE_GRP_H