]> 4ch.mooo.com Git - 16.git/blob - src/lib/doslib/ext/faad/config.h
99c54051e4b9f011a5f885fa14e10e4314362800
[16.git] / src / lib / doslib / ext / faad / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* Define if you want to use libfaad together with Digital Radio Mondiale
5    (DRM) */
6 /* #undef DRM */
7
8 /* Define if you want support for Digital Radio Mondiale (DRM) parametric
9    stereo */
10 /* #undef DRM_PS */
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #define HAVE_DLFCN_H 1
14
15 /* Define to 1 if you have the <errno.h> header file. */
16 #define HAVE_ERRNO_H 1
17
18 /* Define if needed */
19 /* #undef HAVE_FLOAT32_T */
20
21 /* Define to 1 if you have the <float.h> header file. */
22 #define HAVE_FLOAT_H 1
23
24 /* Define to 1 if you have the `getpwuid' function. */
25 #define HAVE_GETPWUID 1
26
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #define HAVE_INTTYPES_H 1
29
30 /* Define if you have the IOKit API */
31 /* #undef HAVE_IOKIT_IOKITLIB_H */
32
33 /* Define to 1 if you have the <limits.h> header file. */
34 #define HAVE_LIMITS_H 1
35
36 /* Define if you have C99's lrintf function. */
37 #undef HAVE_LRINTF
38
39 /* Define to 1 if you have the <mathf.h> header file. */
40 /* #undef HAVE_MATHF_H */
41
42 /* Define to 1 if you have the `memcpy' function. */
43 #define HAVE_MEMCPY 1
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #define HAVE_MEMORY_H 1
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #define HAVE_STDINT_H 1
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #define HAVE_STDLIB_H 1
53
54 /* Define to 1 if you have the `strchr' function. */
55 #define HAVE_STRCHR 1
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #define HAVE_STRINGS_H 1
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #define HAVE_STRING_H 1
62
63 /* Define to 1 if you have the `strsep' function. */
64 #define HAVE_STRSEP 1
65
66 /* Define to 1 if you have the <sysfs/libsysfs.h> header file. */
67 #define HAVE_SYSFS_LIBSYSFS_H 1
68
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #define HAVE_SYS_STAT_H 1
71
72 /* Define to 1 if you have the <sys/time.h> header file. */
73 #define HAVE_SYS_TIME_H 1
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #define HAVE_SYS_TYPES_H 1
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #define HAVE_UNISTD_H 1
80
81 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
82 /* #undef NO_MINUS_C_MINUS_O */
83
84 /* Name of package */
85 #define PACKAGE "faad2"
86
87 /* Define to the address where bug reports for this package should be sent. */
88 #define PACKAGE_BUGREPORT ""
89
90 /* Define to the full name of this package. */
91 #define PACKAGE_NAME ""
92
93 /* Define to the full name and version of this package. */
94 #define PACKAGE_STRING ""
95
96 /* Define to the one symbol short name of this package. */
97 #define PACKAGE_TARNAME ""
98
99 /* Define to the version of this package. */
100 #define PACKAGE_VERSION ""
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #define STDC_HEADERS 1
104
105 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
106 #define TIME_WITH_SYS_TIME 1
107
108 /* Version number of package */
109 #define VERSION "2.7.0"
110
111 /* Define to 1 if your processor stores words with the most significant byte
112    first (like Motorola and SPARC, unlike Intel and VAX). */
113 /* #undef WORDS_BIGENDIAN */
114
115 /* Define to `__inline__' or `__inline' if that's what the C compiler
116    calls it, or to nothing if 'inline' is not supported under any name.  */
117 #ifndef __cplusplus
118 /* #undef inline */
119 #endif
120
121 /* Define to `long int' if <sys/types.h> does not define. */
122 /* #undef off_t */