X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fconstants.h;h=5c704027b925eac8a45dccabdaf791dd27b02d15;hb=d4a0e93c0478a1a1d16e650ec9e5d69255e28d45;hp=980a32bfec1657ce153b3215214a670cea89bce3;hpb=965bde2b42f5ef2dd7b55b6b4b74822e7cfaa1de;p=awesomized%2Flibmemcached diff --git a/libmemcached/constants.h b/libmemcached/constants.h index 980a32bf..5c704027 100644 --- a/libmemcached/constants.h +++ b/libmemcached/constants.h @@ -1,5 +1,5 @@ /* LibMemcached - * Copyright (C) 2006-2009 Brian Aker + * Copyright (C) 2006-2009 Brian Aker * All rights reserved. * * Use and distribution licensed under the BSD license. See @@ -26,6 +26,8 @@ #define MEMCACHED_CONTINUUM_ADDITION 10 /* How many extra slots we should build for in the continuum */ #define MEMCACHED_PREFIX_KEY_MAX_SIZE 128 #define MEMCACHED_EXPIRATION_NOT_ADD 0xffffffffU +#define MEMCACHED_VERSION_STRING_LENGTH 24 + typedef enum { MEMCACHED_SUCCESS,