/* src/shared/CLucene/clucene-config.h. * Normally generated automatically at end of cmake, * but here in LibreOffice this actually is a copy of * clucene/configs/clucene-config-MSVC.h.
*/
/* CMake will determine these specifics. Things like bugs, etc */
/* if we can't support the map/set hashing */ /* #undef LUCENE_DISABLE_HASHING */
/* Define if you have POSIX threads libraries and header files. */ /* #undef _CL_HAVE_PTHREAD */
/* Define if you have Win32 threads libraries and header files. */ #define _CL_HAVE_WIN32_THREADS 1
/* Define if we have gcc atomic functions */ /* #undef _CL_HAVE_GCC_ATOMIC_FUNCTIONS */
/* Define what eval method is required for float_t to be defined (for GCC). */ /* #undef _FLT_EVAL_METHOD */
/* If we use hashmaps, which namespace do we use: */ #define CL_NS_HASHING(func) /* If we use hashmaps, which classes do we use: */ #define _CL_HASH_MAP #define _CL_HASH_SET
/* define if the compiler implements namespaces */ #define _CL_HAVE_NAMESPACES
/* Defined if the snprintf overflow test fails */ /* #undef _CL_HAVE_SNPRINTF_BUG */
/* Defined if the swprintf test fails */ /* #undef _CL_HAVE_SNWPRINTF_BUG */
/* How to define a static const in a class */ #define LUCENE_STATIC_CONSTANT(type, assignment) staticconst type assignment
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */ //todo: not checked /* #undef _CL_PTHREAD_CREATE_JOINABLE */
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ //todo: not being checked for... /* #undef _CL_STAT_MACROS_BROKEN */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ //not actually used for anything... /* #undef _CL_TIME_WITH_SYS_TIME */
/* Define that we will be using -fvisibility=hidden, and * make public classes visible using __attribute__ ((visibility("default")))
*/ /* #undef _CL_HAVE_GCCVISIBILITYPATCH */
/* Versions, etc */
/* Name of package */ #define _CL_PACKAGE "clucene-core"
/* Version number of package */ #define _CL_VERSION "2.3.3.4"
/* So-Version number of package */ #define _CL_SOVERSION "1"
/* A comparable version number */ #define _CL_INT_VERSION 2030304
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.