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