You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
391B

  1. #ifndef AUBIO_CONFIG_H
  2. #define AUBIO_CONFIG_H
  3. #define HAVE_STDLIB_H 1
  4. #define HAVE_STDIO_H 1
  5. #define HAVE_MATH_H 1
  6. #define HAVE_STRING_H 1
  7. #define HAVE_LIMITS_H 1
  8. #define HAVE_STDARG_H 1
  9. #define HAVE_GETOPT_H 1
  10. #define HAVE_UNISTD_H 1
  11. #define HAVE_C99_VARARGS_MACROS 1
  12. #define HAVE_MEMCPY_HACKS 1
  13. #define HAVE_FFTW3
  14. #define HAVE_FFTW3F
  15. #define HAVE_COMPLEX_H
  16. #endif /* AUBIO_CONFIG_H */