aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/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/eet/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 '')
-rw-r--r--libraries/eet/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/eet/config.h.in b/libraries/eet/config.h.in
index 02ec411..76da120 100644
--- a/libraries/eet/config.h.in
+++ b/libraries/eet/config.h.in
@@ -19,6 +19,12 @@
19/* use gnutls_x509_crt_verify_hash */ 19/* use gnutls_x509_crt_verify_hash */
20#undef EET_USE_NEW_GNUTLS_API 20#undef EET_USE_NEW_GNUTLS_API
21 21
22/* use gnutls_privkey_sign_data */
23#undef EET_USE_NEW_PRIVKEY_SIGN_DATA
24
25/* use gnutls_pubkey_verify_hash */
26#undef EET_USE_NEW_PUBKEY_VERIFY_HASH
27
22/* Define to 1 if you have `alloca', as a function or macro. */ 28/* Define to 1 if you have `alloca', as a function or macro. */
23#undef HAVE_ALLOCA 29#undef HAVE_ALLOCA
24 30
@@ -35,6 +41,9 @@
35/* Set to 1 if Evil library is installed */ 41/* Set to 1 if Evil library is installed */
36#undef HAVE_EVIL 42#undef HAVE_EVIL
37 43
44/* Define to 1 if you have Exotic. */
45#undef HAVE_EXOTIC_H
46
38/* Define to 1 if you have the `fmemopen' function. */ 47/* Define to 1 if you have the `fmemopen' function. */
39#undef HAVE_FMEMOPEN 48#undef HAVE_FMEMOPEN
40 49