aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyUtils.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-31 03:56:08 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-31 03:56:08 +0800
commit33b3bebb3c97644a69949acda8992ebc85e9bf8d (patch)
tree26b56f2c5ac3bb45138c3e8d09a5b9815a2974f5 /embed/mozilla/EphyUtils.cpp
parent650a6bea5d3b3bf0dfc7f3b7f9170d801f37486c (diff)
downloadgsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar.gz
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar.bz2
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar.lz
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar.xz
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.tar.zst
gsoc2013-epiphany-33b3bebb3c97644a69949acda8992ebc85e9bf8d.zip
Don't use -include which compilers other than gcc don't understand.
2004-07-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-notifiers.cpp: Don't use -include which compilers other than gcc don't understand. Instead include mozilla-config.h as first thing in each file. Part of bug #143094. * embed/mozilla/EphyUtils.cpp: Also include config.h.
Diffstat (limited to 'embed/mozilla/EphyUtils.cpp')
-rw-r--r--embed/mozilla/EphyUtils.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/embed/mozilla/EphyUtils.cpp b/embed/mozilla/EphyUtils.cpp
index aae874091..9b271abaf 100644
--- a/embed/mozilla/EphyUtils.cpp
+++ b/embed/mozilla/EphyUtils.cpp
@@ -15,8 +15,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
+ * $Id$
*/
+#include "mozilla-config.h"
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "EphyUtils.h"
#include <nsIServiceManager.h>