xapian-core
1.4.26
|
Define preprocessor symbols for the library version. More...
Go to the source code of this file.
Macros | |
#define | XAPIAN_ENABLE_VISIBILITY |
The library was compiled with GCC's -fvisibility=hidden option. More... | |
#define | XAPIAN_VERSION "1.4.26" |
The version of Xapian as a C string literal. More... | |
#define | XAPIAN_MAJOR_VERSION 1 |
The major component of the Xapian version. More... | |
#define | XAPIAN_MINOR_VERSION 4 |
The minor component of the Xapian version. More... | |
#define | XAPIAN_REVISION 26 |
The revision component of the Xapian version. More... | |
#define | XAPIAN_DOCID_BASE_TYPE int |
Base (signed) type for Xapian::docid and related types. More... | |
#define | XAPIAN_TERMCOUNT_BASE_TYPE int |
Base (signed) type for Xapian::termcount and related types. More... | |
#define | XAPIAN_TERMPOS_BASE_TYPE int |
Base (signed) type for Xapian::termpos. More... | |
#define | XAPIAN_TOTALLENGTH_TYPE unsigned long |
Type for returning total document length. More... | |
#define | XAPIAN_REVISION_TYPE unsigned long |
Underlying type for Xapian::rev. More... | |
#define | XAPIAN_HAS_CHERT_BACKEND 1 |
XAPIAN_HAS_CHERT_BACKEND Defined if the chert backend is enabled. More... | |
#define | XAPIAN_HAS_GLASS_BACKEND 1 |
XAPIAN_HAS_GLASS_BACKEND Defined if the glass backend is enabled. More... | |
#define | XAPIAN_HAS_INMEMORY_BACKEND 1 |
XAPIAN_HAS_INMEMORY_BACKEND Defined if the inmemory backend is enabled. More... | |
#define | XAPIAN_HAS_REMOTE_BACKEND 1 |
XAPIAN_HAS_REMOTE_BACKEND Defined if the remote backend is enabled. More... | |
#define | XAPIAN_AT_LEAST(A, B, C) |
XAPIAN_AT_LEAST(A,B,C) checks for xapian-core >= A.B.C - use like so: More... | |
Define preprocessor symbols for the library version.
Definition in file version.h.
XAPIAN_AT_LEAST(A,B,C) checks for xapian-core >= A.B.C - use like so:
Added in Xapian 1.4.2.
#define XAPIAN_DOCID_BASE_TYPE int |
Base (signed) type for Xapian::docid and related types.
#define XAPIAN_ENABLE_VISIBILITY |
#define XAPIAN_HAS_CHERT_BACKEND 1 |
#define XAPIAN_HAS_GLASS_BACKEND 1 |
#define XAPIAN_HAS_INMEMORY_BACKEND 1 |
#define XAPIAN_HAS_REMOTE_BACKEND 1 |
#define XAPIAN_MAJOR_VERSION 1 |
#define XAPIAN_MINOR_VERSION 4 |
#define XAPIAN_REVISION 26 |
#define XAPIAN_REVISION_TYPE unsigned long |
Underlying type for Xapian::rev.
#define XAPIAN_TERMCOUNT_BASE_TYPE int |
Base (signed) type for Xapian::termcount and related types.
#define XAPIAN_TERMPOS_BASE_TYPE int |
Base (signed) type for Xapian::termpos.
#define XAPIAN_TOTALLENGTH_TYPE unsigned long |