aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/config.h.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/config.h.in
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/config.h.in')
-rw-r--r--libraries/ecore/config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/ecore/config.h.in b/libraries/ecore/config.h.in
index d4308f6..06c1d8e 100644
--- a/libraries/ecore/config.h.in
+++ b/libraries/ecore/config.h.in
@@ -90,6 +90,12 @@
90/* Evas Software Xlib Engine Support */ 90/* Evas Software Xlib Engine Support */
91#undef BUILD_ECORE_EVAS_SOFTWARE_XLIB 91#undef BUILD_ECORE_EVAS_SOFTWARE_XLIB
92 92
93/* Support for Wayland Egl Engine in Ecore_Evas */
94#undef BUILD_ECORE_EVAS_WAYLAND_EGL
95
96/* Support for Wayland Shm Engine in Ecore_Evas */
97#undef BUILD_ECORE_EVAS_WAYLAND_SHM
98
93/* Support for Win32 Engine in Ecore_Evas */ 99/* Support for Win32 Engine in Ecore_Evas */
94#undef BUILD_ECORE_EVAS_WIN32 100#undef BUILD_ECORE_EVAS_WIN32
95 101
@@ -108,6 +114,9 @@
108/* Build Ecore_Imf_Evas Module */ 114/* Build Ecore_Imf_Evas Module */
109#undef BUILD_ECORE_IMF_EVAS 115#undef BUILD_ECORE_IMF_EVAS
110 116
117/* Build Ecore_Imf_SCIM Module */
118#undef BUILD_ECORE_IMF_SCIM
119
111/* Build Ecore_Imf_XIM Module */ 120/* Build Ecore_Imf_XIM Module */
112#undef BUILD_ECORE_IMF_XIM 121#undef BUILD_ECORE_IMF_XIM
113 122
@@ -126,6 +135,9 @@
126/* Build Ecore_Sdl Module */ 135/* Build Ecore_Sdl Module */
127#undef BUILD_ECORE_SDL 136#undef BUILD_ECORE_SDL
128 137
138/* Build Ecore_Wayland Module */
139#undef BUILD_ECORE_WAYLAND
140
129/* Build Ecore_Win32 Module */ 141/* Build Ecore_Win32 Module */
130#undef BUILD_ECORE_WIN32 142#undef BUILD_ECORE_WIN32
131 143
@@ -379,6 +391,9 @@
379/* Define to 1 if you have the <netinet/tcp.h> header file. */ 391/* Define to 1 if you have the <netinet/tcp.h> header file. */
380#undef HAVE_NETINET_TCP_H 392#undef HAVE_NETINET_TCP_H
381 393
394/* Define to 1 if you have the <net/if.h> header file. */
395#undef HAVE_NET_IF_H
396
382/* File monitoring with Windows notification */ 397/* File monitoring with Windows notification */
383#undef HAVE_NOTIFY_WIN32 398#undef HAVE_NOTIFY_WIN32
384 399