Tizen 2.1 base
[framework/multimedia/media-server.git] / config.in
1 /* config.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 `fork' function. */
17 #undef HAVE_FORK
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 `lstat' has the bug that it succeeds when given the
26    zero-length file name argument. */
27 #undef HAVE_LSTAT_EMPTY_STRING_BUG
28
29 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
30    to 0 otherwise. */
31 #undef HAVE_MALLOC
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define to 1 if you have the `memset' function. */
37 #undef HAVE_MEMSET
38
39 /* Define to 1 if you have the `mkdir' function. */
40 #undef HAVE_MKDIR
41
42 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
43 #undef HAVE_NDIR_H
44
45 /* Define to 1 if stdbool.h conforms to C99. */
46 #undef HAVE_STDBOOL_H
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the `strcasecmp' function. */
55 #undef HAVE_STRCASECMP
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the `strstr' function. */
64 #undef HAVE_STRSTR
65
66 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
67    */
68 #undef HAVE_SYS_DIR_H
69
70 /* Define to 1 if you have the <sys/file.h> header file. */
71 #undef HAVE_SYS_FILE_H
72
73 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
74    */
75 #undef HAVE_SYS_NDIR_H
76
77 /* Define to 1 if you have the <sys/stat.h> header file. */
78 #undef HAVE_SYS_STAT_H
79
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #undef HAVE_SYS_TYPES_H
82
83 /* Define to 1 if you have the <sys/vfs.h> header file. */
84 #undef HAVE_SYS_VFS_H
85
86 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
87 #undef HAVE_SYS_WAIT_H
88
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #undef HAVE_UNISTD_H
91
92 /* Define to 1 if you have the `vfork' function. */
93 #undef HAVE_VFORK
94
95 /* Define to 1 if you have the <vfork.h> header file. */
96 #undef HAVE_VFORK_H
97
98 /* Define to 1 if `fork' works. */
99 #undef HAVE_WORKING_FORK
100
101 /* Define to 1 if `vfork' works. */
102 #undef HAVE_WORKING_VFORK
103
104 /* Define to 1 if the system has the type `_Bool'. */
105 #undef HAVE__BOOL
106
107 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
108    slash. */
109 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
110
111 /* Define to the sub-directory in which libtool stores uninstalled libraries.
112    */
113 #undef LT_OBJDIR
114
115 /* Name of package */
116 #undef PACKAGE
117
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
120
121 /* Define to the full name of this package. */
122 #undef PACKAGE_NAME
123
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
126
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
129
130 /* Define to the home page for this package. */
131 #undef PACKAGE_URL
132
133 /* Define to the version of this package. */
134 #undef PACKAGE_VERSION
135
136 /* Define to 1 if you have the ANSI C header files. */
137 #undef STDC_HEADERS
138
139 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
140 #undef TIME_WITH_SYS_TIME
141
142 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
143 #undef TM_IN_SYS_TIME
144
145 /* Version number of package */
146 #undef VERSION
147
148 /* Define to empty if `const' does not conform to ANSI C. */
149 #undef const
150
151 /* Define to rpl_malloc if the replacement function should be used. */
152 #undef malloc
153
154 /* Define to `int' if <sys/types.h> does not define. */
155 #undef pid_t
156
157 /* Define to `unsigned int' if <sys/types.h> does not define. */
158 #undef size_t
159
160 /* Define as `fork' if `vfork' does not work. */
161 #undef vfork