diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index e881485b5a3..76390c3c973 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.114 2000/05/31 00:28:36 petere Exp $ + * $Id: config.h.in,v 1.115 2000/06/04 01:44:36 petere Exp $ */ #ifndef CONFIG_H @@ -276,6 +276,15 @@ /* Set to 1 if you have <values.h> */ #undef HAVE_VALUES_H +/* Set to 1 if you have <sys/exec.h> */ +#undef HAVE_SYS_EXEC_H + +/* Set to 1 if you have <sys/pstat.h> */ +#undef HAVE_SYS_PSTAT_H + +/* Set to 1 if you have <machine/vmparam.h> */ +#undef HAVE_MACHINE_VMPARAM_H + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -285,6 +294,12 @@ /* Define if you have the setproctitle function. */ #undef HAVE_SETPROCTITLE +/* Define if you have the pstat function. */ +#undef HAVE_PSTAT + +/* Define if the PS_STRINGS thing exists. */ +#undef HAVE_PS_STRINGS + /* Define if you have the stricmp function. */ #undef HAVE_STRICMP |