grim/gplate

Parents c00565257208
Children 6e1cc54469dc
removed all references to the old HAVE_CONFIG_H stuff from autotools
--- a/gplate/functions/gplate-for-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/functions/gplate-for-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/functions/gplate-for-function.h>
#include <gplate/gplate-collection.h>
--- a/gplate/functions/gplate-include-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/functions/gplate-include-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/functions/gplate-include-function.h>
#include <gplate/gplate-collection.h>
--- a/gplate/functions/gplate-noop-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/functions/gplate-noop-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/functions/gplate-noop-function.h>
/******************************************************************************
--- a/gplate/functions/gplate-print-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/functions/gplate-print-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/functions/gplate-print-function.h>
#include <gplate/gplate-collection.h>
--- a/gplate/functions/gplate-text-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/functions/gplate-text-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/functions/gplate-text-function.h>
/******************************************************************************
--- a/gplate/gplate-collection.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-collection.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-collection.h>
/******************************************************************************
--- a/gplate/gplate-config.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-config.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-config.h>
#include <gplate/gplate-library.h>
--- a/gplate/gplate-function.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-function.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-function.h>
/******************************************************************************
--- a/gplate/gplate-iterator.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-iterator.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-iterator.h>
/******************************************************************************
--- a/gplate/gplate-library.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-library.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-library.h>
#include <gplate/gplate-errors.h>
--- a/gplate/gplate-tag.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-tag.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-tag.h>
#define GPLATE_TAG_GET_PRIVATE(obj) \
--- a/gplate/gplate-template.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-template.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-template.h>
#include <gplate/gplate-collection.h>
--- a/gplate/gplate-variable.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/gplate-variable.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-variable.h>
#define GPLATE_VARIABLE_GET_PRIVATE(obj) \
--- a/gplate/tags/gplate-code-tag.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/tags/gplate-code-tag.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/tags/gplate-code-tag.h>
/******************************************************************************
--- a/gplate/tags/gplate-comment-tag.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/tags/gplate-comment-tag.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/tags/gplate-comment-tag.h>
/******************************************************************************
--- a/gplate/tags/gplate-text-tag.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/tags/gplate-text-tag.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/tags/gplate-text-tag.h>
/******************************************************************************
--- a/gplate/tags/gplate-variable-tag.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/tags/gplate-variable-tag.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/tags/gplate-variable-tag.h>
#include <gplate/gplate-collection.h>
--- a/gplate/variables/gplate-dictionary-variable.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/variables/gplate-dictionary-variable.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <gplate/gplate-collection.h>
#include <gplate/variables/gplate-dictionary-variable.h>
--- a/gplate/variables/gplate-directory-variable.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/variables/gplate-directory-variable.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
--- a/gplate/variables/gplate-file-variable.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/variables/gplate-file-variable.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
--- a/gplate/variables/gplate-object-variable.c Mon Sep 03 16:18:29 2012 -0500
+++ b/gplate/variables/gplate-object-variable.c Mon Sep 03 16:49:44 2012 -0500
@@ -15,10 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <stdio.h>
#include <gplate/gplate-collection.h>