Update to v0.4.0
[profile/ivi/dLeyna.git] / dleyna-core / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Starting pattern for dleyna connector libraries */
4 #undef DLEYNA_CONNECTOR_LIB_PATTERN
5
6 /* IPC connector name */
7 #undef DLEYNA_CONNECTOR_NAME
8
9 /* Compiling with debugging information enabled */
10 #undef DLEYNA_DEBUG_ENABLED
11
12 /* Log level flag for debug messages */
13 #undef DLEYNA_LOG_LEVEL
14
15 /* Log level flag for all messages */
16 #undef DLEYNA_LOG_LEVEL_ALL
17
18 /* Log level flag for critical messages */
19 #undef DLEYNA_LOG_LEVEL_CRITICAL
20
21 /* Log level flag for debug messages */
22 #undef DLEYNA_LOG_LEVEL_DEBUG
23
24 /* Log level flag to display default level messages */
25 #undef DLEYNA_LOG_LEVEL_DEFAULT
26
27 /* Log level flag for disabled messages */
28 #undef DLEYNA_LOG_LEVEL_DISABLED
29
30 /* Log level flag for errors */
31 #undef DLEYNA_LOG_LEVEL_ERROR
32
33 /* Log level flag for informational messages */
34 #undef DLEYNA_LOG_LEVEL_INFO
35
36 /* Log level flag for messages */
37 #undef DLEYNA_LOG_LEVEL_MESSAGE
38
39 /* Log level flag for warnings */
40 #undef DLEYNA_LOG_LEVEL_WARNING
41
42 /* Define log output technolgy */
43 #undef DLEYNA_LOG_TYPE
44
45 /* Default service behavior when last client disconnects */
46 #undef DLEYNA_NEVER_QUIT
47
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #undef HAVE_DLFCN_H
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
55    to 0 otherwise. */
56 #undef HAVE_MALLOC
57
58 /* Define to 1 if you have the <memory.h> header file. */
59 #undef HAVE_MEMORY_H
60
61 /* Define to 1 if you have the `memset' function. */
62 #undef HAVE_MEMSET
63
64 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
65    and to 0 otherwise. */
66 #undef HAVE_REALLOC
67
68 /* Define to 1 if stdbool.h conforms to C99. */
69 #undef HAVE_STDBOOL_H
70
71 /* Define to 1 if you have the <stdint.h> header file. */
72 #undef HAVE_STDINT_H
73
74 /* Define to 1 if you have the <stdlib.h> header file. */
75 #undef HAVE_STDLIB_H
76
77 /* Define to 1 if you have the `strchr' function. */
78 #undef HAVE_STRCHR
79
80 /* Define to 1 if you have the <strings.h> header file. */
81 #undef HAVE_STRINGS_H
82
83 /* Define to 1 if you have the <string.h> header file. */
84 #undef HAVE_STRING_H
85
86 /* Define to 1 if you have the `strrchr' function. */
87 #undef HAVE_STRRCHR
88
89 /* Define to 1 if you have the `strstr' function. */
90 #undef HAVE_STRSTR
91
92 /* Define to 1 if you have the <syslog.h> header file. */
93 #undef HAVE_SYSLOG_H
94
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #undef HAVE_SYS_STAT_H
97
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #undef HAVE_SYS_TYPES_H
100
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #undef HAVE_UNISTD_H
103
104 /* Define to 1 if the system has the type `_Bool'. */
105 #undef HAVE__BOOL
106
107 /* Define to the sub-directory in which libtool stores uninstalled libraries.
108    */
109 #undef LT_OBJDIR
110
111 /* Name of package */
112 #undef PACKAGE
113
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
116
117 /* Define to the full name of this package. */
118 #undef PACKAGE_NAME
119
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
122
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
125
126 /* Define to the home page for this package. */
127 #undef PACKAGE_URL
128
129 /* Define to the version of this package. */
130 #undef PACKAGE_VERSION
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* Version number of package */
136 #undef VERSION
137
138 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
139    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
140    #define below would cause a syntax error. */
141 #undef _UINT8_T
142
143 /* Define to rpl_malloc if the replacement function should be used. */
144 #undef malloc
145
146 /* Define to rpl_realloc if the replacement function should be used. */
147 #undef realloc
148
149 /* Define to `unsigned int' if <sys/types.h> does not define. */
150 #undef size_t
151
152 /* Define to the type of an unsigned integer type of width exactly 8 bits if
153    such a type exists and the standard includes do not define it. */
154 #undef uint8_t