From: Paul Brossier Date: Sun, 15 May 2016 15:02:45 +0000 (+0200) Subject: python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS X-Git-Tag: 0.4.4~300^2~29 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=999b182306343eb1124e9ad0c0b4f4ce42b7694b;p=aubio.git python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 3ff5ebde..f7ebf54b 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -64,6 +64,7 @@ def add_local_aubio_sources(ext): # 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)]