diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-16 23:09:21 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-16 23:09:21 +0000 |
commit | 2ed1e5cc550d2e2ec54716106d92e1398c9d6679 (patch) | |
tree | f10e0dab1d762548772bd6fb5b5819ada838a26f /libiberty/configure.in | |
parent | 610a37459e7bcacdebf1096ad324b845af8bd4e2 (diff) | |
download | gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.zip gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.tar.gz gdb-2ed1e5cc550d2e2ec54716106d92e1398c9d6679.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index d6c2649..e142cf5 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -185,6 +185,7 @@ funcs="$funcs random" funcs="$funcs rename" funcs="$funcs rindex" funcs="$funcs setenv" +funcs="$funcs snprintf" funcs="$funcs sigsetmask" funcs="$funcs stpcpy" funcs="$funcs stpncpy" @@ -201,6 +202,7 @@ funcs="$funcs tmpnam" funcs="$funcs vasprintf" funcs="$funcs vfprintf" funcs="$funcs vprintf" +funcs="$funcs vsnprintf" funcs="$funcs vsprintf" funcs="$funcs waitpid" @@ -221,7 +223,7 @@ if test "x" = "y"; then AC_CHECK_FUNCS(strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strrchr strstr) AC_CHECK_FUNCS(strtod strtol strtoul tmpnam vasprintf vfprintf vprintf) AC_CHECK_FUNCS(vsprintf waitpid getrusage on_exit psignal strerror strsignal) - AC_CHECK_FUNCS(sysconf times sbrk gettimeofday ffs) + AC_CHECK_FUNCS(sysconf times sbrk gettimeofday ffs snprintf vsnprintf) AC_CHECK_FUNCS(pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl) AC_CHECK_FUNCS(realpath canonicalize_file_name) AC_DEFINE(HAVE_SYS_ERRLIST, 1, [Define if you have the sys_errlist variable.]) |