ref: 999b182306343eb1124e9ad0c0b4f4ce42b7694b
parent: 1772630a30b0a87da3cc5d5b77b38d3d119fb031
author: Paul Brossier <piem@piem.org>
date: Sun May 15 13:02:45 EDT 2016
python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS
--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -64,6 +64,7 @@
# define macros (waf puts them in build/src/config.h)
for define_macro in ['HAVE_STDLIB_H', 'HAVE_STDIO_H',
'HAVE_MATH_H', 'HAVE_STRING_H',
+ 'HAVE_C99_VARARGS_MACROS',
'HAVE_LIMITS_H', 'HAVE_MEMCPY_HACKS']:
ext.define_macros += [(define_macro, 1)]