aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/config.h.in')
-rw-r--r--libraries/eina/config.h.in27
1 files changed, 15 insertions, 12 deletions
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 @@
70/* Set to 1 if ${enable_pass_through} is built */ 70/* Set to 1 if ${enable_pass_through} is built */
71#undef EINA_BUILD_PASS_THROUGH 71#undef EINA_BUILD_PASS_THROUGH
72 72
73/* Turn on debugging overhead in mempool */
74#undef EINA_DEBUG_MALLOC
75
73/* if set, logging is limited to this amount. */ 76/* if set, logging is limited to this amount. */
74#undef EINA_LOG_LEVEL_MAXIMUM 77#undef EINA_LOG_LEVEL_MAXIMUM
75 78
@@ -107,11 +110,10 @@
107 */ 110 */
108#undef HAVE_ALLOCA_H 111#undef HAVE_ALLOCA_H
109 112
110/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 113/* Define to 1 if you have a valid <dirent.h> header file. */
111 */
112#undef HAVE_DIRENT_H 114#undef HAVE_DIRENT_H
113 115
114/* Define to 1 if you have the `dirfd' function. */ 116/* Define to 1 if you have the `dirfd' function or macro. */
115#undef HAVE_DIRFD 117#undef HAVE_DIRFD
116 118
117/* Define to 1 if you have the `dladdr' function. */ 119/* Define to 1 if you have the `dladdr' function. */
@@ -150,6 +152,12 @@
150/* Define to 1 if you have the <libgen.h> header file. */ 152/* Define to 1 if you have the <libgen.h> header file. */
151#undef HAVE_LIBGEN_H 153#undef HAVE_LIBGEN_H
152 154
155/* Define to 1 if we log support is on */
156#undef HAVE_LOG
157
158/* We will be able to know the exact amount of wasted memory */
159#undef HAVE_MALLOC_USABLE_SIZE
160
153/* Have mcheck.h */ 161/* Have mcheck.h */
154#undef HAVE_MCHECK 162#undef HAVE_MCHECK
155 163
@@ -162,9 +170,6 @@
162/* Have mtrace */ 170/* Have mtrace */
163#undef HAVE_MTRACE 171#undef HAVE_MTRACE
164 172
165/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
166#undef HAVE_NDIR_H
167
168/* Define to 1 if you have the `openat' function. */ 173/* Define to 1 if you have the `openat' function. */
169#undef HAVE_OPENAT 174#undef HAVE_OPENAT
170 175
@@ -192,13 +197,11 @@
192/* Define to 1 if you have the `strlcpy' function. */ 197/* Define to 1 if you have the `strlcpy' function. */
193#undef HAVE_STRLCPY 198#undef HAVE_STRLCPY
194 199
195/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 200/* Define to 1 if the system has the type `struct dirent'. */
196 */ 201#undef HAVE_STRUCT_DIRENT
197#undef HAVE_SYS_DIR_H
198 202
199/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 203/* Define to 1 if you have the <sys/mman.h> header file. */
200 */ 204#undef HAVE_SYS_MMAN_H
201#undef HAVE_SYS_NDIR_H
202 205
203/* Define to 1 if you have the <sys/stat.h> header file. */ 206/* Define to 1 if you have the <sys/stat.h> header file. */
204#undef HAVE_SYS_STAT_H 207#undef HAVE_SYS_STAT_H