Blame config.h.in

Packit 47f805
/* config.h.in.  Generated from configure.in by autoheader.  */
Packit 47f805
Packit 47f805
Packit 47f805
#ifndef LAME_CONFIG_H
Packit 47f805
#define LAME_CONFIG_H
Packit 47f805
Packit 47f805
Packit 47f805
/* debug define */
Packit 47f805
#undef ABORTFP
Packit 47f805
Packit 47f805
/* Define if building universal (internal helper macro) */
Packit 47f805
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 47f805
Packit 47f805
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Packit 47f805
   systems. This function is required for `alloca.c' support on those systems.
Packit 47f805
   */
Packit 47f805
#undef CRAY_STACKSEG_END
Packit 47f805
Packit 47f805
/* Define to 1 if using `alloca.c'. */
Packit 47f805
#undef C_ALLOCA
Packit 47f805
Packit 47f805
/* alot of debug output */
Packit 47f805
#undef DEBUG
Packit 47f805
Packit 47f805
/* allow to compute a more accurate replaygain value */
Packit 47f805
#undef DECODE_ON_THE_FLY
Packit 47f805
Packit 47f805
/* double is faster than float on Alpha */
Packit 47f805
#undef FLOAT
Packit 47f805
Packit 47f805
/* Define to 1 if you have `alloca', as a function or macro. */
Packit 47f805
#undef HAVE_ALLOCA
Packit 47f805
Packit 47f805
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
Packit 47f805
   */
Packit 47f805
#undef HAVE_ALLOCA_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 47f805
#undef HAVE_DLFCN_H
Packit 47f805
Packit 47f805
/* we link against libefence */
Packit 47f805
#undef HAVE_EFENCE
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <errno.h> header file. */
Packit 47f805
#undef HAVE_ERRNO_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 47f805
#undef HAVE_FCNTL_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the `gettimeofday' function. */
Packit 47f805
#undef HAVE_GETTIMEOFDAY
Packit 47f805
Packit 47f805
/* Define if you have the iconv() function and it works. */
Packit 47f805
#undef HAVE_ICONV
Packit 47f805
Packit 47f805
/* add ieee754_float32_t type */
Packit 47f805
#undef HAVE_IEEE754_FLOAT32_T
Packit 47f805
#ifndef HAVE_IEEE754_FLOAT32_T
Packit 47f805
	typedef float ieee754_float32_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add ieee754_float64_t type */
Packit 47f805
#undef HAVE_IEEE754_FLOAT64_T
Packit 47f805
#ifndef HAVE_IEEE754_FLOAT64_T
Packit 47f805
	typedef double ieee754_float64_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* system has 80 bit floats */
Packit 47f805
#undef HAVE_IEEE854_FLOAT80
Packit 47f805
Packit 47f805
/* add ieee854_float80_t type */
Packit 47f805
#undef HAVE_IEEE854_FLOAT80_T
Packit 47f805
#ifndef HAVE_IEEE854_FLOAT80_T
Packit 47f805
	typedef long double ieee854_float80_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add int16_t type */
Packit 47f805
#undef HAVE_INT16_T
Packit 47f805
#ifndef HAVE_INT16_T
Packit 47f805
	typedef short int16_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add int32_t type */
Packit 47f805
#undef HAVE_INT32_T
Packit 47f805
#ifndef HAVE_INT32_T
Packit 47f805
#undef A_INT32_T
Packit 47f805
	typedef A_INT32_T int32_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add int64_t type */
Packit 47f805
#undef HAVE_INT64_T
Packit 47f805
#ifndef HAVE_INT64_T
Packit 47f805
#undef A_INT64_T
Packit 47f805
	typedef A_INT64_T int64_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add int8_t type */
Packit 47f805
#undef HAVE_INT8_T
Packit 47f805
#ifndef HAVE_INT8_T
Packit 47f805
	typedef char int8_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 47f805
#undef HAVE_INTTYPES_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <limits.h> header file. */
Packit 47f805
#undef HAVE_LIMITS_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <linux/soundcard.h> header file. */
Packit 47f805
#undef HAVE_LINUX_SOUNDCARD_H
Packit 47f805
Packit 47f805
/* Define to 1 if the type `long double' works and has more range or precision
Packit 47f805
   than `double'. */
Packit 47f805
#undef HAVE_LONG_DOUBLE
Packit 47f805
Packit 47f805
/* Define to 1 if the type `long double' works and has more range or precision
Packit 47f805
   than `double'. */
Packit 47f805
#undef HAVE_LONG_DOUBLE_WIDER
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <memory.h> header file. */
Packit 47f805
#undef HAVE_MEMORY_H
Packit 47f805
Packit 47f805
/* build with mpglib support */
Packit 47f805
#undef HAVE_MPGLIB
Packit 47f805
Packit 47f805
/* have nasm */
Packit 47f805
#undef HAVE_NASM
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <ncurses/termcap.h> header file. */
Packit 47f805
#undef HAVE_NCURSES_TERMCAP_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the `socket' function. */
Packit 47f805
#undef HAVE_SOCKET
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <stdint.h> header file. */
Packit 47f805
#undef HAVE_STDINT_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 47f805
#undef HAVE_STDLIB_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <strings.h> header file. */
Packit 47f805
#undef HAVE_STRINGS_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <string.h> header file. */
Packit 47f805
#undef HAVE_STRING_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the `strtol' function. */
Packit 47f805
#undef HAVE_STRTOL
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <sys/soundcard.h> header file. */
Packit 47f805
#undef HAVE_SYS_SOUNDCARD_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 47f805
#undef HAVE_SYS_STAT_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 47f805
#undef HAVE_SYS_TIME_H
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 47f805
#undef HAVE_SYS_TYPES_H
Packit 47f805
Packit 47f805
/* have termcap */
Packit 47f805
#undef HAVE_TERMCAP
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <termcap.h> header file. */
Packit 47f805
#undef HAVE_TERMCAP_H
Packit 47f805
Packit 47f805
/* add uint16_t type */
Packit 47f805
#undef HAVE_UINT16_T
Packit 47f805
#ifndef HAVE_UINT16_T
Packit 47f805
	typedef unsigned short uint16_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add uint32_t type */
Packit 47f805
#undef HAVE_UINT32_T
Packit 47f805
#ifndef HAVE_UINT32_T
Packit 47f805
#undef A_UINT32_T
Packit 47f805
	typedef A_UINT32_T uint32_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add uint64_t type */
Packit 47f805
#undef HAVE_UINT64_T
Packit 47f805
#ifndef HAVE_UINT64_T
Packit 47f805
#undef A_UINT64_T
Packit 47f805
	typedef A_UINT64_T uint64_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* add uint8_t type */
Packit 47f805
#undef HAVE_UINT8_T
Packit 47f805
#ifndef HAVE_UINT8_T
Packit 47f805
	typedef unsigned char uint8_t;
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* Define to 1 if you have the <unistd.h> header file. */
Packit 47f805
#undef HAVE_UNISTD_H
Packit 47f805
Packit 47f805
/* Define if SSE intrinsics work. */
Packit 47f805
#undef HAVE_XMMINTRIN_H
Packit 47f805
Packit 47f805
/* Define as const if the declaration of iconv() needs const. */
Packit 47f805
#undef ICONV_CONST
Packit 47f805
Packit 47f805
/* requested by Frank, seems to be temporary needed for a smooth transition */
Packit 47f805
#undef LAME_LIBRARY_BUILD
Packit 47f805
Packit 47f805
/* set to 1 if you have libsndfile */
Packit 47f805
#undef LIBSNDFILE
Packit 47f805
Packit 47f805
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 47f805
#undef LT_OBJDIR
Packit 47f805
Packit 47f805
/* use MMX version of choose_table */
Packit 47f805
#undef MMX_choose_table
Packit 47f805
Packit 47f805
/* build without hooks for analyzer */
Packit 47f805
#undef NOANALYSIS
Packit 47f805
Packit 47f805
/* Name of package */
Packit 47f805
#undef PACKAGE
Packit 47f805
Packit 47f805
/* Define to the address where bug reports for this package should be sent. */
Packit 47f805
#undef PACKAGE_BUGREPORT
Packit 47f805
Packit 47f805
/* Define to the full name of this package. */
Packit 47f805
#undef PACKAGE_NAME
Packit 47f805
Packit 47f805
/* Define to the full name and version of this package. */
Packit 47f805
#undef PACKAGE_STRING
Packit 47f805
Packit 47f805
/* Define to the one symbol short name of this package. */
Packit 47f805
#undef PACKAGE_TARNAME
Packit 47f805
Packit 47f805
/* Define to the home page for this package. */
Packit 47f805
#undef PACKAGE_URL
Packit 47f805
Packit 47f805
/* Define to the version of this package. */
Packit 47f805
#undef PACKAGE_VERSION
Packit 47f805
Packit 47f805
/* The size of `double', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_DOUBLE
Packit 47f805
Packit 47f805
/* The size of `float', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_FLOAT
Packit 47f805
Packit 47f805
/* The size of `int', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_INT
Packit 47f805
Packit 47f805
/* The size of `long', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_LONG
Packit 47f805
Packit 47f805
/* The size of `long double', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_LONG_DOUBLE
Packit 47f805
Packit 47f805
/* The size of `long long', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_LONG_LONG
Packit 47f805
Packit 47f805
/* The size of `short', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_SHORT
Packit 47f805
Packit 47f805
/* The size of `unsigned int', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_UNSIGNED_INT
Packit 47f805
Packit 47f805
/* The size of `unsigned long', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_UNSIGNED_LONG
Packit 47f805
Packit 47f805
/* The size of `unsigned long long', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_UNSIGNED_LONG_LONG
Packit 47f805
Packit 47f805
/* The size of `unsigned short', as computed by sizeof. */
Packit 47f805
#undef SIZEOF_UNSIGNED_SHORT
Packit 47f805
Packit 47f805
/* If using the C implementation of alloca, define if you know the
Packit 47f805
   direction of stack growth for your system; otherwise it will be
Packit 47f805
   automatically deduced at runtime.
Packit 47f805
	STACK_DIRECTION > 0 => grows toward higher addresses
Packit 47f805
	STACK_DIRECTION < 0 => grows toward lower addresses
Packit 47f805
	STACK_DIRECTION = 0 => direction of growth unknown */
Packit 47f805
#undef STACK_DIRECTION
Packit 47f805
Packit 47f805
/* Define to 1 if you have the ANSI C header files. */
Packit 47f805
#undef STDC_HEADERS
Packit 47f805
Packit 47f805
/* IEEE754 compatible machine */
Packit 47f805
#undef TAKEHIRO_IEEE754_HACK
Packit 47f805
Packit 47f805
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit 47f805
#undef TIME_WITH_SYS_TIME
Packit 47f805
Packit 47f805
/* faster log implementation with less but enough precission */
Packit 47f805
#undef USE_FAST_LOG
Packit 47f805
Packit 47f805
/* Enable extensions on AIX 3, Interix.  */
Packit 47f805
#ifndef _ALL_SOURCE
Packit 47f805
# undef _ALL_SOURCE
Packit 47f805
#endif
Packit 47f805
/* Enable GNU extensions on systems that have them.  */
Packit 47f805
#ifndef _GNU_SOURCE
Packit 47f805
# undef _GNU_SOURCE
Packit 47f805
#endif
Packit 47f805
/* Enable threading extensions on Solaris.  */
Packit 47f805
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 47f805
# undef _POSIX_PTHREAD_SEMANTICS
Packit 47f805
#endif
Packit 47f805
/* Enable extensions on HP NonStop.  */
Packit 47f805
#ifndef _TANDEM_SOURCE
Packit 47f805
# undef _TANDEM_SOURCE
Packit 47f805
#endif
Packit 47f805
/* Enable general extensions on Solaris.  */
Packit 47f805
#ifndef __EXTENSIONS__
Packit 47f805
# undef __EXTENSIONS__
Packit 47f805
#endif
Packit 47f805
Packit 47f805
Packit 47f805
/* Version number of package */
Packit 47f805
#undef VERSION
Packit 47f805
Packit 47f805
/* Define if using the dmalloc debugging malloc package */
Packit 47f805
#undef WITH_DMALLOC
Packit 47f805
Packit 47f805
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 47f805
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 47f805
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 47f805
# if defined __BIG_ENDIAN__
Packit 47f805
#  define WORDS_BIGENDIAN 1
Packit 47f805
# endif
Packit 47f805
#else
Packit 47f805
# ifndef WORDS_BIGENDIAN
Packit 47f805
#  undef WORDS_BIGENDIAN
Packit 47f805
# endif
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 47f805
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 47f805
# define _DARWIN_USE_64_BIT_INODE 1
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 47f805
#undef _FILE_OFFSET_BITS
Packit 47f805
Packit 47f805
/* Define for large files, on AIX-style hosts. */
Packit 47f805
#undef _LARGE_FILES
Packit 47f805
Packit 47f805
/* Define to 1 if on MINIX. */
Packit 47f805
#undef _MINIX
Packit 47f805
Packit 47f805
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 47f805
   this defined. */
Packit 47f805
#undef _POSIX_1_SOURCE
Packit 47f805
Packit 47f805
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 47f805
#undef _POSIX_SOURCE
Packit 47f805
Packit 47f805
/* we're on DEC Alpha */
Packit 47f805
#undef __DECALPHA__
Packit 47f805
Packit 47f805
/* work around a glibc bug */
Packit 47f805
#undef __NO_MATH_INLINES
Packit 47f805
Packit 47f805
/* Define to empty if `const' does not conform to ANSI C. */
Packit 47f805
#undef const
Packit 47f805
Packit 47f805
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 47f805
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 47f805
#ifndef __cplusplus
Packit 47f805
#undef inline
Packit 47f805
#endif
Packit 47f805
Packit 47f805
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit 47f805
#undef size_t
Packit 47f805
Packit 47f805
#endif /* LAME_CONFIG_H */