diff options
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 43e60a26c..8ac3c23bf 100644 --- a/acconfig.h +++ b/acconfig.h @@ -80,6 +80,9 @@ /* Define as 1 if your zlib has gzseek() */ #undef HAVE_GZSEEK +/* Define as 1 if your va_list type is an array */ +#undef HAVE_VA_LIST_AS_ARRAY + /* Define to the full path name of the bzip2 library (libbz2.a) */ #undef BZIP2LIB |