~ubuntu-branches/ubuntu/hardy/lmms/hardy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Doerffel
  • Date: 2007-09-17 15:00:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917150024-mo0zk4ks81jawqii
Tags: 0.3.0-1ubuntu1
* Resynchronized with Debian (LP: #139759, LP: #90806, LP: #102639,
  LP: #113447, LP: #121172, LP: #124890)
* reverted changes from 0.2.1-1.1ubuntu1 as upstream merged/included them

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Build LMMS for Linux */
 
4
#undef BUILD_LINUX
 
5
 
 
6
/* Build LMMS for Win32 */
 
7
#undef BUILD_WIN32
 
8
 
 
9
/* Target processor clips on negative float to int conversion. */
 
10
#undef CPU_CLIPS_NEGATIVE
 
11
 
 
12
/* Target processor clips on positive float to int conversion. */
 
13
#undef CPU_CLIPS_POSITIVE
 
14
 
3
15
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4
16
   systems. This function is required for `alloca.c' support on those systems.
5
17
   */
24
36
/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
25
37
#undef HAVE_ALSA_ASOUNDLIB_H
26
38
 
 
39
/* Define to 1 if you have the `calloc' function. */
 
40
#undef HAVE_CALLOC
 
41
 
 
42
/* Define to 1 if you have the `ceil' function. */
 
43
#undef HAVE_CEIL
 
44
 
 
45
/* Define to 1 if you have the <ctype.h> header file. */
 
46
#undef HAVE_CTYPE_H
 
47
 
27
48
/* Define to 1 if you have the <dlfcn.h> header file. */
28
49
#undef HAVE_DLFCN_H
29
50
 
36
57
/* Define to 1 if you have the <FLAC/stream_encoder.h> header file. */
37
58
#undef HAVE_FLAC_STREAM_ENCODER_H
38
59
 
 
60
/* Define to 1 if you have the `floor' function. */
 
61
#undef HAVE_FLOOR
 
62
 
 
63
/* Define to 1 if you have the `fmod' function. */
 
64
#undef HAVE_FMOD
 
65
 
 
66
/* Define to 1 if you have the `free' function. */
 
67
#undef HAVE_FREE
 
68
 
39
69
/* Define to 1 if you have the <inttypes.h> header file. */
40
70
#undef HAVE_INTTYPES_H
41
71
 
45
75
/* Define to 1 if you have the <ladspa.h> header file. */
46
76
#undef HAVE_LADSPA_H
47
77
 
48
 
/* Define to 1 if you have the `wine' library (-lwine). */
49
 
#undef HAVE_LIBWINE
 
78
/* Define to 1 if you have the `m' library (-lm). */
 
79
#undef HAVE_LIBM
50
80
 
51
81
/* Define to 1 if the system has the type `long long'. */
52
82
#undef HAVE_LONG_LONG
53
83
 
54
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
55
 
   to 0 otherwise. */
 
84
/* Define if you have C99's lrint function. */
 
85
#undef HAVE_LRINT
 
86
 
 
87
/* Define if you have C99's lrintf function. */
 
88
#undef HAVE_LRINTF
 
89
 
 
90
/* Define to 1 if you have the `malloc' function. */
56
91
#undef HAVE_MALLOC
57
92
 
 
93
/* Define to 1 if you have the `memcpy' function. */
 
94
#undef HAVE_MEMCPY
 
95
 
 
96
/* Define to 1 if you have the `memmove' function. */
 
97
#undef HAVE_MEMMOVE
 
98
 
58
99
/* Define to 1 if you have the <memory.h> header file. */
59
100
#undef HAVE_MEMORY_H
60
101
 
73
114
/* Define to 1 if you have the <pthread.h> header file. */
74
115
#undef HAVE_PTHREAD_H
75
116
 
76
 
/* Define to 1 if you have the <samplerate.h> header file. */
77
 
#undef HAVE_SAMPLERATE_H
78
 
 
79
117
/* Define to 1 if you have the <sched.h> header file. */
80
118
#undef HAVE_SCHED_H
81
119
 
82
120
/* Define to 1 if you have the <$SDL_INC_PATH/SDL_audio.h> header file. */
83
121
#undef HAVE_SDL_SDL_AUDIO_H
84
122
 
85
 
/* Define to 1 if you have the <$SDL_INCL_PATH/SDL_sound.h> header file. */
 
123
/* Define to 1 if you have the <$SDL_INC_PATH/SDL_sound.h> header file. */
86
124
#undef HAVE_SDL_SDL_SOUND_H
87
125
 
88
126
/* Define to 1 if you have the <signal.h> header file. */
112
150
/* Define to 1 if you have the <stdlib.h> header file. */
113
151
#undef HAVE_STDLIB_H
114
152
 
 
153
/* Define to 1 if you have the <stk/Stk.h> header file. */
 
154
#undef HAVE_STK_H
 
155
 
115
156
/* Define to 1 if you have the <strings.h> header file. */
116
157
#undef HAVE_STRINGS_H
117
158
 
160
201
/* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */
161
202
#undef HAVE_VORBIS_VORBISFILE_H
162
203
 
163
 
/* Define to 1 if you have the <aeffectx.h> header file. */
164
 
#undef HAVE_VST_AEFFECTX_H
165
 
 
166
204
/* Define if you want to enable high quality sinc-resampling. */
167
205
#undef HQ_SINC
168
206
 
 
207
/* Define to 1 if you have the <ladspa.h> header file. */
 
208
#undef LADSPA_SUPPORT
 
209
 
169
210
/* Define if you want to disable debbuging-code in LMMS. */
170
211
#undef LMMS_DEBUG
171
212
 
194
235
/* Define to the version of this package. */
195
236
#undef PACKAGE_VERSION
196
237
 
 
238
/* Define to Qt translations directory */
 
239
#undef QT_TRANSLATIONS_DIR
 
240
 
197
241
/* Define as the return type of signal handlers (`int' or `void'). */
198
242
#undef RETSIGTYPE
199
243
 
206
250
/* Define to location of SDL_sound.h */
207
251
#undef SDL_SDL_SOUND_H
208
252
 
 
253
/* Define to 1 to enable SingerBot plugin support. */
 
254
#undef SINGERBOT_SUPPORT
 
255
 
209
256
/* If using the C implementation of alloca, define if you know the
210
257
   direction of stack growth for your system; otherwise it will be
211
258
   automatically deduced at runtime.
223
270
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
224
271
#undef TM_IN_SYS_TIME
225
272
 
 
273
/* Define to 1 if you do not have the <samplerate.h> header file. */
 
274
#undef USE_3RDPARTY_LIBSRC
 
275
 
226
276
/* Version number of package */
227
277
#undef VERSION
228
278