summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 4601cd38b..fa93d5e1d 100644
--- a/configure.in
+++ b/configure.in
@@ -304,16 +304,16 @@ fi
304AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h vis.h) 304AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h vis.h)
305 305
306dnl Checks for library functions. 306dnl Checks for library functions.
307AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getnameinfo getrusage getttyent inet_aton inet_ntoa innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setenv seteuid setlogin setproctitle setreuid setrlimit setsid sigaction sigvec snprintf strerror strlcat strlcpy strsep strtok_r vsnprintf vhangup vis waitpid _getpty __b64_ntop) 307AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getnameinfo getrlimit getrusage getttyent inet_aton inet_ntoa innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setdtablesize setenv seteuid setlogin setproctitle setreuid setrlimit setsid sigaction sigvec snprintf strerror strlcat strlcpy strsep strtok_r sysconf vsnprintf vhangup vis waitpid _getpty __b64_ntop)
308dnl Checks for time functions 308dnl Checks for time functions
309AC_CHECK_FUNCS(gettimeofday time) 309AC_CHECK_FUNCS(gettimeofday time)
310dnl Checks for libutil functions 310dnl Checks for libutil functions
311AC_CHECK_FUNCS(login logout updwtmp logwtmp) 311AC_CHECK_FUNCS(login logout updwtmp logwtmp)
312dnl Checks for utmp functions 312dnl Checks for utmp functions
313AC_CHECK_FUNCS(entutent getutent getutid getutline pututline setutent) 313AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent)
314AC_CHECK_FUNCS(utmpname) 314AC_CHECK_FUNCS(utmpname)
315dnl Checks for utmpx functions 315dnl Checks for utmpx functions
316AC_CHECK_FUNCS(entutxent getutxent getutxid getutxline pututxline ) 316AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline )
317AC_CHECK_FUNCS(setutxent utmpxname) 317AC_CHECK_FUNCS(setutxent utmpxname)
318 318
319AC_CHECK_FUNC(getuserattr, 319AC_CHECK_FUNC(getuserattr,