Move ALu.c to the Alc directory
[openal-soft.git] / config.h.in
blobd8c26defef8927d7f37228007e6016f1960be499
1 #ifndef CONFIG_H
2 #define CONFIG_H
4 /* Define if we have the ALSA backend */
5 #cmakedefine HAVE_ALSA
7 /* Define if we have the OSS backend */
8 #cmakedefine HAVE_OSS
10 /* Define if we have the DSound backend */
11 #cmakedefine HAVE_DSOUND
13 /* Define if we have the Windows Multimedia backend */
14 #cmakedefine HAVE_WINMM
16 /* Define if we have dlfcn.h */
17 #cmakedefine HAVE_DLFCN_H
19 /* Define if we have the sqrtf function */
20 #cmakedefine HAVE_SQRTF
22 /* Define if we have the strtof function */
23 #cmakedefine HAVE_STRTOF
25 /* Define if we have stdint.h */
26 #cmakedefine HAVE_STDINT_H
28 /* Define if we have the __int64 type */
29 #cmakedefine HAVE___INT64
31 /* Define to the size of a long int type */
32 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
34 /* Define to the size of a long long int type */
35 #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
37 /* Define to the size of an unsigned int type */
38 #cmakedefine SIZEOF_UINT ${SIZEOF_UINT}
40 /* Define to the size of a void pointer type */
41 #cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
43 #endif