diff options
| author | Michael Albinus | 2009-08-22 08:54:08 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-08-22 08:54:08 +0000 |
| commit | 244f96fcc4d510eca9f12f2459b715de5d1fa6cd (patch) | |
| tree | 08bb168d7b6a1f3e838780176853398b12205ec2 /src | |
| parent | c99cb3062482996d8a5a02106aa4effed0f98094 (diff) | |
| download | emacs-244f96fcc4d510eca9f12f2459b715de5d1fa6cd.tar.gz emacs-244f96fcc4d510eca9f12f2459b715de5d1fa6cd.zip | |
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 404e00bd069..598132428c3 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -138,6 +138,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 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 | 140 | ||
| 141 | /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ | ||
| 142 | #undef HAVE_DBUS_WATCH_GET_UNIX_FD | ||
| 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 |