[grilo] grilo.h: the config.h shall never be exposed to the API.



commit e3cb89aca099d7009c014d49443ffbfb6d7db1e9
Author: Víctor Manuel Jáquez Leal <vjaquez igalia com>
Date:   Sun Jul 18 11:37:38 2010 +0200

    grilo.h: the config.h shall never be exposed to the API.
    
    The config.h is a helper for the library compilation. It is _NOT_
    part of the API offered by the library.
    
    Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez igalia com>

 src/grilo.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/grilo.h b/src/grilo.h
index 552310f..5db015e 100644
--- a/src/grilo.h
+++ b/src/grilo.h
@@ -25,12 +25,6 @@
 
 #define _GRILO_H_INSIDE_
 
-#ifdef HAVE_CONFIG_H
-# ifndef PACKAGE
-#  include "config.h"
-# endif
-#endif
-
 #include <glib.h>
 
 #include <grl-error.h>



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