InstrumentTrack: show FX mixer when double clicking FX line LCD spinbox
[lmms.git] / lmmsconfig.h.in
blob34864a701ac7496aeabe53e8fbf67fcc4c42be70
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_LV2
14 #cmakedefine LMMS_HAVE_OGGVORBIS
15 #cmakedefine LMMS_HAVE_OSS
16 #cmakedefine LMMS_HAVE_PORTAUDIO
17 #cmakedefine LMMS_HAVE_PULSEAUDIO
18 #cmakedefine LMMS_HAVE_SDL
19 #cmakedefine LMMS_HAVE_STK
20 #cmakedefine LMMS_HAVE_VST
21 #cmakedefine LMMS_HAVE_ZIP
22 #cmakedefine LMMS_HAVE_FLAC
24 #cmakedefine LMMS_HAVE_STDINT_H
25 #cmakedefine LMMS_HAVE_STDBOOL_H
26 #cmakedefine LMMS_HAVE_STDLIB_H
27 #cmakedefine LMMS_HAVE_PTHREAD_H
28 #cmakedefine LMMS_HAVE_UNISTD_H
29 #cmakedefine LMMS_HAVE_SYS_TYPES_H
30 #cmakedefine LMMS_HAVE_SYS_IPC_H
31 #cmakedefine LMMS_HAVE_SEMAPHORE_H
32 #cmakedefine LMMS_HAVE_SYS_SHM_H
33 #cmakedefine LMMS_HAVE_SYS_TIME_H
34 #cmakedefine LMMS_HAVE_SYS_WAIT_H
35 #cmakedefine LMMS_HAVE_SYS_SELECT_H
36 #cmakedefine LMMS_HAVE_STDARG_H
37 #cmakedefine LMMS_HAVE_SIGNAL_H
38 #cmakedefine LMMS_HAVE_SCHED_H
39 #cmakedefine LMMS_HAVE_SYS_SOUNDCARD_H
40 #cmakedefine LMMS_HAVE_SOUNDCARD_H
41 #cmakedefine LMMS_HAVE_FCNTL_H
42 #cmakedefine LMMS_HAVE_SYS_IOCTL_H
43 #cmakedefine LMMS_HAVE_CTYPE_H
44 #cmakedefine LMMS_HAVE_STRING_H
45 #cmakedefine LMMS_HAVE_PROCESS_H
46 #cmakedefine LMMS_HAVE_LOCALE_H
47 #cmakedefine LMMS_HAVE_SLV2_SCALEPOINTS_H
49 /* defines for libsamplerate */
52 /* Target processor clips on negative float to int conversion. */
53 #cmakedefine CPU_CLIPS_NEGATIVE 1
54 #ifndef CPU_CLIPS_NEGATIVE
55 #define CPU_CLIPS_NEGATIVE 0
56 #endif
58 /* Target processor clips on positive float to int conversion. */
59 #cmakedefine CPU_CLIPS_POSITIVE 1
60 #ifndef CPU_CLIPS_POSITIVE
61 #define CPU_CLIPS_POSITIVE 0
62 #endif
64 /* Define if you have C99's lrint function. */
65 #cmakedefine HAVE_LRINT 1
67 /* Define if you have C99's lrintf function. */
68 #cmakedefine HAVE_LRINTF 1