root/trunk/fm_server/config.h.in

Revision 287, 4.5 KB (checked in by ath, 3 years ago)

Merge shave support and update the usual autotools stuff.

Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Target processor clips on negative float to int conversion. */
4#undef CPU_CLIPS_NEGATIVE
5
6/* Target processor clips on positive float to int conversion. */
7#undef CPU_CLIPS_POSITIVE
8
9/* Define to 1 if translation of program messages to the user's native
10   language is requested. */
11#undef ENABLE_NLS
12
13/* ALSA is available. */
14#undef HAVE_ALSA
15
16/* Define to 1 if you have the `calloc' function. */
17#undef HAVE_CALLOC
18
19/* Define to 1 if you have the `ceil' function. */
20#undef HAVE_CEIL
21
22/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
23   CoreFoundation framework. */
24#undef HAVE_CFLOCALECOPYCURRENT
25
26/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
27   the CoreFoundation framework. */
28#undef HAVE_CFPREFERENCESCOPYAPPVALUE
29
30/* Define if the GNU dcgettext() function is already present or preinstalled.
31   */
32#undef HAVE_DCGETTEXT
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#undef HAVE_DLFCN_H
36
37/* Define to 1 if you have the <fcntl.h> header file. */
38#undef HAVE_FCNTL_H
39
40/* Define to 1 if you have the `floor' function. */
41#undef HAVE_FLOOR
42
43/* Define to 1 if you have the `fmod' function. */
44#undef HAVE_FMOD
45
46/* Define to 1 if you have the `free' function. */
47#undef HAVE_FREE
48
49/* Define if the GNU gettext() function is already present or preinstalled. */
50#undef HAVE_GETTEXT
51
52/* Define if you have the iconv() function. */
53#undef HAVE_ICONV
54
55/* Define to 1 if you have the <inttypes.h> header file. */
56#undef HAVE_INTTYPES_H
57
58/* JACK is available. */
59#undef HAVE_JACK
60
61/* Define to 1 if you have the `m' library (-lm). */
62#undef HAVE_LIBM
63
64/* Define if you have C99's lrint function. */
65#undef HAVE_LRINT
66
67/* Define if you have C99's lrintf function. */
68#undef HAVE_LRINTF
69
70/* Define to 1 if you have the `malloc' function. */
71#undef HAVE_MALLOC
72
73/* Define to 1 if you have the `memcpy' function. */
74#undef HAVE_MEMCPY
75
76/* Define to 1 if you have the `memmove' function. */
77#undef HAVE_MEMMOVE
78
79/* Define to 1 if you have the <memory.h> header file. */
80#undef HAVE_MEMORY_H
81
82/* Define to 1 if you have the `memset' function. */
83#undef HAVE_MEMSET
84
85/* PulseAudio is available. */
86#undef HAVE_PULSE
87
88/* Define to 1 if you have the `sched_setscheduler' function. */
89#undef HAVE_SCHED_SETSCHEDULER
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#undef HAVE_STDINT_H
93
94/* Define to 1 if you have the <stdlib.h> header file. */
95#undef HAVE_STDLIB_H
96
97/* Define to 1 if you have the `strerror' function. */
98#undef HAVE_STRERROR
99
100/* Define to 1 if you have the <strings.h> header file. */
101#undef HAVE_STRINGS_H
102
103/* Define to 1 if you have the <string.h> header file. */
104#undef HAVE_STRING_H
105
106/* Define to 1 if you have the <sys/stat.h> header file. */
107#undef HAVE_SYS_STAT_H
108
109/* Define to 1 if you have the <sys/types.h> header file. */
110#undef HAVE_SYS_TYPES_H
111
112/* Define to 1 if you have the <unistd.h> header file. */
113#undef HAVE_UNISTD_H
114
115/* Define to the sub-directory in which libtool stores uninstalled libraries.
116   */
117#undef LT_OBJDIR
118
119/* Name of package */
120#undef PACKAGE
121
122/* Define to the address where bug reports for this package should be sent. */
123#undef PACKAGE_BUGREPORT
124
125/* "" */
126#undef PACKAGE_DATA_DIR
127
128/* "" */
129#undef PACKAGE_DOC_DIR
130
131/* "" */
132#undef PACKAGE_HELP_DIR
133
134/* "" */
135#undef PACKAGE_LOCALE_DIR
136
137/* "" */
138#undef PACKAGE_MENU_DIR
139
140/* Define to the full name of this package. */
141#undef PACKAGE_NAME
142
143/* "" */
144#undef PACKAGE_PIXMAPS_DIR
145
146/* "" */
147#undef PACKAGE_SOURCE_DIR
148
149/* Define to the full name and version of this package. */
150#undef PACKAGE_STRING
151
152/* Define to the one symbol short name of this package. */
153#undef PACKAGE_TARNAME
154
155/* Define to the version of this package. */
156#undef PACKAGE_VERSION
157
158/* Define as the return type of signal handlers (`int' or `void'). */
159#undef RETSIGTYPE
160
161/* Define to 1 if you have the ANSI C header files. */
162#undef STDC_HEADERS
163
164/* Version number of package */
165#undef VERSION
166
167/* Define to empty if `const' does not conform to ANSI C. */
168#undef const
169
170/* Define to `__inline__' or `__inline' if that's what the C compiler
171   calls it, or to nothing if 'inline' is not supported under any name.  */
172#ifndef __cplusplus
173#undef inline
174#endif
175
176/* Define to rpl_malloc if the replacement function should be used. */
177#undef malloc
178
179/* Define to `unsigned int' if <sys/types.h> does not define. */
180#undef size_t
181
182/* Define to empty if the keyword `volatile' does not work. Warning: valid
183   code using `volatile' can become incorrect without. Disable with care. */
184#undef volatile
Note: See TracBrowser for help on using the browser.