# HG changeset patch # User Miles Bader # Date 1038551105 0 # Node ID 6d514752d91b074528292ce3bf1ef97afcffe411 # Parent 19e22f0844d92f3278575c230fda4b73a932e6b7 Regenerated diff -r 19e22f0844d9 -r 6d514752d91b src/config.in --- a/src/config.in Thu Nov 28 23:38:38 2002 +0000 +++ b/src/config.in Fri Nov 29 06:25:05 2002 +0000 @@ -64,6 +64,9 @@ */ #undef GETLOADAVG_PRIVILEGED +/* Define to 1 if the `getpgrp' function requires zero arguments. */ +#undef GETPGRP_VOID + /* Define to 1 if gettimeofday accepts only one argument. */ #undef GETTIMEOFDAY_ONE_ARGUMENT @@ -107,6 +110,14 @@ /* Define to 1 if you have the header file. */ #undef HAVE_COM_ERR_H +/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you + don't. */ +#undef HAVE_DECL_SYS_SIGLIST + +/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you + don't. */ +#undef HAVE_DECL___SYS_SIGLIST + /* Define to 1 if you have the header file. */ #undef HAVE_DES_H @@ -332,6 +343,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + /* Define to 1 if you have mouse menus. (This is automatic if you use X, but the option to specify it remains.) It is also defined with other window systems that support xmenu.c. */ @@ -682,9 +696,6 @@ /* Define to 1 on System V Release 4. */ #undef SVR4 -/* Define to 1 if `sys_siglist' is declared by or . */ -#undef SYS_SIGLIST_DECLARED - /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME @@ -754,6 +765,9 @@ /* Define to `int' if does not define. */ #undef pid_t +/* Define to any substitute for sys_siglist. */ +#undef sys_siglist + /* Define as `fork' if `vfork' does not work. */ #undef vfork