Add support for SASL
[m6w6/libmemcached] / libmemcached / configure.h.in
index c4301df931ef61e646a29b9f346cb5fa5dd0e67c..c030d3054c6ed7ed21f6dc0ad016c79129cd6d3b 100644 (file)
@@ -9,14 +9,16 @@
  *
  */
 
-#ifndef MEMCACHED_CONFIGURE_H
-#define MEMCACHED_CONFIGURE_H
+#ifndef __LIBMEMCACHED_CONFIGURE_H
+#define __LIBMEMCACHED_CONFIGURE_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+@MEMCACHED_BITFIELD@
 @DEPRECATED@
+@LIBMEMCACHED_WITH_SASL_SUPPORT@
 
 #define LIBMEMCACHED_VERSION_STRING "@VERSION@"
 #define LIBMEMCACHED_VERSION_HEX @PANDORA_HEX_VERSION@
@@ -25,4 +27,4 @@ extern "C" {
 }
 #endif
 
-#endif /* MEMCACHED_CONFIGURE_H */
+#endif /* __LIBMEMCACHED_CONFIGURE_H */