~ubuntu-branches/ubuntu/maverick/dbus/maverick-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* File to check for console ownerhip */
34
34
#undef DBUS_CONSOLE_OWNER_FILE
35
35
 
 
36
/* Defined if we run on a cygwin API based system */
 
37
#undef DBUS_CYGWIN
 
38
 
36
39
/* Directory for installing the DBUS daemon */
37
40
#undef DBUS_DAEMONDIR
38
41
 
 
42
/* Name of executable */
 
43
#undef DBUS_DAEMON_NAME
 
44
 
39
45
/* Directory for installing DBUS data files */
40
46
#undef DBUS_DATADIR
41
47
 
54
60
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
55
61
#undef DBUS_GCOV_ENABLED
56
62
 
57
 
/* Always defined; expands to 1 if we have an atomic integer implementation,
58
 
   else 0 */
59
 
#undef DBUS_HAVE_ATOMIC_INT_COND
60
 
 
61
63
/* Defined if we have gcc 3.3 and thus the new gcov format */
62
64
#undef DBUS_HAVE_GCC33_GCOV
63
65
 
67
69
/* Directory for installing the libexec binaries */
68
70
#undef DBUS_LIBEXECDIR
69
71
 
 
72
/* Prefix for installing DBUS */
 
73
#undef DBUS_PREFIX
 
74
 
70
75
/* Where per-session bus puts its sockets */
71
76
#undef DBUS_SESSION_SOCKET_DIR
72
77
 
82
87
/* Where to put test sockets */
83
88
#undef DBUS_TEST_SOCKET_DIR
84
89
 
85
 
/* Defined on UNIX and Linux systems and not on Windows */
 
90
/* Defined if we run on a Unix-based system */
86
91
#undef DBUS_UNIX
87
92
 
88
93
/* User for running the system BUS daemon */
89
94
#undef DBUS_USER
90
95
 
91
 
/* Always defined; expands to 1 if we should use atomic integer implementation
92
 
   for 486, else 0 */
93
 
#undef DBUS_USE_ATOMIC_INT_486_COND
 
96
/* Use the gcc __sync extension */
 
97
#undef DBUS_USE_SYNC
94
98
 
95
99
/* A 'va_copy' style function */
96
100
#undef DBUS_VA_COPY
98
102
/* 'va_lists' cannot be copies as values */
99
103
#undef DBUS_VA_COPY_AS_ARRAY
100
104
 
 
105
/* Defined if we run on a W32 API based system */
 
106
#undef DBUS_WIN
 
107
 
 
108
/* Defined if we run on a W32 CE API based system */
 
109
#undef DBUS_WINCE
 
110
 
101
111
/* The name of the gettext domain */
102
112
#undef GETTEXT_PACKAGE
103
113
 
110
120
/* Have abstract socket namespace */
111
121
#undef HAVE_ABSTRACT_SOCKETS
112
122
 
 
123
/* Define to 1 if you have the `accept4' function. */
 
124
#undef HAVE_ACCEPT4
 
125
 
113
126
/* Adt audit API */
114
127
#undef HAVE_ADT
115
128
 
116
129
/* Define to 1 if you have the `backtrace' function. */
117
130
#undef HAVE_BACKTRACE
118
131
 
 
132
/* Define to 1 if you have the <byteswap.h> header file. */
 
133
#undef HAVE_BYTESWAP_H
 
134
 
119
135
/* Define to 1 if you have the `clearenv' function. */
120
136
#undef HAVE_CLEARENV
121
137
 
131
147
/* Have the ddfd member of DIR */
132
148
#undef HAVE_DDFD
133
149
 
 
150
/* Define to 1 if you have the declaration of `MSG_NOSIGNAL', and to 0 if you
 
151
   don't. */
 
152
#undef HAVE_DECL_MSG_NOSIGNAL
 
153
 
 
154
/* Define to 1 if you have the <dirent.h> header file. */
 
155
#undef HAVE_DIRENT_H
 
156
 
134
157
/* Have dirfd function */
135
158
#undef HAVE_DIRFD
136
159
 
176
199
/* Define to 1 if you have the `nsl' library (-lnsl). */
177
200
#undef HAVE_LIBNSL
178
201
 
 
202
/* Define to 1 if you have the `localeconv' function. */
 
203
#undef HAVE_LOCALECONV
 
204
 
 
205
/* Define to 1 if you have the <locale.h> header file. */
 
206
#undef HAVE_LOCALE_H
 
207
 
179
208
/* Define to 1 if you have the <memory.h> header file. */
180
209
#undef HAVE_MEMORY_H
181
210
 
191
220
/* Define if your system needs _NSGetEnviron to set up the environment */
192
221
#undef HAVE_NSGETENVIRON
193
222
 
 
223
/* Define to 1 if you have the `pipe2' function. */
 
224
#undef HAVE_PIPE2
 
225
 
194
226
/* Define to 1 if you have the `poll' function. */
195
227
#undef HAVE_POLL
196
228
 
203
235
/* Define to 1 if you have the `setenv' function. */
204
236
#undef HAVE_SETENV
205
237
 
 
238
/* Define to 1 if you have the `setlocale' function. */
 
239
#undef HAVE_SETLOCALE
 
240
 
206
241
/* Define to 1 if you have the `setrlimit' function. */
207
242
#undef HAVE_SETRLIMIT
208
243
 
 
244
/* Define to 1 if you have the <signal.h> header file. */
 
245
#undef HAVE_SIGNAL_H
 
246
 
209
247
/* Define to 1 if you have the `socketpair' function. */
210
248
#undef HAVE_SOCKETPAIR
211
249
 
224
262
/* Define to 1 if you have the <string.h> header file. */
225
263
#undef HAVE_STRING_H
226
264
 
 
265
/* Define to 1 if you have the `strtoll' function. */
 
266
#undef HAVE_STRTOLL
 
267
 
 
268
/* Define to 1 if you have the `strtoull' function. */
 
269
#undef HAVE_STRTOULL
 
270
 
227
271
/* Define to 1 if you have the <sys/inotify.h> header file. */
228
272
#undef HAVE_SYS_INOTIFY_H
229
273
 
242
286
/* Define to 1 if you have the <unistd.h> header file. */
243
287
#undef HAVE_UNISTD_H
244
288
 
 
289
/* Supports sending UNIX file descriptors */
 
290
#undef HAVE_UNIX_FD_PASSING
 
291
 
245
292
/* Define to 1 if you have the `unsetenv' function. */
246
293
#undef HAVE_UNSETENV
247
294
 
257
304
/* Define to 1 if you have the `writev' function. */
258
305
#undef HAVE_WRITEV
259
306
 
 
307
/* Define to 1 if you have the <ws2tcpip.h> header file. */
 
308
#undef HAVE_WS2TCPIP_H
 
309
 
 
310
/* Define to 1 if you have the <wspiapi.h> header file. */
 
311
#undef HAVE_WSPIAPI_H
 
312
 
260
313
/* Define to the sub-directory in which libtool stores uninstalled libraries.
261
314
   */
262
315
#undef LT_OBJDIR
279
332
/* Define to the one symbol short name of this package. */
280
333
#undef PACKAGE_TARNAME
281
334
 
 
335
/* Define to the home page for this package. */
 
336
#undef PACKAGE_URL
 
337
 
282
338
/* Define to the version of this package. */
283
339
#undef PACKAGE_VERSION
284
340
 
340
396
/* Full path to test file test/data/valid-service-files-system in builddir */
341
397
#undef TEST_VALID_SERVICE_SYSTEM_DIR
342
398
 
 
399
/* Enable extensions on AIX 3, Interix.  */
 
400
#ifndef _ALL_SOURCE
 
401
# undef _ALL_SOURCE
 
402
#endif
 
403
/* Enable GNU extensions on systems that have them.  */
 
404
#ifndef _GNU_SOURCE
 
405
# undef _GNU_SOURCE
 
406
#endif
 
407
/* Enable threading extensions on Solaris.  */
 
408
#ifndef _POSIX_PTHREAD_SEMANTICS
 
409
# undef _POSIX_PTHREAD_SEMANTICS
 
410
#endif
 
411
/* Enable extensions on HP NonStop.  */
 
412
#ifndef _TANDEM_SOURCE
 
413
# undef _TANDEM_SOURCE
 
414
#endif
 
415
/* Enable general extensions on Solaris.  */
 
416
#ifndef __EXTENSIONS__
 
417
# undef __EXTENSIONS__
 
418
#endif
 
419
 
 
420
 
343
421
/* Version number of package */
344
422
#undef VERSION
345
423
 
373
451
#endif
374
452
 
375
453
 
 
454
/* Define to 1 if on MINIX. */
 
455
#undef _MINIX
 
456
 
 
457
/* Define to 2 if the system does not provide POSIX.1 features except with
 
458
   this defined. */
 
459
#undef _POSIX_1_SOURCE
 
460
 
 
461
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
462
#undef _POSIX_SOURCE
 
463
 
 
464
/* Defined to get newer W32 CE APIs */
 
465
#undef _WIN32_WCE
 
466
 
376
467
/* Define to `__inline__' or `__inline' if that's what the C compiler
377
468
   calls it, or to nothing if 'inline' is not supported under any name.  */
378
469
#ifndef __cplusplus