Fix issue where hash might not be quite initialized. Also remove redundant bit to...
[awesomized/libmemcached] / libmemcached / configure.h.in
index c4301df931ef61e646a29b9f346cb5fa5dd0e67c..c45cc8031906e798372703148dd648ea5d4a05fd 100644 (file)
@@ -9,14 +9,15 @@
  *
  */
 
-#ifndef MEMCACHED_CONFIGURE_H
-#define MEMCACHED_CONFIGURE_H
+#ifndef __LIBMEMCACHED_CONFIGURE_H
+#define __LIBMEMCACHED_CONFIGURE_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 @DEPRECATED@
+@LIBMEMCACHED_WITH_SASL_SUPPORT@
 
 #define LIBMEMCACHED_VERSION_STRING "@VERSION@"
 #define LIBMEMCACHED_VERSION_HEX @PANDORA_HEX_VERSION@
@@ -25,4 +26,4 @@ extern "C" {
 }
 #endif
 
-#endif /* MEMCACHED_CONFIGURE_H */
+#endif /* __LIBMEMCACHED_CONFIGURE_H */