diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-08-27 22:40:19 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-08-27 22:40:19 +0200 |
| commit | 25b5ec137669ea09e1b427df02d0c4ecfba3e580 (patch) | |
| tree | ebb8e3af6c33e5c9ac3ebcaa6625436da18e851a /lib/plugins | |
| parent | 55264cc8353d2769bf53f5222fe145bfe95e863b (diff) | |
| download | abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.gz abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.tar.xz abrt-25b5ec137669ea09e1b427df02d0c4ecfba3e580.zip | |
include config.h in abrtlib.h
- config.h contains
#define ENABLE_NLS
which is required for localization to work
Diffstat (limited to 'lib/plugins')
| -rw-r--r-- | lib/plugins/Bugzilla.cpp | 3 | ||||
| -rw-r--r-- | lib/plugins/RHTSupport.cpp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/plugins/Bugzilla.cpp b/lib/plugins/Bugzilla.cpp index 815abffa..5d660688 100644 --- a/lib/plugins/Bugzilla.cpp +++ b/lib/plugins/Bugzilla.cpp @@ -17,9 +17,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif #include "abrtlib.h" #include "abrt_xmlrpc.h" #include "Bugzilla.h" diff --git a/lib/plugins/RHTSupport.cpp b/lib/plugins/RHTSupport.cpp index 26582048..3fae4fcd 100644 --- a/lib/plugins/RHTSupport.cpp +++ b/lib/plugins/RHTSupport.cpp @@ -18,9 +18,6 @@ */ #define _GNU_SOURCE 1 /* for stpcpy */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif #include <libtar.h> #include "abrtlib.h" #include "abrt_curl.h" |
