From 8575e2ba57892b49654ebf3dfa502c90e2b765b5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 27 Jan 2017 10:26:34 +0000 Subject: 40425: HAVE_* tests for getutxent etc. Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dda52bc98..c6ece6709 100644 --- a/configure.ac +++ b/configure.ac @@ -1324,7 +1324,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ symlink getcwd \ cygwin_conv_path \ nanosleep \ - srand_deterministic) + srand_deterministic \ + setutxent getutxent endutxent) AC_FUNC_STRCOLL AH_TEMPLATE([REALPATH_ACCEPTS_NULL], -- cgit 1.4.1