CMakeLists: make fftw3 a requirement and not optional anymore
[lmms.git] / lmmsconfig.h.in
blobb55397a2ab08adc38b33a73c3606ad9ed43f2748
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_FLUIDSYNTH
11 #cmakedefine LMMS_HAVE_JACK
12 #cmakedefine LMMS_HAVE_LV2
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
20 #cmakedefine LMMS_HAVE_ZIP
21 #cmakedefine LMMS_HAVE_FLAC
23 #cmakedefine LMMS_HAVE_STDINT_H
24 #cmakedefine LMMS_HAVE_STDBOOL_H
25 #cmakedefine LMMS_HAVE_STDLIB_H
26 #cmakedefine LMMS_HAVE_PTHREAD_H
27 #cmakedefine LMMS_HAVE_UNISTD_H
28 #cmakedefine LMMS_HAVE_SYS_TYPES_H
29 #cmakedefine LMMS_HAVE_SYS_IPC_H
30 #cmakedefine LMMS_HAVE_SEMAPHORE_H
31 #cmakedefine LMMS_HAVE_SYS_SHM_H
32 #cmakedefine LMMS_HAVE_SYS_TIME_H
33 #cmakedefine LMMS_HAVE_SYS_WAIT_H
34 #cmakedefine LMMS_HAVE_SYS_SELECT_H
35 #cmakedefine LMMS_HAVE_STDARG_H
36 #cmakedefine LMMS_HAVE_SIGNAL_H
37 #cmakedefine LMMS_HAVE_SCHED_H
38 #cmakedefine LMMS_HAVE_SYS_SOUNDCARD_H
39 #cmakedefine LMMS_HAVE_SOUNDCARD_H
40 #cmakedefine LMMS_HAVE_FCNTL_H
41 #cmakedefine LMMS_HAVE_SYS_IOCTL_H
42 #cmakedefine LMMS_HAVE_CTYPE_H
43 #cmakedefine LMMS_HAVE_STRING_H
44 #cmakedefine LMMS_HAVE_PROCESS_H
45 #cmakedefine LMMS_HAVE_LOCALE_H
46 #cmakedefine LMMS_HAVE_SLV2_SCALEPOINTS_H
48 /* defines for libsamplerate */
51 /* Target processor clips on negative float to int conversion. */
52 #cmakedefine CPU_CLIPS_NEGATIVE 1
53 #ifndef CPU_CLIPS_NEGATIVE
54 #define CPU_CLIPS_NEGATIVE 0
55 #endif
57 /* Target processor clips on positive float to int conversion. */
58 #cmakedefine CPU_CLIPS_POSITIVE 1
59 #ifndef CPU_CLIPS_POSITIVE
60 #define CPU_CLIPS_POSITIVE 0
61 #endif
63 /* Define if you have C99's lrint function. */
64 #cmakedefine HAVE_LRINT 1
66 /* Define if you have C99's lrintf function. */
67 #cmakedefine HAVE_LRINTF 1