summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <gilles.dartiguelongue@esiee.org>2009-04-28 20:42:59 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2009-05-03 20:14:53 +0200
commite2de31df3a86600c7c43984470be2561d6217ef4 (patch)
tree012e67000641505af45618ba9abab2a694cb1131
parent91cacef240d8ded67db835dd63a7f29966448311 (diff)
downloadgconf-e2de31df3a86600c7c43984470be2561d6217ef4.tar.gz
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
-rw-r--r--backends/evoldap-backend.c2
-rw-r--r--backends/gconf-merge-tree.c2
-rw-r--r--backends/markup-backend.c2
-rw-r--r--backends/markup-tree.c2
-rw-r--r--backends/xml-backend.c2
-rw-r--r--backends/xml-cache.c2
-rw-r--r--backends/xml-dir.c2
-rw-r--r--backends/xml-entry.c2
-rw-r--r--backends/xml-test.c2
-rw-r--r--defaults/gconf-defaults-main.c2
-rw-r--r--defaults/gconf-defaults.c2
-rw-r--r--gconf/gconf-backend.c2
-rw-r--r--gconf/gconf-changeset.c2
-rw-r--r--gconf/gconf-client.c2
-rw-r--r--gconf/gconf-database.c2
-rw-r--r--gconf/gconf-error.c2
-rw-r--r--gconf/gconf-internals.c2
-rw-r--r--gconf/gconf-listeners.c2
-rw-r--r--gconf/gconf-locale.c2
-rw-r--r--gconf/gconf-sanity-check.c2
-rw-r--r--gconf/gconf-schema.c2
-rw-r--r--gconf/gconf-sources.c2
-rw-r--r--gconf/gconf-value.c2
-rw-r--r--gconf/gconftool.c2
-rw-r--r--gconf/testclient.c2
-rw-r--r--gconf/testgconfclient.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/backends/evoldap-backend.c b/backends/evoldap-backend.c
index 872c60e8..6d7ff952 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 f715c236..1e7cba1a 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 9622c6bc..3e653dfb 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 15c7a5cd..d5bfcfaf 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 e34e2624..5a12f87e 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 ff9890d8..809411b6 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 92805f96..d9dd8e4c 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 871017ba..738883f5 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 3252c3ed..687d558b 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 05705979..5a4af528 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 df4536dc..856e0185 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 1cc5ce2d..c11bb875 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 770090ff..c797d818 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 66a8c565..da050ecf 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 d04b875e..7ce2cc01 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 cc04fd69..18b09f7a 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 c9e258cf..3d0fd07b 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 710cf283..9c95bd0f 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 c6f1066b..e41fec65 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 42f4d322..5d7caa13 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 a8cc4e97..189ea6c0 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 dca5528f..7b99027c 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 615b384e..e941eb4c 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 137bae91..94274afb 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 a9b1e1db..7dcffed1 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 4e44f0ac..7058bbba 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>