Clarify LatLongCoord::operator< purpose
[xapian.git] / xapian-maintainer-tools / win32msvc / version.h.in
blobcb6a13609a61cfbdbe1b5f60a6f206ed8d9286e2
1 // @configure_input@
2 // msvc/version.h: Define preprocesor symbols for the library version.
3 //
4 // This version.h is for the MSVC build. The version.h used for the Unix
5 // and CYGWIN builds is generated by running the configure script.
6 //
7 // Copyright (C) 2007 Olly Betts
8 //
9 // This program is free software; you can redistribute it and/or
10 // modify it under the terms of the GNU General Public License as
11 // published by the Free Software Foundation; either version 2 of the
12 // License, or (at your option) any later version.
14 // This program is distributed in the hope that it will be useful
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU General Public License for more details.
19 // You should have received a copy of the GNU General Public License
20 // along with this program; if not, write to the Free Software
21 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 #ifndef XAPIAN_INCLUDED_VERSION_H
24 #define XAPIAN_INCLUDED_VERSION_H
26 #define XAPIAN_VERSION "@MAJOR_VERSION@.@MINOR_VERSION@.@REVISION@"
27 #define XAPIAN_MAJOR_VERSION @MAJOR_VERSION@
28 #define XAPIAN_MINOR_VERSION @MINOR_VERSION@
29 #define XAPIAN_REVISION @REVISION@
31 #define XAPIAN_HAS_BRASS_BACKEND 1
32 #define XAPIAN_HAS_CHERT_BACKEND 1
33 #define XAPIAN_HAS_FLINT_BACKEND 1
34 #define XAPIAN_HAS_QUARTZ_BACKEND 1
35 #define XAPIAN_HAS_INMEMORY_BACKEND 1
36 #define XAPIAN_HAS_REMOTE_BACKEND 1
38 #endif /* XAPIAN_INCLUDED_VERSION_H */