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