AudioJack: do not use QVector in processCallback()
[lmms.git] / lmmsconfig.h.in
blob4965d243308ad285e63eba47a7461e4b2e368bb6
1 #cmakedefine LMMS_BUILD_LINUX
2 #cmakedefine LMMS_BUILD_WIN32
3 #cmakedefine LMMS_BUILD_WIN64
4 #cmakedefine LMMS_BUILD_APPLE
6 #cmakedefine LMMS_HOST_X86
7 #cmakedefine LMMS_HOST_X86_64
9 #cmakedefine LMMS_HAVE_ALSA
10 #cmakedefine LMMS_HAVE_FFTW3F
11 #cmakedefine LMMS_HAVE_FLUIDSYNTH
12 #cmakedefine LMMS_HAVE_JACK
13 #cmakedefine LMMS_HAVE_OGGVORBIS
14 #cmakedefine LMMS_HAVE_OSS
15 #cmakedefine LMMS_HAVE_PORTAUDIO
16 #cmakedefine LMMS_HAVE_PULSEAUDIO
17 #cmakedefine LMMS_HAVE_SDL
18 #cmakedefine LMMS_HAVE_STK
19 #cmakedefine LMMS_HAVE_VST
21 #cmakedefine LMMS_HAVE_STDINT_H
22 #cmakedefine LMMS_HAVE_STDLIB_H
23 #cmakedefine LMMS_HAVE_PTHREAD_H
24 #cmakedefine LMMS_HAVE_UNISTD_H
25 #cmakedefine LMMS_HAVE_SYS_TYPES_H
26 #cmakedefine LMMS_HAVE_SYS_IPC_H
27 #cmakedefine LMMS_HAVE_SEMAPHORE_H
28 #cmakedefine LMMS_HAVE_SYS_SHM_H
29 #cmakedefine LMMS_HAVE_SYS_TIME_H
30 #cmakedefine LMMS_HAVE_SYS_WAIT_H
31 #cmakedefine LMMS_HAVE_SYS_SELECT_H
32 #cmakedefine LMMS_HAVE_STDARG_H
33 #cmakedefine LMMS_HAVE_SIGNAL_H
34 #cmakedefine LMMS_HAVE_SCHED_H
35 #cmakedefine LMMS_HAVE_SYS_SOUNDCARD_H
36 #cmakedefine LMMS_HAVE_SOUNDCARD_H
37 #cmakedefine LMMS_HAVE_FCNTL_H
38 #cmakedefine LMMS_HAVE_SYS_IOCTL_H
39 #cmakedefine LMMS_HAVE_CTYPE_H
40 #cmakedefine LMMS_HAVE_STRING_H
41 #cmakedefine LMMS_HAVE_PROCESS_H
42 #cmakedefine LMMS_HAVE_LOCALE_H
44 /* defines for libsamplerate */
47 /* Target processor clips on negative float to int conversion. */
48 #cmakedefine CPU_CLIPS_NEGATIVE 1
49 #ifndef CPU_CLIPS_NEGATIVE
50 #define CPU_CLIPS_NEGATIVE 0
51 #endif
53 /* Target processor clips on positive float to int conversion. */
54 #cmakedefine CPU_CLIPS_POSITIVE 1
55 #ifndef CPU_CLIPS_POSITIVE
56 #define CPU_CLIPS_POSITIVE 0
57 #endif
59 /* Define if you have C99's lrint function. */
60 #cmakedefine HAVE_LRINT 1
62 /* Define if you have C99's lrintf function. */
63 #cmakedefine HAVE_LRINTF 1