diff --git a/Extras/xconfig.h b/Extras/xconfig.h index 3699818..c1f0ad9 100644 --- a/Extras/xconfig.h +++ b/Extras/xconfig.h @@ -996,7 +996,9 @@ /*#undef HAVE_SIZE_T*/ /*#undef NO_SIZE_T*/ -/* #undef VA_LIST_IS_ARRAY */ /* va_list is an array */ +#ifdef __x86_64__ +#define VA_LIST_IS_ARRAY 1 /* va_list is an array */ +#endif #define GETGROUPS_T int #define GID_T GETGROUPS_T