summaryrefslogtreecommitdiff
path: root/sasl_defs.c
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2012-02-01 00:11:17 -0800
committerdormando <dormando@rydia.net>2012-02-01 22:01:29 -0800
commitdece7f87e789f35311bfab785fcd9a063ead1afd (patch)
tree545762246449558168f96109d9a909759e7af0f1 /sasl_defs.c
parentc1c99c9f2b37071ee46310735b7a1903aa53193c (diff)
downloadmemcached-dece7f87e789f35311bfab785fcd9a063ead1afd.tar.gz
Better detection of sasl_callback_ft
Diffstat (limited to 'sasl_defs.c')
-rw-r--r--sasl_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sasl_defs.c b/sasl_defs.c
index 7922f66..1faefc8 100644
--- a/sasl_defs.c
+++ b/sasl_defs.c
@@ -18,7 +18,7 @@ const char * const locations[] = {
};
#endif
-#if SASL_VERSION_FULL < 0x20125
+#ifndef HAVE_SASL_CALLBACK_FT
typedef int (*sasl_callback_ft)(void);
#endif