Updated to version 0.2.17 from tizendev
[platform/core/multimedia/libmm-wfd.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7 #undef HAVE_DOPRNT
8
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define to 1 if you have the `getpagesize' function. */
13 #undef HAVE_GETPAGESIZE
14
15 /* Define to 1 if you have the `gettimeofday' function. */
16 #undef HAVE_GETTIMEOFDAY
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22    to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the `memset' function. */
29 #undef HAVE_MEMSET
30
31 /* Define to 1 if you have a working `mmap' system call. */
32 #undef HAVE_MMAP
33
34 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
35    and to 0 otherwise. */
36 #undef HAVE_REALLOC
37
38 /* Define to 1 if `stat' has the bug that it succeeds when given the
39    zero-length file name argument. */
40 #undef HAVE_STAT_EMPTY_STRING_BUG
41
42 /* Define to 1 if stdbool.h conforms to C99. */
43 #undef HAVE_STDBOOL_H
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the `strchr' function. */
52 #undef HAVE_STRCHR
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #undef HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #undef HAVE_STRING_H
59
60 /* Define to 1 if you have the `strstr' function. */
61 #undef HAVE_STRSTR
62
63 /* Define to 1 if you have the <syslog.h> header file. */
64 #undef HAVE_SYSLOG_H
65
66 /* Define to 1 if you have the <sys/param.h> header file. */
67 #undef HAVE_SYS_PARAM_H
68
69 /* Define to 1 if you have the <sys/select.h> header file. */
70 #undef HAVE_SYS_SELECT_H
71
72 /* Define to 1 if you have the <sys/socket.h> header file. */
73 #undef HAVE_SYS_SOCKET_H
74
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #undef HAVE_UNISTD_H
83
84 /* Define to 1 if you have the `vprintf' function. */
85 #undef HAVE_VPRINTF
86
87 /* Define to 1 if the system has the type `_Bool'. */
88 #undef HAVE__BOOL
89
90 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
91    slash. */
92 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
93
94 /* Define to the sub-directory in which libtool stores uninstalled libraries.
95    */
96 #undef LT_OBJDIR
97
98 /* Name of package */
99 #undef PACKAGE
100
101 /* Define to the address where bug reports for this package should be sent. */
102 #undef PACKAGE_BUGREPORT
103
104 /* Define to the full name of this package. */
105 #undef PACKAGE_NAME
106
107 /* Define to the full name and version of this package. */
108 #undef PACKAGE_STRING
109
110 /* Define to the one symbol short name of this package. */
111 #undef PACKAGE_TARNAME
112
113 /* Define to the home page for this package. */
114 #undef PACKAGE_URL
115
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
118
119 /* Define to the type of arg 1 for `select'. */
120 #undef SELECT_TYPE_ARG1
121
122 /* Define to the type of args 2, 3 and 4 for `select'. */
123 #undef SELECT_TYPE_ARG234
124
125 /* Define to the type of arg 5 for `select'. */
126 #undef SELECT_TYPE_ARG5
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 the type of a signed integer type of width exactly 64 bits if
141    such a type exists and the standard includes do not define it. */
142 #undef int64_t
143
144 /* Define to rpl_malloc if the replacement function should be used. */
145 #undef malloc
146
147 /* Define to rpl_realloc if the replacement function should be used. */
148 #undef realloc