|
Lines 383-389
AC_ARG_WITH(libs,
Link Here
|
| 383 |
|
383 |
|
| 384 |
# Checks for header files. |
384 |
# Checks for header files. |
| 385 |
AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ |
385 |
AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ |
| 386 |
getopt.h glob.h ia.h lastlog.h limits.h login.h \ |
386 |
getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \ |
| 387 |
login_cap.h maillock.h netdb.h netgroup.h \ |
387 |
login_cap.h maillock.h netdb.h netgroup.h \ |
| 388 |
netinet/in_systm.h paths.h pty.h readpassphrase.h \ |
388 |
netinet/in_systm.h paths.h pty.h readpassphrase.h \ |
| 389 |
rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ |
389 |
rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ |
|
Lines 610-616
AC_CHECK_FUNCS(arc4random b64_ntop bcopy
Link Here
|
| 610 |
realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ |
610 |
realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ |
| 611 |
setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ |
611 |
setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ |
| 612 |
setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ |
612 |
setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ |
| 613 |
socketpair strerror strlcat strlcpy strmode strnvis sysconf \ |
613 |
socketpair strerror strlcat strlcpy strmode strnvis sysconf tcgetpgrp \ |
| 614 |
truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) |
614 |
truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) |
| 615 |
|
615 |
|
| 616 |
AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) |
616 |
AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) |