Improve 'mmfile_format_read_tag_ffmpg' function
[platform/core/multimedia/libmm-fileinfo.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7    */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
15
16 /* Define to 1 if you have the `getpagesize' function. */
17 #undef HAVE_GETPAGESIZE
18
19 /* Define to 1 if you have the `gettimeofday' function. */
20 #undef HAVE_GETTIMEOFDAY
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #undef HAVE_INTTYPES_H
24
25 /* Define to 1 if you have the `m' library (-lm). */
26 #undef HAVE_LIBM
27
28 /* Define to 1 if you have the <limits.h> header file. */
29 #undef HAVE_LIMITS_H
30
31 /* Define to 1 if `lstat' has the bug that it succeeds when given the
32    zero-length file name argument. */
33 #undef HAVE_LSTAT_EMPTY_STRING_BUG
34
35 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
36    to 0 otherwise. */
37 #undef HAVE_MALLOC
38
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
41
42 /* Define to 1 if you have the `memset' function. */
43 #undef HAVE_MEMSET
44
45 /* Define to 1 if you have a working `mmap' system call. */
46 #undef HAVE_MMAP
47
48 /* Define to 1 if you have the `munmap' function. */
49 #undef HAVE_MUNMAP
50
51 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
52 #undef HAVE_NDIR_H
53
54 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
55    and to 0 otherwise. */
56 #undef HAVE_REALLOC
57
58 /* Define to 1 if stdbool.h conforms to C99. */
59 #undef HAVE_STDBOOL_H
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the `strcasecmp' function. */
68 #undef HAVE_STRCASECMP
69
70 /* Define to 1 if you have the `strdup' function. */
71 #undef HAVE_STRDUP
72
73 /* Define to 1 if you have the <strings.h> header file. */
74 #undef HAVE_STRINGS_H
75
76 /* Define to 1 if you have the <string.h> header file. */
77 #undef HAVE_STRING_H
78
79 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
80    */
81 #undef HAVE_SYS_DIR_H
82
83 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
84    */
85 #undef HAVE_SYS_NDIR_H
86
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #undef HAVE_SYS_STAT_H
89
90 /* Define to 1 if you have the <sys/time.h> header file. */
91 #undef HAVE_SYS_TIME_H
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
95
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #undef HAVE_UNISTD_H
98
99 /* Define to 1 if the system has the type `_Bool'. */
100 #undef HAVE__BOOL
101
102 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
103    slash. */
104 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
105
106 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107    */
108 #undef LT_OBJDIR
109
110 /* Name of package */
111 #undef PACKAGE
112
113 /* Define to the address where bug reports for this package should be sent. */
114 #undef PACKAGE_BUGREPORT
115
116 /* Define to the full name of this package. */
117 #undef PACKAGE_NAME
118
119 /* Define to the full name and version of this package. */
120 #undef PACKAGE_STRING
121
122 /* Define to the one symbol short name of this package. */
123 #undef PACKAGE_TARNAME
124
125 /* Define to the version of this package. */
126 #undef PACKAGE_VERSION
127
128 /* Define to 1 if you have the ANSI C header files. */
129 #undef STDC_HEADERS
130
131 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
132 #undef TIME_WITH_SYS_TIME
133
134 /* Version number of package */
135 #undef VERSION
136
137 /* Define to empty if `const' does not conform to ANSI C. */
138 #undef const
139
140 /* Define to `__inline__' or `__inline' if that's what the C compiler
141    calls it, or to nothing if 'inline' is not supported under any name.  */
142 #ifndef __cplusplus
143 #undef inline
144 #endif
145
146 /* Define to the type of a signed integer type of width exactly 64 bits if
147    such a type exists and the standard includes do not define it. */
148 #undef int64_t
149
150 /* Define to rpl_malloc if the replacement function should be used. */
151 #undef malloc
152
153 /* Define to rpl_realloc if the replacement function should be used. */
154 #undef realloc