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.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/libraries/eina/config.h.in b/libraries/eina/config.h.in
index 9bd97a1..09db082 100644
--- a/libraries/eina/config.h.in
+++ b/libraries/eina/config.h.in
@@ -110,6 +110,12 @@
110 */ 110 */
111#undef HAVE_ALLOCA_H 111#undef HAVE_ALLOCA_H
112 112
113/* Define to 1 if you have the `backtrace' function. */
114#undef HAVE_BACKTRACE
115
116/* Define to 1 if you have the `backtrace_symbols' function. */
117#undef HAVE_BACKTRACE_SYMBOLS
118
113/* Define to 1 if you have a valid <dirent.h> header file. */ 119/* Define to 1 if you have a valid <dirent.h> header file. */
114#undef HAVE_DIRENT_H 120#undef HAVE_DIRENT_H
115 121
@@ -125,15 +131,21 @@
125/* Define to 1 if you have the `dlopen' function. */ 131/* Define to 1 if you have the `dlopen' function. */
126#undef HAVE_DLOPEN 132#undef HAVE_DLOPEN
127 133
128/* Set to 1 if evil package is installed */ 134/* Set to 1 if Escape package is installed */
129#undef HAVE_ESCAPE 135#undef HAVE_ESCAPE
130 136
131/* Set to 1 if evil package is installed */ 137/* Set to 1 if evil package is installed */
132#undef HAVE_EVIL 138#undef HAVE_EVIL
133 139
140/* Define to 1 if you have the <execinfo.h> header file. */
141#undef HAVE_EXECINFO_H
142
134/* Define to 1 if you have the `execvp' function. */ 143/* Define to 1 if you have the `execvp' function. */
135#undef HAVE_EXECVP 144#undef HAVE_EXECVP
136 145
146/* Define to 1 if you have Exotic. */
147#undef HAVE_EXOTIC_H
148
137/* Define to 1 if you have the `fpathconf' function. */ 149/* Define to 1 if you have the `fpathconf' function. */
138#undef HAVE_FPATHCONF 150#undef HAVE_FPATHCONF
139 151