00001 /* src/libmoot/mootConfig.h. Generated by configure. */ 00002 /* src/libmoot/mootConfig.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00005 systems. This function is required for `alloca.c' support on those systems. 00006 */ 00007 /* #undef CRAY_STACKSEG_END */ 00008 00009 /* Define to 1 if using `alloca.c'. */ 00010 /* #undef C_ALLOCA */ 00011 00012 /* Define as good substitute value for EOVERFLOW. */ 00013 #define EOVERFLOW E2BIG 00014 00015 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that 00016 may be supplied by this distribution. */ 00017 #define HAVE_ALLOCA 1 00018 00019 /* Define HAVE_ALLOCA_H for backward compatibility with older code that 00020 includes <alloca.h> only if HAVE_ALLOCA_H is defined. */ 00021 #define HAVE_ALLOCA_H 1 00022 00023 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you 00024 don't. */ 00025 #define HAVE_DECL_MEMRCHR 0 00026 00027 /* Define to 1 if you have the <dlfcn.h> header file. */ 00028 /* #undef HAVE_DLFCN_H */ 00029 00030 /* Define to 1 if you have the <float.h> header file. */ 00031 #define HAVE_FLOAT_H 1 00032 00033 /* Define to 1 if you have the `getpwuid' function. */ 00034 /* #undef HAVE_GETPWUID */ 00035 00036 /* Define to 1 if you have the `getuid' function. */ 00037 /* #undef HAVE_GETUID */ 00038 00039 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 00040 #define HAVE_INTMAX_T 1 00041 00042 /* Define to 1 if you have the <inttypes.h> header file. */ 00043 #define HAVE_INTTYPES_H 1 00044 00045 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 00046 declares uintmax_t. */ 00047 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 00048 00049 /* Define if you have the 'long double' type. */ 00050 #define HAVE_LONG_DOUBLE 1 00051 00052 /* Define if you have the 'long long' type. */ 00053 #define HAVE_LONG_LONG 1 00054 00055 /* Define to 1 if you have the <memory.h> header file. */ 00056 #define HAVE_MEMORY_H 1 00057 00058 /* Define to 1 if you have the `memrchr' function. */ 00059 /* #undef HAVE_MEMRCHR */ 00060 00061 /* Define to 1 if the system has the type `ptrdiff_t'. */ 00062 #define HAVE_PTRDIFF_T 1 00063 00064 /* Define to 1 if you have the <pwd.h> header file. */ 00065 /* #undef HAVE_PWD_H */ 00066 00067 /* Define to 1 if you have the `snprintf' function. */ 00068 #define HAVE_SNPRINTF 1 00069 00070 /* Define to 1 if you have the <stdint.h> header file. */ 00071 #define HAVE_STDINT_H 1 00072 00073 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares 00074 uintmax_t. */ 00075 #define HAVE_STDINT_H_WITH_UINTMAX 1 00076 00077 /* Define to 1 if you have the <stdlib.h> header file. */ 00078 #define HAVE_STDLIB_H 1 00079 00080 /* Define this if you have the strdup() function */ 00081 #define HAVE_STRDUP 1 00082 00083 /* Define to 1 if you have the <strings.h> header file. */ 00084 #define HAVE_STRINGS_H 1 00085 00086 /* Define to 1 if you have the <string.h> header file. */ 00087 #define HAVE_STRING_H 1 00088 00089 /* Define to 1 if you have the <sys/stat.h> header file. */ 00090 #define HAVE_SYS_STAT_H 1 00091 00092 /* Define to 1 if you have the <sys/time.h> header file. */ 00093 #define HAVE_SYS_TIME_H 1 00094 00095 /* Define to 1 if you have the <sys/types.h> header file. */ 00096 #define HAVE_SYS_TYPES_H 1 00097 00098 /* Define to 1 if you have the <time.h> header file. */ 00099 #define HAVE_TIME_H 1 00100 00101 /* Define to 1 if you have the <unistd.h> header file. */ 00102 #define HAVE_UNISTD_H 1 00103 00104 /* Define to 1 if you have the <values.h> header file. */ 00105 #define HAVE_VALUES_H 1 00106 00107 /* Define to 1 if you have the `vasnprintf' function. */ 00108 /* #undef HAVE_VASNPRINTF */ 00109 00110 /* Define to 1 if you have the `vasprintf' function. */ 00111 /* #undef HAVE_VASPRINTF */ 00112 00113 /* Define if you have the 'wchar_t' type. */ 00114 #define HAVE_WCHAR_T 1 00115 00116 /* Define to 1 if you have the `wcslen' function. */ 00117 #define HAVE_WCSLEN 1 00118 00119 /* Define if you have the 'wint_t' type. */ 00120 #define HAVE_WINT_T 1 00121 00122 /* Define this to enable debugging code */ 00123 /* #undef MOOT_DEBUG_ENABLED */ 00124 00125 /* Define this to enable experimental expat XML support */ 00126 /* #undef MOOT_EXPAT_ENABLED */ 00127 00128 /* Define this to enable slow but memory-friendly trigram hash */ 00129 /* #undef MOOT_HASH_TRIGRAMS */ 00130 00131 /* Define this to enable experimental libxml2 XML support */ 00132 /* #undef MOOT_LIBXML_ENABLED */ 00133 00134 /* Define this to enable librecode support (useful for XML) */ 00135 /* #undef MOOT_RECODE_ENABLED */ 00136 00137 /* Define this to enable relaxed interpretation of pre-analyses */ 00138 /* #undef MOOT_RELAX */ 00139 00140 /* Define this to enable use of trigrams */ 00141 #define MOOT_USE_TRIGRAMS 1 00142 00143 /* Define this to enable zlib compression support */ 00144 #define MOOT_ZLIB_ENABLED 1 00145 00146 /* Name of package */ 00147 #define PACKAGE "moot" 00148 00149 /* Define to the address where bug reports for this package should be sent. */ 00150 #define PACKAGE_BUGREPORT "moocow@ling.uni-potsdam.de" 00151 00152 /* Define to the full name of this package. */ 00153 #define PACKAGE_NAME "moot" 00154 00155 /* Define to the full name and version of this package. */ 00156 #define PACKAGE_STRING "moot 2.0.5-pre2" 00157 00158 /* Define to the one symbol short name of this package. */ 00159 #define PACKAGE_TARNAME "moot" 00160 00161 /* Define to the version of this package. */ 00162 #define PACKAGE_VERSION "2.0.5-pre2" 00163 00164 /* Define as the maximum value of type 'size_t', if the system doesn't define 00165 it. */ 00166 #define SIZE_MAX 4294967295U 00167 00168 /* If using the C implementation of alloca, define if you know the 00169 direction of stack growth for your system; otherwise it will be 00170 automatically deduced at run-time. 00171 STACK_DIRECTION > 0 => grows toward higher addresses 00172 STACK_DIRECTION < 0 => grows toward lower addresses 00173 STACK_DIRECTION = 0 => direction of growth unknown */ 00174 /* #undef STACK_DIRECTION */ 00175 00176 /* Define to 1 if you have the ANSI C header files. */ 00177 #define STDC_HEADERS 1 00178 00179 /* Version number of package */ 00180 #define VERSION "2.0.5-pre2" 00181 00182 /* Enable GNU extensions on systems that have them. */ 00183 #ifndef _GNU_SOURCE 00184 # define _GNU_SOURCE 1 00185 #endif 00186 00187 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00188 if it is not supported. */ 00189 /* #undef inline */ 00190 00191 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */ 00192 /* #undef intmax_t */ 00193 00194 /* Define to empty if the C compiler doesn't support this keyword. */ 00195 /* #undef signed */ 00196 00197 /* Define to `unsigned' if <sys/types.h> does not define. */ 00198 /* #undef size_t */