Changeset 1953

Show
Ignore:
Timestamp:
10/30/07 22:58:42 (1 year ago)
Author:
karpet
Message:

remove lingering USE_BTREE macros

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/branches/2.6/TODO

    r1735 r1953  
    88===================================================================== 
    99 
    10  
    11 ** Test USE_BTREE and the ARRAY code for both speed and accuracy. 
    12 Wed Feb  9 09:58:28 PST 2005 
    1310 
    1411** Go over config.h 
     
    3027 
    3128 
    32 ** Code cleanup... 
    33  
    34 sisyphus would be proud... 
    35  
    3629** Dealing with "and" "or: "not" "*" in searches 
    3730 
     
    5144 
    5245* files marked with karman note from 5.09.05 re: how original they are 
    53 * is httpserver.c still used? 
    5446 
  • swish-e/branches/2.6/configure

    r1951 r1953  
    2754227542 
    2754327543 
    27544 cat >>confdefs.h <<\_ACEOF 
    27545 #define USE_BTREE 
    27546 _ACEOF 
    27547  
    27548  
    2754927544 
    2755027545_cppflags="${CPPFLAGS}" 
  • swish-e/branches/2.6/configure.in

    r1951 r1953  
    261261     CPPFLAGS="$CPPFLAGS $BDB_CPPFLAGS" 
    262262 ]) 
    263 AC_DEFINE(USE_BTREE,[],[BDB support]) 
    264263 
    265264 
  • swish-e/branches/2.6/src/acconfig.h.in

    r1939 r1953  
    231231#undef TM_IN_SYS_TIME 
    232232 
    233 /* BDB support */ 
    234 #undef USE_BTREE 
    235  
    236233/* Version number of package */ 
    237234#undef VERSION 
  • swish-e/branches/2.6/src/vms/acconfig.h_vms

    r1456 r1953  
    217217/* #undef TM_IN_SYS_TIME */ 
    218218 
    219 /* Experimental BTREE support */ 
    220 /* #undef USE_BTREE */ 
    221  
    222219/* Version number of package */ 
    223 #define VERSION "2.4.0" 
     220#define VERSION "2.6.0" 
    224221 
    225222/* Define to empty if `const' does not conform to ANSI C. */