00001 /* vc++/config.h - manually adapted from include/config.h.in */ 00002 00003 /* maximum supported data alignment */ 00004 /* #undef ATTRIBUTE_ALIGNED_MAX */ 00005 00006 /* Define to 1 if you have the <dlfcn.h> header file. */ 00007 /* #undef HAVE_DLFCN_H */ 00008 00009 /* Define to 1 if you have the `ftime' function. */ 00010 #define HAVE_FTIME 1 00011 00012 /* Define to 1 if you have the `gettimeofday' function. */ 00013 /* #undef HAVE_GETTIMEOFDAY */ 00014 00015 /* Define to 1 if you have the <inttypes.h> header file. */ 00016 /* #undef HAVE_INTTYPES_H */ 00017 00018 /* Define to 1 if you have the <io.h> header file. */ 00019 #define HAVE_IO_H 1 00020 00021 /* Define to 1 if you have the `memalign' function. */ 00022 /* #undef HAVE_MEMALIGN */ 00023 00024 /* Define to 1 if you have the <memory.h> header file. */ 00025 #define HAVE_MEMORY_H 1 00026 00027 /* Define to 1 if you have the <stdint.h> header file. */ 00028 /* #undef HAVE_STDINT_H */ 00029 00030 /* Define to 1 if you have the <stdlib.h> header file. */ 00031 #define HAVE_STDLIB_H 1 00032 00033 /* Define to 1 if you have the <strings.h> header file. */ 00034 /* #undef HAVE_STRINGS_H */ 00035 00036 /* Define to 1 if you have the <string.h> header file. */ 00037 #define HAVE_STRING_H 1 00038 00039 /* Define to 1 if you have the <sys/stat.h> header file. */ 00040 #define HAVE_SYS_STAT_H 1 00041 00042 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00043 #define HAVE_SYS_TIMEB_H 1 00044 00045 /* Define to 1 if you have the <sys/time.h> header file. */ 00046 /* #undef HAVE_SYS_TIME_H */ 00047 00048 /* Define to 1 if you have the <sys/types.h> header file. */ 00049 #define HAVE_SYS_TYPES_H 1 00050 00051 /* Define to 1 if you have the <unistd.h> header file. */ 00052 /* #undef HAVE_UNISTD_H */ 00053 00054 /* liba52 djbfft support */ 00055 /* #undef LIBA52_DJBFFT */ 00056 00057 /* a52 sample precision */ 00058 /* #undef LIBA52_DOUBLE */ 00059 00060 /* libao al support */ 00061 /* #undef LIBAO_AL */ 00062 00063 /* libao OSS support */ 00064 /* #undef LIBAO_OSS */ 00065 00066 /* libao solaris support */ 00067 /* #undef LIBAO_SOLARIS */ 00068 00069 /* libao win support */ 00070 #define LIBAO_WIN 00071 00072 /* Name of package */ 00073 #define PACKAGE "a52dec" 00074 00075 /* Define to the address where bug reports for this package should be sent. */ 00076 #define PACKAGE_BUGREPORT "" 00077 00078 /* Define to the full name of this package. */ 00079 #define PACKAGE_NAME "" 00080 00081 /* Define to the full name and version of this package. */ 00082 #define PACKAGE_STRING "" 00083 00084 /* Define to the one symbol short name of this package. */ 00085 #define PACKAGE_TARNAME "" 00086 00087 /* Define to the version of this package. */ 00088 #define PACKAGE_VERSION "" 00089 00090 /* Define as the return type of signal handlers (`int' or `void'). */ 00091 #define RETSIGTYPE void 00092 00093 /* The size of a `char', as computed by sizeof. */ 00094 #define SIZEOF_CHAR 1 00095 00096 /* The size of a `int', as computed by sizeof. */ 00097 #define SIZEOF_INT 4 00098 00099 /* The size of a `short', as computed by sizeof. */ 00100 #define SIZEOF_SHORT 2 00101 00102 /* Define to 1 if you have the ANSI C header files. */ 00103 #define STDC_HEADERS 1 00104 00105 /* Version number of package */ 00106 #define VERSION "0.7.4-cvs" 00107 00108 /* Define to 1 if your processor stores words with the most significant byte 00109 first (like Motorola and SPARC, unlike Intel and VAX). */ 00110 /* #undef WORDS_BIGENDIAN */ 00111 00112 /* Define to empty if `const' does not conform to ANSI C. */ 00113 /* #undef const */ 00114 00115 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00116 if it is not supported. */ 00117 #define inline __inline 00118 00119 /* Define as `__restrict' if that's what the C compiler calls it, or to 00120 nothing if it is not supported. */ 00121 #define restrict __restrict 00122 00123 /* Define to `unsigned' if <sys/types.h> does not define. */ 00124 /* #undef size_t */