Fix output channel order for 6.1 and 7.1
[openal-soft.git] / config.h.in
blob5890b6fd1425e28cb1c4a8935ad281642a817a7d
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 acosf function */
23 #cmakedefine HAVE_ACOSF
25 /* Define if we have the strtof function */
26 #cmakedefine HAVE_STRTOF
28 /* Define if we have stdint.h */
29 #cmakedefine HAVE_STDINT_H
31 /* Define if we have the __int64 type */
32 #cmakedefine HAVE___INT64
34 /* Define to the size of a long int type */
35 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
37 /* Define to the size of a long long int type */
38 #cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG}
40 /* Define to the size of an unsigned int type */
41 #cmakedefine SIZEOF_UINT ${SIZEOF_UINT}
43 /* Define to the size of a void pointer type */
44 #cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
46 /* Define if we have GCC's destructor attribute */
47 #cmakedefine HAVE_GCC_DESTRUCTOR
49 #endif