/* * Summary: Preprocessor symbols set from configure we need install-time * * Copy: See Copyright for the status of this software. * * Author: Trond Norbye */ #ifndef MEMCACHED_CONFIGURE_H #define MEMCACHED_CONFIGURE_H #ifdef __cplusplus extern "C" { #endif #define LIBMEMCACHED_WITH_SASL_SUPPORT 1 #ifdef __cplusplus } #endif #endif /* MEMCACHED_CONFIGURE_H */