async net init (dhewg)
[libogc.git] / libmad / config.h
blob5870206bc8ed6b714d4d65baf1bb5248217a41c1
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to enable diagnostic debugging support. */
5 /* #undef DEBUG */
7 /* Define to enable experimental code. */
8 /* #undef EXPERIMENTAL */
10 /* Define to 1 if you have the <assert.h> header file. */
11 //#define HAVE_ASSERT_H 1
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 //#define HAVE_DLFCN_H 1
16 /* Define to 1 if you have the <errno.h> header file. */
17 #define HAVE_ERRNO_H 1
19 /* Define to 1 if you have the `fcntl' function. */
20 //#define HAVE_FCNTL 1
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 //#define HAVE_FCNTL_H 1
25 /* Define to 1 if you have the `fork' function. */
26 //#define HAVE_FORK 1
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 //#define HAVE_INTTYPES_H 1
31 /* Define to 1 if you have the <limits.h> header file. */
32 #define HAVE_LIMITS_H 1
34 /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
35 /* #undef HAVE_MADD16_ASM */
37 /* Define if your MIPS CPU supports a 2-operand MADD instruction. */
38 /* #undef HAVE_MADD_ASM */
40 /* Define to 1 if you have the <memory.h> header file. */
41 //#define HAVE_MEMORY_H 1
43 /* Define to 1 if you have the `pipe' function. */
44 //#define HAVE_PIPE 1
46 /* Define to 1 if you have the <stdint.h> header file. */
47 //#define HAVE_STDINT_H 1
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #define HAVE_STDLIB_H 1
52 /* Define to 1 if you have the <strings.h> header file. */
53 #define HAVE_STRINGS_H 1
55 /* Define to 1 if you have the <string.h> header file. */
56 #define HAVE_STRING_H 1
58 /* Define to 1 if you have the <sys/stat.h> header file. */
59 //#define HAVE_SYS_STAT_H 1
61 /* Define to 1 if you have the <sys/types.h> header file. */
62 //#define HAVE_SYS_TYPES_H 1
64 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
65 //#define HAVE_SYS_WAIT_H 1
67 /* Define to 1 if you have the <unistd.h> header file. */
68 //#define HAVE_UNISTD_H 1
70 /* Define to 1 if you have the `waitpid' function. */
71 //#define HAVE_WAITPID 1
73 /* Define to disable debugging assertions. */
74 /* #undef NDEBUG */
76 /* Define to optimize for accuracy over speed. */
77 /* #undef OPT_ACCURACY */
79 /* Define to optimize for speed over accuracy. */
80 /* #undef OPT_SPEED */
82 /* Define to enable a fast subband synthesis approximation optimization. */
83 /* #undef OPT_SSO */
85 /* Define to influence a strict interpretation of the ISO/IEC standards, even
86 if this is in opposition with best accepted practices. */
87 /* #undef OPT_STRICT */
89 /* Name of package */
90 #define PACKAGE "libmad"
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "support@underbit.com"
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "MPEG Audio Decoder"
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "MPEG Audio Decoder 0.15.0b"
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "libmad"
104 /* Define to the version of this package. */
105 #define PACKAGE_VERSION "0.15.0b"
107 /* The size of a `int', as computed by sizeof. */
108 #define SIZEOF_INT 4
110 /* The size of a `long', as computed by sizeof. */
111 #define SIZEOF_LONG 4
113 /* The size of a `long long', as computed by sizeof. */
114 #define SIZEOF_LONG_LONG 8
116 /* Define to 1 if you have the ANSI C header files. */
117 #define STDC_HEADERS 1
119 /* Version number of package */
120 #define VERSION "0.15.0b"
122 /* Define to empty if `const' does not conform to ANSI C. */
123 /* #undef const */
125 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
126 if it is not supported. */
127 /* #undef inline */
129 /* Define to `int' if <sys/types.h> does not define. */
130 /* #undef pid_t */