diff options
Diffstat (limited to 'libraries/eet/config.h.in')
-rw-r--r-- | libraries/eet/config.h.in | 9 |
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 | ||