merge.
[m6w6/libmemcached] / libmemcached / configure.h.in
index c4301df931ef61e646a29b9f346cb5fa5dd0e67c..064f3b73c2c96dbf4d96d70c13dd0cf693fd1c6b 100644 (file)
@@ -9,13 +9,14 @@
  *
  */
 
-#ifndef MEMCACHED_CONFIGURE_H
-#define MEMCACHED_CONFIGURE_H
+#ifndef __LIBMEMCACHED_CONFIGURE_H
+#define __LIBMEMCACHED_CONFIGURE_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+@MEMCACHED_BITFIELD@
 @DEPRECATED@
 
 #define LIBMEMCACHED_VERSION_STRING "@VERSION@"
@@ -25,4 +26,4 @@ extern "C" {
 }
 #endif
 
-#endif /* MEMCACHED_CONFIGURE_H */
+#endif /* __LIBMEMCACHED_CONFIGURE_H */