config_macos.h
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:1k
源码类别:

midi

开发平台:

C/C++

  1. #define VERSION FLUIDSYNTH_VERSION
  2. #define MACOS9
  3. #define MACINTOSH
  4. #define HAVE_STRING_H 1
  5. #define HAVE_STDLIB_H 1
  6. #define HAVE_STDIO_H 1
  7. #define HAVE_MATH_H 1
  8. #define HAVE_STDARG_H 1
  9. #define WORDS_BIGENDIAN 1
  10. #define HAVE_LIMITS_H 1
  11. #define HAVE_FCNTL_H 1
  12. #undef WITH_PROFILING
  13. #define WITHOUT_SERVER 1
  14. /**** define to use the macintosh sound manager driver*/
  15. #define SNDMAN_SUPPORT 1
  16. /**** define to use the portaudio driver */
  17. /* #define PORTAUDIO_SUPPORT 1 */
  18. /**** define to use the MidiShare driver */
  19. /* #define MIDISHARE_SUPPORT 1 */
  20. /* #define MIDISHARE_DRIVER 1 */
  21. /* #define MidiSharePPC_68k */