]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
added asprintf test
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 12:35:00 +0000 (12:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2001 12:35:00 +0000 (12:35 +0000)
source/configure
source/configure.in
source/include/config.h.in

index 75736f4e3d42e89686408d883b45c4ecb4117d15..cbdd7ee50e9fc0f1b16e215845a48cd604bbd769 100755 (executable)
@@ -5235,7 +5235,7 @@ else
 fi
 done
 
-for ac_func in memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid
+for ac_func in memmove vsnprintf snprintf asprintf setsid glob strpbrk pipe crypt16 getauthuid
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:5242: checking for $ac_func" >&5
index eca0e6acd446cbf869c3585432cd4a256acfcc70..c6f1b29e72f680800a953aff29d149305303c300 100644 (file)
@@ -490,7 +490,7 @@ fi
 
 AC_CHECK_FUNCS(waitpid getcwd strdup strtoul strerror chown fchown chmod fchmod chroot)
 AC_CHECK_FUNCS(fstat strchr utime utimes getrlimit fsync bzero memset)
-AC_CHECK_FUNCS(memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid)
+AC_CHECK_FUNCS(memmove vsnprintf snprintf asprintf setsid glob strpbrk pipe crypt16 getauthuid)
 AC_CHECK_FUNCS(strftime sigprocmask sigblock sigaction innetgr setnetgrent getnetgrent endnetgrent)
 AC_CHECK_FUNCS(initgroups select poll rdchk getgrnam getgrent pathconf)
 AC_CHECK_FUNCS(setpriv setgidx setuidx setgroups sysconf mktime rename ftruncate stat64 fstat64)
index 0e488f14f65b80b06f20c86ad3b5c846e33763c4..cf1db393c3f3d3660c8c2b704da98b11b516e7ca 100644 (file)
 /* Define if you have the _write function.  */
 #undef HAVE__WRITE
 
+/* Define if you have the asprintf function.  */
+#undef HAVE_ASPRINTF
+
 /* Define if you have the atexit function.  */
 #undef HAVE_ATEXIT