/* 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-generic.h. * These are internal definitions, and this file does not need to be distributed
*/
#define CL_MAX_PATH 4096 //this is the max filename... for now its just the same, //but this could change, so we use a different name #define CL_MAX_NAME CL_MAX_PATH //this used to be CL_MAX_NAME * 32, but as Alex Hudson points out, this could come to be 128kb. //the above logic for CL_MAX_NAME should be correct enough to handle all file names #define CL_MAX_DIR CL_MAX_PATH
/* CMake will determine these specifics. Things like bugs, etc */
/* Does not support new float byte<->float conversions */ /* #undef _CL_HAVE_NO_FLOAT_BYTE */
/* Define if recursive pthread mutexes are available */ #define _CL_HAVE_PTHREAD_MUTEX_RECURSIVE 1
/** define if you would like to force clucene to use the internal * character functions. * Tests may display unpredictable behaviour if this is not defined.
*/ #ifndef LUCENE_USE_INTERNAL_CHAR_FUNCTIONS #define LUCENE_USE_INTERNAL_CHAR_FUNCTIONS 1 #endif
//not sure why, but cygwin reports _S_IREAD, but doesn't actually work... //TODO: make this work properly (this bit shouldn't be necessary) #ifdef __CYGWIN__ #define _S_IREAD 0333 #define _S_IWRITE 0333 #endif
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.