huahua@huahua:memcachedb-0.1.0$ bzr diff
=== modified file 'AUTHORS' (properties changed)
=== modified file 'ChangeLog' (properties changed)
=== modified file 'INSTALL' (properties changed)
=== modified file 'Makefile' (properties changed)
--- Makefile 2008-01-18 03:07:09 +0000
+++ Makefile 2008-01-18 03:13:08 +0000
@@ -2,11 +2,11 @@
# $Id: Makefile 11833 2007-09-06 10:56:02Z steve $
-
LIBS=-ldb -levent
-DBLIBPATH=/usr/local/BerkeleyDB.4.6/lib
-DBINCPATH=/usr/local/BerkeleyDB.4.6/include
+DBLIBPATH=/usr/lib
+DBINCPATH=/usr/include
-
-LDFLAGS= -L/usr/local/lib/ -L${DBLIBPATH}
-CFLAGS =-Wall -O2 -I/usr/local/include -I${DBINCPATH}
+LDFLAGS= -L/usr/lib/ -L${DBLIBPATH}
+CFLAGS =-Wall -O2 -I/usr/include -I${DBINCPATH}
-
all:
cc -o memcachedb memcachedb.c ${LDFLAGS} ${CFLAGS} ${LIBS}
=== modified file 'README' (properties changed)
=== modified file 'TODO' (properties changed)
=== modified file 'memcachedb.c' (properties changed)
=== modified file 'memcachedb.h' (properties changed)
--- memcachedb.h 2008-01-18 03:07:09 +0000
+++ memcachedb.h 2008-01-18 03:10:06 +0000
@@ -60,8 +60,8 @@
extern struct stats stats;
extern struct settings settings;
-
-#define END_LEN 32
-#define END_LEN_STR "31"
+#define END_LEN 1024000
+#define END_LEN_STR "32"
-
typedef struct _stritem {
int nbytes; /* size of data */
=== modified file 'replication.txt' (properties changed)
-