add a config.h

SVN revision: 36342
This commit is contained in:
Vincent Torri 2008-09-30 06:16:41 +00:00
parent bf372e44f9
commit f9a4c97693
5 changed files with 8 additions and 5 deletions

View File

@ -16,6 +16,10 @@
* if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>

View File

@ -21,9 +21,8 @@
#endif
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <time.h>
#ifdef EINA_BENCH_HAVE_GLIB
# include <glib.h>

View File

@ -20,9 +20,9 @@
# include "config.h"
#endif
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#ifdef EINA_BENCH_HAVE_GLIB

View File

@ -21,8 +21,8 @@
#endif
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <time.h>
#ifdef EINA_BENCH_HAVE_GLIB
# include <glib.h>

View File

@ -21,8 +21,8 @@
#endif
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <time.h>
#ifdef EINA_BENCH_HAVE_GLIB
# include <glib.h>