
Go to the source code of this file.
Defines | |
| #define | XAPIAN_ENABLE_VISIBILITY |
| The library was compiled with GCC's -fvisibility=hidden option. | |
| #define | XAPIAN_VERSION "1.2.13" |
| The version of Xapian as a C string literal. | |
| #define | XAPIAN_MAJOR_VERSION 1 |
| The major component of the Xapian version. | |
| #define | XAPIAN_MINOR_VERSION 2 |
| The minor component of the Xapian version. | |
| #define | XAPIAN_REVISION 13 |
| The revision component of the Xapian version. | |
| #define | XAPIAN_HAS_BRASS_BACKEND 1 |
| XAPIAN_HAS_BRASS_BACKEND Defined if the brass backend is enabled. | |
| #define | XAPIAN_HAS_CHERT_BACKEND 1 |
| XAPIAN_HAS_CHERT_BACKEND Defined if the chert backend is enabled. | |
| #define | XAPIAN_HAS_FLINT_BACKEND 1 |
| XAPIAN_HAS_FLINT_BACKEND Defined if the flint backend is enabled. | |
| #define | XAPIAN_HAS_INMEMORY_BACKEND 1 |
| XAPIAN_HAS_INMEMORY_BACKEND Defined if the inmemory backend is enabled. | |
| #define | XAPIAN_HAS_REMOTE_BACKEND 1 |
| XAPIAN_HAS_REMOTE_BACKEND Defined if the remote backend is enabled. | |
Definition in file version.h.
| #define XAPIAN_ENABLE_VISIBILITY |
| #define XAPIAN_HAS_BRASS_BACKEND 1 |
XAPIAN_HAS_BRASS_BACKEND Defined if the brass backend is enabled.
Definition at line 64 of file version.h.
Referenced by BackendManagerMulti::BackendManagerMulti(), and BackendManagerRemote::BackendManagerRemote().
| #define XAPIAN_HAS_CHERT_BACKEND 1 |
XAPIAN_HAS_CHERT_BACKEND Defined if the chert backend is enabled.
Definition at line 67 of file version.h.
Referenced by BackendManagerMulti::BackendManagerMulti(), and BackendManagerRemote::BackendManagerRemote().
| #define XAPIAN_HAS_FLINT_BACKEND 1 |
XAPIAN_HAS_FLINT_BACKEND Defined if the flint backend is enabled.
Definition at line 70 of file version.h.
Referenced by BackendManagerMulti::BackendManagerMulti(), and BackendManagerRemote::BackendManagerRemote().
| #define XAPIAN_HAS_INMEMORY_BACKEND 1 |
| #define XAPIAN_HAS_REMOTE_BACKEND 1 |
| #define XAPIAN_MAJOR_VERSION 1 |
The major component of the Xapian version.
E.g. for Xapian 1.0.14 this would be: 1
Definition at line 51 of file version.h.
Referenced by Xapian::major_version().
| #define XAPIAN_MINOR_VERSION 2 |
The minor component of the Xapian version.
E.g. for Xapian 1.0.14 this would be: 0
Definition at line 56 of file version.h.
Referenced by Xapian::minor_version().
| #define XAPIAN_REVISION 13 |
The revision component of the Xapian version.
E.g. for Xapian 1.0.14 this would be: 14
Definition at line 61 of file version.h.
Referenced by Xapian::revision().
| #define XAPIAN_VERSION "1.2.13" |
The version of Xapian as a C string literal.
Definition at line 46 of file version.h.
Referenced by Xapian::version_string().