134 lines
3.4 KiB
C
134 lines
3.4 KiB
C
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
/* Define for debug builds. */
|
|
/* #undef DEBUG */
|
|
|
|
/* Define for debug build chattering. */
|
|
#undef DEBUG_CHATTER
|
|
|
|
/* Define to 1 if you have the <assert.h> header file. */
|
|
#define HAVE_ASSERT_H 1
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#define HAVE_DLFCN_H 1
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
#define HAVE_MEMSET 1
|
|
|
|
/* Define to 1 if you have the `setbuf' function. */
|
|
#define HAVE_SETBUF 1
|
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
#define HAVE_SIGNAL_H 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
|
#define HAVE_STRRCHR 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define to disable debugging. */
|
|
/* #define NDEBUG */
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "SDL_sound"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "SDL_sound"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "SDL_sound"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "SDL_sound 1.0.3"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "SDL_sound"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "1.0.3"
|
|
|
|
/* Define if modplug header is in own directory. */
|
|
#undef SOUND_MODPLUG_IN_OWN_PATH
|
|
|
|
/* Define if AIFF support is desired. */
|
|
#define SOUND_SUPPORTS_AIFF 1
|
|
|
|
/* Define if AU support is desired. */
|
|
#define SOUND_SUPPORTS_AU 1
|
|
|
|
/* Define if FLAC support is desired. */
|
|
#define SOUND_SUPPORTS_FLAC 1
|
|
|
|
/* Define if MIDI support is desired. */
|
|
#undef SOUND_SUPPORTS_MIDI
|
|
|
|
/* Define if MIKMOD support is desired. */
|
|
#define SOUND_SUPPORTS_MIKMOD 1
|
|
|
|
/* Define if MODPLUG support is desired. */
|
|
#undef SOUND_SUPPORTS_MODPLUG
|
|
|
|
/* Define if MPGLIB support is desired. */
|
|
#define SOUND_SUPPORTS_MPGLIB 1
|
|
|
|
/* Define if OGG support is desired. */
|
|
#define SOUND_SUPPORTS_OGG 1
|
|
|
|
/* Define if RAW support is desired. */
|
|
#undef SOUND_SUPPORTS_RAW
|
|
|
|
/* Define if SHN support is desired. */
|
|
#define SOUND_SUPPORTS_SHN 1
|
|
|
|
/* Define if SMPEG support is desired. */
|
|
#undef SOUND_SUPPORTS_SMPEG
|
|
|
|
/* Define if SPEEX support is desired. */
|
|
#undef SOUND_SUPPORTS_SPEEX
|
|
|
|
/* Define if VOC support is desired. */
|
|
#define SOUND_SUPPORTS_VOC 1
|
|
|
|
/* Define if WAV support is desired. */
|
|
#define SOUND_SUPPORTS_WAV 1
|
|
|
|
/* Define to use alternate audio converter. */
|
|
#undef SOUND_USE_ALTCVT
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.0.3"
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
/*#undef const*/
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
/*#undef size_t*/
|