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