summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
blob: ea60b7db00f62654ae2d44db57e6d0d064a210c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62

/* defined if you have libltdl library and header */
#cmakedefine HAVE_LIBLTDL

/* Define if your platform has posix_madvise */
#cmakedefine HAVE_POSIX_MADVISE

/* Define if your platform has posix_fadvise */
#cmakedefine HAVE_POSIX_FADVISE

/* Define if your platform has fadvise */
#cmakedefine HAVE_FADVISE

/* Define if your platform has madvise */
#cmakedefine HAVE_MADVISE

/* Define if madvise has no usefull prototype */
#cmakedefine NEED_MADVISE_PROTOTYPE

/* Define if your platform has getopt_long from glibc */
#cmakedefine HAVE_GNU_GETOPT

/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H

/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H

/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H

/* Define to 1 if you have the <soundcard.h> header file. */
#cmakedefine HAVE_SOUNDCARD_H

/* Define to 1 if you have the <sys/soundcard.h> header file. */
#cmakedefine HAVE_SYS_SOUNDCARD_H

/* Define if you have libavcodec and libavformat from FFMPEG (required for WMA
   and RealAudio decoding) */
#cmakedefine HAVE_FFMPEG

/* Define if you have libFLAC 1.1.3 or newer */
#cmakedefine HAVE_LIBFLAC113

/* Define if you have libFLAC 1.1.1 or 1.1.2 */
#cmakedefine HAVE_LIBFLAC

/* Define if you have libOggFLAC (required for loading OggFLAC files) */
#cmakedefine HAVE_LIBOGGFLAC

/* Define if you have speex installed */
#cmakedefine HAVE_SPEEX

/* Define if you have libspeex 1.1.x installed */
#cmakedefine HAVE_SPEEX11

/* Define if you have one of the broken libspeex 1.1.x < 1.1.5 */
#cmakedefine BROKEN_SPEEX11

/* Define if you have ogg/vorbis installed */
#cmakedefine HAVE_OGG_VORBIS