Mercurial > dropbear
comparison configure.ac @ 1557:61a793b6e471 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 28 Feb 2018 21:28:59 +0800 |
parents | 63fa53d3b6c7 93a3726a36d6 |
children | 2f64cb3d3007 |
comparison
equal
deleted
inserted
replaced
1546:bb8eaa26bc93 | 1557:61a793b6e471 |
---|---|
337 AC_SUBST(DROPBEAR_FUZZ) | 337 AC_SUBST(DROPBEAR_FUZZ) |
338 | 338 |
339 # Checks for header files. | 339 # Checks for header files. |
340 AC_HEADER_STDC | 340 AC_HEADER_STDC |
341 AC_HEADER_SYS_WAIT | 341 AC_HEADER_SYS_WAIT |
342 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h \ | 342 AC_CHECK_HEADERS([netinet/in.h netinet/tcp.h \ |
343 string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h \ | 343 crypt.h \ |
344 pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h \ | 344 pty.h libutil.h libgen.h inttypes.h stropts.h utmp.h \ |
345 utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h \ | 345 utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h \ |
346 pam/pam_appl.h netinet/in_systm.h sys/uio.h linux/pkt_sched.h]) | 346 pam/pam_appl.h netinet/in_systm.h sys/uio.h linux/pkt_sched.h]) |
347 | 347 |
348 # Checks for typedefs, structures, and compiler characteristics. | 348 # Checks for typedefs, structures, and compiler characteristics. |
349 AC_C_CONST | 349 AC_C_CONST |
496 AC_CHECK_HEADERS([mach/mach_time.h]) | 496 AC_CHECK_HEADERS([mach/mach_time.h]) |
497 AC_CHECK_FUNCS(mach_absolute_time) | 497 AC_CHECK_FUNCS(mach_absolute_time) |
498 | 498 |
499 AC_CHECK_FUNCS(explicit_bzero memset_s) | 499 AC_CHECK_FUNCS(explicit_bzero memset_s) |
500 | 500 |
501 | |
502 AC_ARG_ENABLE(bundled-libtom, | 501 AC_ARG_ENABLE(bundled-libtom, |
503 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. | 502 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. |
504 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. | 503 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. |
505 Default is to use system if available, otherwise bundled.], | 504 Default is to use system if available, otherwise bundled.], |
506 [ | 505 [ |
792 | 791 |
793 # Checks for library functions. | 792 # Checks for library functions. |
794 AC_PROG_GCC_TRADITIONAL | 793 AC_PROG_GCC_TRADITIONAL |
795 AC_FUNC_MEMCMP | 794 AC_FUNC_MEMCMP |
796 AC_FUNC_SELECT_ARGTYPES | 795 AC_FUNC_SELECT_ARGTYPES |
797 AC_CHECK_FUNCS([dup2 getpass getspnam getusershell memset putenv select socket strdup clearenv strlcpy strlcat daemon basename _getpty getaddrinfo freeaddrinfo getnameinfo fork writev]) | 796 AC_CHECK_FUNCS([getpass getspnam getusershell putenv]) |
797 AC_CHECK_FUNCS([clearenv strlcpy strlcat daemon basename _getpty getaddrinfo ]) | |
798 AC_CHECK_FUNCS([freeaddrinfo getnameinfo fork writev getgrouplist]) | |
798 | 799 |
799 AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) | 800 AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME)) |
800 | 801 |
801 # Solaris needs ptmx | 802 # Solaris needs ptmx |
802 if test -z "$no_ptmx_check" ; then | 803 if test -z "$no_ptmx_check" ; then |