cmake: fix tbb detection
[awesomized/libmemcached] / docs / source / libmemcached / constants.rst
index 81471af83082a3ed1ce53896b49bd642060644a5..7379d2c0d4c27efbb3a8fabdf772f4647141530b 100644 (file)
@@ -4,17 +4,17 @@ libmemcached Constants and Defaults
 SYNOPSIS
 --------
 
-#include <libmemcached-1.0/memcached.h>
+#include <libmemcached-|libmemcached_version|/memcached.h>
   Compile and link with -lmemcached
 
 .. c:macro:: LIBMEMCACHED_VERSION_STRING
 
-    String value of libmemcached version such as "1.23.4"
+    String value of libmemcached version such as "|release|"
 
 .. c:macro:: LIBMEMCACHED_VERSION_HEX
 
-    Hex value of the version number. "0x00048000" This can be used for comparing
-    versions based on number.
+    Hex value of the version number, e.g. "0x00048000".
+    This can be used for comparing versions based on number.
 
 
 .. c:macro:: MEMCACHED_DEFAULT_PORT
@@ -57,11 +57,14 @@ SYNOPSIS
     Maximum display width of an integer represented as string.
 
 
-
 .. c:macro:: MEMCACHED_CONTINUUM_ADDITION
 
     How many extra slots we should build for in the continuum, defaults to 10.
 
+.. c:macro:: MEMCACHED_EXPIRATION_NOT_ADD
+
+    Value ``0xffffffffU``
+
 .. c:macro:: MEMCACHED_STRIDE
 
     This is the "stride" used in the consistent hash used between replicas.