source: main/trunk/gs2-core/runtime-src/config.h.in@ 21697

Last change on this file since 21697 was 21534, checked in by mdewsnip, 14 years ago

Added --disable-lucene option to configure scripts, and make Lucene enabled by default. ENABLE_LUCENE is defined for use in the C++ code and Makefiles.

File size: 637 bytes
Line 
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Lucene support */
4#undef ENABLE_LUCENE
5
6/* Define to 1 if you have the `crypt' library (-lcrypt). */
7#undef HAVE_LIBCRYPT
8
9/* Define to the address where bug reports for this package should be sent. */
10#undef PACKAGE_BUGREPORT
11
12/* Define to the full name of this package. */
13#undef PACKAGE_NAME
14
15/* Define to the full name and version of this package. */
16#undef PACKAGE_STRING
17
18/* Define to the one symbol short name of this package. */
19#undef PACKAGE_TARNAME
20
21/* Define to the version of this package. */
22#undef PACKAGE_VERSION
23
24/* SQLite support */
25#undef USE_SQLITE
Note: See TracBrowser for help on using the repository browser.