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