Fix some greedy sed changes in imported code. Also provide a sys/types.h for compatib...
[kugel-rb.git] / apps / codecs / libfaad / faad_config.h
blob163b55669eee0bba0cd4ec1a49f3297a5dbbabea
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 #include <config.h>
6 /* Define if you want to use libfaad together with Digital Radio Mondiale
7 (DRM) */
8 /* #undef DRM */
10 /* Define if you want support for Digital Radio Mondiale (DRM) parametric
11 stereo */
12 /* #undef DRM_PS */
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 //#define HAVE_DLFCN_H 1
17 /* Define to 1 if you have the <errno.h> header file. */
18 //#define HAVE_ERRNO_H 1
20 /* Define if needed */
21 /* #undef HAVE_FLOAT32_T */
23 /* Define to 1 if you have the <float.h> header file. */
24 //#define HAVE_FLOAT_H 1
26 /* Define to 1 if you have the `getpwuid' function. */
27 #define HAVE_GETPWUID 1
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #define HAVE_INTTYPES_H 1
32 /* Define if you have the IOKit API */
33 /* #undef HAVE_IOKIT_IOKITLIB_H */
35 /* Define to 1 if you have the <limits.h> header file. */
36 //#define HAVE_LIMITS_H 1
38 /* Define to 1 if you have the <mathf.h> header file. */
39 /* #undef HAVE_MATHF_H */
41 /* Define to 1 if you have the `memcpy' function. */
42 #define HAVE_MEMCPY 1
44 /* Define to 1 if you have the <memory.h> header file. */
45 //#define HAVE_MEMORY_H 1
47 /* Define to 1 if you have the <stdint.h> header file. */
48 //#define HAVE_STDINT_H 1
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #define HAVE_STDLIB_H 1
53 /* Define to 1 if you have the `strchr' function. */
54 #define HAVE_STRCHR 1
56 /* Define to 1 if you have the <strings.h> header file. */
57 //#define HAVE_STRINGS_H 1
59 /* Define to 1 if you have the <string.h> header file. */
60 #define HAVE_STRING_H 1
62 /* Define to 1 if you have the `strsep' function. */
63 //#define HAVE_STRSEP 1
65 /* Define to 1 if you have the <sysfs/libsysfs.h> header file. */
66 /* #undef HAVE_SYSFS_LIBSYSFS_H */
68 /* Define to 1 if you have the <sys/stat.h> header file. */
69 //#define HAVE_SYS_STAT_H 1
71 /* Define to 1 if you have the <sys/time.h> header file. */
72 //#define HAVE_SYS_TIME_H 1
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 //#define HAVE_SYS_TYPES_H 1
77 /* Define to 1 if you have the <unistd.h> header file. */
78 //#define HAVE_UNISTD_H 1
80 /* Name of package */
81 #define PACKAGE "faad2"
83 /* Define to the address where bug reports for this package should be sent. */
84 #define PACKAGE_BUGREPORT ""
86 /* Define to the full name of this package. */
87 #define PACKAGE_NAME ""
89 /* Define to the full name and version of this package. */
90 #define PACKAGE_STRING ""
92 /* Define to the one symbol short name of this package. */
93 #define PACKAGE_TARNAME ""
95 /* Define to the version of this package. */
96 #define PACKAGE_VERSION ""
98 /* Define to 1 if you have the ANSI C header files. */
99 #define STDC_HEADERS 1
101 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
102 //#define TIME_WITH_SYS_TIME 1
104 /* Version number of package */
105 #define LIBFAAD_VERSION "2.0"
107 /* Define to 1 if your processor stores words with the most significant byte
108 first (like Motorola and SPARC, unlike Intel and VAX). */
109 #ifdef ROCKBOX_BIG_ENDIAN
110 #define WORDS_BIGENDIAN 1
111 #endif
113 /* Define to `__inline__' or `__inline' if that's what the C compiler
114 calls it, or to nothing if 'inline' is not supported under any name. */
115 #ifndef __cplusplus
116 /* #undef inline */
117 #endif
119 /* Define to `long' if <sys/types.h> does not define. */
120 /* #undef off_t */