1#cmakedefine LMMS_BUILD_LINUX
2#cmakedefine LMMS_BUILD_WIN32
3#cmakedefine LMMS_BUILD_WIN64
4#cmakedefine LMMS_BUILD_APPLE
5#cmakedefine LMMS_BUILD_OPENBSD
6#cmakedefine LMMS_BUILD_FREEBSD
7#cmakedefine LMMS_BUILD_HAIKU
8
9#cmakedefine LMMS_HOST_X86
10#cmakedefine LMMS_HOST_X86_64
11
12#cmakedefine LMMS_HAVE_ALSA
13#cmakedefine LMMS_HAVE_FLUIDSYNTH
14#cmakedefine LMMS_HAVE_JACK
15#cmakedefine LMMS_HAVE_WEAKJACK
16#cmakedefine LMMS_HAVE_MP3LAME
17#cmakedefine LMMS_HAVE_OGGVORBIS
18#cmakedefine LMMS_HAVE_OSS
19#cmakedefine LMMS_HAVE_SNDIO
20#cmakedefine LMMS_HAVE_PORTAUDIO
21#cmakedefine LMMS_HAVE_SOUNDIO
22#cmakedefine LMMS_HAVE_PULSEAUDIO
23#cmakedefine LMMS_HAVE_SDL
24#cmakedefine LMMS_HAVE_STK
25#cmakedefine LMMS_HAVE_VST
26
27#cmakedefine LMMS_HAVE_STDINT_H
28#cmakedefine LMMS_HAVE_STDLIB_H
29#cmakedefine LMMS_HAVE_PTHREAD_H
30#cmakedefine LMMS_HAVE_UNISTD_H
31#cmakedefine LMMS_HAVE_SYS_TYPES_H
32#cmakedefine LMMS_HAVE_SYS_IPC_H
33#cmakedefine LMMS_HAVE_SEMAPHORE_H
34#cmakedefine LMMS_HAVE_SYS_SHM_H
35#cmakedefine LMMS_HAVE_SYS_TIME_H
36#cmakedefine LMMS_HAVE_SCHED_H
37#cmakedefine LMMS_HAVE_SYS_SOUNDCARD_H
38#cmakedefine LMMS_HAVE_SOUNDCARD_H
39#cmakedefine LMMS_HAVE_FCNTL_H
40#cmakedefine LMMS_HAVE_SYS_IOCTL_H
41#cmakedefine LMMS_HAVE_CTYPE_H
42#cmakedefine LMMS_HAVE_STRING_H
43#cmakedefine LMMS_HAVE_PROCESS_H
44#cmakedefine LMMS_HAVE_LOCALE_H
45
46/* defines for libsamplerate */
47
48
49/* Target processor clips on negative float to int conversion. */
50#cmakedefine CPU_CLIPS_NEGATIVE 1
51#ifndef CPU_CLIPS_NEGATIVE
52#define CPU_CLIPS_NEGATIVE 0
53#endif
54
55/* Target processor clips on positive float to int conversion. */
56#cmakedefine CPU_CLIPS_POSITIVE 1
57#ifndef CPU_CLIPS_POSITIVE
58#define CPU_CLIPS_POSITIVE 0
59#endif
60
61/* Define if you have C99's lrint function. */
62#cmakedefine HAVE_LRINT 1
63
64/* Define if you have C99's lrintf function. */
65#cmakedefine HAVE_LRINTF 1
66
67