diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-23 06:17:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-23 06:17:30 -0400 |
commit | ca0294bbd827c08fd60d32e63c8e133342b6551d (patch) | |
tree | 94d6da25eab1f8959152b0f5ba566e1caf1e7cfe /autogen/config.in | |
parent | f621ccf5b8d7038c1e614616d7aa831a0e25b18f (diff) | |
download | emacs-ca0294bbd827c08fd60d32e63c8e133342b6551d.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen/config.in')
-rw-r--r-- | autogen/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/autogen/config.in b/autogen/config.in index 1082e150fc6..805629c9c8f 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -148,6 +148,18 @@ 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_validate_bus_name' function. */ +#undef HAVE_DBUS_VALIDATE_BUS_NAME + +/* Define to 1 if you have the `dbus_validate_interface' function. */ +#undef HAVE_DBUS_VALIDATE_INTERFACE + +/* Define to 1 if you have the `dbus_validate_member' function. */ +#undef HAVE_DBUS_VALIDATE_MEMBER + +/* Define to 1 if you have the `dbus_validate_path' function. */ +#undef HAVE_DBUS_VALIDATE_PATH + /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ #undef HAVE_DBUS_WATCH_GET_UNIX_FD |