~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): Florian Ragwitz
  • Date: 2005-12-22 16:22:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051222162250-key3p7x0212jy6dn
Tags: 0.1.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
   */
22
22
#undef HAVE_ALLOCA_H
23
23
 
24
 
/* Define to 1 if you have the alsa/asoundlib.h header file. */
 
24
/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
25
25
#undef HAVE_ALSA_ASOUNDLIB_H
26
26
 
 
27
/* Define to 1 if you have the <dlfcn.h> header file. */
 
28
#undef HAVE_DLFCN_H
 
29
 
27
30
/* Define to 1 if you have the <fcntl.h> header file. */
28
31
#undef HAVE_FCNTL_H
29
32
 
 
33
/* Define to 1 if you have the <FLAC/stream_decoder.h> header file. */
 
34
#undef HAVE_FLAC_STREAM_DECODER_H
 
35
 
 
36
/* Define to 1 if you have the <FLAC/stream_encoder.h> header file. */
 
37
#undef HAVE_FLAC_STREAM_ENCODER_H
 
38
 
30
39
/* Define to 1 if you have the <inttypes.h> header file. */
31
40
#undef HAVE_INTTYPES_H
32
41
 
33
 
/* Define to 1 if you have the jack/jack.h header file. */
 
42
/* Define to 1 if you have the <jack/jack.h> header file. */
34
43
#undef HAVE_JACK_JACK_H
35
44
 
 
45
/* Define to 1 if you have the <ladspa.h> header file. */
 
46
#undef HAVE_LADSPA_H
 
47
 
 
48
/* Define to 1 if you have the `wine' library (-lwine). */
 
49
#undef HAVE_LIBWINE
 
50
 
 
51
/* Define to 1 if the system has the type `long long'. */
 
52
#undef HAVE_LONG_LONG
 
53
 
36
54
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
37
55
   to 0 otherwise. */
38
56
#undef HAVE_MALLOC
40
58
/* Define to 1 if you have the <memory.h> header file. */
41
59
#undef HAVE_MEMORY_H
42
60
 
43
 
/* Define to 1 if you have the samplerate.h header file. */
 
61
/* Define to 1 if the system has the type `mode_t'. */
 
62
#undef HAVE_MODE_T
 
63
 
 
64
/* Define to 1 if the system has the type `off_t'. */
 
65
#undef HAVE_OFF_T
 
66
 
 
67
/* Define to 1 if the system has the type `pid_t'. */
 
68
#undef HAVE_PID_T
 
69
 
 
70
/* Define to 1 if you have the `pipe' function. */
 
71
#undef HAVE_PIPE
 
72
 
 
73
/* Define to 1 if you have the <pthread.h> header file. */
 
74
#undef HAVE_PTHREAD_H
 
75
 
 
76
/* Define to 1 if you have the <samplerate.h> header file. */
44
77
#undef HAVE_SAMPLERATE_H
45
78
 
46
 
/* Define to 1 if you have the $SDL_INC_PATH/SDL_audio.h header file. */
 
79
/* Define to 1 if you have the <$SDL_INC_PATH/SDL_audio.h> header file. */
47
80
#undef HAVE_SDL_SDL_AUDIO_H
48
81
 
49
 
/* Define to 1 if you have the $SDL_INCL_PATH/SDL_sound.h header file. */
 
82
/* Define to 1 if you have the <$SDL_INCL_PATH/SDL_sound.h> header file. */
50
83
#undef HAVE_SDL_SDL_SOUND_H
51
84
 
52
 
/* Define to 1 if you have the sndfile.h header file. */
 
85
/* Define to 1 if the system has the type `size_t'. */
 
86
#undef HAVE_SIZE_T
 
87
 
 
88
/* Define to 1 if you have the <sndfile.h> header file. */
53
89
#undef HAVE_SNDFILE_H
54
90
 
 
91
/* Define to 1 if you have the <soundcard.h> header file. */
 
92
#undef HAVE_SOUNDCARD_H
 
93
 
 
94
/* Define to 1 if you have the `sprintf' function. */
 
95
#undef HAVE_SPRINTF
 
96
 
 
97
/* Define to 1 if the system has the type `ssize_t'. */
 
98
#undef HAVE_SSIZE_T
 
99
 
 
100
/* Define to 1 if you have the <stdarg.h> header file. */
 
101
#undef HAVE_STDARG_H
 
102
 
55
103
/* Define to 1 if you have the <stdint.h> header file. */
56
104
#undef HAVE_STDINT_H
57
105
 
67
115
/* Define to 1 if you have the <sys/ioctl.h> header file. */
68
116
#undef HAVE_SYS_IOCTL_H
69
117
 
 
118
/* Define to 1 if you have the <sys/ipc.h> header file. */
 
119
#undef HAVE_SYS_IPC_H
 
120
 
 
121
/* Define to 1 if you have the <sys/select.h> header file. */
 
122
#undef HAVE_SYS_SELECT_H
 
123
 
 
124
/* Define to 1 if you have the <sys/shm.h> header file. */
 
125
#undef HAVE_SYS_SHM_H
 
126
 
 
127
/* Define to 1 if you have the <sys/soundcard.h> header file. */
 
128
#undef HAVE_SYS_SOUNDCARD_H
 
129
 
70
130
/* Define to 1 if you have the <sys/stat.h> header file. */
71
131
#undef HAVE_SYS_STAT_H
72
132
 
 
133
/* Define to 1 if you have the <sys/time.h> header file. */
 
134
#undef HAVE_SYS_TIME_H
 
135
 
73
136
/* Define to 1 if you have the <sys/types.h> header file. */
74
137
#undef HAVE_SYS_TYPES_H
75
138
 
82
145
/* Define to 1 if you have the `usleep' function. */
83
146
#undef HAVE_USLEEP
84
147
 
85
 
/* Define to 1 if you have the vorbis/codec.h header file. */
 
148
/* Define to 1 if you have the <vorbis/codec.h> header file. */
86
149
#undef HAVE_VORBIS_CODEC_H
87
150
 
88
 
/* Define to 1 if you have the vorbis/vorbisenc.h header file. */
 
151
/* Define to 1 if you have the <vorbis/vorbisenc.h> header file. */
89
152
#undef HAVE_VORBIS_VORBISENC_H
90
153
 
91
 
/* Define to 1 if you have the vorbis/vorbisfile.h header file. */
 
154
/* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */
92
155
#undef HAVE_VORBIS_VORBISFILE_H
93
156
 
 
157
/* Define to 1 if you have the <vst/aeffectx.h> header file. */
 
158
#undef HAVE_VST_AEFFECTX_H
 
159
 
94
160
/* Define if you want to enable high quality sinc-resampling. */
95
161
#undef HQ_SINC
96
162
 
125
191
/* Define as the return type of signal handlers (`int' or `void'). */
126
192
#undef RETSIGTYPE
127
193
 
128
 
/* Define to location of SD_audio.h */
 
194
/* Define to location of SDL_audio.h */
129
195
#undef SDL_SDL_AUDIO_H
130
196
 
131
197
/* Define to location of SDL.h */
179
245
#undef inline
180
246
#endif
181
247
 
 
248
/* Define to lof if logf is not known */
 
249
#undef logf
 
250
 
182
251
/* Define to rpl_malloc if the replacement function should be used. */
183
252
#undef malloc
184
253