aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: 931d16aed15e09e0d63937c94500e48305c0c7c1 (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
#ifndef CONFIG_H
#define CONFIG_H

/* Define if we have the ALSA backend */
#cmakedefine HAVE_ALSA

/* Define if we have the OSS backend */
#cmakedefine HAVE_OSS

/* Define if we have the DSound backend */
#cmakedefine HAVE_DSOUND

/* Define if we have the Windows Multimedia backend */
#cmakedefine HAVE_WINMM

/* Define if we have dlfcn.h */
#cmakedefine HAVE_DLFCN_H

/* Define if we have the sqrtf function */
#cmakedefine HAVE_SQRTF

/* Define if we have the strtof function */
#cmakedefine HAVE_STRTOF

/* Define if we have stdint.h */
#cmakedefine HAVE_STDINT_H

/* Define if we have the __int64 type */
#cmakedefine HAVE___INT64

/* Define to the size of a long int type */
#cmakedefine SIZEOF_LONG ${SIZEOF_LONG}

/* Define to the size of a long long int type */
#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}

/* Define to the size of an unsigned int type */
#cmakedefine SIZEOF_UINT ${SIZEOF_UINT}

/* Define to the size of a void pointer type */
#cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}

/* Define if we have GCC's destructor attribute */
#cmakedefine HAVE_GCC_DESTRUCTOR

#endif