From: Christos Zoulas Date: Sat, 13 Jan 2007 19:14:13 +0000 (+0000) Subject: add strndup and re-gen. X-Git-Tag: FILE4_20~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b74f2457644b222cf50a267a734b5d4171d41f6;p=file add strndup and re-gen. --- diff --git a/Makefile.in b/Makefile.in index 8c14cfb5..36186792 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,7 +38,7 @@ host_triplet = @host@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure ChangeLog config.guess config.sub \ - depcomp install-sh ltcf-c.sh ltmain.sh missing mkinstalldirs + depcomp install-sh ltmain.sh missing mkinstalldirs subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ diff --git a/config.h.in b/config.h.in index 3fe7a8dd..b165be8f 100644 --- a/config.h.in +++ b/config.h.in @@ -66,6 +66,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL diff --git a/configure b/configure index f39e9462..32aa6a46 100755 --- a/configure +++ b/configure @@ -22612,7 +22612,8 @@ _ACEOF -for ac_func in mmap strerror strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth snprintf vsnprintf + +for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth snprintf vsnprintf do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5