Merge in all updates for autoconf
[awesomized/libmemcached] / libmemcached / string.h
index 360d9008b02718c492bce616750ebb15c30f6389..01097a653edc1ee9563158fd256e5fd7266b5c93 100644 (file)
@@ -60,8 +60,6 @@ struct memcached_string_st {
   } options;
 };
 
-#ifdef BUILDING_LIBMEMCACHED
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -109,5 +107,3 @@ void memcached_string_set_length(memcached_string_st *self, size_t length);
 #ifdef __cplusplus
 }
 #endif
-
-#endif