aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/config.h.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:19:23 +1000
committerDavid Walter Seikel2012-04-22 09:19:23 +1000
commitc963d75dfdeec11f82e79e727062fbf89afa2c04 (patch)
tree895633dbf641110be46f117c29890c49b3ffc0bd /libraries/ecore/config.h.in
parentAdding the new extantz viewer and grid manager. (diff)
downloadSledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2
SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz
Update EFL to latest beta.
Diffstat (limited to 'libraries/ecore/config.h.in')
-rw-r--r--libraries/ecore/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/ecore/config.h.in b/libraries/ecore/config.h.in
index 06c1d8e..abc5822 100644
--- a/libraries/ecore/config.h.in
+++ b/libraries/ecore/config.h.in
@@ -30,6 +30,9 @@
30 */ 30 */
31#undef BUILD_ECORE_EVAS_EWS 31#undef BUILD_ECORE_EVAS_EWS
32 32
33/* Support for Extn Engine in Ecore_Evas */
34#undef BUILD_ECORE_EVAS_EXTN
35
33/* Support for Linux Framebuffer Engine in Ecore_Evas */ 36/* Support for Linux Framebuffer Engine in Ecore_Evas */
34#undef BUILD_ECORE_EVAS_FB 37#undef BUILD_ECORE_EVAS_FB
35 38
@@ -331,6 +334,9 @@
331/* Define to 1 if you have the `execvp' function. */ 334/* Define to 1 if you have the `execvp' function. */
332#undef HAVE_EXECVP 335#undef HAVE_EXECVP
333 336
337/* Define to 1 if you have Exotic. */
338#undef HAVE_EXOTIC
339
334/* Define to 1 if you have the <features.h> header file. */ 340/* Define to 1 if you have the <features.h> header file. */
335#undef HAVE_FEATURES_H 341#undef HAVE_FEATURES_H
336 342
@@ -403,6 +409,9 @@
403/* File monitoring with polling */ 409/* File monitoring with polling */
404#undef HAVE_POLL 410#undef HAVE_POLL
405 411
412/* Have shm_open() call */
413#undef HAVE_SHM_OPEN
414
406/* Define to 1 if you have the <signal.h> header file. */ 415/* Define to 1 if you have the <signal.h> header file. */
407#undef HAVE_SIGNAL_H 416#undef HAVE_SIGNAL_H
408 417