Updated the date in the media-service-upnp.changes file.
[profile/ivi/media-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 /* Compiling with debugging information enabled */
60 #undef MSU_DEBUG_ENABLED
61
62 /* d-Bus Name of media-service-upnp main interface */
63 #undef MSU_INTERFACE_MANAGER
64
65 /* d-Bus Name of media-service-upnp device interface */
66 #undef MSU_INTERFACE_MEDIA_DEVICE
67
68 /* Log level flag for debug messages */
69 #undef MSU_LOG_LEVEL
70
71 /* Log level flag for all messages */
72 #undef MSU_LOG_LEVEL_ALL
73
74 /* Log level flag for critical messages */
75 #undef MSU_LOG_LEVEL_CRITICAL
76
77 /* Log level flag for debug messages */
78 #undef MSU_LOG_LEVEL_DEBUG
79
80 /* Log level flag to display default level messages */
81 #undef MSU_LOG_LEVEL_DEFAULT
82
83 /* Log level flag for disabled messages */
84 #undef MSU_LOG_LEVEL_DISABLED
85
86 /* Log level flag for errors */
87 #undef MSU_LOG_LEVEL_ERROR
88
89 /* Log level flag for informational messages */
90 #undef MSU_LOG_LEVEL_INFO
91
92 /* Log level flag for messages */
93 #undef MSU_LOG_LEVEL_MESSAGE
94
95 /* Log level flag for warnings */
96 #undef MSU_LOG_LEVEL_WARNING
97
98 /* Define log output technolgy */
99 #undef MSU_LOG_TYPE
100
101 /* Default service behavior when last client disconnects */
102 #undef MSU_NEVER_QUIT
103
104 /* Name of object exposed by media-service-upnp */
105 #undef MSU_OBJECT
106
107 /* d-Bus Name of media-service-upnp */
108 #undef MSU_SERVER_NAME
109
110 /* Path of server objects */
111 #undef MSU_SERVER_PATH
112
113 /* Prefixed used for dbus names */
114 #undef MSU_SERVICE
115
116 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
117 #undef NO_MINUS_C_MINUS_O
118
119 /* Name of package */
120 #undef PACKAGE
121
122 /* Define to the address where bug reports for this package should be sent. */
123 #undef PACKAGE_BUGREPORT
124
125 /* Define to the full name of this package. */
126 #undef PACKAGE_NAME
127
128 /* Define to the full name and version of this package. */
129 #undef PACKAGE_STRING
130
131 /* Define to the one symbol short name of this package. */
132 #undef PACKAGE_TARNAME
133
134 /* Define to the home page for this package. */
135 #undef PACKAGE_URL
136
137 /* Define to the version of this package. */
138 #undef PACKAGE_VERSION
139
140 /* Define to 1 if you have the ANSI C header files. */
141 #undef STDC_HEADERS
142
143 /* Version number of package */
144 #undef VERSION
145
146 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
147    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
148    #define below would cause a syntax error. */
149 #undef _UINT8_T
150
151 /* Define to rpl_malloc if the replacement function should be used. */
152 #undef malloc
153
154 /* Define to rpl_realloc if the replacement function should be used. */
155 #undef realloc
156
157 /* Define to `unsigned int' if <sys/types.h> does not define. */
158 #undef size_t
159
160 /* Define to the type of an unsigned integer type of width exactly 8 bits if
161    such a type exists and the standard includes do not define it. */
162 #undef uint8_t