diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2020-06-04 17:16:09 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2020-07-22 18:02:18 +0100 |
commit | 43a61d7d3e619385b98c03d43733572b5b1dc015 (patch) | |
tree | 7c298d15791c90bd94c64445d721d96f02d4135a /libctf/config.h.in | |
parent | ac2ff760303260cf7f6137f08fc28d1a73cfcd6a (diff) | |
download | gdb-43a61d7d3e619385b98c03d43733572b5b1dc015.zip gdb-43a61d7d3e619385b98c03d43733572b5b1dc015.tar.gz gdb-43a61d7d3e619385b98c03d43733572b5b1dc015.tar.bz2 |
libctf: check for vasprintf
We've been using this for all of libctf's history in binutils: we should
check for it in configure.
libctf/
configure.ac: Check for vasprintf.
configure: Regenerated.
config.h.in: Likewise.
Diffstat (limited to 'libctf/config.h.in')
-rw-r--r-- | libctf/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libctf/config.h.in b/libctf/config.h.in index e663c69..897587e 100644 --- a/libctf/config.h.in +++ b/libctf/config.h.in @@ -29,6 +29,10 @@ don't. */ #undef HAVE_DECL_BSWAP_64 +/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VASPRINTF + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |