softcount: tolerate zero ngrams
[vspell.git] / config.h.in
blob502e76b47739219e3f3974587e8186a9684ccb7f
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the `alarm' function. */
4 #undef HAVE_ALARM
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if you have the <locale.h> header file. */
16 #undef HAVE_LOCALE_H
18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19 to 0 otherwise. */
20 #undef HAVE_MALLOC
22 /* Define to 1 if you have the `memmove' function. */
23 #undef HAVE_MEMMOVE
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
28 /* Define to 1 if you have the `memset' function. */
29 #undef HAVE_MEMSET
31 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
32 and to 0 otherwise. */
33 #undef HAVE_REALLOC
35 /* Define to 1 if you have the `rint' function. */
36 #undef HAVE_RINT
38 /* Define to 1 if you have the `setlocale' function. */
39 #undef HAVE_SETLOCALE
41 /* Define to 1 if you have the `sqrt' function. */
42 #undef HAVE_SQRT
44 /* Define to 1 if stdbool.h conforms to C99. */
45 #undef HAVE_STDBOOL_H
47 /* Define to 1 if you have the <stddef.h> header file. */
48 #undef HAVE_STDDEF_H
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #undef HAVE_STDINT_H
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #undef HAVE_STDLIB_H
56 /* Define to 1 if you have the `strchr' function. */
57 #undef HAVE_STRCHR
59 /* Define to 1 if you have the `strdup' function. */
60 #undef HAVE_STRDUP
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
68 /* Define to 1 if you have the `strrchr' function. */
69 #undef HAVE_STRRCHR
71 /* Define to 1 if you have the `strtol' function. */
72 #undef HAVE_STRTOL
74 /* Define to 1 if you have the <sys/param.h> header file. */
75 #undef HAVE_SYS_PARAM_H
77 /* Define to 1 if you have the <sys/stat.h> header file. */
78 #undef HAVE_SYS_STAT_H
80 /* Define to 1 if you have the <sys/time.h> header file. */
81 #undef HAVE_SYS_TIME_H
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #undef HAVE_SYS_TYPES_H
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #undef HAVE_UNISTD_H
89 /* Define to 1 if you have the <values.h> header file. */
90 #undef HAVE_VALUES_H
92 /* Define to 1 if the system has the type `_Bool'. */
93 #undef HAVE__BOOL
95 /* Name of package */
96 #undef PACKAGE
98 /* Define to the address where bug reports for this package should be sent. */
99 #undef PACKAGE_BUGREPORT
101 /* Define to the full name of this package. */
102 #undef PACKAGE_NAME
104 /* Define to the full name and version of this package. */
105 #undef PACKAGE_STRING
107 /* Define to the one symbol short name of this package. */
108 #undef PACKAGE_TARNAME
110 /* Define to the version of this package. */
111 #undef PACKAGE_VERSION
113 /* Define to 1 if you have the ANSI C header files. */
114 #undef STDC_HEADERS
116 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
117 #undef TIME_WITH_SYS_TIME
119 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
120 #undef TM_IN_SYS_TIME
122 /* Version number of package */
123 #undef VERSION
125 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
126 `char[]'. */
127 #undef YYTEXT_POINTER
129 /* Define to empty if `const' does not conform to ANSI C. */
130 #undef const
132 /* Define to `__inline__' or `__inline' if that's what the C compiler
133 calls it, or to nothing if 'inline' is not supported under any name. */
134 #ifndef __cplusplus
135 #undef inline
136 #endif
138 /* Define to rpl_malloc if the replacement function should be used. */
139 #undef malloc
141 /* Define to rpl_realloc if the replacement function should be used. */
142 #undef realloc
144 /* Define to `unsigned int' if <sys/types.h> does not define. */
145 #undef size_t