Changeset 1953
- Timestamp:
- 10/30/07 22:58:42 (1 year ago)
- Files:
-
- swish-e/branches/2.6/TODO (modified) (3 diffs)
- swish-e/branches/2.6/configure (modified) (1 diff)
- swish-e/branches/2.6/configure.in (modified) (1 diff)
- swish-e/branches/2.6/src/acconfig.h.in (modified) (1 diff)
- swish-e/branches/2.6/src/vms/acconfig.h_vms (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/branches/2.6/TODO
r1735 r1953 8 8 ===================================================================== 9 9 10 11 ** Test USE_BTREE and the ARRAY code for both speed and accuracy.12 Wed Feb 9 09:58:28 PST 200513 10 14 11 ** Go over config.h … … 30 27 31 28 32 ** Code cleanup...33 34 sisyphus would be proud...35 36 29 ** Dealing with "and" "or: "not" "*" in searches 37 30 … … 51 44 52 45 * files marked with karman note from 5.09.05 re: how original they are 53 * is httpserver.c still used?54 46 swish-e/branches/2.6/configure
r1951 r1953 27542 27542 27543 27543 27544 cat >>confdefs.h <<\_ACEOF27545 #define USE_BTREE27546 _ACEOF27547 27548 27549 27544 27550 27545 _cppflags="${CPPFLAGS}" swish-e/branches/2.6/configure.in
r1951 r1953 261 261 CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS" 262 262 ]) 263 AC_DEFINE(USE_BTREE,[],[BDB support])264 263 265 264 swish-e/branches/2.6/src/acconfig.h.in
r1939 r1953 231 231 #undef TM_IN_SYS_TIME 232 232 233 /* BDB support */234 #undef USE_BTREE235 236 233 /* Version number of package */ 237 234 #undef VERSION swish-e/branches/2.6/src/vms/acconfig.h_vms
r1456 r1953 217 217 /* #undef TM_IN_SYS_TIME */ 218 218 219 /* Experimental BTREE support */220 /* #undef USE_BTREE */221 222 219 /* Version number of package */ 223 #define VERSION "2. 4.0"220 #define VERSION "2.6.0" 224 221 225 222 /* Define to empty if `const' does not conform to ANSI C. */
