comparison src/config.in @ 104532:d7cfc883ead4

* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 22 Aug 2009 08:54:08 +0000
parents de3fb78ac3df
children fe2a0bec5d65
comparison
equal deleted inserted replaced
104531:7cd70724ee21 104532:d7cfc883ead4
135 /* Define to 1 if you have /usr/lib/crti.o. */ 135 /* Define to 1 if you have /usr/lib/crti.o. */
136 #undef HAVE_CRTIN 136 #undef HAVE_CRTIN
137 137
138 /* Define to 1 if using D-Bus. */ 138 /* Define to 1 if using D-Bus. */
139 #undef HAVE_DBUS 139 #undef HAVE_DBUS
140
141 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
142 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
140 143
141 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 144 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
142 don't. */ 145 don't. */
143 #undef HAVE_DECL_SYS_SIGLIST 146 #undef HAVE_DECL_SYS_SIGLIST
144 147