File: config.h

package info (click to toggle)
jackd2 1.9.22~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,984 kB
  • sloc: cpp: 48,694; ansic: 23,970; python: 13,621; sh: 228; makefile: 31
file content (25 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Configuration header created by Waf - do not edit */
#ifndef _CONFIG_H_WAF
#define _CONFIG_H_WAF

/* #define HAVE_SAMPLERATE 0 */
/* #define HAVE_PPOLL 0 */
/* #define HAVE_SNDFILE */
/* #define HAVE_NCURSES 0 */
/* #define HAVE_CELT 0 */
/* #define HAVE_CELT_API_0_11 0 */
/* #define HAVE_CELT_API_0_8 0 */
/* #define HAVE_CELT_API_0_7 0 */
/* #define HAVE_CELT_API_0_5 0 */
/* #define HAVE_READLINE 0 */
#define CLIENT_NUM 32
#define PORT_NUM_FOR_CLIENT 24
#define PORT_NUM 256
#define PORT_NUM_MAX 512
#define ADDON_DIR "/system/lib/jack"
#define JACK_LOCATION "/system/bin"
#define JACKMP 1
/* #define USE_POSIX_SHM 0 */
/* #define __CLIENTDEBUG__ 1 */

#endif /* _CONFIG_H_WAF */