about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-01-27 10:26:34 +0000
committerPeter Stephenson <pws@zsh.org>2017-01-27 10:26:34 +0000
commit8575e2ba57892b49654ebf3dfa502c90e2b765b5 (patch)
treecd13d3b5ae41b3487a0fe0a783daee92d8cc7d10 /configure.ac
parent1633b2800d3679e3b89a34bcafa03956ed310b61 (diff)
downloadzsh-8575e2ba57892b49654ebf3dfa502c90e2b765b5.tar.gz
zsh-8575e2ba57892b49654ebf3dfa502c90e2b765b5.tar.xz
zsh-8575e2ba57892b49654ebf3dfa502c90e2b765b5.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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],