cleanup and refactor to prepare for "always on" listen loop
[jackctlmmc.git] / config.h.in
bloba99e4a0da9ff399797dc03d65a349369abd9be89
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if ALSA/MIDI sequencer support is enabled. */
4 #undef CONFIG_ALSA_SEQ
6 /* Default installation prefix. */
7 #undef CONFIG_PREFIX
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10 systems. This function is required for `alloca.c' support on those systems.
12 #undef CRAY_STACKSEG_END
14 /* Define to 1 if using `alloca.c'. */
15 #undef C_ALLOCA
17 /* Define if QJackMMC can be built. */
18 #undef ENABLE_QJACKMMC
20 /* Define to 1 if you have `alloca', as a function or macro. */
21 #undef HAVE_ALLOCA
23 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 #undef HAVE_ALLOCA_H
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the <memory.h> header file. */
31 #undef HAVE_MEMORY_H
33 /* Define to 1 if stdbool.h conforms to C99. */
34 #undef HAVE_STDBOOL_H
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #undef HAVE_STDINT_H
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #undef HAVE_STDLIB_H
42 /* Define to 1 if you have the <strings.h> header file. */
43 #undef HAVE_STRINGS_H
45 /* Define to 1 if you have the <string.h> header file. */
46 #undef HAVE_STRING_H
48 /* Define to 1 if you have the `strtol' function. */
49 #undef HAVE_STRTOL
51 /* Define to 1 if you have the `system' function. */
52 #undef HAVE_SYSTEM
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #undef HAVE_SYS_STAT_H
57 /* Define to 1 if you have the <sys/types.h> header file. */
58 #undef HAVE_SYS_TYPES_H
60 /* Define to 1 if you have the <unistd.h> header file. */
61 #undef HAVE_UNISTD_H
63 /* Define to 1 if the system has the type `_Bool'. */
64 #undef HAVE__BOOL
66 /* Default icon directory. */
67 #undef ICON_DIR
69 /* Define if JACK MIDI support is available. */
70 #undef JACK_MIDI_SUPPORT
72 /* Has lash.h */
73 #undef LASH_SUPPORT
75 /* Define to the address where bug reports for this package should be sent. */
76 #undef PACKAGE_BUGREPORT
78 /* Define to the full name of this package. */
79 #undef PACKAGE_NAME
81 /* Define to the full name and version of this package. */
82 #undef PACKAGE_STRING
84 /* Define to the one symbol short name of this package. */
85 #undef PACKAGE_TARNAME
87 /* Define to the home page for this package. */
88 #undef PACKAGE_URL
90 /* Define to the version of this package. */
91 #undef PACKAGE_VERSION
93 /* If using the C implementation of alloca, define if you know the
94 direction of stack growth for your system; otherwise it will be
95 automatically deduced at runtime.
96 STACK_DIRECTION > 0 => grows toward higher addresses
97 STACK_DIRECTION < 0 => grows toward lower addresses
98 STACK_DIRECTION = 0 => direction of growth unknown */
99 #undef STACK_DIRECTION
101 /* Define to 1 if you have the ANSI C header files. */
102 #undef STDC_HEADERS
104 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
105 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
106 #define below would cause a syntax error. */
107 #undef _UINT32_T
109 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
110 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
111 #define below would cause a syntax error. */
112 #undef _UINT64_T
114 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
115 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
116 #define below would cause a syntax error. */
117 #undef _UINT8_T
119 /* Define to `unsigned int' if <sys/types.h> does not define. */
120 #undef size_t
122 /* Define to the type of an unsigned integer type of width exactly 32 bits if
123 such a type exists and the standard includes do not define it. */
124 #undef uint32_t
126 /* Define to the type of an unsigned integer type of width exactly 64 bits if
127 such a type exists and the standard includes do not define it. */
128 #undef uint64_t
130 /* Define to the type of an unsigned integer type of width exactly 8 bits if
131 such a type exists and the standard includes do not define it. */
132 #undef uint8_t