1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
5
6/* Define to 1 if you have the `gettimeofday' function. */
7#undef HAVE_GETTIMEOFDAY
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Defined if we have LASH support. */
13#undef HAVE_LASH
14
15/* Define to 1 if you have the `m' library (-lm). */
16#undef HAVE_LIBM
17
18/* Define if you have libreadline */
19#undef HAVE_LIBREADLINE
20
21/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22   to 0 otherwise. */
23#undef HAVE_MALLOC
24
25/* Define to 1 if you have the <memory.h> header file. */
26#undef HAVE_MEMORY_H
27
28/* Define to 1 if you have the `memset' function. */
29#undef HAVE_MEMSET
30
31/* Define to 1 if you have the `pow' function. */
32#undef HAVE_POW
33
34/* Define to 1 if your system has a GNU libc compatible `realloc' function,
35   and to 0 otherwise. */
36#undef HAVE_REALLOC
37
38/* Define to 1 if you have the <stdint.h> header file. */
39#undef HAVE_STDINT_H
40
41/* Define to 1 if you have the <stdlib.h> header file. */
42#undef HAVE_STDLIB_H
43
44/* Define to 1 if you have the `strdup' function. */
45#undef HAVE_STRDUP
46
47/* Define to 1 if you have the `strerror' function. */
48#undef HAVE_STRERROR
49
50/* Define to 1 if you have the <strings.h> header file. */
51#undef HAVE_STRINGS_H
52
53/* Define to 1 if you have the <string.h> header file. */
54#undef HAVE_STRING_H
55
56/* Define to 1 if you have the `strtol' function. */
57#undef HAVE_STRTOL
58
59/* Define to 1 if you have the <sys/stat.h> header file. */
60#undef HAVE_SYS_STAT_H
61
62/* Define to 1 if you have the <sys/time.h> header file. */
63#undef HAVE_SYS_TIME_H
64
65/* Define to 1 if you have the <sys/types.h> header file. */
66#undef HAVE_SYS_TYPES_H
67
68/* Define to 1 if you have the <unistd.h> header file. */
69#undef HAVE_UNISTD_H
70
71/* whether or not JACK routines need nframes parameter */
72#undef JACK_MIDI_NEEDS_NFRAMES
73
74/* Name of package */
75#undef PACKAGE
76
77/* Define to the address where bug reports for this package should be sent. */
78#undef PACKAGE_BUGREPORT
79
80/* Define to the full name of this package. */
81#undef PACKAGE_NAME
82
83/* Define to the full name and version of this package. */
84#undef PACKAGE_STRING
85
86/* Define to the one symbol short name of this package. */
87#undef PACKAGE_TARNAME
88
89/* Define to the version of this package. */
90#undef PACKAGE_VERSION
91
92/* Define as the return type of signal handlers (`int' or `void'). */
93#undef RETSIGTYPE
94
95/* Define to 1 if you have the ANSI C header files. */
96#undef STDC_HEADERS
97
98/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
99#undef TIME_WITH_SYS_TIME
100
101/* Version number of package */
102#undef VERSION
103
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 was allowed, the
106   #define below would cause a syntax error. */
107#undef _UINT32_T
108
109/* Define to empty if `const' does not conform to ANSI C. */
110#undef const
111
112/* Define to the type of a signed integer type of width exactly 8 bits if such
113   a type exists and the standard includes do not define it. */
114#undef int8_t
115
116/* Define to rpl_malloc if the replacement function should be used. */
117#undef malloc
118
119/* Define to rpl_realloc if the replacement function should be used. */
120#undef realloc
121
122/* Define to the type of an unsigned integer type of width exactly 16 bits if
123   such a type exists and the standard includes do not define it. */
124#undef uint16_t
125
126/* Define to the type of an unsigned integer type of width exactly 32 bits if
127   such a type exists and the standard includes do not define it. */
128#undef uint32_t
129
130/* Define to empty if the keyword `volatile' does not work. Warning: valid
131   code using `volatile' can become incorrect without. Disable with care. */
132#undef volatile
133