[gconf] Bug 498934 - Change config.h include syntax



commit e2de31df3a86600c7c43984470be2561d6217ef4
Author: Gilles Dartiguelongue <gilles dartiguelongue esiee org>
Date:   Tue Apr 28 20:42:59 2009 +0200

    Bug 498934 - Change config.h include syntax
    
    Change #include "config.h" to #include <config.h> according to
    http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_27.html
---
 backends/evoldap-backend.c     |    2 +-
 backends/gconf-merge-tree.c    |    2 +-
 backends/markup-backend.c      |    2 +-
 backends/markup-tree.c         |    2 +-
 backends/xml-backend.c         |    2 +-
 backends/xml-cache.c           |    2 +-
 backends/xml-dir.c             |    2 +-
 backends/xml-entry.c           |    2 +-
 backends/xml-test.c            |    2 +-
 defaults/gconf-defaults-main.c |    2 +-
 defaults/gconf-defaults.c      |    2 +-
 gconf/gconf-backend.c          |    2 +-
 gconf/gconf-changeset.c        |    2 +-
 gconf/gconf-client.c           |    2 +-
 gconf/gconf-database.c         |    2 +-
 gconf/gconf-error.c            |    2 +-
 gconf/gconf-internals.c        |    2 +-
 gconf/gconf-listeners.c        |    2 +-
 gconf/gconf-locale.c           |    2 +-
 gconf/gconf-sanity-check.c     |    2 +-
 gconf/gconf-schema.c           |    2 +-
 gconf/gconf-sources.c          |    2 +-
 gconf/gconf-value.c            |    2 +-
 gconf/gconftool.c              |    2 +-
 gconf/testclient.c             |    2 +-
 gconf/testgconfclient.c        |    2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/backends/evoldap-backend.c b/backends/evoldap-backend.c
index 872c60e..6d7ff95 100644
--- a/backends/evoldap-backend.c
+++ b/backends/evoldap-backend.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <errno.h>
 #include <libintl.h>
diff --git a/backends/gconf-merge-tree.c b/backends/gconf-merge-tree.c
index f715c23..1e7cba1 100644
--- a/backends/gconf-merge-tree.c
+++ b/backends/gconf-merge-tree.c
@@ -20,7 +20,7 @@
  *     Mark McLoughlin <mark skynet ie>
  */
 
-#include "config.h"
+#include <config.h>
 #include <locale.h>
 
 #include "markup-tree.c"
diff --git a/backends/markup-backend.c b/backends/markup-backend.c
index 9622c6b..3e653df 100644
--- a/backends/markup-backend.c
+++ b/backends/markup-backend.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf/gconf-backend.h"
 #include "gconf/gconf-internals.h"
 #include "gconf/gconf.h"
diff --git a/backends/markup-tree.c b/backends/markup-tree.c
index 15c7a5c..d5bfcfa 100644
--- a/backends/markup-tree.c
+++ b/backends/markup-tree.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include <glib.h>
 #include "gconf/gconf-internals.h"
 #include "gconf/gconf-schema.h"
diff --git a/backends/xml-backend.c b/backends/xml-backend.c
index e34e262..5a12f87 100644
--- a/backends/xml-backend.c
+++ b/backends/xml-backend.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf/gconf-backend.h"
 #include "gconf/gconf-internals.h"
 #include "gconf/gconf.h"
diff --git a/backends/xml-cache.c b/backends/xml-cache.c
index ff9890d..809411b 100644
--- a/backends/xml-cache.c
+++ b/backends/xml-cache.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "xml-cache.h"
 #include "gconf/gconf-internals.h"
 
diff --git a/backends/xml-dir.c b/backends/xml-dir.c
index 92805f9..d9dd8e4 100644
--- a/backends/xml-dir.c
+++ b/backends/xml-dir.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "xml-dir.h"
 #include "xml-entry.h"
 
diff --git a/backends/xml-entry.c b/backends/xml-entry.c
index 871017b..738883f 100644
--- a/backends/xml-entry.c
+++ b/backends/xml-entry.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "xml-entry.h"
 #include "gconf/gconf-internals.h"
 #include <stdlib.h>
diff --git a/backends/xml-test.c b/backends/xml-test.c
index 3252c3e..687d558 100644
--- a/backends/xml-test.c
+++ b/backends/xml-test.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "xml-entry.h"
 #include "xml-dir.h"
 #include "xml-cache.h"
diff --git a/defaults/gconf-defaults-main.c b/defaults/gconf-defaults-main.c
index 0570597..5a4af52 100644
--- a/defaults/gconf-defaults-main.c
+++ b/defaults/gconf-defaults-main.c
@@ -18,7 +18,7 @@
  *
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/defaults/gconf-defaults.c b/defaults/gconf-defaults.c
index df4536d..856e018 100644
--- a/defaults/gconf-defaults.c
+++ b/defaults/gconf-defaults.c
@@ -18,7 +18,7 @@
  *
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/gconf/gconf-backend.c b/gconf/gconf-backend.c
index 1cc5ce2..c11bb87 100644
--- a/gconf/gconf-backend.c
+++ b/gconf/gconf-backend.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-backend.h"
 #include "gconf-internals.h"
 #include <stdio.h>
diff --git a/gconf/gconf-changeset.c b/gconf/gconf-changeset.c
index 770090f..c797d81 100644
--- a/gconf/gconf-changeset.c
+++ b/gconf/gconf-changeset.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-changeset.h"
 #include "gconf-internals.h"
 
diff --git a/gconf/gconf-client.c b/gconf/gconf-client.c
index 66a8c56..da050ec 100644
--- a/gconf/gconf-client.c
+++ b/gconf/gconf-client.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #include <string.h>
 
diff --git a/gconf/gconf-database.c b/gconf/gconf-database.c
index d04b875..7ce2cc0 100644
--- a/gconf/gconf-database.c
+++ b/gconf/gconf-database.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-database.h"
 #include "gconf-listeners.h"
 #include "gconf-sources.h"
diff --git a/gconf/gconf-error.c b/gconf/gconf-error.c
index cc04fd6..18b09f7 100644
--- a/gconf/gconf-error.c
+++ b/gconf/gconf-error.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-error.h"
 #include "gconf-internals.h"
 #include <stdarg.h>
diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c
index c9e258c..3d0fd07 100644
--- a/gconf/gconf-internals.c
+++ b/gconf/gconf-internals.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-internals.h"
 #include "gconf-backend.h"
 #include "gconf-schema.h"
diff --git a/gconf/gconf-listeners.c b/gconf/gconf-listeners.c
index 710cf28..9c95bd0 100644
--- a/gconf/gconf-listeners.c
+++ b/gconf/gconf-listeners.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-listeners.h"
 #include "gconf.h"
 
diff --git a/gconf/gconf-locale.c b/gconf/gconf-locale.c
index c6f1066..e41fec6 100644
--- a/gconf/gconf-locale.c
+++ b/gconf/gconf-locale.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-locale.h"
 #include "gconf-internals.h"
 #include <sys/time.h>
diff --git a/gconf/gconf-sanity-check.c b/gconf/gconf-sanity-check.c
index 42f4d32..5d7caa1 100644
--- a/gconf/gconf-sanity-check.c
+++ b/gconf/gconf-sanity-check.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf.h"
 #include "gconf-internals.h"
 #include "gconf-sources.h"
diff --git a/gconf/gconf-schema.c b/gconf/gconf-schema.c
index a8cc4e9..189ea6c 100644
--- a/gconf/gconf-schema.c
+++ b/gconf/gconf-schema.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-schema.h"
 #include "gconf-internals.h"
 
diff --git a/gconf/gconf-sources.c b/gconf/gconf-sources.c
index dca5528..7b99027 100644
--- a/gconf/gconf-sources.c
+++ b/gconf/gconf-sources.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-backend.h"
 #include "gconf-sources.h"
 #include "gconf-internals.h"
diff --git a/gconf/gconf-value.c b/gconf/gconf-value.c
index 615b384..e941eb4 100644
--- a/gconf/gconf-value.c
+++ b/gconf/gconf-value.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-value.h"
 #include "gconf-error.h"
 #include "gconf-schema.h"
diff --git a/gconf/gconftool.c b/gconf/gconftool.c
index 137bae9..94274af 100644
--- a/gconf/gconftool.c
+++ b/gconf/gconftool.c
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf.h"
 #include "gconf-internals.h"
 #include <stdio.h>
diff --git a/gconf/testclient.c b/gconf/testclient.c
index a9b1e1d..7dcffed 100644
--- a/gconf/testclient.c
+++ b/gconf/testclient.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf.h"
 #include "gconf-orbit.h"
 #include <stdio.h>
diff --git a/gconf/testgconfclient.c b/gconf/testgconfclient.c
index 4e44f0a..7058bbb 100644
--- a/gconf/testgconfclient.c
+++ b/gconf/testgconfclient.c
@@ -18,7 +18,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "config.h"
+#include <config.h>
 #include "gconf-client.h"
 
 #include <gtk/gtk.h>



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