From 825a3d837a33f226c879cd02ad15c3fba57e8b2c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:30:42 +1000 Subject: Update the EFL to what I'm actually using, coz I'm using some stuff not yet released. --- libraries/eina/config.h.in | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'libraries/eina/config.h.in') diff --git a/libraries/eina/config.h.in b/libraries/eina/config.h.in index d6370dc..9bd97a1 100644 --- a/libraries/eina/config.h.in +++ b/libraries/eina/config.h.in @@ -70,6 +70,9 @@ /* Set to 1 if ${enable_pass_through} is built */ #undef EINA_BUILD_PASS_THROUGH +/* Turn on debugging overhead in mempool */ +#undef EINA_DEBUG_MALLOC + /* if set, logging is limited to this amount. */ #undef EINA_LOG_LEVEL_MAXIMUM @@ -107,11 +110,10 @@ */ #undef HAVE_ALLOCA_H -/* Define to 1 if you have the header file, and it defines `DIR'. - */ +/* Define to 1 if you have a valid header file. */ #undef HAVE_DIRENT_H -/* Define to 1 if you have the `dirfd' function. */ +/* Define to 1 if you have the `dirfd' function or macro. */ #undef HAVE_DIRFD /* Define to 1 if you have the `dladdr' function. */ @@ -150,6 +152,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBGEN_H +/* Define to 1 if we log support is on */ +#undef HAVE_LOG + +/* We will be able to know the exact amount of wasted memory */ +#undef HAVE_MALLOC_USABLE_SIZE + /* Have mcheck.h */ #undef HAVE_MCHECK @@ -162,9 +170,6 @@ /* Have mtrace */ #undef HAVE_MTRACE -/* Define to 1 if you have the header file, and it defines `DIR'. */ -#undef HAVE_NDIR_H - /* Define to 1 if you have the `openat' function. */ #undef HAVE_OPENAT @@ -192,13 +197,11 @@ /* Define to 1 if you have the `strlcpy' function. */ #undef HAVE_STRLCPY -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_DIR_H +/* Define to 1 if the system has the type `struct dirent'. */ +#undef HAVE_STRUCT_DIRENT -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_NDIR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MMAN_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -- cgit v1.1