1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 
4 /* Define if on AIX 3.
5    System headers sometimes define this.
6    We just want to avoid a redefinition error message.  */
7 #ifndef _ALL_SOURCE
8 /* #undef _ALL_SOURCE */
9 #endif
10 
11 /* Define if using alloca.c.  */
12 /* #undef C_ALLOCA */
13 
14 /* Define if the closedir function returns void instead of int.  */
15 /* #undef CLOSEDIR_VOID */
16 
17 /* Define to empty if the keyword does not work.  */
18 /* #undef const */
19 
20 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
21    This function is required for alloca.c support on those systems.  */
22 /* #undef CRAY_STACKSEG_END */
23 
24 /* Define for DGUX with <sys/dg_sys_info.h>.  */
25 /* #undef DGUX */
26 
27 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
28 /* #undef GETLOADAVG_PRIVILEGED */
29 
30 /* Define to `int' if <sys/types.h> doesn't define.  */
31 /* #undef gid_t */
32 
33 /* Define if you have alloca, as a function or macro.  */
34 #define HAVE_ALLOCA 1
35 
36 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
37 #define HAVE_ALLOCA_H 1
38 
39 /* Define if you don't have vprintf but do have _doprnt.  */
40 /* #undef HAVE_DOPRNT */
41 
42 /* Define if your system has a working fnmatch function.  */
43 /* #undef HAVE_FNMATCH */
44 
45 /* Define if your system has its own `getloadavg' function.  */
46 /* #undef HAVE_GETLOADAVG */
47 
48 /* Define if you have the getmntent function.  */
49 /* #undef HAVE_GETMNTENT */
50 
51 /* Define if the `long double' type works.  */
52 /* #undef HAVE_LONG_DOUBLE */
53 
54 /* Define if you support file names longer than 14 characters.  */
55 /* #undef HAVE_LONG_FILE_NAMES */
56 
57 /* Define if you have a working `mmap' system call.  */
58 /* #undef HAVE_MMAP */
59 
60 /* Define if system calls automatically restart after interruption
61    by a signal.  */
62 /* #undef HAVE_RESTARTABLE_SYSCALLS */
63 
64 /* Define if your struct stat has st_blksize.  */
65 /* #undef HAVE_ST_BLKSIZE */
66 
67 /* Define if your struct stat has st_blocks.  */
68 /* #undef HAVE_ST_BLOCKS */
69 
70 /* Define if you have the strcoll function and it is properly defined.  */
71 #define HAVE_STRCOLL 1
72 
73 /* Define if your struct stat has st_rdev.  */
74 /* #undef HAVE_ST_RDEV */
75 
76 /* Define if you have the strftime function.  */
77 /* #undef HAVE_STRFTIME */
78 
79 /* Define if you have the ANSI # stringizing operator in cpp. */
80 /* #undef HAVE_STRINGIZE */
81 
82 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
83 #define HAVE_SYS_WAIT_H 1
84 
85 /* Define if your struct tm has tm_zone.  */
86 /* #undef HAVE_TM_ZONE */
87 
88 /* Define if you don't have tm_zone but do have the external array
89    tzname.  */
90 /* #undef HAVE_TZNAME */
91 
92 /* Define if you have <unistd.h>.  */
93 #define HAVE_UNISTD_H 1
94 
95 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
96 /* #undef HAVE_UTIME_NULL */
97 
98 /* Define if you have <vfork.h>.  */
99 /* #undef HAVE_VFORK_H */
100 
101 /* Define if you have the vprintf function.  */
102 #define HAVE_VPRINTF 1
103 
104 /* Define if you have the wait3 system call.  */
105 #define HAVE_WAIT3 1
106 
107 /* Define as __inline if that's what the C compiler calls it.  */
108 /* #undef inline */
109 
110 /* Define if on MINIX.  */
111 /* #undef _MINIX */
112 
113 /* Define if your struct nlist has an n_un member.  */
114 /* #undef NLIST_NAME_UNION */
115 
116 /* Define if you have <nlist.h>.  */
117 /* #undef NLIST_STRUCT */
118 
119 /* Define if your C compiler doesn't accept -c and -o together.  */
120 /* #undef NO_MINUS_C_MINUS_O */
121 
122 /* Define to `int' if <sys/types.h> doesn't define.  */
123 /* #undef pid_t */
124 
125 /* Define if the system does not provide POSIX.1 features except
126    with this defined.  */
127 /* #undef _POSIX_1_SOURCE */
128 
129 /* Define if you need to in order for stat and other things to work.  */
130 /* #undef _POSIX_SOURCE */
131 
132 /* Define as the return type of signal handlers (int or void).  */
133 #define RETSIGTYPE void
134 
135 /* Define if the setvbuf function takes the buffering type as its second
136    argument and the buffer pointer as the third, as on System V
137    before release 3.  */
138 /* #undef SETVBUF_REVERSED */
139 
140 /* If using the C implementation of alloca, define if you know the
141    direction of stack growth for your system; otherwise it will be
142    automatically deduced at run-time.
143  STACK_DIRECTION > 0 => grows toward higher addresses
144  STACK_DIRECTION < 0 => grows toward lower addresses
145  STACK_DIRECTION = 0 => direction of growth unknown
146  */
147 /* #undef STACK_DIRECTION */
148 
149 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
150 /* #undef STAT_MACROS_BROKEN */
151 
152 /* Define if you have the ANSI C header files.  */
153 #define STDC_HEADERS 1
154 
155 /* Define on System V Release 4.  */
156 /* #undef SVR4 */
157 
158 /* Define if `sys_siglist' is declared by <signal.h>.  */
159 /* #undef SYS_SIGLIST_DECLARED */
160 
161 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
162 #define TIME_WITH_SYS_TIME 1
163 
164 /* Define to `int' if <sys/types.h> doesn't define.  */
165 /* #undef uid_t */
166 
167 /* Define for Encore UMAX.  */
168 /* #undef UMAX */
169 
170 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
171    instead of <sys/cpustats.h>.  */
172 /* #undef UMAX4_3 */
173 
174 /* Define vfork as fork if vfork does not work.  */
175 /* #undef vfork */
176 
177 /* Define if your locale.h file contains LC_MESSAGES.  */
178 #define HAVE_LC_MESSAGES 1
179 
180 /* Define to the installation directory for locales.  */
181 #define LOCALEDIR "/usr/local/share/locale"
182 
183 /* Define to the name of the SCCS `get' command.  */
184 #define SCCS_GET "get"
185 
186 /* Define to be the nanoseconds member of struct stat's st_mtim,
187    if it exists.  */
188 /* #undef ST_MTIM_NSEC */
189 
190 /* Define this if the C library defines the variable `sys_siglist'.  */
191 /* #undef HAVE_SYS_SIGLIST */
192 
193 /* Define this if the C library defines the variable `_sys_siglist'.  */
194 /* #undef HAVE__SYS_SIGLIST */
195 
196 /* Define to `unsigned long' or `unsigned long long'
197    if <inttypes.h> doesn't define.  */
198 
199 /* Define if you have the INTTYPES_H function.  */
200 /* #undef HAVE_INTTYPES_H */
201 
202 /* Define if you have the dup2 function.  */
203 #define HAVE_DUP2 1
204 
205 /* Define if you have the fdopen function.  */
206 #define HAVE_FDOPEN 1
207 
208 /* Define if you have the getcwd function.  */
209 #define HAVE_GETCWD 1
210 
211 /* Define if you have the getgroups function.  */
212 #define HAVE_GETGROUPS 1
213 
214 /* Define if you have the gethostbyname function.  */
215 /* #undef HAVE_GETHOSTBYNAME */
216 
217 /* Define if you have the gethostname function.  */
218 /* #undef HAVE_GETHOSTNAME */
219 
220 /* Define if you have the getloadavg function.  */
221 /* #undef HAVE_GETLOADAVG */
222 
223 /* Define if you have the memcpy function.  */
224 #define HAVE_MEMCPY 1
225 
226 /* Define if you have the memmove function.  */
227 #define HAVE_MEMMOVE 1
228 
229 /* Define if you have the mkstemp function.  */
230 #define HAVE_MKSTEMP 1
231 
232 /* Define if you have the mktemp function.  */
233 #define HAVE_MKTEMP 1
234 
235 /* Define if you have the pipe function.  */
236 #define HAVE_PIPE 1
237 
238 /* Define if you have the psignal function.  */
239 /* #undef HAVE_PSIGNAL */
240 
241 /* Define if you have the pstat_getdynamic function.  */
242 /* #undef HAVE_PSTAT_GETDYNAMIC */
243 
244 /* Define if you have the setegid function.  */
245 #define HAVE_SETEGID 1
246 
247 /* Define if you have the seteuid function.  */
248 #define HAVE_SETEUID 1
249 
250 /* Define if you have the setlinebuf function.  */
251 /* #undef HAVE_SETLINEBUF */
252 
253 /* Define if you have the setlocale function.  */
254 #define HAVE_SETLOCALE 1
255 
256 /* Define if you have the setregid function.  */
257 /* #undef HAVE_SETREGID */
258 
259 /* Define if you have the setreuid function.  */
260 /* #undef HAVE_SETREUID */
261 
262 /* Define if you have the sigaction function.  */
263 #define HAVE_SIGACTION 1
264 
265 /* Define if you have the sigsetmask function.  */
266 /* #undef HAVE_SIGSETMASK */
267 
268 /* Define if you have the socket function.  */
269 /* #undef HAVE_SOCKET */
270 
271 /* Define if you have the stpcpy function.  */
272 /* #undef HAVE_STPCPY */
273 
274 /* Define if you have the strcasecmp function.  */
275 /* #undef HAVE_STRCASECMP */
276 
277 /* Define if you have the strchr function.  */
278 #define HAVE_STRCHR 1
279 
280 /* Define if you have the strdup function.  */
281 #define HAVE_STRDUP 1
282 
283 /* Define if you have the strerror function.  */
284 #define HAVE_STRERROR 1
285 
286 /* Define if you have the strsignal function.  */
287 #define HAVE_STRSIGNAL 1
288 
289 /* Define if you have the wait3 function.  */
290 #define HAVE_WAIT3 1
291 
292 /* Define if you have the waitpid function.  */
293 #define HAVE_WAITPID 1
294 
295 /* Define if you have the <dirent.h> header file.  */
296 #define HAVE_DIRENT_H 1
297 
298 /* Define if you have the <dmalloc.h> header file.  */
299 /* #undef HAVE_DMALLOC_H */
300 
301 /* Define if you have the <fcntl.h> header file.  */
302 #define HAVE_FCNTL_H 1
303 
304 /* Define if you have the <limits.h> header file.  */
305 #define HAVE_LIMITS_H 1
306 
307 /* Define if you have the <locale.h> header file.  */
308 #define HAVE_LOCALE_H 1
309 
310 /* Define if you have the <mach/mach.h> header file.  */
311 /* #undef HAVE_MACH_MACH_H */
312 
313 /* Define if you have the <memory.h> header file.  */
314 #define HAVE_MEMORY_H 1
315 
316 /* Define if you have the <ndir.h> header file.  */
317 /* #undef HAVE_NDIR_H */
318 
319 /* Define if you have the <stdlib.h> header file.  */
320 #define HAVE_STDLIB_H 1
321 
322 /* Define if you have the <string.h> header file.  */
323 #define HAVE_STRING_H 1
324 
325 /* Define if you have the <sys/dir.h> header file.  */
326 /* #undef HAVE_SYS_DIR_H */
327 
328 /* Define if you have the <sys/ndir.h> header file.  */
329 /* #undef HAVE_SYS_NDIR_H */
330 
331 /* Define if you have the <sys/param.h> header file.  */
332 #define HAVE_SYS_PARAM_H 1
333 
334 /* Define if you have the <sys/time.h> header file.  */
335 #define HAVE_SYS_TIME_H 1
336 
337 /* Define if you have the <sys/timeb.h> header file.  */
338 #define HAVE_SYS_TIMEB_H 1
339 
340 /* Define if you have the <sys/wait.h> header file.  */
341 #define HAVE_SYS_WAIT_H 1
342 
343 /* Define if you have the <unistd.h> header file.  */
344 #define HAVE_UNISTD_H 1
345 
346 /* Define if you have the dgc library (-ldgc).  */
347 /* #undef HAVE_LIBDGC */
348 
349 /* Define if you have the dmalloc library (-ldmalloc).  */
350 /* #undef HAVE_LIBDMALLOC */
351 
352 /* Define if you have the kstat library (-lkstat).  */
353 /* #undef HAVE_LIBKSTAT */
354 
355 /* Name of package */
356 #define PACKAGE "make"
357 
358 /* Version number of package */
359 #define VERSION "3.79.1"
360 
361 /* Number of bits in a file offset, on hosts where this is settable. */
362 /* #undef _FILE_OFFSET_BITS */
363 
364 /* Define to make fseeko etc. visible, on some hosts. */
365 /* #undef _LARGEFILE_SOURCE */
366 
367 /* Define for large files, on AIX-style hosts. */
368 /* #undef _LARGE_FILES */
369 
370 /* Define if NLS is requested. */
371 #define ENABLE_NLS 1
372 
373 /* Define if you have <libintl.h>. */
374 #define HAVE_LIBINTL_H 1
375 
376 /* Define if you have the gettext function. */
377 #define HAVE_GETTEXT 1
378 
379 /* Define if you have the dcgettext function. */
380 #define HAVE_DCGETTEXT 1
381 
382 /* Define if you have the clock_gettime function. */
383 /* #undef HAVE_CLOCK_GETTIME */
384 
385 /* Define if you have a standard gettimeofday function */
386 #define HAVE_GETTIMEOFDAY 1
387 
388 /* Define this if you have the `union wait' type in <sys/wait.h>. */
389 /* #undef HAVE_UNION_WAIT */
390 
391 /* Define this to enable job server support in GNU make. */
392 #define MAKE_JOBSERVER 1
393 
394 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
395 /* #undef SCCS_GET_MINUS_G */
396 
397 /* Build host information. */
398 #define MAKE_HOST "i686-pc-cygwin"
399 
400