3be4b371b31831bf5cc229e5505f8f26d3978aef
[platform/upstream/aspell.git] / gen / settings.h.in
1 /* gen/settings.h.in.  Generated from configure.ac by autoheader.  */
2
3 #ifndef ASPELL_SETTINGS__H
4 #define ASPELL_SETTINGS__H
5
6 /* Defined if filters should be compiled in */
7 #undef COMPILE_IN_FILTER
8
9 /* Defined to curses header file */
10 #undef CURSES_HEADER
11
12 /* Defined if no special Workarounds are needed for Curses headers */
13 #undef CURSES_INCLUDE_STANDARD
14
15 /* Defined if special Wordaround I is need for Curses headers */
16 #undef CURSES_INCLUDE_WORKAROUND_1
17
18 /* Defined if curses like POSIX Functions should be used */
19 #undef CURSES_ONLY
20
21 /* Defined if _XOPEN_SOURCE_EXTENDED needs to be defined. (Can't define
22    globally as that will cause problems with some systems) */
23 #undef DEFINE_XOPEN_SOURCE_EXTENDED
24
25 /* Define to 1 if translation of program messages to the user's native
26    language is requested. */
27 #undef ENABLE_NLS
28
29 /* Defined if win32 relocation should be used */
30 #undef ENABLE_WIN32_RELOCATABLE
31
32 /* Defined if filter version control should be used */
33 #undef FILTER_VERSION_CONTROL
34
35 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
36    CoreFoundation framework. */
37 #undef HAVE_CFLOCALECOPYCURRENT
38
39 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
40    the CoreFoundation framework. */
41 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
42
43 /* Define if the GNU dcgettext() function is already present or preinstalled.
44    */
45 #undef HAVE_DCGETTEXT
46
47 /* Define to 1 if you have the <dlfcn.h> header file. */
48 #undef HAVE_DLFCN_H
49
50 /* Defined if msdos getch is supported */
51 #undef HAVE_GETCH
52
53 /* Define if the GNU gettext() function is already present or preinstalled. */
54 #undef HAVE_GETTEXT
55
56 /* Define if you have the iconv() function and it works. */
57 #undef HAVE_ICONV
58
59 /* Define to 1 if you have the <inttypes.h> header file. */
60 #undef HAVE_INTTYPES_H
61
62 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
63 #undef HAVE_LANGINFO_CODESET
64
65 /* Defined if the curses library is available */
66 #undef HAVE_LIBCURSES
67
68 /* Define to 1 if you have the `dl' library (-ldl). */
69 #undef HAVE_LIBDL
70
71 /* Defined if mblen is supported */
72 #undef HAVE_MBLEN
73
74 /* Define to 1 if you have the <memory.h> header file. */
75 #undef HAVE_MEMORY_H
76
77 /* Defined if mmap and friends is supported */
78 #undef HAVE_MMAP
79
80 /* Define to 1 if you have the <stdint.h> header file. */
81 #undef HAVE_STDINT_H
82
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #undef HAVE_STDLIB_H
85
86 /* Define to 1 if you have the <strings.h> header file. */
87 #undef HAVE_STRINGS_H
88
89 /* Define to 1 if you have the <string.h> header file. */
90 #undef HAVE_STRING_H
91
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #undef HAVE_SYS_STAT_H
94
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #undef HAVE_SYS_TYPES_H
97
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #undef HAVE_UNISTD_H
100
101 /* Defined if curses libraray includes wide character support */
102 #undef HAVE_WIDE_CURSES
103
104 /* Define to the sub-directory in which libtool stores uninstalled libraries.
105    */
106 #undef LT_OBJDIR
107
108 /* Name of package */
109 #undef PACKAGE
110
111 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT
113
114 /* Define to the full name of this package. */
115 #undef PACKAGE_NAME
116
117 /* Define to the full name and version of this package. */
118 #undef PACKAGE_STRING
119
120 /* Define to the one symbol short name of this package. */
121 #undef PACKAGE_TARNAME
122
123 /* Define to the home page for this package. */
124 #undef PACKAGE_URL
125
126 /* Define to the version of this package. */
127 #undef PACKAGE_VERSION
128
129 /* Defined if Posix Termios is Supported */
130 #undef POSIX_TERMIOS
131
132 /* Defined if STL rel_ops pollute the global namespace */
133 #undef REL_OPS_POLLUTION
134
135 /* Define to 1 if you have the ANSI C header files. */
136 #undef STDC_HEADERS
137
138 /* Defined to term header file */
139 #undef TERM_HEADER
140
141 /* Defined if 32-bit hash function should be used for compiled dictionaries.
142    */
143 #undef USE_32_BIT_HASH_FUN
144
145 /* Defined if file ino is supported */
146 #undef USE_FILE_INO
147
148 /* Defined if file locking and truncating is supported */
149 #undef USE_FILE_LOCKS
150
151 /* Defined if Posix locales are supported */
152 #undef USE_LOCALE
153
154 /* Defined if Posix mutexes are supported */
155 #undef USE_POSIX_MUTEX
156
157 /* Defined if Posix regex are supported */
158 #undef USE_POSIX_REGEX
159
160 /* Version number of package */
161 #undef VERSION
162
163 #define C_EXPORT extern "C"
164
165 #endif /* ASPELL_SETTINGS__H */