From e3da8f9badf95dff63547c9a7886cdfed284aa3f Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sat, 17 Feb 2024 11:48:46 -0500 Subject: Use proc_getchildren_rusage when available in getrusage and times. Message-ID: <20240217164846.1837223-1-flaviocruz@gmail.com> --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 44a34072a4..2f0669e19b 100644 --- a/config.h.in +++ b/config.h.in @@ -159,6 +159,9 @@ /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */ #undef HAVE_I386_SET_GDT +/* Hurd specific; define if the `proc_getchildren_rusage' RPC is available. */ +#undef HAVE_HURD_PROC_GETCHILDREN_RUSAGE + /* Define if inlined system calls are available. */ #undef HAVE_INLINED_SYSCALLS -- cgit 1.4.1