search for: muscat36

Displaying 2 results from an estimated 2 matches for "muscat36".

2005 Apr 28
2
Available backends in xapian.h
...e. However it's only a proposal: there are surely better solutions. I tried the following: - changed $(srcdir)/include/xapian.h into $(srcdir)/include/xapian.h.in - added the following lines somewhere (namely, line 51) in xapian.h.in: ---8-<------------- // Backends #define XAPIAN_BACKEND_MUSCAT36 #define XAPIAN_BACKEND_QUARTZ #define XAPIAN_BACKEND_INMEMORY #define XAPIAN_BACKEND_REMOTE ---8-<------------- - added the following to configure.ac, at line 374 (to have $build_* set): ---8-<------------- dnl @@MODIFIED@@ - Franz dnl Remove unsupported backend #defines from xapian.h.in a...
2005 Aug 05
2
uint4 in quartz/flint
We have: ---------------------------------------------------------------------- typedef unsigned long uint4; ---------------------------------------------------------------------- which on an LP64 system is a lie. If uint4 is used on disk (and it's used in the btree implementation) then it would make the databases unportable, which probably isn't a good idea (unless we already have