xref: /minix/external/bsd/top/dist/config.h.in (revision b89261ba)
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Support for debugging output */
4#undef DEBUG
5
6/* Default delay */
7#undef DEFAULT_DELAY
8
9/* Default number of processes to display */
10#undef DEFAULT_TOPN
11
12/* Enable color */
13#undef ENABLE_COLOR
14
15/* Enable dual architecture */
16#undef ENABLE_DUALARCH
17
18/* Enable kill and renice */
19#undef ENABLE_KILL
20
21/* Supports C99 style variadic macros */
22#undef HAVE_C99_VARIADIC_MACROS
23
24/* Define to 1 if you have the <curses.h> header file. */
25#undef HAVE_CURSES_H
26
27/* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
28   don't. */
29#undef HAVE_DECL_SYS_ERRLIST
30
31/* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
32   don't. */
33#undef HAVE_DECL_SYS_SIGNAME
34
35/* Define to 1 if you have the declaration of `tgetent', and to 0 if you
36   don't. */
37#undef HAVE_DECL_TGETENT
38
39/* Define to 1 if you have the declaration of `tgetflag', and to 0 if you
40   don't. */
41#undef HAVE_DECL_TGETFLAG
42
43/* Define to 1 if you have the declaration of `tgetnum', and to 0 if you
44   don't. */
45#undef HAVE_DECL_TGETNUM
46
47/* Define to 1 if you have the declaration of `tgetstr', and to 0 if you
48   don't. */
49#undef HAVE_DECL_TGETSTR
50
51/* Define to 1 if you have the declaration of `tgoto', and to 0 if you don't.
52   */
53#undef HAVE_DECL_TGOTO
54
55/* Define to 1 if you have the declaration of `tputs', and to 0 if you don't.
56   */
57#undef HAVE_DECL_TPUTS
58
59/* Platform module */
60#undef HAVE_FORMAT_PROCESS_HEADER
61
62/* Define to 1 if you have the `getopt' function. */
63#undef HAVE_GETOPT
64
65/* Define to 1 if you have the <getopt.h> header file. */
66#undef HAVE_GETOPT_H
67
68/* Define to 1 if you have the `getopt_long' function. */
69#undef HAVE_GETOPT_LONG
70
71/* Define to 1 if you have the `gettimeofday' function. */
72#undef HAVE_GETTIMEOFDAY
73
74/* Supports gnu style variadic macros */
75#undef HAVE_GNU_VARIADIC_MACROS
76
77/* Define to 1 if the system has the type `id_t'. */
78#undef HAVE_ID_T
79
80/* Define to 1 if you have the <inttypes.h> header file. */
81#undef HAVE_INTTYPES_H
82
83/* Define to 1 if you have the `elf' library (-lelf). */
84#undef HAVE_LIBELF
85
86/* Define to 1 if you have the `kstat' library (-lkstat). */
87#undef HAVE_LIBKSTAT
88
89/* Define to 1 if you have the `kvm' library (-lkvm). */
90#undef HAVE_LIBKVM
91
92/* Define to 1 if you have the `m' library (-lm). */
93#undef HAVE_LIBM
94
95/* Define to 1 if you have the `mach' library (-lmach). */
96#undef HAVE_LIBMACH
97
98/* Define to 1 if you have the `mas' library (-lmas). */
99#undef HAVE_LIBMAS
100
101/* Define to 1 if you have the `perfstat' library (-lperfstat). */
102#undef HAVE_LIBPERFSTAT
103
104/* Define to 1 if you have the <limits.h> header file. */
105#undef HAVE_LIMITS_H
106
107/* Define to 1 if the system has the type `lwpid_t'. */
108#undef HAVE_LWPID_T
109
110/* Define to 1 if you have the <math.h> header file. */
111#undef HAVE_MATH_H
112
113/* Define to 1 if you have the `memcpy' function. */
114#undef HAVE_MEMCPY
115
116/* Define to 1 if you have the <memory.h> header file. */
117#undef HAVE_MEMORY_H
118
119/* Define to 1 if the system has the type `pid_t'. */
120#undef HAVE_PID_T
121
122/* Define to 1 if you have the `setbuffer' function. */
123#undef HAVE_SETBUFFER
124
125/* Define to 1 if you have the `setpriority' function. */
126#undef HAVE_SETPRIORITY
127
128/* Define to 1 if you have the `setvbuf' function. */
129#undef HAVE_SETVBUF
130
131/* Define to 1 if you have the `sigaction' function. */
132#undef HAVE_SIGACTION
133
134/* Define to 1 if you have the `sighold' function. */
135#undef HAVE_SIGHOLD
136
137/* Define to 1 if you have the `sigprocmask' function. */
138#undef HAVE_SIGPROCMASK
139
140/* Define to 1 if you have the `sigrelse' function. */
141#undef HAVE_SIGRELSE
142
143/* Define to 1 if you have the `snprintf' function. */
144#undef HAVE_SNPRINTF
145
146/* Define to 1 if you have the <stdarg.h> header file. */
147#undef HAVE_STDARG_H
148
149/* Define to 1 if you have the <stdint.h> header file. */
150#undef HAVE_STDINT_H
151
152/* Define to 1 if you have the <stdlib.h> header file. */
153#undef HAVE_STDLIB_H
154
155/* Define to 1 if you have the `strcasecmp' function. */
156#undef HAVE_STRCASECMP
157
158/* Define to 1 if you have the `strchr' function. */
159#undef HAVE_STRCHR
160
161/* Define to 1 if you have the `strerror' function. */
162#undef HAVE_STRERROR
163
164/* Define to 1 if you have the <strings.h> header file. */
165#undef HAVE_STRINGS_H
166
167/* Define to 1 if you have the <string.h> header file. */
168#undef HAVE_STRING_H
169
170/* Define to 1 if you have the `sysconf' function. */
171#undef HAVE_SYSCONF
172
173/* Define to 1 if you have the <sysexits.h> header file. */
174#undef HAVE_SYSEXITS_H
175
176/* Define to 1 if you have the <sys/resource.h> header file. */
177#undef HAVE_SYS_RESOURCE_H
178
179/* Define to 1 if you have the <sys/stat.h> header file. */
180#undef HAVE_SYS_STAT_H
181
182/* Define to 1 if you have the <sys/time.h> header file. */
183#undef HAVE_SYS_TIME_H
184
185/* Define to 1 if you have the <sys/types.h> header file. */
186#undef HAVE_SYS_TYPES_H
187
188/* Define to 1 if you have the <sys/utsname.h> header file. */
189#undef HAVE_SYS_UTSNAME_H
190
191/* Define to 1 if you have the <termcap.h> header file. */
192#undef HAVE_TERMCAP_H
193
194/* Define to 1 if you have the <term.h> header file. */
195#undef HAVE_TERM_H
196
197/* Define to 1 if the system has the type `time_t'. */
198#undef HAVE_TIME_T
199
200/* Define to 1 if the system has the type `uid_t'. */
201#undef HAVE_UID_T
202
203/* Define to 1 if you have the `uname' function. */
204#undef HAVE_UNAME
205
206/* Define to 1 if you have the <unistd.h> header file. */
207#undef HAVE_UNISTD_H
208
209/* Define to 1 if you have the `vsnprintf' function. */
210#undef HAVE_VSNPRINTF
211
212/* Platform module */
213#undef MODULE
214
215/* Default number of processes to display on non-terminals when topn is all */
216#undef NOMINAL_TOPN
217
218/* Define the major OS revision number. */
219#undef OSMAJOR
220
221/* Define the OS revision. */
222#undef OSREV
223
224/* Define to the address where bug reports for this package should be sent. */
225#undef PACKAGE_BUGREPORT
226
227/* Define to the full name of this package. */
228#undef PACKAGE_NAME
229
230/* Define to the full name and version of this package. */
231#undef PACKAGE_STRING
232
233/* Define to the one symbol short name of this package. */
234#undef PACKAGE_TARNAME
235
236/* Define to the version of this package. */
237#undef PACKAGE_VERSION
238
239/* Define as the return type of signal handlers (`int' or `void'). */
240#undef RETSIGTYPE
241
242/* Define to 1 if you have the ANSI C header files. */
243#undef STDC_HEADERS
244
245/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
246#undef TIME_WITH_SYS_TIME
247
248/* Define as the type for the argument to the putc function of tputs ('int' or
249   'char') */
250#undef TPUTS_PUTC_ARGTYPE
251
252/* Define the system hardware platform */
253#undef UNAME_HARDWARE
254
255/* Include code that utilizes extensions */
256#undef WITH_EXT
257