Mercurial > hg > vamp-aubio-plugins
annotate config.h @ 48:a89bf6c93ebc
Added tag 0.4.0 for changeset 8114ebe03b69
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Dec 2012 13:55:25 +0000 |
parents | d2fcd8adc3ac |
children |
rev | line source |
---|---|
cannam@41 | 1 |
cannam@41 | 2 #define HAVE_C99_VARARGS_MACROS 1 |
cannam@41 | 3 |
cannam@41 | 4 #define HAVE_LIBM 1 |
cannam@41 | 5 #define HAVE_LIMITS_H 1 |
cannam@41 | 6 #define HAVE_MATH_H 1 |
cannam@41 | 7 #define HAVE_STDARG_H 1 |
cannam@41 | 8 #define HAVE_STDINT_H 1 |
cannam@41 | 9 #define HAVE_STDIO_H 1 |
cannam@41 | 10 #define HAVE_STDLIB_H 1 |
cannam@41 | 11 #define HAVE_STRINGS_H 1 |
cannam@41 | 12 #define HAVE_STRING_H 1 |