]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 22 Aug 2009 08:54:08 +0000 (08:54 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 22 Aug 2009 08:54:08 +0000 (08:54 +0000)
src/config.in

index 404e00bd0697ff6d98e433622fc04bfcefa54bba..598132428c36d469bd534db7b7e3485ccdb08a56 100644 (file)
@@ -138,6 +138,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to 1 if using D-Bus. */
 #undef HAVE_DBUS
 
+/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
+#undef HAVE_DBUS_WATCH_GET_UNIX_FD
+
 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
    don't. */
 #undef HAVE_DECL_SYS_SIGLIST