Blame include/config.h.in

Packit 64f477
/* include/config.h.in.  Generated from configure.in by autoheader.  */
Packit 64f477
Packit 64f477
/* maximum supported data alignment */
Packit 64f477
#undef ATTRIBUTE_ALIGNED_MAX
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 64f477
#undef HAVE_DLFCN_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the `ftime' function. */
Packit 64f477
#undef HAVE_FTIME
Packit 64f477
Packit 64f477
/* Define to 1 if you have the `gettimeofday' function. */
Packit 64f477
#undef HAVE_GETTIMEOFDAY
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 64f477
#undef HAVE_INTTYPES_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <io.h> header file. */
Packit 64f477
#undef HAVE_IO_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the `memalign' function. */
Packit 64f477
#undef HAVE_MEMALIGN
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <memory.h> header file. */
Packit 64f477
#undef HAVE_MEMORY_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <stdint.h> header file. */
Packit 64f477
#undef HAVE_STDINT_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 64f477
#undef HAVE_STDLIB_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <strings.h> header file. */
Packit 64f477
#undef HAVE_STRINGS_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <string.h> header file. */
Packit 64f477
#undef HAVE_STRING_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 64f477
#undef HAVE_SYS_STAT_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/timeb.h> header file. */
Packit 64f477
#undef HAVE_SYS_TIMEB_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 64f477
#undef HAVE_SYS_TIME_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 64f477
#undef HAVE_SYS_TYPES_H
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <unistd.h> header file. */
Packit 64f477
#undef HAVE_UNISTD_H
Packit 64f477
Packit 64f477
/* liba52 djbfft support */
Packit 64f477
#undef LIBA52_DJBFFT
Packit 64f477
Packit 64f477
/* a52 sample precision */
Packit 64f477
#undef LIBA52_DOUBLE
Packit 64f477
Packit 64f477
/* libao al support */
Packit 64f477
#undef LIBAO_AL
Packit 64f477
Packit 64f477
/* libao OSS support */
Packit 64f477
#undef LIBAO_OSS
Packit 64f477
Packit 64f477
/* libao solaris support */
Packit 64f477
#undef LIBAO_SOLARIS
Packit 64f477
Packit 64f477
/* libao win support */
Packit 64f477
#undef LIBAO_WIN
Packit 64f477
Packit 64f477
/* Name of package */
Packit 64f477
#undef PACKAGE
Packit 64f477
Packit 64f477
/* Define to the address where bug reports for this package should be sent. */
Packit 64f477
#undef PACKAGE_BUGREPORT
Packit 64f477
Packit 64f477
/* Define to the full name of this package. */
Packit 64f477
#undef PACKAGE_NAME
Packit 64f477
Packit 64f477
/* Define to the full name and version of this package. */
Packit 64f477
#undef PACKAGE_STRING
Packit 64f477
Packit 64f477
/* Define to the one symbol short name of this package. */
Packit 64f477
#undef PACKAGE_TARNAME
Packit 64f477
Packit 64f477
/* Define to the version of this package. */
Packit 64f477
#undef PACKAGE_VERSION
Packit 64f477
Packit 64f477
/* Define as the return type of signal handlers (`int' or `void'). */
Packit 64f477
#undef RETSIGTYPE
Packit 64f477
Packit 64f477
/* The size of a `char', as computed by sizeof. */
Packit 64f477
#undef SIZEOF_CHAR
Packit 64f477
Packit 64f477
/* The size of a `int', as computed by sizeof. */
Packit 64f477
#undef SIZEOF_INT
Packit 64f477
Packit 64f477
/* The size of a `short', as computed by sizeof. */
Packit 64f477
#undef SIZEOF_SHORT
Packit 64f477
Packit 64f477
/* Define to 1 if you have the ANSI C header files. */
Packit 64f477
#undef STDC_HEADERS
Packit 64f477
Packit 64f477
/* Version number of package */
Packit 64f477
#undef VERSION
Packit 64f477
Packit 64f477
/* Define to 1 if your processor stores words with the most significant byte
Packit 64f477
   first (like Motorola and SPARC, unlike Intel and VAX). */
Packit 64f477
#undef WORDS_BIGENDIAN
Packit 64f477
Packit 64f477
/* Define to empty if `const' does not conform to ANSI C. */
Packit 64f477
#undef const
Packit 64f477
Packit 64f477
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
Packit 64f477
   if it is not supported. */
Packit 64f477
#undef inline
Packit 64f477
Packit 64f477
/* Define as `__restrict' if that's what the C compiler calls it, or to
Packit 64f477
   nothing if it is not supported. */
Packit 64f477
#undef restrict
Packit 64f477
Packit 64f477
/* Define to `unsigned' if <sys/types.h> does not define. */
Packit 64f477
#undef size_t