1 # $Id: configure.ac,v 1.285 2005/08/10 11:52:36 dtucker Exp $
3 # Copyright (c) 1999-2004 Damien Miller
5 # Permission to use, copy, modify, and distribute this software for any
6 # purpose with or without fee is hereby granted, provided that the above
7 # copyright notice and this permission notice appear in all copies.
9 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18 AC_CONFIG_SRCDIR([ssh.c])
20 AC_CONFIG_HEADER(config.h)
25 # Checks for programs.
31 AC_PATH_PROG(CAT, cat)
32 AC_PATH_PROG(KILL, kill)
33 AC_PATH_PROGS(PERL, perl5 perl)
34 AC_PATH_PROG(SED, sed)
36 AC_PATH_PROG(ENT, ent)
38 AC_PATH_PROG(TEST_MINUS_S_SH, bash)
39 AC_PATH_PROG(TEST_MINUS_S_SH, ksh)
40 AC_PATH_PROG(TEST_MINUS_S_SH, sh)
42 AC_SUBST(TEST_SHELL,sh)
45 AC_PATH_PROG(PATH_GROUPADD_PROG, groupadd, groupadd,
46 [/usr/sbin${PATH_SEPARATOR}/etc])
47 AC_PATH_PROG(PATH_USERADD_PROG, useradd, useradd,
48 [/usr/sbin${PATH_SEPARATOR}/etc])
49 AC_CHECK_PROG(MAKE_PACKAGE_SUPPORTED, pkgmk, yes, no)
54 if test -z "$AR" ; then
55 AC_MSG_ERROR([*** 'ar' missing, please install or fix your \$PATH ***])
58 # Use LOGIN_PROGRAM from environment if possible
59 if test ! -z "$LOGIN_PROGRAM" ; then
60 AC_DEFINE_UNQUOTED(LOGIN_PROGRAM_FALLBACK, "$LOGIN_PROGRAM")
63 AC_PATH_PROG(LOGIN_PROGRAM_FALLBACK, login)
64 if test ! -z "$LOGIN_PROGRAM_FALLBACK" ; then
65 AC_DEFINE_UNQUOTED(LOGIN_PROGRAM_FALLBACK, "$LOGIN_PROGRAM_FALLBACK")
69 AC_PATH_PROG(PATH_PASSWD_PROG, passwd)
70 if test ! -z "$PATH_PASSWD_PROG" ; then
71 AC_DEFINE_UNQUOTED(_PATH_PASSWD_PROG, "$PATH_PASSWD_PROG")
74 if test -z "$LD" ; then
81 AC_CHECK_DECL(LLONG_MAX, have_llong_max=1, , [#include <limits.h>])
83 if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
84 CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wuninitialized"
85 CFLAGS="$CFLAGS -Wsign-compare"
87 if test -z "$have_llong_max"; then
88 # retry LLONG_MAX with -std=gnu99, needed on some Linuxes
89 unset ac_cv_have_decl_LLONG_MAX
90 saved_CFLAGS="$CFLAGS"
91 CFLAGS="$CFLAGS -std=gnu99"
92 AC_CHECK_DECL(LLONG_MAX,
94 [CFLAGS="$saved_CFLAGS"],
100 if test -z "$have_llong_max"; then
101 AC_MSG_CHECKING([for max value of long long])
105 /* Why is this so damn hard? */
111 #define DATA "conftest.llminmax"
114 long long i, llmin, llmax = 0;
116 if((f = fopen(DATA,"w")) == NULL)
119 #if defined(LLONG_MIN) && defined(LLONG_MAX)
120 fprintf(stderr, "Using system header for LLONG_MIN and LLONG_MAX\n");
124 fprintf(stderr, "Calculating LLONG_MIN and LLONG_MAX\n");
125 /* This will work on one's complement and two's complement */
126 for (i = 1; i > llmax; i <<= 1, i++)
128 llmin = llmax + 1LL; /* wrap */
132 if (llmin + 1 < llmin || llmin - 1 < llmin || llmax + 1 > llmax
133 || llmax - 1 > llmax) {
134 fprintf(f, "unknown unknown\n");
138 if (fprintf(f ,"%lld %lld", llmin, llmax) < 0)
145 llong_min=`$AWK '{print $1}' conftest.llminmax`
146 llong_max=`$AWK '{print $2}' conftest.llminmax`
147 AC_MSG_RESULT($llong_max)
148 AC_DEFINE_UNQUOTED(LLONG_MAX, [${llong_max}LL],
149 [max value of long long calculated by configure])
150 AC_MSG_CHECKING([for min value of long long])
151 AC_MSG_RESULT($llong_min)
152 AC_DEFINE_UNQUOTED(LLONG_MIN, [${llong_min}LL],
153 [min value of long long calculated by configure])
156 AC_MSG_RESULT(not found)
159 AC_MSG_WARN([cross compiling: not checking])
165 [ --without-rpath Disable auto-added -R linker paths],
167 if test "x$withval" = "xno" ; then
170 if test "x$withval" = "xyes" ; then
176 # Check for some target-specific stuff
179 AC_MSG_CHECKING([how to specify blibpath for linker ($LD)])
180 if (test -z "$blibpath"); then
181 blibpath="/usr/lib:/lib"
183 saved_LDFLAGS="$LDFLAGS"
184 for tryflags in -blibpath: -Wl,-blibpath: -Wl,-rpath, ;do
185 if (test -z "$blibflags"); then
186 LDFLAGS="$saved_LDFLAGS $tryflags$blibpath"
187 AC_TRY_LINK([], [], [blibflags=$tryflags])
190 if (test -z "$blibflags"); then
191 AC_MSG_RESULT(not found)
192 AC_MSG_ERROR([*** must be able to specify blibpath on AIX - check config.log])
194 AC_MSG_RESULT($blibflags)
196 LDFLAGS="$saved_LDFLAGS"
197 dnl Check for authenticate. Might be in libs.a on older AIXes
198 AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)],
199 [AC_CHECK_LIB(s,authenticate,
200 [ AC_DEFINE(WITH_AIXAUTHENTICATE)
204 dnl Check for various auth function declarations in headers.
205 AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess,
206 passwdexpired, setauthdb], , , [#include <usersec.h>])
207 dnl Check if loginfailed is declared and takes 4 arguments (AIX >= 5.2)
208 AC_CHECK_DECLS(loginfailed,
209 [AC_MSG_CHECKING(if loginfailed takes 4 arguments)
211 [#include <usersec.h>],
212 [(void)loginfailed("user","host","tty",0);],
214 AC_DEFINE(AIX_LOGINFAILED_4ARG)],
218 [#include <usersec.h>]
220 AC_CHECK_FUNCS(setauthdb)
221 check_for_aix_broken_getaddrinfo=1
222 AC_DEFINE(BROKEN_REALPATH)
223 AC_DEFINE(SETEUID_BREAKS_SETUID)
224 AC_DEFINE(BROKEN_SETREUID)
225 AC_DEFINE(BROKEN_SETREGID)
226 dnl AIX handles lastlog as part of its login message
227 AC_DEFINE(DISABLE_LASTLOG)
228 AC_DEFINE(LOGIN_NEEDS_UTMPX)
229 AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
232 check_for_libcrypt_later=1
233 LIBS="$LIBS /usr/lib/textmode.o"
234 AC_DEFINE(HAVE_CYGWIN)
236 AC_DEFINE(DISABLE_SHADOW)
237 AC_DEFINE(IP_TOS_IS_BROKEN)
238 AC_DEFINE(NO_X11_UNIX_SOCKETS)
239 AC_DEFINE(NO_IPPORT_RESERVED_CONCEPT)
240 AC_DEFINE(DISABLE_FD_PASSING)
243 AC_DEFINE(IP_TOS_IS_BROKEN)
244 AC_DEFINE(SETEUID_BREAKS_SETUID)
245 AC_DEFINE(BROKEN_SETREUID)
246 AC_DEFINE(BROKEN_SETREGID)
249 AC_MSG_CHECKING(if we have working getaddrinfo)
250 AC_TRY_RUN([#include <mach-o/dyld.h>
251 main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
255 }], [AC_MSG_RESULT(working)],
256 [AC_MSG_RESULT(buggy)
257 AC_DEFINE(BROKEN_GETADDRINFO)],
258 [AC_MSG_RESULT(assume it is working)])
259 AC_DEFINE(SETEUID_BREAKS_SETUID)
260 AC_DEFINE(BROKEN_SETREUID)
261 AC_DEFINE(BROKEN_SETREGID)
262 AC_DEFINE_UNQUOTED(BIND_8_COMPAT, 1)
265 # first we define all of the options common to all HP-UX releases
266 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
267 IPADDR_IN_DISPLAY=yes
269 AC_DEFINE(LOGIN_NO_ENDOPT)
270 AC_DEFINE(LOGIN_NEEDS_UTMPX)
271 AC_DEFINE(LOCKED_PASSWD_STRING, "*")
272 AC_DEFINE(SPT_TYPE,SPT_PSTAT)
274 AC_CHECK_LIB(xnet, t_error, ,
275 AC_MSG_ERROR([*** -lxnet needed on HP-UX - check config.log ***]))
277 # next, we define all of the options specific to major releases
280 if test -z "$GCC"; then
285 AC_DEFINE(PAM_SUN_CODEBASE)
286 AC_DEFINE(DISABLE_UTMP)
287 AC_DEFINE(USE_BTMP, 1, [Use btmp to log bad logins])
288 check_for_hpux_broken_getaddrinfo=1
289 check_for_conflicting_getspnam=1
293 # lastly, we define options specific to minor releases
296 AC_DEFINE(HAVE_SECUREWARE)
297 disable_ptmx_check=yes
303 PATH="$PATH:/usr/etc"
304 AC_DEFINE(BROKEN_INET_NTOA)
305 AC_DEFINE(SETEUID_BREAKS_SETUID)
306 AC_DEFINE(BROKEN_SETREUID)
307 AC_DEFINE(BROKEN_SETREGID)
308 AC_DEFINE(WITH_ABBREV_NO_TTY)
309 AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
312 PATH="$PATH:/usr/etc"
313 AC_DEFINE(WITH_IRIX_ARRAY)
314 AC_DEFINE(WITH_IRIX_PROJECT)
315 AC_DEFINE(WITH_IRIX_AUDIT)
316 AC_CHECK_FUNC(jlimit_startjob, [AC_DEFINE(WITH_IRIX_JOBS)])
317 AC_DEFINE(BROKEN_INET_NTOA)
318 AC_DEFINE(SETEUID_BREAKS_SETUID)
319 AC_DEFINE(BROKEN_SETREUID)
320 AC_DEFINE(BROKEN_SETREGID)
321 AC_DEFINE(BROKEN_UPDWTMPX)
322 AC_DEFINE(WITH_ABBREV_NO_TTY)
323 AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
327 check_for_libcrypt_later=1
328 check_for_openpty_ctty_bug=1
329 AC_DEFINE(DONT_TRY_OTHER_AF)
330 AC_DEFINE(PAM_TTY_KLUDGE)
331 AC_DEFINE(LOCKED_PASSWD_PREFIX, "!")
332 AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
333 AC_DEFINE(LINK_OPNOTSUPP_ERRNO, EPERM)
334 AC_DEFINE(_PATH_BTMP, "/var/log/btmp", [log for bad login attempts])
335 AC_DEFINE(USE_BTMP, 1, [Use btmp to log bad logins])
336 inet6_default_4in6=yes
339 AC_DEFINE(BROKEN_CMSG_TYPE)
343 mips-sony-bsd|mips-sony-newsos4)
344 AC_DEFINE(NEED_SETPRGP, [], [Need setpgrp to acquire controlling tty])
348 check_for_libcrypt_before=1
349 if test "x$withval" != "xno" ; then
354 check_for_libcrypt_later=1
357 AC_DEFINE(SETEUID_BREAKS_SETUID)
358 AC_DEFINE(BROKEN_SETREUID)
359 AC_DEFINE(BROKEN_SETREGID)
362 conf_lastlog_location="/usr/adm/lastlog"
363 conf_utmp_location=/etc/utmp
364 conf_wtmp_location=/usr/adm/wtmp
367 AC_DEFINE(BROKEN_REALPATH)
369 AC_DEFINE(BROKEN_SAVED_UIDS)
372 AC_DEFINE(HAVE_ATTRIBUTE__SENTINEL__, 1, [OpenBSD's gcc has sentinel])
375 if test "x$withval" != "xno" ; then
378 AC_DEFINE(PAM_SUN_CODEBASE)
379 AC_DEFINE(LOGIN_NEEDS_UTMPX)
380 AC_DEFINE(LOGIN_NEEDS_TERM)
381 AC_DEFINE(PAM_TTY_KLUDGE)
382 AC_DEFINE(SSHPAM_CHAUTHTOK_NEEDS_RUID)
383 AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
384 # Pushing STREAMS modules will cause sshd to acquire a controlling tty.
385 AC_DEFINE(SSHD_ACQUIRES_CTTY)
386 external_path_file=/etc/default/login
387 # hardwire lastlog location (can't detect it on some versions)
388 conf_lastlog_location="/var/adm/lastlog"
389 AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
390 sol2ver=`echo "$host"| sed -e 's/.*[[0-9]]\.//'`
391 if test "$sol2ver" -ge 8; then
393 AC_DEFINE(DISABLE_UTMP)
394 AC_DEFINE(DISABLE_WTMP)
400 CPPFLAGS="$CPPFLAGS -DSUNOS4"
401 AC_CHECK_FUNCS(getpwanam)
402 AC_DEFINE(PAM_SUN_CODEBASE)
403 conf_utmp_location=/etc/utmp
404 conf_wtmp_location=/var/adm/wtmp
405 conf_lastlog_location=/var/adm/lastlog
411 AC_DEFINE(SSHD_ACQUIRES_CTTY)
412 AC_DEFINE(SETEUID_BREAKS_SETUID)
413 AC_DEFINE(BROKEN_SETREUID)
414 AC_DEFINE(BROKEN_SETREGID)
417 # /usr/ucblib MUST NOT be searched on ReliantUNIX
418 AC_CHECK_LIB(dl, dlsym, ,)
419 # -lresolv needs to be at then end of LIBS or DNS lookups break
420 AC_CHECK_LIB(res_query, resolv, [ LIBS="$LIBS -lresolv" ])
421 IPADDR_IN_DISPLAY=yes
423 AC_DEFINE(IP_TOS_IS_BROKEN)
424 AC_DEFINE(SETEUID_BREAKS_SETUID)
425 AC_DEFINE(BROKEN_SETREUID)
426 AC_DEFINE(BROKEN_SETREGID)
427 AC_DEFINE(SSHD_ACQUIRES_CTTY)
428 external_path_file=/etc/default/login
429 # /usr/ucblib/libucb.a no longer needed on ReliantUNIX
430 # Attention: always take care to bind libsocket and libnsl before libc,
431 # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog
433 # UnixWare 1.x, UnixWare 2.x, and others based on code from Univel.
436 AC_DEFINE(SETEUID_BREAKS_SETUID)
437 AC_DEFINE(BROKEN_SETREUID)
438 AC_DEFINE(BROKEN_SETREGID)
439 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
441 # UnixWare 7.x, OpenUNIX 8
444 AC_DEFINE(SETEUID_BREAKS_SETUID)
445 AC_DEFINE(BROKEN_SETREUID)
446 AC_DEFINE(BROKEN_SETREGID)
447 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
449 *-*-sysv5SCO_SV*) # SCO OpenServer 6.x
450 TEST_SHELL=/u95/bin/sh
456 # SCO UNIX and OEM versions of SCO UNIX
458 AC_MSG_ERROR("This Platform is no longer supported.")
462 if test -z "$GCC"; then
463 CFLAGS="$CFLAGS -belf"
465 LIBS="$LIBS -lprot -lx -ltinfo -lm"
468 AC_DEFINE(HAVE_SECUREWARE)
469 AC_DEFINE(DISABLE_SHADOW)
470 AC_DEFINE(DISABLE_FD_PASSING)
471 AC_DEFINE(SETEUID_BREAKS_SETUID)
472 AC_DEFINE(BROKEN_SETREUID)
473 AC_DEFINE(BROKEN_SETREGID)
474 AC_DEFINE(WITH_ABBREV_NO_TTY)
475 AC_DEFINE(BROKEN_UPDWTMPX)
476 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
477 AC_CHECK_FUNCS(getluid setluid)
482 AC_DEFINE(NO_SSH_LASTLOG)
483 AC_DEFINE(SETEUID_BREAKS_SETUID)
484 AC_DEFINE(BROKEN_SETREUID)
485 AC_DEFINE(BROKEN_SETREGID)
487 AC_DEFINE(DISABLE_FD_PASSING)
489 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
493 AC_DEFINE(SETEUID_BREAKS_SETUID)
494 AC_DEFINE(BROKEN_SETREUID)
495 AC_DEFINE(BROKEN_SETREGID)
496 AC_DEFINE(WITH_ABBREV_NO_TTY)
498 AC_DEFINE(DISABLE_FD_PASSING)
500 LIBS="$LIBS -lgen -lacid -ldb"
504 AC_DEFINE(SETEUID_BREAKS_SETUID)
505 AC_DEFINE(BROKEN_SETREUID)
506 AC_DEFINE(BROKEN_SETREGID)
508 AC_DEFINE(DISABLE_FD_PASSING)
509 AC_DEFINE(NO_SSH_LASTLOG)
510 LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=334:fatal"
511 LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
515 AC_MSG_CHECKING(for Digital Unix SIA)
518 [ --with-osfsia Enable Digital Unix SIA],
520 if test "x$withval" = "xno" ; then
521 AC_MSG_RESULT(disabled)
526 if test -z "$no_osfsia" ; then
527 if test -f /etc/sia/matrix.conf; then
529 AC_DEFINE(HAVE_OSF_SIA)
530 AC_DEFINE(DISABLE_LOGIN)
531 AC_DEFINE(DISABLE_FD_PASSING)
532 LIBS="$LIBS -lsecurity -ldb -lm -laud"
535 AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
538 AC_DEFINE(BROKEN_GETADDRINFO)
539 AC_DEFINE(SETEUID_BREAKS_SETUID)
540 AC_DEFINE(BROKEN_SETREUID)
541 AC_DEFINE(BROKEN_SETREGID)
546 AC_DEFINE(NO_X11_UNIX_SOCKETS)
547 AC_DEFINE(MISSING_NFDBITS)
548 AC_DEFINE(MISSING_HOWMANY)
549 AC_DEFINE(MISSING_FD_MASK)
553 AC_DEFINE(BROKEN_GETGROUPS, [], [getgroups(0,NULL) will return -1])
554 AC_DEFINE(BROKEN_MMAP, [], [Ultrix mmap can't map files])
555 AC_DEFINE(NEED_SETPRGP, [], [Need setpgrp to acquire controlling tty])
556 AC_DEFINE(HAVE_SYS_SYSLOG_H, 1, [Force use of sys/syslog.h on Ultrix])
560 # Allow user to specify flags
562 [ --with-cflags Specify additional flags to pass to compiler],
564 if test -n "$withval" && test "x$withval" != "xno" && \
565 test "x${withval}" != "xyes"; then
566 CFLAGS="$CFLAGS $withval"
570 AC_ARG_WITH(cppflags,
571 [ --with-cppflags Specify additional flags to pass to preprocessor] ,
573 if test -n "$withval" && test "x$withval" != "xno" && \
574 test "x${withval}" != "xyes"; then
575 CPPFLAGS="$CPPFLAGS $withval"
580 [ --with-ldflags Specify additional flags to pass to linker],
582 if test -n "$withval" && test "x$withval" != "xno" && \
583 test "x${withval}" != "xyes"; then
584 LDFLAGS="$LDFLAGS $withval"
589 [ --with-libs Specify additional libraries to link with],
591 if test -n "$withval" && test "x$withval" != "xno" && \
592 test "x${withval}" != "xyes"; then
593 LIBS="$LIBS $withval"
598 [ --with-Werror Build main code with -Werror],
600 if test -n "$withval" && test "x$withval" != "xno"; then
601 werror_flags="-Werror"
602 if "x${withval}" != "xyes"; then
603 werror_flags="$withval"
609 AC_MSG_CHECKING(compiler and flags for sanity)
615 [ AC_MSG_RESULT(yes) ],
618 AC_MSG_ERROR([*** compiler cannot create working executables, check config.log ***])
620 [ AC_MSG_WARN([cross compiling: not checking compiler sanity]) ]
623 dnl Checks for header files.
648 security/pam_appl.h \
684 # sys/ptms.h requires sys/stream.h to be included first on Solaris
685 AC_CHECK_HEADERS(sys/ptms.h, [], [], [
686 #ifdef HAVE_SYS_STREAM_H
687 # include <sys/stream.h>
691 # Checks for libraries.
692 AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
693 AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
695 dnl IRIX and Solaris 2.5.1 have dirname() in libgen
696 AC_CHECK_FUNCS(dirname, [AC_CHECK_HEADERS(libgen.h)] ,[
697 AC_CHECK_LIB(gen, dirname,[
698 AC_CACHE_CHECK([for broken dirname],
699 ac_cv_have_broken_dirname, [
707 int main(int argc, char **argv) {
710 strncpy(buf,"/etc", 32);
712 if (!s || strncmp(s, "/", 32) != 0) {
719 [ ac_cv_have_broken_dirname="no" ],
720 [ ac_cv_have_broken_dirname="yes" ]
724 if test "x$ac_cv_have_broken_dirname" = "xno" ; then
726 AC_DEFINE(HAVE_DIRNAME)
727 AC_CHECK_HEADERS(libgen.h)
732 AC_CHECK_FUNC(getspnam, ,
733 AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen"))
734 AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME))
738 [ --with-zlib=PATH Use zlib in PATH],
739 [ if test "x$withval" = "xno" ; then
740 AC_MSG_ERROR([*** zlib is required ***])
741 elif test "x$withval" != "xyes"; then
742 if test -d "$withval/lib"; then
743 if test -n "${need_dash_r}"; then
744 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
746 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
749 if test -n "${need_dash_r}"; then
750 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
752 LDFLAGS="-L${withval} ${LDFLAGS}"
755 if test -d "$withval/include"; then
756 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
758 CPPFLAGS="-I${withval} ${CPPFLAGS}"
763 AC_CHECK_LIB(z, deflate, ,
765 saved_CPPFLAGS="$CPPFLAGS"
766 saved_LDFLAGS="$LDFLAGS"
768 dnl Check default zlib install dir
769 if test -n "${need_dash_r}"; then
770 LDFLAGS="-L/usr/local/lib -R/usr/local/lib ${saved_LDFLAGS}"
772 LDFLAGS="-L/usr/local/lib ${saved_LDFLAGS}"
774 CPPFLAGS="-I/usr/local/include ${saved_CPPFLAGS}"
776 AC_TRY_LINK_FUNC(deflate, AC_DEFINE(HAVE_LIBZ),
778 AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***])
783 AC_CHECK_HEADER([zlib.h], ,AC_MSG_ERROR([*** zlib.h missing - please install first or check config.log ***]))
785 AC_ARG_WITH(zlib-version-check,
786 [ --without-zlib-version-check Disable zlib version check],
787 [ if test "x$withval" = "xno" ; then
788 zlib_check_nonfatal=1
793 AC_MSG_CHECKING(for possibly buggy zlib)
794 AC_RUN_IFELSE([AC_LANG_SOURCE([[
799 int a=0, b=0, c=0, d=0, n, v;
800 n = sscanf(ZLIB_VERSION, "%d.%d.%d.%d", &a, &b, &c, &d);
801 if (n != 3 && n != 4)
803 v = a*1000000 + b*10000 + c*100 + d;
804 fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION, v);
807 if (a == 1 && b == 1 && c >= 4)
810 /* 1.2.3 and up are OK */
819 if test -z "$zlib_check_nonfatal" ; then
820 AC_MSG_ERROR([*** zlib too old - check config.log ***
821 Your reported zlib version has known security problems. It's possible your
822 vendor has fixed these problems without changing the version number. If you
823 are sure this is the case, you can disable the check by running
824 "./configure --without-zlib-version-check".
825 If you are in doubt, upgrade zlib to version 1.2.3 or greater.
826 See http://www.gzip.org/zlib/ for details.])
828 AC_MSG_WARN([zlib version may have security problems])
831 [ AC_MSG_WARN([cross compiling: not checking zlib version]) ]
835 AC_CHECK_FUNC(strcasecmp,
836 [], [ AC_CHECK_LIB(resolv, strcasecmp, LIBS="$LIBS -lresolv") ]
838 AC_CHECK_FUNC(utimes,
839 [], [ AC_CHECK_LIB(c89, utimes, [AC_DEFINE(HAVE_UTIMES)
840 LIBS="$LIBS -lc89"]) ]
843 dnl Checks for libutil functions
844 AC_CHECK_HEADERS(libutil.h)
845 AC_SEARCH_LIBS(login, util bsd, [AC_DEFINE(HAVE_LOGIN)])
846 AC_CHECK_FUNCS(logout updwtmp logwtmp)
850 # Check for ALTDIRFUNC glob() extension
851 AC_MSG_CHECKING(for GLOB_ALTDIRFUNC support)
852 AC_EGREP_CPP(FOUNDIT,
855 #ifdef GLOB_ALTDIRFUNC
860 AC_DEFINE(GLOB_HAS_ALTDIRFUNC)
868 # Check for g.gl_matchc glob() extension
869 AC_MSG_CHECKING(for gl_matchc field in glob_t)
870 AC_EGREP_CPP(FOUNDIT,
873 int main(void){glob_t g; g.gl_matchc = 1;}
876 AC_DEFINE(GLOB_HAS_GL_MATCHC)
884 AC_MSG_CHECKING([whether struct dirent allocates space for d_name])
887 #include <sys/types.h>
889 int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));}
891 [AC_MSG_RESULT(yes)],
894 AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
897 AC_MSG_WARN([cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME])
898 AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
902 AC_MSG_CHECKING([for /proc/pid/fd directory])
903 if test -d "/proc/$$/fd" ; then
904 AC_DEFINE(HAVE_PROC_PID)
910 # Check whether user wants S/Key support
913 [ --with-skey[[=PATH]] Enable S/Key support (optionally in PATH)],
915 if test "x$withval" != "xno" ; then
917 if test "x$withval" != "xyes" ; then
918 CPPFLAGS="$CPPFLAGS -I${withval}/include"
919 LDFLAGS="$LDFLAGS -L${withval}/lib"
926 AC_MSG_CHECKING([for s/key support])
931 int main() { char *ff = skey_keyinfo(""); ff=""; exit(0); }
933 [AC_MSG_RESULT(yes)],
936 AC_MSG_ERROR([** Incomplete or missing s/key libraries.])
938 AC_MSG_CHECKING(if skeychallenge takes 4 arguments)
942 [(void)skeychallenge(NULL,"name","",0);],
944 AC_DEFINE(SKEYCHALLENGE_4ARG)],
951 # Check whether user wants TCP wrappers support
953 AC_ARG_WITH(tcp-wrappers,
954 [ --with-tcp-wrappers[[=PATH]] Enable tcpwrappers support (optionally in PATH)],
956 if test "x$withval" != "xno" ; then
958 saved_LDFLAGS="$LDFLAGS"
959 saved_CPPFLAGS="$CPPFLAGS"
960 if test -n "${withval}" && \
961 test "x${withval}" != "xyes"; then
962 if test -d "${withval}/lib"; then
963 if test -n "${need_dash_r}"; then
964 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
966 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
969 if test -n "${need_dash_r}"; then
970 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
972 LDFLAGS="-L${withval} ${LDFLAGS}"
975 if test -d "${withval}/include"; then
976 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
978 CPPFLAGS="-I${withval} ${CPPFLAGS}"
982 LIBS="$LIBWRAP $LIBS"
983 AC_MSG_CHECKING(for libwrap)
986 #include <sys/types.h>
987 #include <sys/socket.h>
988 #include <netinet/in.h>
990 int deny_severity = 0, allow_severity = 0;
1000 AC_MSG_ERROR([*** libwrap missing])
1008 # Check whether user wants libedit support
1010 AC_ARG_WITH(libedit,
1011 [ --with-libedit[[=PATH]] Enable libedit support for sftp],
1012 [ if test "x$withval" != "xno" ; then
1013 if test "x$withval" != "xyes"; then
1014 CPPFLAGS="$CPPFLAGS -I$withval/include"
1015 LDFLAGS="$LDFLAGS -L$withval/lib"
1017 AC_CHECK_LIB(edit, el_init,
1018 [ AC_DEFINE(USE_LIBEDIT, [], [Use libedit for sftp])
1019 LIBEDIT="-ledit -lcurses"
1023 [ AC_MSG_ERROR(libedit not found) ],
1026 AC_MSG_CHECKING(if libedit version is compatible)
1027 AC_TRY_COMPILE([#include <histedit.h>],
1032 el_init("", NULL, NULL, NULL);
1036 [ AC_MSG_RESULT(yes) ],
1038 AC_MSG_ERROR(libedit version is not compatible) ]
1045 [ --with-audit=module Enable EXPERIMENTAL audit support (modules=debug,bsm)],
1047 AC_MSG_CHECKING(for supported audit module)
1052 dnl Checks for headers, libs and functions
1053 AC_CHECK_HEADERS(bsm/audit.h, [],
1054 [AC_MSG_ERROR(BSM enabled and bsm/audit.h not found)])
1055 AC_CHECK_LIB(bsm, getaudit, [],
1056 [AC_MSG_ERROR(BSM enabled and required library not found)])
1057 AC_CHECK_FUNCS(getaudit, [],
1058 [AC_MSG_ERROR(BSM enabled and required function not found)])
1059 # These are optional
1060 AC_CHECK_FUNCS(getaudit_addr)
1061 AC_DEFINE(USE_BSM_AUDIT, [], [Use BSM audit module])
1065 AC_MSG_RESULT(debug)
1066 AC_DEFINE(SSH_AUDIT_EVENTS, [], Use audit debugging module)
1071 AC_MSG_ERROR([Unknown audit module $withval])
1076 dnl Checks for library functions. Please keep in alphabetical order
1160 # IRIX has a const char return value for gai_strerror()
1161 AC_CHECK_FUNCS(gai_strerror,[
1162 AC_DEFINE(HAVE_GAI_STRERROR)
1164 #include <sys/types.h>
1165 #include <sys/socket.h>
1168 const char *gai_strerror(int);],[
1171 str = gai_strerror(0);],[
1172 AC_DEFINE(HAVE_CONST_GAI_STRERROR_PROTO, 1,
1173 [Define if gai_strerror() returns const char *])])])
1175 AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
1177 dnl Make sure prototypes are defined for these before using them.
1178 AC_CHECK_DECL(getrusage, [AC_CHECK_FUNCS(getrusage)])
1179 AC_CHECK_DECL(strsep,
1180 [AC_CHECK_FUNCS(strsep)],
1183 #ifdef HAVE_STRING_H
1184 # include <string.h>
1188 dnl tcsendbreak might be a macro
1189 AC_CHECK_DECL(tcsendbreak,
1190 [AC_DEFINE(HAVE_TCSENDBREAK)],
1191 [AC_CHECK_FUNCS(tcsendbreak)],
1192 [#include <termios.h>]
1195 AC_CHECK_DECLS(h_errno, , ,[#include <netdb.h>])
1197 AC_CHECK_FUNCS(setresuid, [
1198 dnl Some platorms have setresuid that isn't implemented, test for this
1199 AC_MSG_CHECKING(if setresuid seems to work)
1204 int main(){errno=0; setresuid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);}
1206 [AC_MSG_RESULT(yes)],
1207 [AC_DEFINE(BROKEN_SETRESUID)
1208 AC_MSG_RESULT(not implemented)],
1209 [AC_MSG_WARN([cross compiling: not checking setresuid])]
1213 AC_CHECK_FUNCS(setresgid, [
1214 dnl Some platorms have setresgid that isn't implemented, test for this
1215 AC_MSG_CHECKING(if setresgid seems to work)
1220 int main(){errno=0; setresgid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);}
1222 [AC_MSG_RESULT(yes)],
1223 [AC_DEFINE(BROKEN_SETRESGID)
1224 AC_MSG_RESULT(not implemented)],
1225 [AC_MSG_WARN([cross compiling: not checking setresuid])]
1229 dnl Checks for time functions
1230 AC_CHECK_FUNCS(gettimeofday time)
1231 dnl Checks for utmp functions
1232 AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent)
1233 AC_CHECK_FUNCS(utmpname)
1234 dnl Checks for utmpx functions
1235 AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline )
1236 AC_CHECK_FUNCS(setutxent utmpxname)
1238 AC_CHECK_FUNC(daemon,
1239 [AC_DEFINE(HAVE_DAEMON)],
1240 [AC_CHECK_LIB(bsd, daemon, [LIBS="$LIBS -lbsd"; AC_DEFINE(HAVE_DAEMON)])]
1243 AC_CHECK_FUNC(getpagesize,
1244 [AC_DEFINE(HAVE_GETPAGESIZE)],
1245 [AC_CHECK_LIB(ucb, getpagesize, [LIBS="$LIBS -lucb"; AC_DEFINE(HAVE_GETPAGESIZE)])]
1248 # Check for broken snprintf
1249 if test "x$ac_cv_func_snprintf" = "xyes" ; then
1250 AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
1254 int main(void){char b[5];snprintf(b,5,"123456789");exit(b[4]!='\0');}
1256 [AC_MSG_RESULT(yes)],
1259 AC_DEFINE(BROKEN_SNPRINTF)
1260 AC_MSG_WARN([****** Your snprintf() function is broken, complain to your vendor])
1262 [ AC_MSG_WARN([cross compiling: Assuming working snprintf()]) ]
1266 # Check for missing getpeereid (or equiv) support
1268 if test "x$ac_cv_func_getpeereid" != "xyes" ; then
1269 AC_MSG_CHECKING([whether system supports SO_PEERCRED getsockopt])
1271 [#include <sys/types.h>
1272 #include <sys/socket.h>],
1273 [int i = SO_PEERCRED;],
1274 [ AC_MSG_RESULT(yes)
1275 AC_DEFINE(HAVE_SO_PEERCRED, [], [Have PEERCRED socket option])
1282 dnl see whether mkstemp() requires XXXXXX
1283 if test "x$ac_cv_func_mkdtemp" = "xyes" ; then
1284 AC_MSG_CHECKING([for (overly) strict mkstemp])
1288 main() { char template[]="conftest.mkstemp-test";
1289 if (mkstemp(template) == -1)
1291 unlink(template); exit(0);
1299 AC_DEFINE(HAVE_STRICT_MKSTEMP)
1303 AC_DEFINE(HAVE_STRICT_MKSTEMP)
1308 dnl make sure that openpty does not reacquire controlling terminal
1309 if test ! -z "$check_for_openpty_ctty_bug"; then
1310 AC_MSG_CHECKING(if openpty correctly handles controlling tty)
1314 #include <sys/fcntl.h>
1315 #include <sys/types.h>
1316 #include <sys/wait.h>
1322 int fd, ptyfd, ttyfd, status;
1325 if (pid < 0) { /* failed */
1327 } else if (pid > 0) { /* parent */
1328 waitpid(pid, &status, 0);
1329 if (WIFEXITED(status))
1330 exit(WEXITSTATUS(status));
1333 } else { /* child */
1334 close(0); close(1); close(2);
1336 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
1337 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
1339 exit(3); /* Acquired ctty: broken */
1341 exit(0); /* Did not acquire ctty: OK */
1350 AC_DEFINE(SSHD_ACQUIRES_CTTY)
1355 if test "x$ac_cv_func_getaddrinfo" = "xyes" && \
1356 test "x$check_for_hpux_broken_getaddrinfo" = "x1"; then
1357 AC_MSG_CHECKING(if getaddrinfo seems to work)
1361 #include <sys/socket.h>
1364 #include <netinet/in.h>
1366 #define TEST_PORT "2222"
1372 struct addrinfo *gai_ai, *ai, hints;
1373 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
1375 memset(&hints, 0, sizeof(hints));
1376 hints.ai_family = PF_UNSPEC;
1377 hints.ai_socktype = SOCK_STREAM;
1378 hints.ai_flags = AI_PASSIVE;
1380 err = getaddrinfo(name, TEST_PORT, &hints, &gai_ai);
1382 fprintf(stderr, "getaddrinfo failed (%s)", gai_strerror(err));
1386 for (ai = gai_ai; ai != NULL; ai = ai->ai_next) {
1387 if (ai->ai_family != AF_INET6)
1390 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
1391 sizeof(ntop), strport, sizeof(strport),
1392 NI_NUMERICHOST|NI_NUMERICSERV);
1395 if (err == EAI_SYSTEM)
1396 perror("getnameinfo EAI_SYSTEM");
1398 fprintf(stderr, "getnameinfo failed: %s\n",
1403 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
1406 if (bind(sock, ai->ai_addr, ai->ai_addrlen) < 0) {
1419 AC_DEFINE(BROKEN_GETADDRINFO)
1424 if test "x$ac_cv_func_getaddrinfo" = "xyes" && \
1425 test "x$check_for_aix_broken_getaddrinfo" = "x1"; then
1426 AC_MSG_CHECKING(if getaddrinfo seems to work)
1430 #include <sys/socket.h>
1433 #include <netinet/in.h>
1435 #define TEST_PORT "2222"
1441 struct addrinfo *gai_ai, *ai, hints;
1442 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
1444 memset(&hints, 0, sizeof(hints));
1445 hints.ai_family = PF_UNSPEC;
1446 hints.ai_socktype = SOCK_STREAM;
1447 hints.ai_flags = AI_PASSIVE;
1449 err = getaddrinfo(name, TEST_PORT, &hints, &gai_ai);
1451 fprintf(stderr, "getaddrinfo failed (%s)", gai_strerror(err));
1455 for (ai = gai_ai; ai != NULL; ai = ai->ai_next) {
1456 if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6)
1459 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
1460 sizeof(ntop), strport, sizeof(strport),
1461 NI_NUMERICHOST|NI_NUMERICSERV);
1463 if (ai->ai_family == AF_INET && err != 0) {
1464 perror("getnameinfo");
1473 AC_DEFINE(AIX_GETNAMEINFO_HACK, [],
1474 [Define if you have a getaddrinfo that fails for the all-zeros IPv6 address])
1478 AC_DEFINE(BROKEN_GETADDRINFO)
1483 if test "x$check_for_conflicting_getspnam" = "x1"; then
1484 AC_MSG_CHECKING(for conflicting getspnam in shadow.h)
1488 int main(void) {exit(0);}
1495 AC_DEFINE(GETSPNAM_CONFLICTING_DEFS, 1,
1496 [Conflicting defs for getspnam])
1503 # Check for PAM libs
1506 [ --with-pam Enable PAM support ],
1508 if test "x$withval" != "xno" ; then
1509 if test "x$ac_cv_header_security_pam_appl_h" != "xyes" && \
1510 test "x$ac_cv_header_pam_pam_appl_h" != "xyes" ; then
1511 AC_MSG_ERROR([PAM headers not found])
1514 AC_CHECK_LIB(dl, dlopen, , )
1515 AC_CHECK_LIB(pam, pam_set_item, , AC_MSG_ERROR([*** libpam missing]))
1516 AC_CHECK_FUNCS(pam_getenvlist)
1517 AC_CHECK_FUNCS(pam_putenv)
1522 if test $ac_cv_lib_dl_dlopen = yes; then
1532 # Check for older PAM
1533 if test "x$PAM_MSG" = "xyes" ; then
1534 # Check PAM strerror arguments (old PAM)
1535 AC_MSG_CHECKING([whether pam_strerror takes only one argument])
1539 #if defined(HAVE_SECURITY_PAM_APPL_H)
1540 #include <security/pam_appl.h>
1541 #elif defined (HAVE_PAM_PAM_APPL_H)
1542 #include <pam/pam_appl.h>
1545 [(void)pam_strerror((pam_handle_t *)NULL, -1);],
1546 [AC_MSG_RESULT(no)],
1548 AC_DEFINE(HAVE_OLD_PAM)
1550 PAM_MSG="yes (old library)"
1555 # Search for OpenSSL
1556 saved_CPPFLAGS="$CPPFLAGS"
1557 saved_LDFLAGS="$LDFLAGS"
1558 AC_ARG_WITH(ssl-dir,
1559 [ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
1561 if test "x$withval" != "xno" ; then
1564 ./*|../*) withval="`pwd`/$withval"
1566 if test -d "$withval/lib"; then
1567 if test -n "${need_dash_r}"; then
1568 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
1570 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
1573 if test -n "${need_dash_r}"; then
1574 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
1576 LDFLAGS="-L${withval} ${LDFLAGS}"
1579 if test -d "$withval/include"; then
1580 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
1582 CPPFLAGS="-I${withval} ${CPPFLAGS}"
1587 LIBS="-lcrypto $LIBS"
1588 AC_TRY_LINK_FUNC(RAND_add, AC_DEFINE(HAVE_OPENSSL),
1590 dnl Check default openssl install dir
1591 if test -n "${need_dash_r}"; then
1592 LDFLAGS="-L/usr/local/ssl/lib -R/usr/local/ssl/lib ${saved_LDFLAGS}"
1594 LDFLAGS="-L/usr/local/ssl/lib ${saved_LDFLAGS}"
1596 CPPFLAGS="-I/usr/local/ssl/include ${saved_CPPFLAGS}"
1597 AC_TRY_LINK_FUNC(RAND_add, AC_DEFINE(HAVE_OPENSSL),
1599 AC_MSG_ERROR([*** Can't find recent OpenSSL libcrypto (see config.log for details) ***])
1605 # Determine OpenSSL header version
1606 AC_MSG_CHECKING([OpenSSL header version])
1611 #include <openssl/opensslv.h>
1612 #define DATA "conftest.sslincver"
1617 fd = fopen(DATA,"w");
1621 if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0)
1628 ssl_header_ver=`cat conftest.sslincver`
1629 AC_MSG_RESULT($ssl_header_ver)
1632 AC_MSG_RESULT(not found)
1633 AC_MSG_ERROR(OpenSSL version header not found.)
1636 AC_MSG_WARN([cross compiling: not checking])
1640 # Determine OpenSSL library version
1641 AC_MSG_CHECKING([OpenSSL library version])
1646 #include <openssl/opensslv.h>
1647 #include <openssl/crypto.h>
1648 #define DATA "conftest.ssllibver"
1653 fd = fopen(DATA,"w");
1657 if ((rc = fprintf(fd ,"%x (%s)\n", SSLeay(), SSLeay_version(SSLEAY_VERSION))) <0)
1664 ssl_library_ver=`cat conftest.ssllibver`
1665 AC_MSG_RESULT($ssl_library_ver)
1668 AC_MSG_RESULT(not found)
1669 AC_MSG_ERROR(OpenSSL library not found.)
1672 AC_MSG_WARN([cross compiling: not checking])
1676 # Sanity check OpenSSL headers
1677 AC_MSG_CHECKING([whether OpenSSL's headers match the library])
1681 #include <openssl/opensslv.h>
1682 int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
1689 AC_MSG_ERROR([Your OpenSSL headers do not match your library.
1690 Check config.log for details.
1691 Also see contrib/findssl.sh for help identifying header/library mismatches.])
1694 AC_MSG_WARN([cross compiling: not checking])
1698 # Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
1699 # because the system crypt() is more featureful.
1700 if test "x$check_for_libcrypt_before" = "x1"; then
1701 AC_CHECK_LIB(crypt, crypt)
1704 # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
1705 # version in OpenSSL.
1706 if test "x$check_for_libcrypt_later" = "x1"; then
1707 AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
1711 ### Configure cryptographic random number support
1713 # Check wheter OpenSSL seeds itself
1714 AC_MSG_CHECKING([whether OpenSSL's PRNG is internally seeded])
1718 #include <openssl/rand.h>
1719 int main(void) { exit(RAND_status() == 1 ? 0 : 1); }
1722 OPENSSL_SEEDS_ITSELF=yes
1727 # Default to use of the rand helper if OpenSSL doesn't
1732 AC_MSG_WARN([cross compiling: assuming yes])
1733 # This is safe, since all recent OpenSSL versions will
1734 # complain at runtime if not seeded correctly.
1735 OPENSSL_SEEDS_ITSELF=yes
1740 # Do we want to force the use of the rand helper?
1741 AC_ARG_WITH(rand-helper,
1742 [ --with-rand-helper Use subprocess to gather strong randomness ],
1744 if test "x$withval" = "xno" ; then
1745 # Force use of OpenSSL's internal RNG, even if
1746 # the previous test showed it to be unseeded.
1747 if test -z "$OPENSSL_SEEDS_ITSELF" ; then
1748 AC_MSG_WARN([*** Forcing use of OpenSSL's non-self-seeding PRNG])
1749 OPENSSL_SEEDS_ITSELF=yes
1758 # Which randomness source do we use?
1759 if test ! -z "$OPENSSL_SEEDS_ITSELF" && test -z "$USE_RAND_HELPER" ; then
1761 AC_DEFINE(OPENSSL_PRNG_ONLY)
1762 RAND_MSG="OpenSSL internal ONLY"
1763 INSTALL_SSH_RAND_HELPER=""
1764 elif test ! -z "$USE_RAND_HELPER" ; then
1765 # install rand helper
1766 RAND_MSG="ssh-rand-helper"
1767 INSTALL_SSH_RAND_HELPER="yes"
1769 AC_SUBST(INSTALL_SSH_RAND_HELPER)
1771 ### Configuration of ssh-rand-helper
1774 AC_ARG_WITH(prngd-port,
1775 [ --with-prngd-port=PORT read entropy from PRNGD/EGD TCP localhost:PORT],
1784 AC_MSG_ERROR(You must specify a numeric port number for --with-prngd-port)
1787 if test ! -z "$withval" ; then
1788 PRNGD_PORT="$withval"
1789 AC_DEFINE_UNQUOTED(PRNGD_PORT, $PRNGD_PORT)
1794 # PRNGD Unix domain socket
1795 AC_ARG_WITH(prngd-socket,
1796 [ --with-prngd-socket=FILE read entropy from PRNGD/EGD socket FILE (default=/var/run/egd-pool)],
1800 withval="/var/run/egd-pool"
1808 AC_MSG_ERROR(You must specify an absolute path to the entropy socket)
1812 if test ! -z "$withval" ; then
1813 if test ! -z "$PRNGD_PORT" ; then
1814 AC_MSG_ERROR(You may not specify both a PRNGD/EGD port and socket)
1816 if test ! -r "$withval" ; then
1817 AC_MSG_WARN(Entropy socket is not readable)
1819 PRNGD_SOCKET="$withval"
1820 AC_DEFINE_UNQUOTED(PRNGD_SOCKET, "$PRNGD_SOCKET")
1824 # Check for existing socket only if we don't have a random device already
1825 if test "$USE_RAND_HELPER" = yes ; then
1826 AC_MSG_CHECKING(for PRNGD/EGD socket)
1827 # Insert other locations here
1828 for sock in /var/run/egd-pool /dev/egd-pool /etc/entropy; do
1829 if test -r $sock && $TEST_MINUS_S_SH -c "test -S $sock -o -p $sock" ; then
1830 PRNGD_SOCKET="$sock"
1831 AC_DEFINE_UNQUOTED(PRNGD_SOCKET, "$PRNGD_SOCKET")
1835 if test ! -z "$PRNGD_SOCKET" ; then
1836 AC_MSG_RESULT($PRNGD_SOCKET)
1838 AC_MSG_RESULT(not found)
1844 # Change default command timeout for hashing entropy source
1846 AC_ARG_WITH(entropy-timeout,
1847 [ --with-entropy-timeout Specify entropy gathering command timeout (msec)],
1849 if test -n "$withval" && test "x$withval" != "xno" && \
1850 test "x${withval}" != "xyes"; then
1851 entropy_timeout=$withval
1855 AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
1857 SSH_PRIVSEP_USER=sshd
1858 AC_ARG_WITH(privsep-user,
1859 [ --with-privsep-user=user Specify non-privileged user for privilege separation],
1861 if test -n "$withval" && test "x$withval" != "xno" && \
1862 test "x${withval}" != "xyes"; then
1863 SSH_PRIVSEP_USER=$withval
1867 AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, "$SSH_PRIVSEP_USER")
1868 AC_SUBST(SSH_PRIVSEP_USER)
1870 # We do this little dance with the search path to insure
1871 # that programs that we select for use by installed programs
1872 # (which may be run by the super-user) come from trusted
1873 # locations before they come from the user's private area.
1874 # This should help avoid accidentally configuring some
1875 # random version of a program in someone's personal bin.
1879 test -h /bin 2> /dev/null && PATH=/usr/bin
1880 test -d /sbin && PATH=$PATH:/sbin
1881 test -d /usr/sbin && PATH=$PATH:/usr/sbin
1882 PATH=$PATH:/etc:$OPATH
1884 # These programs are used by the command hashing source to gather entropy
1885 OSSH_PATH_ENTROPY_PROG(PROG_LS, ls)
1886 OSSH_PATH_ENTROPY_PROG(PROG_NETSTAT, netstat)
1887 OSSH_PATH_ENTROPY_PROG(PROG_ARP, arp)
1888 OSSH_PATH_ENTROPY_PROG(PROG_IFCONFIG, ifconfig)
1889 OSSH_PATH_ENTROPY_PROG(PROG_JSTAT, jstat)
1890 OSSH_PATH_ENTROPY_PROG(PROG_PS, ps)
1891 OSSH_PATH_ENTROPY_PROG(PROG_SAR, sar)
1892 OSSH_PATH_ENTROPY_PROG(PROG_W, w)
1893 OSSH_PATH_ENTROPY_PROG(PROG_WHO, who)
1894 OSSH_PATH_ENTROPY_PROG(PROG_LAST, last)
1895 OSSH_PATH_ENTROPY_PROG(PROG_LASTLOG, lastlog)
1896 OSSH_PATH_ENTROPY_PROG(PROG_DF, df)
1897 OSSH_PATH_ENTROPY_PROG(PROG_VMSTAT, vmstat)
1898 OSSH_PATH_ENTROPY_PROG(PROG_UPTIME, uptime)
1899 OSSH_PATH_ENTROPY_PROG(PROG_IPCS, ipcs)
1900 OSSH_PATH_ENTROPY_PROG(PROG_TAIL, tail)
1904 # Where does ssh-rand-helper get its randomness from?
1905 INSTALL_SSH_PRNG_CMDS=""
1906 if test ! -z "$INSTALL_SSH_RAND_HELPER" ; then
1907 if test ! -z "$PRNGD_PORT" ; then
1908 RAND_HELPER_MSG="TCP localhost:$PRNGD_PORT"
1909 elif test ! -z "$PRNGD_SOCKET" ; then
1910 RAND_HELPER_MSG="Unix domain socket \"$PRNGD_SOCKET\""
1912 RAND_HELPER_MSG="Command hashing (timeout $entropy_timeout)"
1913 RAND_HELPER_CMDHASH=yes
1914 INSTALL_SSH_PRNG_CMDS="yes"
1917 AC_SUBST(INSTALL_SSH_PRNG_CMDS)
1920 # Cheap hack to ensure NEWS-OS libraries are arranged right.
1921 if test ! -z "$SONY" ; then
1922 LIBS="$LIBS -liberty";
1925 # Checks for data types
1926 AC_CHECK_SIZEOF(char, 1)
1927 AC_CHECK_SIZEOF(short int, 2)
1928 AC_CHECK_SIZEOF(int, 4)
1929 AC_CHECK_SIZEOF(long int, 4)
1930 AC_CHECK_SIZEOF(long long int, 8)
1932 # Sanity check long long for some platforms (AIX)
1933 if test "x$ac_cv_sizeof_long_long_int" = "x4" ; then
1934 ac_cv_sizeof_long_long_int=0
1937 # More checks for data types
1938 AC_CACHE_CHECK([for u_int type], ac_cv_have_u_int, [
1940 [ #include <sys/types.h> ],
1942 [ ac_cv_have_u_int="yes" ],
1943 [ ac_cv_have_u_int="no" ]
1946 if test "x$ac_cv_have_u_int" = "xyes" ; then
1947 AC_DEFINE(HAVE_U_INT)
1951 AC_CACHE_CHECK([for intXX_t types], ac_cv_have_intxx_t, [
1953 [ #include <sys/types.h> ],
1954 [ int8_t a; int16_t b; int32_t c; a = b = c = 1;],
1955 [ ac_cv_have_intxx_t="yes" ],
1956 [ ac_cv_have_intxx_t="no" ]
1959 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
1960 AC_DEFINE(HAVE_INTXX_T)
1964 if (test -z "$have_intxx_t" && \
1965 test "x$ac_cv_header_stdint_h" = "xyes")
1967 AC_MSG_CHECKING([for intXX_t types in stdint.h])
1969 [ #include <stdint.h> ],
1970 [ int8_t a; int16_t b; int32_t c; a = b = c = 1;],
1972 AC_DEFINE(HAVE_INTXX_T)
1975 [ AC_MSG_RESULT(no) ]
1979 AC_CACHE_CHECK([for int64_t type], ac_cv_have_int64_t, [
1982 #include <sys/types.h>
1983 #ifdef HAVE_STDINT_H
1984 # include <stdint.h>
1986 #include <sys/socket.h>
1987 #ifdef HAVE_SYS_BITYPES_H
1988 # include <sys/bitypes.h>
1991 [ int64_t a; a = 1;],
1992 [ ac_cv_have_int64_t="yes" ],
1993 [ ac_cv_have_int64_t="no" ]
1996 if test "x$ac_cv_have_int64_t" = "xyes" ; then
1997 AC_DEFINE(HAVE_INT64_T)
2000 AC_CACHE_CHECK([for u_intXX_t types], ac_cv_have_u_intxx_t, [
2002 [ #include <sys/types.h> ],
2003 [ u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;],
2004 [ ac_cv_have_u_intxx_t="yes" ],
2005 [ ac_cv_have_u_intxx_t="no" ]
2008 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
2009 AC_DEFINE(HAVE_U_INTXX_T)
2013 if test -z "$have_u_intxx_t" ; then
2014 AC_MSG_CHECKING([for u_intXX_t types in sys/socket.h])
2016 [ #include <sys/socket.h> ],
2017 [ u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;],
2019 AC_DEFINE(HAVE_U_INTXX_T)
2022 [ AC_MSG_RESULT(no) ]
2026 AC_CACHE_CHECK([for u_int64_t types], ac_cv_have_u_int64_t, [
2028 [ #include <sys/types.h> ],
2029 [ u_int64_t a; a = 1;],
2030 [ ac_cv_have_u_int64_t="yes" ],
2031 [ ac_cv_have_u_int64_t="no" ]
2034 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
2035 AC_DEFINE(HAVE_U_INT64_T)
2039 if test -z "$have_u_int64_t" ; then
2040 AC_MSG_CHECKING([for u_int64_t type in sys/bitypes.h])
2042 [ #include <sys/bitypes.h> ],
2043 [ u_int64_t a; a = 1],
2045 AC_DEFINE(HAVE_U_INT64_T)
2048 [ AC_MSG_RESULT(no) ]
2052 if test -z "$have_u_intxx_t" ; then
2053 AC_CACHE_CHECK([for uintXX_t types], ac_cv_have_uintxx_t, [
2056 #include <sys/types.h>
2058 [ uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; ],
2059 [ ac_cv_have_uintxx_t="yes" ],
2060 [ ac_cv_have_uintxx_t="no" ]
2063 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
2064 AC_DEFINE(HAVE_UINTXX_T)
2068 if test -z "$have_uintxx_t" ; then
2069 AC_MSG_CHECKING([for uintXX_t types in stdint.h])
2071 [ #include <stdint.h> ],
2072 [ uint8_t a; uint16_t b; uint32_t c; a = b = c = 1;],
2074 AC_DEFINE(HAVE_UINTXX_T)
2077 [ AC_MSG_RESULT(no) ]
2081 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
2082 test "x$ac_cv_header_sys_bitypes_h" = "xyes")
2084 AC_MSG_CHECKING([for intXX_t and u_intXX_t types in sys/bitypes.h])
2087 #include <sys/bitypes.h>
2090 int8_t a; int16_t b; int32_t c;
2091 u_int8_t e; u_int16_t f; u_int32_t g;
2092 a = b = c = e = f = g = 1;
2095 AC_DEFINE(HAVE_U_INTXX_T)
2096 AC_DEFINE(HAVE_INTXX_T)
2104 AC_CACHE_CHECK([for u_char], ac_cv_have_u_char, [
2107 #include <sys/types.h>
2109 [ u_char foo; foo = 125; ],
2110 [ ac_cv_have_u_char="yes" ],
2111 [ ac_cv_have_u_char="no" ]
2114 if test "x$ac_cv_have_u_char" = "xyes" ; then
2115 AC_DEFINE(HAVE_U_CHAR)
2120 AC_CHECK_TYPES(sig_atomic_t,,,[#include <signal.h>])
2122 AC_CHECK_TYPES(in_addr_t,,,
2123 [#include <sys/types.h>
2124 #include <netinet/in.h>])
2126 AC_CACHE_CHECK([for size_t], ac_cv_have_size_t, [
2129 #include <sys/types.h>
2131 [ size_t foo; foo = 1235; ],
2132 [ ac_cv_have_size_t="yes" ],
2133 [ ac_cv_have_size_t="no" ]
2136 if test "x$ac_cv_have_size_t" = "xyes" ; then
2137 AC_DEFINE(HAVE_SIZE_T)
2140 AC_CACHE_CHECK([for ssize_t], ac_cv_have_ssize_t, [
2143 #include <sys/types.h>
2145 [ ssize_t foo; foo = 1235; ],
2146 [ ac_cv_have_ssize_t="yes" ],
2147 [ ac_cv_have_ssize_t="no" ]
2150 if test "x$ac_cv_have_ssize_t" = "xyes" ; then
2151 AC_DEFINE(HAVE_SSIZE_T)
2154 AC_CACHE_CHECK([for clock_t], ac_cv_have_clock_t, [
2159 [ clock_t foo; foo = 1235; ],
2160 [ ac_cv_have_clock_t="yes" ],
2161 [ ac_cv_have_clock_t="no" ]
2164 if test "x$ac_cv_have_clock_t" = "xyes" ; then
2165 AC_DEFINE(HAVE_CLOCK_T)
2168 AC_CACHE_CHECK([for sa_family_t], ac_cv_have_sa_family_t, [
2171 #include <sys/types.h>
2172 #include <sys/socket.h>
2174 [ sa_family_t foo; foo = 1235; ],
2175 [ ac_cv_have_sa_family_t="yes" ],
2178 #include <sys/types.h>
2179 #include <sys/socket.h>
2180 #include <netinet/in.h>
2182 [ sa_family_t foo; foo = 1235; ],
2183 [ ac_cv_have_sa_family_t="yes" ],
2185 [ ac_cv_have_sa_family_t="no" ]
2189 if test "x$ac_cv_have_sa_family_t" = "xyes" ; then
2190 AC_DEFINE(HAVE_SA_FAMILY_T)
2193 AC_CACHE_CHECK([for pid_t], ac_cv_have_pid_t, [
2196 #include <sys/types.h>
2198 [ pid_t foo; foo = 1235; ],
2199 [ ac_cv_have_pid_t="yes" ],
2200 [ ac_cv_have_pid_t="no" ]
2203 if test "x$ac_cv_have_pid_t" = "xyes" ; then
2204 AC_DEFINE(HAVE_PID_T)
2207 AC_CACHE_CHECK([for mode_t], ac_cv_have_mode_t, [
2210 #include <sys/types.h>
2212 [ mode_t foo; foo = 1235; ],
2213 [ ac_cv_have_mode_t="yes" ],
2214 [ ac_cv_have_mode_t="no" ]
2217 if test "x$ac_cv_have_mode_t" = "xyes" ; then
2218 AC_DEFINE(HAVE_MODE_T)
2222 AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_have_struct_sockaddr_storage, [
2225 #include <sys/types.h>
2226 #include <sys/socket.h>
2228 [ struct sockaddr_storage s; ],
2229 [ ac_cv_have_struct_sockaddr_storage="yes" ],
2230 [ ac_cv_have_struct_sockaddr_storage="no" ]
2233 if test "x$ac_cv_have_struct_sockaddr_storage" = "xyes" ; then
2234 AC_DEFINE(HAVE_STRUCT_SOCKADDR_STORAGE)
2237 AC_CACHE_CHECK([for struct sockaddr_in6], ac_cv_have_struct_sockaddr_in6, [
2240 #include <sys/types.h>
2241 #include <netinet/in.h>
2243 [ struct sockaddr_in6 s; s.sin6_family = 0; ],
2244 [ ac_cv_have_struct_sockaddr_in6="yes" ],
2245 [ ac_cv_have_struct_sockaddr_in6="no" ]
2248 if test "x$ac_cv_have_struct_sockaddr_in6" = "xyes" ; then
2249 AC_DEFINE(HAVE_STRUCT_SOCKADDR_IN6)
2252 AC_CACHE_CHECK([for struct in6_addr], ac_cv_have_struct_in6_addr, [
2255 #include <sys/types.h>
2256 #include <netinet/in.h>
2258 [ struct in6_addr s; s.s6_addr[0] = 0; ],
2259 [ ac_cv_have_struct_in6_addr="yes" ],
2260 [ ac_cv_have_struct_in6_addr="no" ]
2263 if test "x$ac_cv_have_struct_in6_addr" = "xyes" ; then
2264 AC_DEFINE(HAVE_STRUCT_IN6_ADDR)
2267 AC_CACHE_CHECK([for struct addrinfo], ac_cv_have_struct_addrinfo, [
2270 #include <sys/types.h>
2271 #include <sys/socket.h>
2274 [ struct addrinfo s; s.ai_flags = AI_PASSIVE; ],
2275 [ ac_cv_have_struct_addrinfo="yes" ],
2276 [ ac_cv_have_struct_addrinfo="no" ]
2279 if test "x$ac_cv_have_struct_addrinfo" = "xyes" ; then
2280 AC_DEFINE(HAVE_STRUCT_ADDRINFO)
2283 AC_CACHE_CHECK([for struct timeval], ac_cv_have_struct_timeval, [
2285 [ #include <sys/time.h> ],
2286 [ struct timeval tv; tv.tv_sec = 1;],
2287 [ ac_cv_have_struct_timeval="yes" ],
2288 [ ac_cv_have_struct_timeval="no" ]
2291 if test "x$ac_cv_have_struct_timeval" = "xyes" ; then
2292 AC_DEFINE(HAVE_STRUCT_TIMEVAL)
2293 have_struct_timeval=1
2296 AC_CHECK_TYPES(struct timespec)
2298 # We need int64_t or else certian parts of the compile will fail.
2299 if test "x$ac_cv_have_int64_t" = "xno" && \
2300 test "x$ac_cv_sizeof_long_int" != "x8" && \
2301 test "x$ac_cv_sizeof_long_long_int" = "x0" ; then
2302 echo "OpenSSH requires int64_t support. Contact your vendor or install"
2303 echo "an alternative compiler (I.E., GCC) before continuing."
2307 dnl test snprintf (broken on SCO w/gcc)
2312 #ifdef HAVE_SNPRINTF
2316 char expected_out[50];
2318 #if (SIZEOF_LONG_INT == 8)
2319 long int num = 0x7fffffffffffffff;
2321 long long num = 0x7fffffffffffffffll;
2323 strcpy(expected_out, "9223372036854775807");
2324 snprintf(buf, mazsize, "%lld", num);
2325 if(strcmp(buf, expected_out) != 0)
2332 ]])], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ],
2333 AC_MSG_WARN([cross compiling: Assuming working snprintf()])
2337 dnl Checks for structure members
2338 OSSH_CHECK_HEADER_FOR_FIELD(ut_host, utmp.h, HAVE_HOST_IN_UTMP)
2339 OSSH_CHECK_HEADER_FOR_FIELD(ut_host, utmpx.h, HAVE_HOST_IN_UTMPX)
2340 OSSH_CHECK_HEADER_FOR_FIELD(syslen, utmpx.h, HAVE_SYSLEN_IN_UTMPX)
2341 OSSH_CHECK_HEADER_FOR_FIELD(ut_pid, utmp.h, HAVE_PID_IN_UTMP)
2342 OSSH_CHECK_HEADER_FOR_FIELD(ut_type, utmp.h, HAVE_TYPE_IN_UTMP)
2343 OSSH_CHECK_HEADER_FOR_FIELD(ut_type, utmpx.h, HAVE_TYPE_IN_UTMPX)
2344 OSSH_CHECK_HEADER_FOR_FIELD(ut_tv, utmp.h, HAVE_TV_IN_UTMP)
2345 OSSH_CHECK_HEADER_FOR_FIELD(ut_id, utmp.h, HAVE_ID_IN_UTMP)
2346 OSSH_CHECK_HEADER_FOR_FIELD(ut_id, utmpx.h, HAVE_ID_IN_UTMPX)
2347 OSSH_CHECK_HEADER_FOR_FIELD(ut_addr, utmp.h, HAVE_ADDR_IN_UTMP)
2348 OSSH_CHECK_HEADER_FOR_FIELD(ut_addr, utmpx.h, HAVE_ADDR_IN_UTMPX)
2349 OSSH_CHECK_HEADER_FOR_FIELD(ut_addr_v6, utmp.h, HAVE_ADDR_V6_IN_UTMP)
2350 OSSH_CHECK_HEADER_FOR_FIELD(ut_addr_v6, utmpx.h, HAVE_ADDR_V6_IN_UTMPX)
2351 OSSH_CHECK_HEADER_FOR_FIELD(ut_exit, utmp.h, HAVE_EXIT_IN_UTMP)
2352 OSSH_CHECK_HEADER_FOR_FIELD(ut_time, utmp.h, HAVE_TIME_IN_UTMP)
2353 OSSH_CHECK_HEADER_FOR_FIELD(ut_time, utmpx.h, HAVE_TIME_IN_UTMPX)
2354 OSSH_CHECK_HEADER_FOR_FIELD(ut_tv, utmpx.h, HAVE_TV_IN_UTMPX)
2356 AC_CHECK_MEMBERS([struct stat.st_blksize])
2358 AC_CACHE_CHECK([for ss_family field in struct sockaddr_storage],
2359 ac_cv_have_ss_family_in_struct_ss, [
2362 #include <sys/types.h>
2363 #include <sys/socket.h>
2365 [ struct sockaddr_storage s; s.ss_family = 1; ],
2366 [ ac_cv_have_ss_family_in_struct_ss="yes" ],
2367 [ ac_cv_have_ss_family_in_struct_ss="no" ],
2370 if test "x$ac_cv_have_ss_family_in_struct_ss" = "xyes" ; then
2371 AC_DEFINE(HAVE_SS_FAMILY_IN_SS)
2374 AC_CACHE_CHECK([for __ss_family field in struct sockaddr_storage],
2375 ac_cv_have___ss_family_in_struct_ss, [
2378 #include <sys/types.h>
2379 #include <sys/socket.h>
2381 [ struct sockaddr_storage s; s.__ss_family = 1; ],
2382 [ ac_cv_have___ss_family_in_struct_ss="yes" ],
2383 [ ac_cv_have___ss_family_in_struct_ss="no" ]
2386 if test "x$ac_cv_have___ss_family_in_struct_ss" = "xyes" ; then
2387 AC_DEFINE(HAVE___SS_FAMILY_IN_SS)
2390 AC_CACHE_CHECK([for pw_class field in struct passwd],
2391 ac_cv_have_pw_class_in_struct_passwd, [
2396 [ struct passwd p; p.pw_class = 0; ],
2397 [ ac_cv_have_pw_class_in_struct_passwd="yes" ],
2398 [ ac_cv_have_pw_class_in_struct_passwd="no" ]
2401 if test "x$ac_cv_have_pw_class_in_struct_passwd" = "xyes" ; then
2402 AC_DEFINE(HAVE_PW_CLASS_IN_PASSWD)
2405 AC_CACHE_CHECK([for pw_expire field in struct passwd],
2406 ac_cv_have_pw_expire_in_struct_passwd, [
2411 [ struct passwd p; p.pw_expire = 0; ],
2412 [ ac_cv_have_pw_expire_in_struct_passwd="yes" ],
2413 [ ac_cv_have_pw_expire_in_struct_passwd="no" ]
2416 if test "x$ac_cv_have_pw_expire_in_struct_passwd" = "xyes" ; then
2417 AC_DEFINE(HAVE_PW_EXPIRE_IN_PASSWD)
2420 AC_CACHE_CHECK([for pw_change field in struct passwd],
2421 ac_cv_have_pw_change_in_struct_passwd, [
2426 [ struct passwd p; p.pw_change = 0; ],
2427 [ ac_cv_have_pw_change_in_struct_passwd="yes" ],
2428 [ ac_cv_have_pw_change_in_struct_passwd="no" ]
2431 if test "x$ac_cv_have_pw_change_in_struct_passwd" = "xyes" ; then
2432 AC_DEFINE(HAVE_PW_CHANGE_IN_PASSWD)
2435 dnl make sure we're using the real structure members and not defines
2436 AC_CACHE_CHECK([for msg_accrights field in struct msghdr],
2437 ac_cv_have_accrights_in_msghdr, [
2440 #include <sys/types.h>
2441 #include <sys/socket.h>
2442 #include <sys/uio.h>
2444 #ifdef msg_accrights
2445 #error "msg_accrights is a macro"
2449 m.msg_accrights = 0;
2453 [ ac_cv_have_accrights_in_msghdr="yes" ],
2454 [ ac_cv_have_accrights_in_msghdr="no" ]
2457 if test "x$ac_cv_have_accrights_in_msghdr" = "xyes" ; then
2458 AC_DEFINE(HAVE_ACCRIGHTS_IN_MSGHDR)
2461 AC_CACHE_CHECK([for msg_control field in struct msghdr],
2462 ac_cv_have_control_in_msghdr, [
2465 #include <sys/types.h>
2466 #include <sys/socket.h>
2467 #include <sys/uio.h>
2470 #error "msg_control is a macro"
2478 [ ac_cv_have_control_in_msghdr="yes" ],
2479 [ ac_cv_have_control_in_msghdr="no" ]
2482 if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
2483 AC_DEFINE(HAVE_CONTROL_IN_MSGHDR)
2486 AC_CACHE_CHECK([if libc defines __progname], ac_cv_libc_defines___progname, [
2488 [ extern char *__progname; printf("%s", __progname); ],
2489 [ ac_cv_libc_defines___progname="yes" ],
2490 [ ac_cv_libc_defines___progname="no" ]
2493 if test "x$ac_cv_libc_defines___progname" = "xyes" ; then
2494 AC_DEFINE(HAVE___PROGNAME)
2497 AC_CACHE_CHECK([whether $CC implements __FUNCTION__], ac_cv_cc_implements___FUNCTION__, [
2501 [ printf("%s", __FUNCTION__); ],
2502 [ ac_cv_cc_implements___FUNCTION__="yes" ],
2503 [ ac_cv_cc_implements___FUNCTION__="no" ]
2506 if test "x$ac_cv_cc_implements___FUNCTION__" = "xyes" ; then
2507 AC_DEFINE(HAVE___FUNCTION__)
2510 AC_CACHE_CHECK([whether $CC implements __func__], ac_cv_cc_implements___func__, [
2514 [ printf("%s", __func__); ],
2515 [ ac_cv_cc_implements___func__="yes" ],
2516 [ ac_cv_cc_implements___func__="no" ]
2519 if test "x$ac_cv_cc_implements___func__" = "xyes" ; then
2520 AC_DEFINE(HAVE___func__)
2523 AC_CACHE_CHECK([whether getopt has optreset support],
2524 ac_cv_have_getopt_optreset, [
2529 [ extern int optreset; optreset = 0; ],
2530 [ ac_cv_have_getopt_optreset="yes" ],
2531 [ ac_cv_have_getopt_optreset="no" ]
2534 if test "x$ac_cv_have_getopt_optreset" = "xyes" ; then
2535 AC_DEFINE(HAVE_GETOPT_OPTRESET)
2538 AC_CACHE_CHECK([if libc defines sys_errlist], ac_cv_libc_defines_sys_errlist, [
2540 [ extern const char *const sys_errlist[]; printf("%s", sys_errlist[0]);],
2541 [ ac_cv_libc_defines_sys_errlist="yes" ],
2542 [ ac_cv_libc_defines_sys_errlist="no" ]
2545 if test "x$ac_cv_libc_defines_sys_errlist" = "xyes" ; then
2546 AC_DEFINE(HAVE_SYS_ERRLIST)
2550 AC_CACHE_CHECK([if libc defines sys_nerr], ac_cv_libc_defines_sys_nerr, [
2552 [ extern int sys_nerr; printf("%i", sys_nerr);],
2553 [ ac_cv_libc_defines_sys_nerr="yes" ],
2554 [ ac_cv_libc_defines_sys_nerr="no" ]
2557 if test "x$ac_cv_libc_defines_sys_nerr" = "xyes" ; then
2558 AC_DEFINE(HAVE_SYS_NERR)
2562 # Check whether user wants sectok support
2564 [ --with-sectok Enable smartcard support using libsectok],
2566 if test "x$withval" != "xno" ; then
2567 if test "x$withval" != "xyes" ; then
2568 CPPFLAGS="$CPPFLAGS -I${withval}"
2569 LDFLAGS="$LDFLAGS -L${withval}"
2570 if test ! -z "$need_dash_r" ; then
2571 LDFLAGS="$LDFLAGS -R${withval}"
2573 if test ! -z "$blibpath" ; then
2574 blibpath="$blibpath:${withval}"
2577 AC_CHECK_HEADERS(sectok.h)
2578 if test "$ac_cv_header_sectok_h" != yes; then
2579 AC_MSG_ERROR(Can't find sectok.h)
2581 AC_CHECK_LIB(sectok, sectok_open)
2582 if test "$ac_cv_lib_sectok_sectok_open" != yes; then
2583 AC_MSG_ERROR(Can't find libsectok)
2585 AC_DEFINE(SMARTCARD)
2586 AC_DEFINE(USE_SECTOK)
2587 SCARD_MSG="yes, using sectok"
2592 # Check whether user wants OpenSC support
2595 [--with-opensc[[=PFX]] Enable smartcard support using OpenSC (optionally in PATH)],
2597 if test "x$withval" != "xno" ; then
2598 if test "x$withval" != "xyes" ; then
2599 OPENSC_CONFIG=$withval/bin/opensc-config
2601 AC_PATH_PROG(OPENSC_CONFIG, opensc-config, no)
2603 if test "$OPENSC_CONFIG" != "no"; then
2604 LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags`
2605 LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs`
2606 CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS"
2607 LDFLAGS="$LDFLAGS $LIBOPENSC_LIBS"
2608 AC_DEFINE(SMARTCARD)
2609 AC_DEFINE(USE_OPENSC)
2610 SCARD_MSG="yes, using OpenSC"
2616 # Check libraries needed by DNS fingerprint support
2617 AC_SEARCH_LIBS(getrrsetbyname, resolv,
2618 [AC_DEFINE(HAVE_GETRRSETBYNAME)],
2620 # Needed by our getrrsetbyname()
2621 AC_SEARCH_LIBS(res_query, resolv)
2622 AC_SEARCH_LIBS(dn_expand, resolv)
2623 AC_MSG_CHECKING(if res_query will link)
2624 AC_TRY_LINK_FUNC(res_query, AC_MSG_RESULT(yes),
2627 LIBS="$LIBS -lresolv"
2628 AC_MSG_CHECKING(for res_query in -lresolv)
2633 res_query (0, 0, 0, 0, 0);
2637 [LIBS="$LIBS -lresolv"
2638 AC_MSG_RESULT(yes)],
2642 AC_CHECK_FUNCS(_getshort _getlong)
2643 AC_CHECK_DECLS([_getshort, _getlong], , ,
2644 [#include <sys/types.h>
2645 #include <arpa/nameser.h>])
2646 AC_CHECK_MEMBER(HEADER.ad,
2647 [AC_DEFINE(HAVE_HEADER_AD)],,
2648 [#include <arpa/nameser.h>])
2651 # Check whether user wants Kerberos 5 support
2653 AC_ARG_WITH(kerberos5,
2654 [ --with-kerberos5=PATH Enable Kerberos 5 support],
2655 [ if test "x$withval" != "xno" ; then
2656 if test "x$withval" = "xyes" ; then
2657 KRB5ROOT="/usr/local"
2665 AC_MSG_CHECKING(for krb5-config)
2666 if test -x $KRB5ROOT/bin/krb5-config ; then
2667 KRB5CONF=$KRB5ROOT/bin/krb5-config
2668 AC_MSG_RESULT($KRB5CONF)
2670 AC_MSG_CHECKING(for gssapi support)
2671 if $KRB5CONF | grep gssapi >/dev/null ; then
2679 K5CFLAGS="`$KRB5CONF --cflags $k5confopts`"
2680 K5LIBS="`$KRB5CONF --libs $k5confopts`"
2681 CPPFLAGS="$CPPFLAGS $K5CFLAGS"
2682 AC_MSG_CHECKING(whether we are using Heimdal)
2683 AC_TRY_COMPILE([ #include <krb5.h> ],
2684 [ char *tmp = heimdal_version; ],
2685 [ AC_MSG_RESULT(yes)
2686 AC_DEFINE(HEIMDAL) ],
2691 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include"
2692 LDFLAGS="$LDFLAGS -L${KRB5ROOT}/lib"
2693 AC_MSG_CHECKING(whether we are using Heimdal)
2694 AC_TRY_COMPILE([ #include <krb5.h> ],
2695 [ char *tmp = heimdal_version; ],
2696 [ AC_MSG_RESULT(yes)
2698 K5LIBS="-lkrb5 -ldes"
2699 K5LIBS="$K5LIBS -lcom_err -lasn1"
2700 AC_CHECK_LIB(roken, net_write,
2701 [K5LIBS="$K5LIBS -lroken"])
2704 K5LIBS="-lkrb5 -lk5crypto -lcom_err"
2707 AC_SEARCH_LIBS(dn_expand, resolv)
2709 AC_CHECK_LIB(gssapi,gss_init_sec_context,
2711 K5LIBS="-lgssapi $K5LIBS" ],
2712 [ AC_CHECK_LIB(gssapi_krb5,gss_init_sec_context,
2714 K5LIBS="-lgssapi_krb5 $K5LIBS" ],
2715 AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]),
2720 AC_CHECK_HEADER(gssapi.h, ,
2721 [ unset ac_cv_header_gssapi_h
2722 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi"
2723 AC_CHECK_HEADERS(gssapi.h, ,
2724 AC_MSG_WARN([Cannot find any suitable gss-api header - build may fail])
2730 CPPFLAGS="$CPPFLAGS -I${KRB5ROOT}/include/gssapi"
2731 AC_CHECK_HEADER(gssapi_krb5.h, ,
2732 [ CPPFLAGS="$oldCPP" ])
2735 if test ! -z "$need_dash_r" ; then
2736 LDFLAGS="$LDFLAGS -R${KRB5ROOT}/lib"
2738 if test ! -z "$blibpath" ; then
2739 blibpath="$blibpath:${KRB5ROOT}/lib"
2743 AC_CHECK_HEADERS(gssapi.h gssapi/gssapi.h)
2744 AC_CHECK_HEADERS(gssapi_krb5.h gssapi/gssapi_krb5.h)
2745 AC_CHECK_HEADERS(gssapi_generic.h gssapi/gssapi_generic.h)
2747 LIBS="$LIBS $K5LIBS"
2748 AC_SEARCH_LIBS(k_hasafs, kafs, AC_DEFINE(USE_AFS))
2752 # Looking for programs, paths and files
2754 PRIVSEP_PATH=/var/empty
2755 AC_ARG_WITH(privsep-path,
2756 [ --with-privsep-path=xxx Path for privilege separation chroot (default=/var/empty)],
2758 if test -n "$withval" && test "x$withval" != "xno" && \
2759 test "x${withval}" != "xyes"; then
2760 PRIVSEP_PATH=$withval
2764 AC_SUBST(PRIVSEP_PATH)
2767 [ --with-xauth=PATH Specify path to xauth program ],
2769 if test -n "$withval" && test "x$withval" != "xno" && \
2770 test "x${withval}" != "xyes"; then
2776 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
2777 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
2778 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
2779 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
2780 AC_PATH_PROG(xauth_path, xauth, , $TestPath)
2781 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
2782 xauth_path="/usr/openwin/bin/xauth"
2788 AC_ARG_ENABLE(strip,
2789 [ --disable-strip Disable calling strip(1) on install],
2791 if test "x$enableval" = "xno" ; then
2798 if test -z "$xauth_path" ; then
2799 XAUTH_PATH="undefined"
2800 AC_SUBST(XAUTH_PATH)
2802 AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path")
2803 XAUTH_PATH=$xauth_path
2804 AC_SUBST(XAUTH_PATH)
2807 # Check for mail directory (last resort if we cannot get it from headers)
2808 if test ! -z "$MAIL" ; then
2809 maildir=`dirname $MAIL`
2810 AC_DEFINE_UNQUOTED(MAIL_DIRECTORY, "$maildir")
2813 if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then
2814 AC_MSG_WARN([cross compiling: Disabling /dev/ptmx test])
2815 disable_ptmx_check=yes
2817 if test -z "$no_dev_ptmx" ; then
2818 if test "x$disable_ptmx_check" != "xyes" ; then
2819 AC_CHECK_FILE("/dev/ptmx",
2821 AC_DEFINE_UNQUOTED(HAVE_DEV_PTMX)
2828 if test ! -z "$cross_compiling" && test "x$cross_compiling" != "xyes"; then
2829 AC_CHECK_FILE("/dev/ptc",
2831 AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)
2836 AC_MSG_WARN([cross compiling: Disabling /dev/ptc test])
2839 # Options from here on. Some of these are preset by platform above
2840 AC_ARG_WITH(mantype,
2841 [ --with-mantype=man|cat|doc Set man page type],
2848 AC_MSG_ERROR(invalid man type: $withval)
2853 if test -z "$MANTYPE"; then
2854 TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb"
2855 AC_PATH_PROGS(NROFF, nroff awf, /bin/false, $TestPath)
2856 if ${NROFF} -mdoc ${srcdir}/ssh.1 >/dev/null 2>&1; then
2858 elif ${NROFF} -man ${srcdir}/ssh.1 >/dev/null 2>&1; then
2865 if test "$MANTYPE" = "doc"; then
2872 # Check whether to enable MD5 passwords
2874 AC_ARG_WITH(md5-passwords,
2875 [ --with-md5-passwords Enable use of MD5 passwords],
2877 if test "x$withval" != "xno" ; then
2878 AC_DEFINE(HAVE_MD5_PASSWORDS)
2884 # Whether to disable shadow password support
2886 [ --without-shadow Disable shadow password support],
2888 if test "x$withval" = "xno" ; then
2889 AC_DEFINE(DISABLE_SHADOW)
2895 if test -z "$disable_shadow" ; then
2896 AC_MSG_CHECKING([if the systems has expire shadow information])
2899 #include <sys/types.h>
2902 ],[ sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; ],
2903 [ sp_expire_available=yes ], []
2906 if test "x$sp_expire_available" = "xyes" ; then
2908 AC_DEFINE(HAS_SHADOW_EXPIRE)
2914 # Use ip address instead of hostname in $DISPLAY
2915 if test ! -z "$IPADDR_IN_DISPLAY" ; then
2916 DISPLAY_HACK_MSG="yes"
2917 AC_DEFINE(IPADDR_IN_DISPLAY)
2919 DISPLAY_HACK_MSG="no"
2920 AC_ARG_WITH(ipaddr-display,
2921 [ --with-ipaddr-display Use ip address instead of hostname in \$DISPLAY],
2923 if test "x$withval" != "xno" ; then
2924 AC_DEFINE(IPADDR_IN_DISPLAY)
2925 DISPLAY_HACK_MSG="yes"
2931 # check for /etc/default/login and use it if present.
2932 AC_ARG_ENABLE(etc-default-login,
2933 [ --disable-etc-default-login Disable using PATH from /etc/default/login [no]],
2934 [ if test "x$enableval" = "xno"; then
2935 AC_MSG_NOTICE([/etc/default/login handling disabled])
2936 etc_default_login=no
2938 etc_default_login=yes
2940 [ etc_default_login=yes ]
2943 if test "x$etc_default_login" != "xno"; then
2944 AC_CHECK_FILE("/etc/default/login",
2945 [ external_path_file=/etc/default/login ])
2946 if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes";
2948 AC_MSG_WARN([cross compiling: Disabling /etc/default/login test])
2949 elif test "x$external_path_file" = "x/etc/default/login"; then
2950 AC_DEFINE(HAVE_ETC_DEFAULT_LOGIN)
2954 dnl BSD systems use /etc/login.conf so --with-default-path= has no effect
2955 if test $ac_cv_func_login_getcapbool = "yes" && \
2956 test $ac_cv_header_login_cap_h = "yes" ; then
2957 external_path_file=/etc/login.conf
2960 # Whether to mess with the default path
2961 SERVER_PATH_MSG="(default)"
2962 AC_ARG_WITH(default-path,
2963 [ --with-default-path= Specify default \$PATH environment for server],
2965 if test "x$external_path_file" = "x/etc/login.conf" ; then
2967 --with-default-path=PATH has no effect on this system.
2968 Edit /etc/login.conf instead.])
2969 elif test "x$withval" != "xno" ; then
2970 if test ! -z "$external_path_file" ; then
2972 --with-default-path=PATH will only be used if PATH is not defined in
2973 $external_path_file .])
2975 user_path="$withval"
2976 SERVER_PATH_MSG="$withval"
2979 [ if test "x$external_path_file" = "x/etc/login.conf" ; then
2980 AC_MSG_WARN([Make sure the path to scp is in /etc/login.conf])
2982 if test ! -z "$external_path_file" ; then
2984 If PATH is defined in $external_path_file, ensure the path to scp is included,
2985 otherwise scp will not work.])
2989 /* find out what STDPATH is */
2994 #ifndef _PATH_STDPATH
2995 # ifdef _PATH_USERPATH /* Irix */
2996 # define _PATH_STDPATH _PATH_USERPATH
2998 # define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
3001 #include <sys/types.h>
3002 #include <sys/stat.h>
3004 #define DATA "conftest.stdpath"
3011 fd = fopen(DATA,"w");
3015 if ((rc = fprintf(fd,"%s", _PATH_STDPATH)) < 0)
3020 ], [ user_path=`cat conftest.stdpath` ],
3021 [ user_path="/usr/bin:/bin:/usr/sbin:/sbin" ],
3022 [ user_path="/usr/bin:/bin:/usr/sbin:/sbin" ]
3024 # make sure $bindir is in USER_PATH so scp will work
3025 t_bindir=`eval echo ${bindir}`
3027 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
3030 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$ac_default_prefix~"` ;;
3032 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
3033 if test $? -ne 0 ; then
3034 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
3035 if test $? -ne 0 ; then
3036 user_path=$user_path:$t_bindir
3037 AC_MSG_RESULT(Adding $t_bindir to USER_PATH so scp will work)
3042 if test "x$external_path_file" != "x/etc/login.conf" ; then
3043 AC_DEFINE_UNQUOTED(USER_PATH, "$user_path")
3047 # Set superuser path separately to user path
3048 AC_ARG_WITH(superuser-path,
3049 [ --with-superuser-path= Specify different path for super-user],
3051 if test -n "$withval" && test "x$withval" != "xno" && \
3052 test "x${withval}" != "xyes"; then
3053 AC_DEFINE_UNQUOTED(SUPERUSER_PATH, "$withval")
3054 superuser_path=$withval
3060 AC_MSG_CHECKING([if we need to convert IPv4 in IPv6-mapped addresses])
3061 IPV4_IN6_HACK_MSG="no"
3063 [ --with-4in6 Check for and convert IPv4 in IPv6 mapped addresses],
3065 if test "x$withval" != "xno" ; then
3067 AC_DEFINE(IPV4_IN_IPV6)
3068 IPV4_IN6_HACK_MSG="yes"
3073 if test "x$inet6_default_4in6" = "xyes"; then
3074 AC_MSG_RESULT([yes (default)])
3075 AC_DEFINE(IPV4_IN_IPV6)
3076 IPV4_IN6_HACK_MSG="yes"
3078 AC_MSG_RESULT([no (default)])
3083 # Whether to enable BSD auth support
3085 AC_ARG_WITH(bsd-auth,
3086 [ --with-bsd-auth Enable BSD auth support],
3088 if test "x$withval" != "xno" ; then
3095 # Where to place sshd.pid
3097 # make sure the directory exists
3098 if test ! -d $piddir ; then
3099 piddir=`eval echo ${sysconfdir}`
3101 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
3105 AC_ARG_WITH(pid-dir,
3106 [ --with-pid-dir=PATH Specify location of ssh.pid file],
3108 if test -n "$withval" && test "x$withval" != "xno" && \
3109 test "x${withval}" != "xyes"; then
3111 if test ! -d $piddir ; then
3112 AC_MSG_WARN([** no $piddir directory on this system **])
3118 AC_DEFINE_UNQUOTED(_PATH_SSH_PIDDIR, "$piddir")
3121 dnl allow user to disable some login recording features
3122 AC_ARG_ENABLE(lastlog,
3123 [ --disable-lastlog disable use of lastlog even if detected [no]],
3125 if test "x$enableval" = "xno" ; then
3126 AC_DEFINE(DISABLE_LASTLOG)
3131 [ --disable-utmp disable use of utmp even if detected [no]],
3133 if test "x$enableval" = "xno" ; then
3134 AC_DEFINE(DISABLE_UTMP)
3138 AC_ARG_ENABLE(utmpx,
3139 [ --disable-utmpx disable use of utmpx even if detected [no]],
3141 if test "x$enableval" = "xno" ; then
3142 AC_DEFINE(DISABLE_UTMPX)
3147 [ --disable-wtmp disable use of wtmp even if detected [no]],
3149 if test "x$enableval" = "xno" ; then
3150 AC_DEFINE(DISABLE_WTMP)
3154 AC_ARG_ENABLE(wtmpx,
3155 [ --disable-wtmpx disable use of wtmpx even if detected [no]],
3157 if test "x$enableval" = "xno" ; then
3158 AC_DEFINE(DISABLE_WTMPX)
3162 AC_ARG_ENABLE(libutil,
3163 [ --disable-libutil disable use of libutil (login() etc.) [no]],
3165 if test "x$enableval" = "xno" ; then
3166 AC_DEFINE(DISABLE_LOGIN)
3170 AC_ARG_ENABLE(pututline,
3171 [ --disable-pututline disable use of pututline() etc. ([uw]tmp) [no]],
3173 if test "x$enableval" = "xno" ; then
3174 AC_DEFINE(DISABLE_PUTUTLINE)
3178 AC_ARG_ENABLE(pututxline,
3179 [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]],
3181 if test "x$enableval" = "xno" ; then
3182 AC_DEFINE(DISABLE_PUTUTXLINE)
3186 AC_ARG_WITH(lastlog,
3187 [ --with-lastlog=FILE|DIR specify lastlog location [common locations]],
3189 if test "x$withval" = "xno" ; then
3190 AC_DEFINE(DISABLE_LASTLOG)
3191 elif test -n "$withval" && test "x${withval}" != "xyes"; then
3192 conf_lastlog_location=$withval
3197 dnl lastlog, [uw]tmpx? detection
3198 dnl NOTE: set the paths in the platform section to avoid the
3199 dnl need for command-line parameters
3200 dnl lastlog and [uw]tmp are subject to a file search if all else fails
3202 dnl lastlog detection
3203 dnl NOTE: the code itself will detect if lastlog is a directory
3204 AC_MSG_CHECKING([if your system defines LASTLOG_FILE])
3206 #include <sys/types.h>
3208 #ifdef HAVE_LASTLOG_H
3209 # include <lastlog.h>
3218 [ char *lastlog = LASTLOG_FILE; ],
3219 [ AC_MSG_RESULT(yes) ],
3222 AC_MSG_CHECKING([if your system defines _PATH_LASTLOG])
3224 #include <sys/types.h>
3226 #ifdef HAVE_LASTLOG_H
3227 # include <lastlog.h>
3233 [ char *lastlog = _PATH_LASTLOG; ],
3234 [ AC_MSG_RESULT(yes) ],
3237 system_lastlog_path=no
3242 if test -z "$conf_lastlog_location"; then
3243 if test x"$system_lastlog_path" = x"no" ; then
3244 for f in /var/log/lastlog /usr/adm/lastlog /var/adm/lastlog /etc/security/lastlog ; do
3245 if (test -d "$f" || test -f "$f") ; then
3246 conf_lastlog_location=$f
3249 if test -z "$conf_lastlog_location"; then
3250 AC_MSG_WARN([** Cannot find lastlog **])
3251 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
3256 if test -n "$conf_lastlog_location"; then
3257 AC_DEFINE_UNQUOTED(CONF_LASTLOG_FILE, "$conf_lastlog_location")
3261 AC_MSG_CHECKING([if your system defines UTMP_FILE])
3263 #include <sys/types.h>
3269 [ char *utmp = UTMP_FILE; ],
3270 [ AC_MSG_RESULT(yes) ],
3272 system_utmp_path=no ]
3274 if test -z "$conf_utmp_location"; then
3275 if test x"$system_utmp_path" = x"no" ; then
3276 for f in /etc/utmp /usr/adm/utmp /var/run/utmp; do
3277 if test -f $f ; then
3278 conf_utmp_location=$f
3281 if test -z "$conf_utmp_location"; then
3282 AC_DEFINE(DISABLE_UTMP)
3286 if test -n "$conf_utmp_location"; then
3287 AC_DEFINE_UNQUOTED(CONF_UTMP_FILE, "$conf_utmp_location")
3291 AC_MSG_CHECKING([if your system defines WTMP_FILE])
3293 #include <sys/types.h>
3299 [ char *wtmp = WTMP_FILE; ],
3300 [ AC_MSG_RESULT(yes) ],
3302 system_wtmp_path=no ]
3304 if test -z "$conf_wtmp_location"; then
3305 if test x"$system_wtmp_path" = x"no" ; then
3306 for f in /usr/adm/wtmp /var/log/wtmp; do
3307 if test -f $f ; then
3308 conf_wtmp_location=$f
3311 if test -z "$conf_wtmp_location"; then
3312 AC_DEFINE(DISABLE_WTMP)
3316 if test -n "$conf_wtmp_location"; then
3317 AC_DEFINE_UNQUOTED(CONF_WTMP_FILE, "$conf_wtmp_location")
3321 dnl utmpx detection - I don't know any system so perverse as to require
3322 dnl utmpx, but not define UTMPX_FILE (ditto wtmpx.) No doubt it's out
3324 AC_MSG_CHECKING([if your system defines UTMPX_FILE])
3326 #include <sys/types.h>
3335 [ char *utmpx = UTMPX_FILE; ],
3336 [ AC_MSG_RESULT(yes) ],
3338 system_utmpx_path=no ]
3340 if test -z "$conf_utmpx_location"; then
3341 if test x"$system_utmpx_path" = x"no" ; then
3342 AC_DEFINE(DISABLE_UTMPX)
3345 AC_DEFINE_UNQUOTED(CONF_UTMPX_FILE, "$conf_utmpx_location")
3349 AC_MSG_CHECKING([if your system defines WTMPX_FILE])
3351 #include <sys/types.h>
3360 [ char *wtmpx = WTMPX_FILE; ],
3361 [ AC_MSG_RESULT(yes) ],
3363 system_wtmpx_path=no ]
3365 if test -z "$conf_wtmpx_location"; then
3366 if test x"$system_wtmpx_path" = x"no" ; then
3367 AC_DEFINE(DISABLE_WTMPX)
3370 AC_DEFINE_UNQUOTED(CONF_WTMPX_FILE, "$conf_wtmpx_location")
3374 if test ! -z "$blibpath" ; then
3375 LDFLAGS="$LDFLAGS $blibflags$blibpath"
3376 AC_MSG_WARN([Please check and edit blibpath in LDFLAGS in Makefile])
3379 dnl remove pam and dl because they are in $LIBPAM
3380 if test "$PAM_MSG" = yes ; then
3381 LIBS=`echo $LIBS | sed 's/-lpam //'`
3383 if test "$ac_cv_lib_pam_pam_set_item" = yes ; then
3384 LIBS=`echo $LIBS | sed 's/-ldl //'`
3387 dnl Adding -Werror to CFLAGS early prevents configure tests from running.
3389 CFLAGS="$CFLAGS $werror_flags"
3392 AC_CONFIG_FILES([Makefile buildpkg.sh opensshd.init openbsd-compat/Makefile \
3393 scard/Makefile ssh_prng_cmds survey.sh])
3396 # Print summary of options
3398 # Someone please show me a better way :)
3399 A=`eval echo ${prefix}` ; A=`eval echo ${A}`
3400 B=`eval echo ${bindir}` ; B=`eval echo ${B}`
3401 C=`eval echo ${sbindir}` ; C=`eval echo ${C}`
3402 D=`eval echo ${sysconfdir}` ; D=`eval echo ${D}`
3403 E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}`
3404 F=`eval echo ${mandir}/${mansubdir}X` ; F=`eval echo ${F}`
3405 G=`eval echo ${piddir}` ; G=`eval echo ${G}`
3406 H=`eval echo ${PRIVSEP_PATH}` ; H=`eval echo ${H}`
3407 I=`eval echo ${user_path}` ; I=`eval echo ${I}`
3408 J=`eval echo ${superuser_path}` ; J=`eval echo ${J}`
3411 echo "OpenSSH has been configured with the following options:"
3412 echo " User binaries: $B"
3413 echo " System binaries: $C"
3414 echo " Configuration files: $D"
3415 echo " Askpass program: $E"
3416 echo " Manual pages: $F"
3417 echo " PID file: $G"
3418 echo " Privilege separation chroot path: $H"
3419 if test "x$external_path_file" = "x/etc/login.conf" ; then
3420 echo " At runtime, sshd will use the path defined in $external_path_file"
3421 echo " Make sure the path to scp is present, otherwise scp will not work"
3423 echo " sshd default user PATH: $I"
3424 if test ! -z "$external_path_file"; then
3425 echo " (If PATH is set in $external_path_file it will be used instead. If"
3426 echo " used, ensure the path to scp is present, otherwise scp will not work.)"
3429 if test ! -z "$superuser_path" ; then
3430 echo " sshd superuser user PATH: $J"
3432 echo " Manpage format: $MANTYPE"
3433 echo " PAM support: $PAM_MSG"
3434 echo " KerberosV support: $KRB5_MSG"
3435 echo " Smartcard support: $SCARD_MSG"
3436 echo " S/KEY support: $SKEY_MSG"
3437 echo " TCP Wrappers support: $TCPW_MSG"
3438 echo " MD5 password support: $MD5_MSG"
3439 echo " libedit support: $LIBEDIT_MSG"
3440 echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
3441 echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
3442 echo " BSD Auth support: $BSD_AUTH_MSG"
3443 echo " Random number source: $RAND_MSG"
3444 if test ! -z "$USE_RAND_HELPER" ; then
3445 echo " ssh-rand-helper collects from: $RAND_HELPER_MSG"
3450 echo " Host: ${host}"
3451 echo " Compiler: ${CC}"
3452 echo " Compiler flags: ${CFLAGS}"
3453 echo "Preprocessor flags: ${CPPFLAGS}"
3454 echo " Linker flags: ${LDFLAGS}"
3455 echo " Libraries: ${LIBWRAP} ${LIBPAM} ${LIBS}"
3459 if test "x$MAKE_PACKAGE_SUPPORTED" = "xyes" ; then
3460 echo "SVR4 style packages are supported with \"make package\""
3464 if test "x$PAM_MSG" = "xyes" ; then
3465 echo "PAM is enabled. You may need to install a PAM control file "
3466 echo "for sshd, otherwise password authentication may fail. "
3467 echo "Example PAM control files can be found in the contrib/ "
3472 if test ! -z "$RAND_HELPER_CMDHASH" ; then
3473 echo "WARNING: you are using the builtin random number collection "
3474 echo "service. Please read WARNING.RNG and request that your OS "
3475 echo "vendor includes kernel-based random number collection in "
3476 echo "future versions of your OS."
3480 if test ! -z "$NO_PEERCHECK" ; then
3481 echo "WARNING: the operating system that you are using does not "
3482 echo "appear to support either the getpeereid() API nor the "
3483 echo "SO_PEERCRED getsockopt() option. These facilities are used to "
3484 echo "enforce security checks to prevent unauthorised connections to "
3485 echo "ssh-agent. Their absence increases the risk that a malicious "
3486 echo "user can connect to your agent. "
3490 if test "$AUDIT_MODULE" = "bsm" ; then
3491 echo "WARNING: BSM audit support is currently considered EXPERIMENTAL."
3492 echo "See the Solaris section in README.platform for details."