From c963d75dfdeec11f82e79e727062fbf89afa2c04 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Apr 2012 09:19:23 +1000 Subject: Update EFL to latest beta. --- libraries/eet/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libraries/eet/config.h.in') 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 @@ /* use gnutls_x509_crt_verify_hash */ #undef EET_USE_NEW_GNUTLS_API +/* use gnutls_privkey_sign_data */ +#undef EET_USE_NEW_PRIVKEY_SIGN_DATA + +/* use gnutls_pubkey_verify_hash */ +#undef EET_USE_NEW_PUBKEY_VERIFY_HASH + /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA @@ -35,6 +41,9 @@ /* Set to 1 if Evil library is installed */ #undef HAVE_EVIL +/* Define to 1 if you have Exotic. */ +#undef HAVE_EXOTIC_H + /* Define to 1 if you have the `fmemopen' function. */ #undef HAVE_FMEMOPEN -- cgit v1.1