Fix for compiling c++ with pthreads
[awesomized/libmemcached] / libmemcached-1.0 / defaults.h
index 38c29ba38112a47aab62714e1271b0395e948825..177e18cf6b61ca91121e5ece1a2f5d37fe6ce97d 100644 (file)
@@ -40,6 +40,7 @@
 
 /* Public defines */
 #define MEMCACHED_DEFAULT_PORT 11211
+#define MEMCACHED_DEFAULT_PORT_STRING "11211"
 #define MEMCACHED_POINTS_PER_SERVER 100
 #define MEMCACHED_POINTS_PER_SERVER_KETAMA 160
 #define MEMCACHED_CONTINUUM_SIZE MEMCACHED_POINTS_PER_SERVER*100 /* This would then set max hosts to 100 */