00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to enable diagnostic debugging support. */ 00005 /* #undef DEBUG */ 00006 00007 /* Define to enable experimental code. */ 00008 /* #undef EXPERIMENTAL */ 00009 00010 /* Define to 1 if you have the <assert.h> header file. */ 00011 #define HAVE_ASSERT_H 1 00012 00013 /* Define to 1 if you have the <dlfcn.h> header file. */ 00014 /* #undef HAVE_DLFCN_H */ 00015 00016 /* Define to 1 if you have the <errno.h> header file. */ 00017 #define HAVE_ERRNO_H 1 00018 00019 /* Define to 1 if you have the `fcntl' function. */ 00020 /* #undef HAVE_FCNTL */ 00021 00022 /* Define to 1 if you have the <fcntl.h> header file. */ 00023 #define HAVE_FCNTL_H 1 00024 00025 /* Define to 1 if you have the `fork' function. */ 00026 /* #undef HAVE_FORK */ 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 #define HAVE_INTTYPES_H 1 00030 00031 /* Define to 1 if you have the <limits.h> header file. */ 00032 #define HAVE_LIMITS_H 1 00033 00034 /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */ 00035 /* #undef HAVE_MADD16_ASM */ 00036 00037 /* Define if your MIPS CPU supports a 2-operand MADD instruction. */ 00038 /* #undef HAVE_MADD_ASM */ 00039 00040 /* Define to 1 if you have the <memory.h> header file. */ 00041 #define HAVE_MEMORY_H 1 00042 00043 /* Define to 1 if you have the `pipe' function. */ 00044 /* #undef HAVE_PIPE */ 00045 00046 /* Define to 1 if you have the <stdint.h> header file. */ 00047 #define HAVE_STDINT_H 1 00048 00049 /* Define to 1 if you have the <stdlib.h> header file. */ 00050 #define HAVE_STDLIB_H 1 00051 00052 /* Define to 1 if you have the <strings.h> header file. */ 00053 #define HAVE_STRINGS_H 1 00054 00055 /* Define to 1 if you have the <string.h> header file. */ 00056 #define HAVE_STRING_H 1 00057 00058 /* Define to 1 if you have the <sys/stat.h> header file. */ 00059 #define HAVE_SYS_STAT_H 1 00060 00061 /* Define to 1 if you have the <sys/types.h> header file. */ 00062 #define HAVE_SYS_TYPES_H 1 00063 00064 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00065 /* #undef HAVE_SYS_WAIT_H */ 00066 00067 /* Define to 1 if you have the <unistd.h> header file. */ 00068 /* #undef HAVE_UNISTD_H */ 00069 00070 /* Define to 1 if you have the `waitpid' function. */ 00071 /* #undef HAVE_WAITPID */ 00072 00073 /* Define to disable debugging assertions. */ 00074 /* #undef NDEBUG */ 00075 00076 /* Define to optimize for accuracy over speed. */ 00077 /* #undef OPT_ACCURACY */ 00078 00079 /* Define to optimize for speed over accuracy. */ 00080 /* #undef OPT_SPEED */ 00081 00082 /* Define to enable a fast subband synthesis approximation optimization. */ 00083 /* #undef OPT_SSO */ 00084 00085 /* Define to influence a strict interpretation of the ISO/IEC standards, even 00086 if this is in opposition with best accepted practices. */ 00087 /* #undef OPT_STRICT */ 00088 00089 /* Name of package */ 00090 #define PACKAGE "libmad" 00091 00092 /* Define to the address where bug reports for this package should be sent. */ 00093 #define PACKAGE_BUGREPORT "[email protected]" 00094 00095 /* Define to the full name of this package. */ 00096 #define PACKAGE_NAME "MPEG Audio Decoder" 00097 00098 /* Define to the full name and version of this package. */ 00099 #define PACKAGE_STRING "MPEG Audio Decoder 0.15.0b" 00100 00101 /* Define to the one symbol short name of this package. */ 00102 #define PACKAGE_TARNAME "libmad" 00103 00104 /* Define to the version of this package. */ 00105 #define PACKAGE_VERSION "0.15.0b" 00106 00107 /* The size of a `int', as computed by sizeof. */ 00108 #define SIZEOF_INT 4 00109 00110 /* The size of a `long', as computed by sizeof. */ 00111 #define SIZEOF_LONG 4 00112 00113 /* The size of a `long long', as computed by sizeof. */ 00114 #define SIZEOF_LONG_LONG 8 00115 00116 /* Define to 1 if you have the ANSI C header files. */ 00117 #define STDC_HEADERS 1 00118 00119 /* Version number of package */ 00120 #define VERSION "0.15.0b" 00121 00122 /* Define to empty if `const' does not conform to ANSI C. */ 00123 /* #undef const */ 00124 00125 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00126 if it is not supported. */ 00127 #define inline __inline 00128 00129 /* Define to `int' if <sys/types.h> does not define. */ 00130 /* #undef pid_t */