Blame vc++/config.h

Packit 64f477
/* vc++/config.h - manually adapted from include/config.h.in */
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
#define HAVE_FTIME 1
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
#define HAVE_IO_H 1
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
#define HAVE_MEMORY_H 1
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
#define HAVE_STDLIB_H 1
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
#define HAVE_STRING_H 1
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 64f477
#define HAVE_SYS_STAT_H 1
Packit 64f477
Packit 64f477
/* Define to 1 if you have the <sys/timeb.h> header file. */
Packit 64f477
#define HAVE_SYS_TIMEB_H 1
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
#define HAVE_SYS_TYPES_H 1
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
#define LIBAO_WIN
Packit 64f477
Packit 64f477
/* Name of package */
Packit 64f477
#define PACKAGE "a52dec"
Packit 64f477
Packit 64f477
/* Define to the address where bug reports for this package should be sent. */
Packit 64f477
#define PACKAGE_BUGREPORT ""
Packit 64f477
Packit 64f477
/* Define to the full name of this package. */
Packit 64f477
#define PACKAGE_NAME ""
Packit 64f477
Packit 64f477
/* Define to the full name and version of this package. */
Packit 64f477
#define PACKAGE_STRING ""
Packit 64f477
Packit 64f477
/* Define to the one symbol short name of this package. */
Packit 64f477
#define PACKAGE_TARNAME ""
Packit 64f477
Packit 64f477
/* Define to the version of this package. */
Packit 64f477
#define PACKAGE_VERSION ""
Packit 64f477
Packit 64f477
/* Define as the return type of signal handlers (`int' or `void'). */
Packit 64f477
#define RETSIGTYPE void
Packit 64f477
Packit 64f477
/* The size of a `char', as computed by sizeof. */
Packit 64f477
#define SIZEOF_CHAR 1
Packit 64f477
Packit 64f477
/* The size of a `int', as computed by sizeof. */
Packit 64f477
#define SIZEOF_INT 4
Packit 64f477
Packit 64f477
/* The size of a `short', as computed by sizeof. */
Packit 64f477
#define SIZEOF_SHORT 2
Packit 64f477
Packit 64f477
/* Define to 1 if you have the ANSI C header files. */
Packit 64f477
#define STDC_HEADERS 1
Packit 64f477
Packit 64f477
/* Version number of package */
Packit 64f477
#define VERSION "0.7.4-cvs"
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
#define inline __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
#define restrict __restrict
Packit 64f477
Packit 64f477
/* Define to `unsigned' if <sys/types.h> does not define. */
Packit 64f477
/* #undef size_t */