summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-10-01 19:45:00 +0100
committerSimon McVittie <smcv@debian.org>2014-10-01 19:45:00 +0100
commit255f62947424c4622609eb93ed53371dda28aac9 (patch)
tree6f8c5dbb96e48fa2d40919bb3282fae0b6d953de /config.h.in
parentc03b8e681afa8e45977fc74e30142497939b47d1 (diff)
parent33ee25f98af863e9355fd53b9184c0b798343b89 (diff)
downloaddbus-255f62947424c4622609eb93ed53371dda28aac9.tar.gz
Imported Upstream version 1.9.0upstream/1.9.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in25
1 files changed, 17 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 7f9a1f32..e7ff3e4c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -39,9 +39,6 @@
/* Directory for installing DBUS data files */
#undef DBUS_DATADIR
-/* Default for dbus_connection_get_max_message_unix_fds() */
-#undef DBUS_DEFAULT_MESSAGE_UNIX_FDS
-
/* Disable assertion checking */
#undef DBUS_DISABLE_ASSERT
@@ -129,10 +126,13 @@
/* Define if GLib, GObject, GIO are available */
#undef DBUS_WITH_GLIB
+/* The maximum number of connections that can be handled at once */
+#undef FD_SETSIZE
+
/* The name of the gettext domain */
#undef GETTEXT_PACKAGE
-/* Prevent post-2.32 APIs */
+/* Prevent post-2.38 APIs */
#undef GLIB_VERSION_MAX_ALLOWED
/* Ignore post-2.26 deprecations */
@@ -153,7 +153,7 @@
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
-/* Define to 1 if you have the `backtrace' function. */
+/* Define to 1 if you have backtrace(). */
#undef HAVE_BACKTRACE
/* Define to 1 if you have the <byteswap.h> header file. */
@@ -215,6 +215,9 @@
/* Define to 1 if you have the `getresuid' function. */
#undef HAVE_GETRESUID
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
+
/* Have GNU-style varargs macros */
#undef HAVE_GNUC_VARARGS
@@ -266,6 +269,12 @@
/* Have POSIX function getpwnam_r */
#undef HAVE_POSIX_GETPWNAM_R
+/* Define to 1 if you have the `prctl' function. */
+#undef HAVE_PRCTL
+
+/* Define to 1 if you have the `raise' function. */
+#undef HAVE_RAISE
+
/* SELinux support */
#undef HAVE_SELINUX
@@ -314,6 +323,9 @@
/* Define to 1 if you have the <sys/inotify.h> header file. */
#undef HAVE_SYS_INOTIFY_H
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+#undef HAVE_SYS_PRCTL_H
+
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
@@ -357,9 +369,6 @@
*/
#undef LT_OBJDIR
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Name of package */
#undef PACKAGE