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