diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-11-05 16:41:55 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-11-05 16:41:55 +0000 |
commit | 8be8a91c687ad175bad0e79a8110fe8be4d98fc8 (patch) | |
tree | 6082843cb5dfac31311c96c2dc42644e958a167b /acconfig.h | |
parent | cfc92bd20eb2e858f93f2eed4dadbb293b7a777a (diff) | |
download | gnutls-8be8a91c687ad175bad0e79a8110fe8be4d98fc8.tar.gz |
added support for va_copy
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index b26e72d584..121cbab932 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,6 +21,9 @@ #undef GNUTLS_VERSION #undef USE_SIGNALS +#undef USE_VA_COPY +#undef HAVE_VA_COPY +#undef HAVE___VA_COPY #undef LIBMCRYPT22 #undef LIBMCRYPT24 |