1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* lingot */
7#undef GETTEXT_PACKAGE
8
9/* Define to 1 if you have the `bind_textdomain_codeset' function. */
10#undef HAVE_BIND_TEXTDOMAIN_CODESET
11
12/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
13   CoreFoundation framework. */
14#undef HAVE_CFLOCALECOPYCURRENT
15
16/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
17   the CoreFoundation framework. */
18#undef HAVE_CFPREFERENCESCOPYAPPVALUE
19
20/* Define to 1 if you have the `dcgettext' function. */
21#undef HAVE_DCGETTEXT
22
23/* Define to 1 if you have the <dlfcn.h> header file. */
24#undef HAVE_DLFCN_H
25
26/* Define to 1 if you have the <fcntl.h> header file. */
27#undef HAVE_FCNTL_H
28
29/* Define to 1 if you have the `floor' function. */
30#undef HAVE_FLOOR
31
32/* Define if the GNU gettext() function is already present or preinstalled. */
33#undef HAVE_GETTEXT
34
35/* Define to 1 if you have the `gettimeofday' function. */
36#undef HAVE_GETTIMEOFDAY
37
38/* Define to 1 if you have the <inttypes.h> header file. */
39#undef HAVE_INTTYPES_H
40
41/* Define to 1 if you have the <langinfo.h> header file. */
42#undef HAVE_LANGINFO_H
43
44/* Define if your <locale.h> file defines LC_MESSAGES. */
45#undef HAVE_LC_MESSAGES
46
47/* Define to 1 if you have the <libintl.h> header file. */
48#undef HAVE_LIBINTL_H
49
50/* Define to 1 if you have the `m' library (-lm). */
51#undef HAVE_LIBM
52
53/* Define to 1 if you have the <locale.h> header file. */
54#undef HAVE_LOCALE_H
55
56/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
57   to 0 otherwise. */
58#undef HAVE_MALLOC
59
60/* Define to 1 if you have the `memmove' function. */
61#undef HAVE_MEMMOVE
62
63/* Define to 1 if you have the <memory.h> header file. */
64#undef HAVE_MEMORY_H
65
66/* Define to 1 if you have the `memset' function. */
67#undef HAVE_MEMSET
68
69/* Define to 1 if you have the `mkdir' function. */
70#undef HAVE_MKDIR
71
72/* Define to 1 if you have the `pow' function. */
73#undef HAVE_POW
74
75/* Define to 1 if you have the `rint' function. */
76#undef HAVE_RINT
77
78/* Define to 1 if you have the `setlocale' function. */
79#undef HAVE_SETLOCALE
80
81/* Define to 1 if you have the `sqrt' function. */
82#undef HAVE_SQRT
83
84/* Define to 1 if you have the <stdint.h> header file. */
85#undef HAVE_STDINT_H
86
87/* Define to 1 if you have the <stdlib.h> header file. */
88#undef HAVE_STDLIB_H
89
90/* Define to 1 if you have the `strcasecmp' function. */
91#undef HAVE_STRCASECMP
92
93/* Define to 1 if you have the `strchr' function. */
94#undef HAVE_STRCHR
95
96/* Define to 1 if you have the `strdup' function. */
97#undef HAVE_STRDUP
98
99/* Define to 1 if you have the `strerror' function. */
100#undef HAVE_STRERROR
101
102/* Define to 1 if you have the <strings.h> header file. */
103#undef HAVE_STRINGS_H
104
105/* Define to 1 if you have the <string.h> header file. */
106#undef HAVE_STRING_H
107
108/* Define to 1 if you have the `strrchr' function. */
109#undef HAVE_STRRCHR
110
111/* Define to 1 if you have the <sys/ioctl.h> header file. */
112#undef HAVE_SYS_IOCTL_H
113
114/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H
116
117/* Define to 1 if you have the <sys/time.h> header file. */
118#undef HAVE_SYS_TIME_H
119
120/* Define to 1 if you have the <sys/types.h> header file. */
121#undef HAVE_SYS_TYPES_H
122
123/* Define to 1 if you have the <unistd.h> header file. */
124#undef HAVE_UNISTD_H
125
126/* Define to the sub-directory where libtool stores uninstalled libraries. */
127#undef LT_OBJDIR
128
129/* Name of package */
130#undef PACKAGE
131
132/* Define to the address where bug reports for this package should be sent. */
133#undef PACKAGE_BUGREPORT
134
135/* Package data dir */
136#undef PACKAGE_DATA_DIR
137
138/* Package doc dir */
139#undef PACKAGE_DOC_DIR
140
141/* Help */
142#undef PACKAGE_HELP_DIR
143
144/* Icons */
145#undef PACKAGE_ICON_DIR
146
147/* Package local directory */
148#undef PACKAGE_LOCALE_DIR
149
150/* Menu */
151#undef PACKAGE_MENU_DIR
152
153/* Define to the full name of this package. */
154#undef PACKAGE_NAME
155
156/* Source */
157#undef PACKAGE_SRC_DIR
158
159/* Define to the full name and version of this package. */
160#undef PACKAGE_STRING
161
162/* Define to the one symbol short name of this package. */
163#undef PACKAGE_TARNAME
164
165/* Define to the home page for this package. */
166#undef PACKAGE_URL
167
168/* Define to the version of this package. */
169#undef PACKAGE_VERSION
170
171/* Define to 1 if you have the ANSI C header files. */
172#undef STDC_HEADERS
173
174/* Version number of package */
175#undef VERSION
176
177/* Define to rpl_malloc if the replacement function should be used. */
178#undef malloc
179