/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if we are building the OpenAL library. */ #undef AL_BUILD_LIBRARY /* Define to 1 if the AL_BYTE_LOKI source attribute shall be supported. */ #undef AL_SUPPORT_BYTE_LOKI_SOURCE_ATTR_ /* Define to 1 if you want to include debugging code. */ #undef DEBUG /* Define to 1 to enable buffer debugging. */ #undef DEBUG_BUFFER /* Define to 1 to enable config file debugging. */ #undef DEBUG_CONFIG /* Define to 1 to enable context debugging. */ #undef DEBUG_CONTEXT /* Define to 1 to enable conversion debugging. */ #undef DEBUG_CONVERT /* Define to 1 to enable extension debugging. */ #undef DEBUG_EXT /* Define to 1 to enable filter debugging. */ #undef DEBUG_FILTER /* Define to 1 to enable lock debugging. */ #undef DEBUG_LOCK /* Define to 1 to enable looping debugging. */ #undef DEBUG_LOOP /* Define to 1 to enable math debugging. */ #undef DEBUG_MATH /* Define to 1 to enable all debugging. */ #undef DEBUG_MAXIMUS /* Define to 1 to enable memory debugging. */ #undef DEBUG_MEM /* Define to 1 to enable mixer debugging. */ #undef DEBUG_MIXER /* Define to 1 to enable queue debugging. */ #undef DEBUG_QUEUE /* Define to 1 to enable source debugging. */ #undef DEBUG_SOURCE /* Define to 1 to enable streaming debugging. */ #undef DEBUG_STREAMING /* Define to 1 to enable stub debugging. */ #undef DEBUG_STUB /* Define to 1 if the AL_EXT_mp3 extension should be used. */ #undef ENABLE_EXTENSION_AL_EXT_MP3 /* Define to 1 if the AL_EXT_vorbis supprt should be used. */ #undef ENABLE_EXTENSION_AL_EXT_VORBIS /* detect cpu capabilities */ #undef HAVE_CPU_CAPS_DETECTION /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if we are using a GCC with symbol visibility support. */ #undef HAVE_GCC_VISIBILITY /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* mmx memcpy */ #undef HAVE_MMX_MEMCPY /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if your C compiler supports __attribute__. */ #undef HAVE___ATTRIBUTE__ /* Define to 1 if you want to disable the assert() macro. */ #undef NDEBUG /* Define to 1 if dynamic loading of libraries is not available. */ #undef NODLOPEN /* undocumented */ #undef NO_THREADING /* dynamically load ALSA libs */ #undef OPENAL_DLOPEN_ALSA /* dynamically load aRts libs */ #undef OPENAL_DLOPEN_ARTS /* dynamically load ESD libs */ #undef OPENAL_DLOPEN_ESD /* dynamically load SMPEG libs */ #undef OPENAL_DLOPEN_MP3 /* dynamically load SDL libs */ #undef OPENAL_DLOPEN_SDL /* dynamically load Vorbis libs */ #undef OPENAL_DLOPEN_VORBIS /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if the ALSA backend should be used. */ #undef USE_BACKEND_ALSA /* Define to 1 if the aRts backend should be used. */ #undef USE_BACKEND_ARTS /* Define to 1 if the native IRIX backend should be used. */ #undef USE_BACKEND_DMEDIA /* Define to 1 if the ESD backend should be used. */ #undef USE_BACKEND_ESD /* Define to 1 if the native BSD/OSS backend should be used. */ #undef USE_BACKEND_NATIVE_BSD /* Define to 1 if the native Darwin backend should be used. */ #undef USE_BACKEND_NATIVE_DARWIN /* Define to 1 if the native Linux backend should be used. */ #undef USE_BACKEND_NATIVE_LINUX /* Define to 1 if the native MorphOS backend should be used. */ #undef USE_BACKEND_NATIVE_MORPHOS /* Define to 1 if the native Solaris backend should be used. */ #undef USE_BACKEND_NATIVE_SOLARIS /* Define to 1 if the native Windows backend should be used. */ #undef USE_BACKEND_NATIVE_WINDOWS /* Define to 1 if the null backend should be used. */ #undef USE_BACKEND_NULL /* Define to 1 if the SDL backend should be used. */ #undef USE_BACKEND_SDL /* Define to 1 if the WAVE backend should be used. */ #undef USE_BACKEND_WAVEOUT /* build light generic mixing routines */ #undef USE_LIGHT_GEN_MIXING /* Define to 1 if MorphOS threading should be used. */ #undef USE_MORPHOSTHREADING /* Define to 1 if POSIX threading should be used. */ #undef USE_POSIXTHREADING /* Define to 1 if Windows threading should be used. */ #undef USE_WINDOWSTHREADING /* Version number of package */ #undef VERSION /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to 1 if extensions to ISO C89 from ISO C99 are needed. */ #undef _ISOC99_SOURCE /* Define to the POSIX version that should be used. */ #undef _POSIX_C_SOURCE /* Define to empty if `const' does not conform to ANSI C. */ #undef const