diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-11 13:05:04 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-11 13:05:04 +0200 |
commit | a1905a6937bf6e8855660410ba3f7bab9f415449 (patch) | |
tree | 138adf422fd56d48505d291b7058b828d8e6c8d0 /src/Daemon/CrashWatcher.h | |
parent | c400d4ded9aaac7c72520523ea3a20e5cb68ae7a (diff) | |
download | abrt-a1905a6937bf6e8855660410ba3f7bab9f415449.tar.gz abrt-a1905a6937bf6e8855660410ba3f7bab9f415449.tar.xz abrt-a1905a6937bf6e8855660410ba3f7bab9f415449.zip |
added new options to AT, which defines what communication platform will be used
Diffstat (limited to 'src/Daemon/CrashWatcher.h')
-rw-r--r-- | src/Daemon/CrashWatcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h index ec463ee3..98ad9156 100644 --- a/src/Daemon/CrashWatcher.h +++ b/src/Daemon/CrashWatcher.h @@ -30,11 +30,11 @@ #include "Settings.h" //FIXME remove when it gets to autoconf -#include "CommLayerServerDBus.h" +//#include "CommLayerServerDBus.h" //#include "CommLayerServerSocket.h" -#ifdef HAVE_DBUS +#ifdef ENABLE_DBUS #include "CommLayerServerDBus.h" -#elif HAVE_SOCKET +#elif ENABLE_SOCKET #include "CommLayerServerSocket.h" #endif #include "CommLayerInner.h" |