]> granicus.if.org Git - python/commitdiff
Add kill, execv, fork to tested functions.
authorGuido van Rossum <guido@python.org>
Thu, 22 May 1997 20:12:34 +0000 (20:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 May 1997 20:12:34 +0000 (20:12 +0000)
configure.in

index 16c0cf299f920eca1f2173e4435a61c249264315..9106a2b79736113e522315e4708db872b7488ed3 100644 (file)
@@ -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)