diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-09-16 18:57:45 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-09-16 18:57:45 +0000 |
commit | 2742cb14ce02354f6c9a2a2a61f793f9a1932924 (patch) | |
tree | 7c098832770e48dcc5d4c2cb27c32ed464fb3720 /configure.in | |
parent | 73e23c7999196642fcf3448013b4e37b03044e8c (diff) | |
download | zsh-2742cb14ce02354f6c9a2a2a61f793f9a1932924.tar.gz zsh-2742cb14ce02354f6c9a2a2a61f793f9a1932924.tar.xz zsh-2742cb14ce02354f6c9a2a2a61f793f9a1932924.zip |
12814: zasprintf
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fa268707f..09592640b 100644 --- a/configure.in +++ b/configure.in @@ -451,7 +451,7 @@ AC_CHECK_HEADERS(sys/time.h sys/times.h sys/select.h termcap.h termio.h \ limits.h fcntl.h libc.h sys/utsname.h sys/resource.h \ locale.h errno.h stdlib.h unistd.h sys/capability.h \ utmp.h utmpx.h sys/types.h pwd.h grp.h poll.h sys/mman.h \ - linux/tasks.h netinet/in_systm.h) + linux/tasks.h netinet/in_systm.h stdarg.h varargs.h) if test $dynamic = yes; then AC_CHECK_HEADERS(dlfcn.h) AC_CHECK_HEADERS(dl.h) @@ -860,6 +860,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ initgroups nis_list \ setuid seteuid setreuid setresuid setsid \ memcpy memmove strstr strerror \ + snprintf vsnprintf asprintf \ cap_get_proc \ getrlimit \ setlocale \ |