[atk] Include config.h For All the C Source Files



commit d6ecbbbe3389ff5b478941e6ca4a28f070f4eae3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Apr 11 20:03:08 2014 +0800

    Include config.h For All the C Source Files
    
    Make sure that config.h is included first in all the C-sources in atk/ so
    that the build-time definitions of _ATK_EXTERN can be used during the
    build of the ATK library.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728031

 atk/atkaction.c            |    2 ++
 atk/atkcomponent.c         |    1 +
 atk/atkdocument.c          |    2 ++
 atk/atkeditabletext.c      |    2 ++
 atk/atkgobjectaccessible.c |    2 ++
 atk/atkhyperlinkimpl.c     |    2 ++
 atk/atkhypertext.c         |    2 ++
 atk/atkimage.c             |    2 ++
 atk/atkmisc.c              |    2 ++
 atk/atknoopobject.c        |    2 ++
 atk/atknoopobjectfactory.c |    2 ++
 atk/atkobjectfactory.c     |    2 ++
 atk/atkplug.c              |    2 ++
 atk/atkrange.c             |    2 ++
 atk/atkregistry.c          |    2 ++
 atk/atkrelation.c          |    2 ++
 atk/atkrelationset.c       |    2 ++
 atk/atkselection.c         |    2 ++
 atk/atksocket.c            |    2 ++
 atk/atkstate.c             |    2 ++
 atk/atkstateset.c          |    2 ++
 atk/atkstreamablecontent.c |    2 ++
 atk/atktable.c             |    2 ++
 atk/atktablecell.c         |    2 ++
 atk/atktext.c              |    2 ++
 atk/atkutil.c              |    3 ++-
 atk/atkversion.c           |    2 ++
 atk/atkwindow.c            |    2 ++
 28 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/atk/atkaction.c b/atk/atkaction.c
index 089a2fd..50f21a2 100755
--- a/atk/atkaction.c
+++ b/atk/atkaction.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkaction.h"
 
 /**
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index 2e5a19d..561c22b 100755
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
 
 #include "atkcomponent.h"
 
diff --git a/atk/atkdocument.c b/atk/atkdocument.c
index b0a8c8f..81bad4d 100755
--- a/atk/atkdocument.c
+++ b/atk/atkdocument.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkdocument.h"
 
 /**
diff --git a/atk/atkeditabletext.c b/atk/atkeditabletext.c
index 1ff6ed8..d44f8bf 100755
--- a/atk/atkeditabletext.c
+++ b/atk/atkeditabletext.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkeditabletext.h"
 
 /**
diff --git a/atk/atkgobjectaccessible.c b/atk/atkgobjectaccessible.c
index 4f3a07c..83cb45e 100644
--- a/atk/atkgobjectaccessible.c
+++ b/atk/atkgobjectaccessible.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <atk/atkgobjectaccessible.h>
 #include <atk/atkregistry.h>
 #include <atk/atkutil.h>
diff --git a/atk/atkhyperlinkimpl.c b/atk/atkhyperlinkimpl.c
index bdfe6c1..7021bcf 100644
--- a/atk/atkhyperlinkimpl.c
+++ b/atk/atkhyperlinkimpl.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <string.h>
 #include "atkhyperlinkimpl.h"
 
diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c
index 10448e2..984899a 100755
--- a/atk/atkhypertext.c
+++ b/atk/atkhypertext.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkhypertext.h"
 
 /**
diff --git a/atk/atkimage.c b/atk/atkimage.c
index 00a1819..9dfcfef 100755
--- a/atk/atkimage.c
+++ b/atk/atkimage.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkimage.h"
 
 /**
diff --git a/atk/atkmisc.c b/atk/atkmisc.c
index b6aaeea..cd59a07 100755
--- a/atk/atkmisc.c
+++ b/atk/atkmisc.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkmisc.h"
 
 /**
diff --git a/atk/atknoopobject.c b/atk/atknoopobject.c
index 5af3ae3..41b6551 100644
--- a/atk/atknoopobject.c
+++ b/atk/atknoopobject.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 #include "atknoopobject.h"
 
diff --git a/atk/atknoopobjectfactory.c b/atk/atknoopobjectfactory.c
index 2b0a90a..501476b 100755
--- a/atk/atknoopobjectfactory.c
+++ b/atk/atknoopobjectfactory.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkobject.h"
 #include "atknoopobject.h"
 #include "atknoopobjectfactory.h"
diff --git a/atk/atkobjectfactory.c b/atk/atkobjectfactory.c
index 0741714..298f3c2 100755
--- a/atk/atkobjectfactory.c
+++ b/atk/atkobjectfactory.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkobjectfactory.h"
 #include "atknoopobjectfactory.h"
 
diff --git a/atk/atkplug.c b/atk/atkplug.c
index 21ce461..4b26b47 100644
--- a/atk/atkplug.c
+++ b/atk/atkplug.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 #include "atkplug.h"
 
diff --git a/atk/atkrange.c b/atk/atkrange.c
index db48c14..bb69ca5 100644
--- a/atk/atkrange.c
+++ b/atk/atkrange.c
@@ -19,6 +19,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkvalue.h"
 
 /**
diff --git a/atk/atkregistry.c b/atk/atkregistry.c
index 5641073..364d8ba 100644
--- a/atk/atkregistry.c
+++ b/atk/atkregistry.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkregistry.h"
 #include "atknoopobjectfactory.h"
 
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 835d30c..6dcb1c4 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <glib-object.h>
 #include "atk.h"
diff --git a/atk/atkrelationset.c b/atk/atkrelationset.c
index 835ded5..95d50e6 100755
--- a/atk/atkrelationset.c
+++ b/atk/atkrelationset.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <glib-object.h>
 
 #include "atk.h"
diff --git a/atk/atkselection.c b/atk/atkselection.c
index c324a4a..f086c28 100755
--- a/atk/atkselection.c
+++ b/atk/atkselection.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkselection.h"
 
 /**
diff --git a/atk/atksocket.c b/atk/atksocket.c
index fd2e6aa..a012f18 100644
--- a/atk/atksocket.c
+++ b/atk/atksocket.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 #include "atksocket.h"
 
diff --git a/atk/atkstate.c b/atk/atkstate.c
index 581b641..2334fe8 100755
--- a/atk/atkstate.c
+++ b/atk/atkstate.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 
 #include <string.h>
diff --git a/atk/atkstateset.c b/atk/atkstateset.c
index 1497bed..3dc8d5e 100755
--- a/atk/atkstateset.c
+++ b/atk/atkstateset.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <glib-object.h>
 
 #include "atkobject.h"
diff --git a/atk/atkstreamablecontent.c b/atk/atkstreamablecontent.c
index 4e8399a..92643d3 100755
--- a/atk/atkstreamablecontent.c
+++ b/atk/atkstreamablecontent.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkstreamablecontent.h"
 
 /**
diff --git a/atk/atktable.c b/atk/atktable.c
index b5ab7e3..d28591d 100755
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atktable.h"
 #include "atkmarshal.h"
 
diff --git a/atk/atktablecell.c b/atk/atktablecell.c
index 7a07c7b..9b1c349 100644
--- a/atk/atktablecell.c
+++ b/atk/atktablecell.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atktablecell.h"
 
 
diff --git a/atk/atktext.c b/atk/atktext.c
index cdbc1ed..590d2fc 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 #include "atkmarshal.h"
 
diff --git a/atk/atkutil.c b/atk/atkutil.c
index f19e334..e9726e7 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -17,9 +17,10 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkutil.h"
 #include "atkmarshal.c"
-#include "config.h"
 
 /**
  * SECTION:atkutil
diff --git a/atk/atkversion.c b/atk/atkversion.c
index a54aef9..eae1460 100644
--- a/atk/atkversion.c
+++ b/atk/atkversion.c
@@ -20,6 +20,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 
 /**
diff --git a/atk/atkwindow.c b/atk/atkwindow.c
index 6b36c3d..8e7ad8a 100644
--- a/atk/atkwindow.c
+++ b/atk/atkwindow.c
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkwindow.h"
 #include "atkmarshal.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]