We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583ecd6 commit 5bcf200Copy full SHA for 5bcf200
1 file changed
php_memcached_private.h
@@ -104,11 +104,8 @@ typedef struct {
104
#define SERIALIZER_DEFAULT_NAME "php"
105
#endif /* HAVE_MEMCACHED_IGBINARY / HAVE_MEMCACHED_MSGPACK */
106
107
-#if LIBMEMCACHED_WITH_SASL_SUPPORT
108
-# if defined(HAVE_SASL_SASL_H)
109
-# include <sasl/sasl.h>
110
-# define HAVE_MEMCACHED_SASL 1
111
-# endif
+#ifdef HAVE_MEMCACHED_SASL
+# include <sasl/sasl.h>
112
#endif
113
114
#ifdef HAVE_MEMCACHED_PROTOCOL
0 commit comments