annotate config.h.in @ 1:8b1883341c6f

Initial revision
author masneyb
date Mon, 05 Aug 2002 19:46:57 +0000
parents
children 5551ab2301fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 /* Define if using alloca.c. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 #undef C_ALLOCA
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 /* Define to empty if the keyword does not work. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 #undef const
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 This function is required for alloca.c support on those systems. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 #undef CRAY_STACKSEG_END
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 /* Define if you have alloca, as a function or macro. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 #undef HAVE_ALLOCA
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 #undef HAVE_ALLOCA_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 #undef HAVE_DMALLOC
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 #undef HAVE_LIBREADLINE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 /* Define if you have a working `mmap' system call. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24 #undef HAVE_MMAP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 /* Define if you have the strftime function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27 #undef HAVE_STRFTIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30 #undef HAVE_SYS_WAIT_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32 /* Define if utime(file, NULL) sets file's timestamp to the present. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 #undef HAVE_UTIME_NULL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35 /* Define as __inline if that's what the C compiler calls it. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36 #undef inline
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
38 /* Define to `int' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
39 #undef mode_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
40
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
41 /* Define to `long' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
42 #undef off_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
43
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44 /* Define to `int' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
45 #undef pid_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
46
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
47 /* Define as the return type of signal handlers (int or void). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48 #undef RETSIGTYPE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50 /* Define to `unsigned' if <sys/types.h> doesn't define. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
51 #undef size_t
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
52
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
53 /* If using the C implementation of alloca, define if you know the
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
54 direction of stack growth for your system; otherwise it will be
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
55 automatically deduced at run-time.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
56 STACK_DIRECTION > 0 => grows toward higher addresses
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
57 STACK_DIRECTION < 0 => grows toward lower addresses
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
58 STACK_DIRECTION = 0 => direction of growth unknown
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
59 */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
60 #undef STACK_DIRECTION
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
61
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
62 /* Define if you have the ANSI C header files. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
63 #undef STDC_HEADERS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
64
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
65 /* Define if you can safely include both <sys/time.h> and <time.h>. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
66 #undef TIME_WITH_SYS_TIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
67
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
68 /* Define if your <sys/time.h> declares struct tm. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
69 #undef TM_IN_SYS_TIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
70
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
71 /* Define if libreadline is present */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
72 #undef HAVE_LIBREADLINE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
73
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
74 /* Define if dmalloc is present */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
75 #undef HAVE_DMALLOC
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
76
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
77 /* Define if you have the __argz_count function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
78 #undef HAVE___ARGZ_COUNT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
79
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
80 /* Define if you have the __argz_next function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
81 #undef HAVE___ARGZ_NEXT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
82
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
83 /* Define if you have the __argz_stringify function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
84 #undef HAVE___ARGZ_STRINGIFY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
85
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
86 /* Define if you have the dcgettext function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
87 #undef HAVE_DCGETTEXT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
88
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
89 /* Define if you have the feof_unlocked function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
90 #undef HAVE_FEOF_UNLOCKED
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
91
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
92 /* Define if you have the fgets_unlocked function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
93 #undef HAVE_FGETS_UNLOCKED
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
94
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
95 /* Define if you have the gai_strerror function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
96 #undef HAVE_GAI_STRERROR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
97
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
98 /* Define if you have the getaddrinfo function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
99 #undef HAVE_GETADDRINFO
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
100
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
101 /* Define if you have the getcwd function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
102 #undef HAVE_GETCWD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
103
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
104 /* Define if you have the getegid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
105 #undef HAVE_GETEGID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
106
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
107 /* Define if you have the geteuid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
108 #undef HAVE_GETEUID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
109
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
110 /* Define if you have the getgid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
111 #undef HAVE_GETGID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
112
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
113 /* Define if you have the getpagesize function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
114 #undef HAVE_GETPAGESIZE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
115
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
116 /* Define if you have the gettimeofday function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
117 #undef HAVE_GETTIMEOFDAY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
118
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
119 /* Define if you have the getuid function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
120 #undef HAVE_GETUID
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
121
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
122 /* Define if you have the getwd function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
123 #undef HAVE_GETWD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
124
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
125 /* Define if you have the mempcpy function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
126 #undef HAVE_MEMPCPY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
127
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
128 /* Define if you have the mkdir function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
129 #undef HAVE_MKDIR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
130
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
131 /* Define if you have the mktime function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
132 #undef HAVE_MKTIME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
133
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
134 /* Define if you have the munmap function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
135 #undef HAVE_MUNMAP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
136
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
137 /* Define if you have the putenv function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
138 #undef HAVE_PUTENV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
139
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
140 /* Define if you have the rmdir function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
141 #undef HAVE_RMDIR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
142
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
143 /* Define if you have the select function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
144 #undef HAVE_SELECT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
145
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
146 /* Define if you have the setenv function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
147 #undef HAVE_SETENV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
148
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
149 /* Define if you have the setlocale function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
150 #undef HAVE_SETLOCALE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
151
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
152 /* Define if you have the socket function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
153 #undef HAVE_SOCKET
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
154
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
155 /* Define if you have the stpcpy function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
156 #undef HAVE_STPCPY
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
157
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
158 /* Define if you have the strcasecmp function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
159 #undef HAVE_STRCASECMP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
160
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
161 /* Define if you have the strchr function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
162 #undef HAVE_STRCHR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
163
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
164 /* Define if you have the strdup function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
165 #undef HAVE_STRDUP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
166
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
167 /* Define if you have the strstr function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
168 #undef HAVE_STRSTR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
169
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
170 /* Define if you have the strtod function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
171 #undef HAVE_STRTOD
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
172
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
173 /* Define if you have the strtol function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
174 #undef HAVE_STRTOL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
175
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
176 /* Define if you have the strtoul function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
177 #undef HAVE_STRTOUL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
178
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
179 /* Define if you have the tsearch function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
180 #undef HAVE_TSEARCH
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
181
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
182 /* Define if you have the uname function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
183 #undef HAVE_UNAME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
184
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
185 /* Define if you have the <argz.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
186 #undef HAVE_ARGZ_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
187
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
188 /* Define if you have the <dirent.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
189 #undef HAVE_DIRENT_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
190
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
191 /* Define if you have the <fcntl.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
192 #undef HAVE_FCNTL_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
193
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
194 /* Define if you have the <limits.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
195 #undef HAVE_LIMITS_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
196
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
197 /* Define if you have the <locale.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
198 #undef HAVE_LOCALE_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
199
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
200 /* Define if you have the <malloc.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
201 #undef HAVE_MALLOC_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
202
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
203 /* Define if you have the <ndir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
204 #undef HAVE_NDIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
205
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
206 /* Define if you have the <nl_types.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
207 #undef HAVE_NL_TYPES_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
208
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
209 /* Define if you have the <stddef.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
210 #undef HAVE_STDDEF_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
211
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
212 /* Define if you have the <stdlib.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
213 #undef HAVE_STDLIB_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
214
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
215 /* Define if you have the <string.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
216 #undef HAVE_STRING_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
217
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
218 /* Define if you have the <strings.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
219 #undef HAVE_STRINGS_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
220
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
221 /* Define if you have the <sys/dir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
222 #undef HAVE_SYS_DIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
223
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
224 /* Define if you have the <sys/ioctl.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
225 #undef HAVE_SYS_IOCTL_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
226
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
227 /* Define if you have the <sys/ndir.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
228 #undef HAVE_SYS_NDIR_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
229
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
230 /* Define if you have the <sys/param.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
231 #undef HAVE_SYS_PARAM_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
232
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
233 /* Define if you have the <sys/time.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
234 #undef HAVE_SYS_TIME_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
235
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
236 /* Define if you have the <unistd.h> header file. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
237 #undef HAVE_UNISTD_H
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
238
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
239 /* Name of package */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
240 #undef PACKAGE
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
241
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
242 /* Version number of package */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
243 #undef VERSION
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
244
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
245 /* Define if you have the iconv() function. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
246 #undef HAVE_ICONV
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
247
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
248 /* Define as const if the declaration of iconv() needs const. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
249 #undef ICONV_CONST
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
250
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
251 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
252 #undef HAVE_LANGINFO_CODESET
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
253
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
254 /* Define if your <locale.h> file defines LC_MESSAGES. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
255 #undef HAVE_LC_MESSAGES
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
256
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
257 /* Define to 1 if translation of program messages to the user's native language
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
258 is requested. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
259 #undef ENABLE_NLS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
260
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
261 /* Define if the GNU gettext() function is already present or preinstalled. */
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
262 #undef HAVE_GETTEXT
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
263