From 93cfa95bec445a76a50601d7ffdcedcf1b532ef1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 22 May 1997 20:12:34 +0000 Subject: [PATCH] Add kill, execv, fork to tested functions. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 16c0cf299f..9106a2b797 100644 --- a/configure.in +++ b/configure.in @@ -397,9 +397,9 @@ DLINCLDIR=${dldir} LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no)) # checks for library functions -AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \ +AC_CHECK_FUNCS(chown clock dlopen execv flock fork ftime ftruncate \ gethostname_r getpeername getpgrp getpid gettimeofday getwd \ - link lstat mkfifo nice plock putenv readlink \ + kill link lstat mkfifo nice plock putenv readlink \ select setgid setuid setsid setpgid setpgrp setvbuf \ sigaction siginterrupt sigrelse strftime symlink \ tcgetpgrp tcsetpgrp times truncate uname waitpid) -- 2.50.1