Sha256: 451788351b1fad684c9397d1d022008a2fec170d07bea5db92cc835a0bd05ba6
Contents?: true
Size: 375 Bytes
Versions: 2
Compression:
Stored size: 375 Bytes
Contents
/* * 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 */
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
boourns-memcached-1.4.6 | ext/include/libmemcached/memcached_configure.h |
boourns-memcached-1.4.6 | ext/libmemcached-0.32/libmemcached/memcached_configure.h |