6417edfb76478bd1eb7952ee151c49d360006eca
[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 MacOS X function CFLocaleCopyCurrent in the
36    CoreFoundation framework. */
37 #undef HAVE_CFLOCALECOPYCURRENT
38
39 /* Define to 1 if you have the MacOS 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. */
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 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
109 #undef NO_MINUS_C_MINUS_O
110
111 /* Name of package */
112 #undef PACKAGE
113
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
116
117 /* Define to the full name of this package. */
118 #undef PACKAGE_NAME
119
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
122
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
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 file ino is supported */
142 #undef USE_FILE_INO
143
144 /* Defined if file locking and truncating is supported */
145 #undef USE_FILE_LOCKS
146
147 /* Defined if Posix locales are supported */
148 #undef USE_LOCALE
149
150 /* Defined if Posix mutexes are supported */
151 #undef USE_POSIX_MUTEX
152
153 /* Defined if Posix regex are supported */
154 #undef USE_POSIX_REGEX
155
156 /* Version number of package */
157 #undef VERSION
158
159 #define C_EXPORT extern "C"
160
161 #endif /* ASPELL_SETTINGS__H */