jack2 codebase
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.

26 lines
688B

  1. /* Configuration header created by Waf - do not edit */
  2. #ifndef _CONFIG_H_WAF
  3. #define _CONFIG_H_WAF
  4. /* #define HAVE_SAMPLERATE 0 */
  5. /* #define HAVE_PPOLL 0 */
  6. /* #define HAVE_SNDFILE */
  7. /* #define HAVE_NCURSES 0 */
  8. /* #define HAVE_CELT 0 */
  9. /* #define HAVE_CELT_API_0_11 0 */
  10. /* #define HAVE_CELT_API_0_8 0 */
  11. /* #define HAVE_CELT_API_0_7 0 */
  12. /* #define HAVE_CELT_API_0_5 0 */
  13. /* #define HAVE_READLINE 0 */
  14. #define CLIENT_NUM 32
  15. #define PORT_NUM_FOR_CLIENT 24
  16. #define PORT_NUM 256
  17. #define PORT_NUM_MAX 512
  18. #define ADDON_DIR "/system/lib/jack"
  19. #define JACK_LOCATION "/system/bin"
  20. #define JACKMP 1
  21. /* #define USE_POSIX_SHM 0 */
  22. /* #define __CLIENTDEBUG__ 1 */
  23. #endif /* _CONFIG_H_WAF */