Updated the date in the renderer-service-upnp.changes file
[profile/ivi/renderer-service-upnp.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <inttypes.h> header file. */
4 #undef HAVE_INTTYPES_H
5
6 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
7    to 0 otherwise. */
8 #undef HAVE_MALLOC
9
10 /* Define to 1 if you have the <memory.h> header file. */
11 #undef HAVE_MEMORY_H
12
13 /* Define to 1 if you have the `memset' function. */
14 #undef HAVE_MEMSET
15
16 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
17    and to 0 otherwise. */
18 #undef HAVE_REALLOC
19
20 /* Define to 1 if stdbool.h conforms to C99. */
21 #undef HAVE_STDBOOL_H
22
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #undef HAVE_STDINT_H
25
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #undef HAVE_STDLIB_H
28
29 /* Define to 1 if you have the `strchr' function. */
30 #undef HAVE_STRCHR
31
32 /* Define to 1 if you have the <strings.h> header file. */
33 #undef HAVE_STRINGS_H
34
35 /* Define to 1 if you have the <string.h> header file. */
36 #undef HAVE_STRING_H
37
38 /* Define to 1 if you have the `strrchr' function. */
39 #undef HAVE_STRRCHR
40
41 /* Define to 1 if you have the `strstr' function. */
42 #undef HAVE_STRSTR
43
44 /* Define to 1 if you have the <syslog.h> header file. */
45 #undef HAVE_SYSLOG_H
46
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #undef HAVE_SYS_STAT_H
49
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #undef HAVE_SYS_TYPES_H
52
53 /* Define to 1 if you have the <unistd.h> header file. */
54 #undef HAVE_UNISTD_H
55
56 /* Define to 1 if the system has the type `_Bool'. */
57 #undef HAVE__BOOL
58
59 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
60 #undef NO_MINUS_C_MINUS_O
61
62 /* Name of package */
63 #undef PACKAGE
64
65 /* Define to the address where bug reports for this package should be sent. */
66 #undef PACKAGE_BUGREPORT
67
68 /* Define to the full name of this package. */
69 #undef PACKAGE_NAME
70
71 /* Define to the full name and version of this package. */
72 #undef PACKAGE_STRING
73
74 /* Define to the one symbol short name of this package. */
75 #undef PACKAGE_TARNAME
76
77 /* Define to the home page for this package. */
78 #undef PACKAGE_URL
79
80 /* Define to the version of this package. */
81 #undef PACKAGE_VERSION
82
83 /* Compiling with debugging information enabled */
84 #undef RSU_DEBUG_ENABLED
85
86 /* d-Bus Name of renderer-service-upnp main interface */
87 #undef RSU_INTERFACE_MANAGER
88
89 /* d-Bus Name of renderer-service-upnp push host interface */
90 #undef RSU_INTERFACE_PUSH_HOST
91
92 /* d-Bus Name of renderer-service-upnp device interface */
93 #undef RSU_INTERFACE_RENDERER_DEVICE
94
95 /* Log level flag for debug messages */
96 #undef RSU_LOG_LEVEL
97
98 /* Log level flag for all messages */
99 #undef RSU_LOG_LEVEL_ALL
100
101 /* Log level flag for critical messages */
102 #undef RSU_LOG_LEVEL_CRITICAL
103
104 /* Log level flag for debug messages */
105 #undef RSU_LOG_LEVEL_DEBUG
106
107 /* Log level flag to display default level messages */
108 #undef RSU_LOG_LEVEL_DEFAULT
109
110 /* Log level flag for disabled messages */
111 #undef RSU_LOG_LEVEL_DISABLED
112
113 /* Log level flag for errors */
114 #undef RSU_LOG_LEVEL_ERROR
115
116 /* Log level flag for informational messages */
117 #undef RSU_LOG_LEVEL_INFO
118
119 /* Log level flag for messages */
120 #undef RSU_LOG_LEVEL_MESSAGE
121
122 /* Log level flag for warnings */
123 #undef RSU_LOG_LEVEL_WARNING
124
125 /* Define log output technolgy */
126 #undef RSU_LOG_TYPE
127
128 /* Default service behavior when last client disconnects */
129 #undef RSU_NEVER_QUIT
130
131 /* Name of object exposed by renderer-service-upnp */
132 #undef RSU_OBJECT
133
134 /* d-Bus Name of renderer-service-upnp */
135 #undef RSU_SERVER_NAME
136
137 /* Path of server objects */
138 #undef RSU_SERVER_PATH
139
140 /* Prefixed used for dbus names */
141 #undef RSU_SERVICE
142
143 /* Define to 1 if you have the ANSI C header files. */
144 #undef STDC_HEADERS
145
146 /* Version number of package */
147 #undef VERSION
148
149 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
150    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
151    #define below would cause a syntax error. */
152 #undef _UINT8_T
153
154 /* Define to rpl_malloc if the replacement function should be used. */
155 #undef malloc
156
157 /* Define to rpl_realloc if the replacement function should be used. */
158 #undef realloc
159
160 /* Define to `unsigned int' if <sys/types.h> does not define. */
161 #undef size_t
162
163 /* Define to the type of an unsigned integer type of width exactly 8 bits if
164    such a type exists and the standard includes do not define it. */
165 #undef uint8_t