Lines Matching +full:- +full:- +full:yes
26 if test "$ac_cv___attribute__" = "yes"; then
30 if test "$ac_cv___attribute___format" = "yes"; then
39 if test "$ac_cv_header_net_pfvar_h" = yes; then
44 if test "$ac_cv_header_net_if_pflog_h" = yes; then
45 LOCALSRC="print-pflog.c $LOCALSRC"
50 if test "$ac_cv_header_netinet_if_ether_h" != yes; then
74 AC_HELP_STRING([--disable-universal],[don't build universal on OS X]))
80 # Leopard. Build for x86 and 32-bit PowerPC, with
83 V_CCOPT="$V_CCOPT -arch i386 -arch ppc"
84 LDFLAGS="$LDFLAGS -arch i386 -arch ppc"
89 # Snow Leopard. Build for x86-64 and x86, with
90 # x86-64 first. (That's what Apple does.)
92 V_CCOPT="$V_CCOPT -arch x86_64 -arch i386"
93 LDFLAGS="$LDFLAGS -arch x86_64 -arch i386"
102 [ --with-smi link with libsmi (allows to load MIBs on the fly to decode SNMP packets.…
103 --without-smi don't link with libsmi],,
104 with_smi=yes)
119 LIBS="-lsmi $LIBS"
135 if (required < current - age || required > current)
141 AC_MSG_RESULT(yes)
153 1) AC_MSG_RESULT(no - smiInit failed) ;;
154 2) AC_MSG_RESULT(no - header/library version mismatch) ;;
155 3) AC_MSG_RESULT(no - can't determine library version) ;;
156 4) AC_MSG_RESULT(no - too old) ;;
162 AC_MSG_RESULT(not when cross-compiling)
170 AC_MSG_CHECKING([whether to enable the possibly-buggy SMB printer])
172 [ --enable-smb enable possibly-buggy SMB printer [default=yes]
173 --disable-smb disable possibly-buggy SMB printer],,
174 enableval=yes)
176 yes) AC_MSG_RESULT(yes)
179 [define if you want to build the possibly-buggy SMB printer])
180 LOCALSRC="print-smb.c smbutil.c $LOCALSRC"
186 AC_ARG_WITH(user, [ --with-user=USERNAME drop privileges by default to USERNAME])
188 if test ! -z "$with_user" ; then
196 AC_ARG_WITH(chroot, [ --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY])
198 if test ! -z "$with_chroot" && test "$with_chroot" != "no" ; then
206 AC_ARG_WITH(sandbox-capsicum,
207 AS_HELP_STRING([--with-sandbox-capsicum],
208 [use Capsicum security functions @<:@default=yes, if available@:>@]))
211 # ac_lbl_capsicum_function_seen to yes; if any are not, set
212 # ac_lbl_capsicum_function_not_seen to yes.
221 # XXX - do we need to check for all of them, or are there some that, if
224 if test ! -z "$with_sandbox-capsicum" && test "$with_sandbox-capsicum" != "no" ; then
226 ac_lbl_capsicum_function_seen=yes,
227 ac_lbl_capsicum_function_not_seen=yes)
230 if test "x$ac_lbl_capsicum_function_seen" = "xyes" -a "x$ac_lbl_capsicum_function_not_seen" != "xye…
232 AC_MSG_RESULT(yes)
271 AC_MSG_RESULT(yes)
274 ipv6=yes
286 if test "$ipv6" = "yes"; then
288 for i in inria kame linux-glibc linux-libinet6 toshiba v6d zeta; do
292 AC_EGREP_CPP(yes,
295 yes
301 AC_EGREP_CPP(yes,
304 yes
309 ipv6trylibc=yes])
311 linux-glibc)
313 AC_EGREP_CPP(yes,
316 yes
320 linux-libinet6)
326 if test -d /usr/inet6 -o -f /usr/include/netinet/ip6.h; then
330 ipv6trylibc=yes;
331 CFLAGS="-I/usr/inet6/include $CFLAGS"
335 AC_EGREP_CPP(yes,
338 yes
345 AC_EGREP_CPP(yes,
348 yes
353 CFLAGS="-I/usr/local/v6/include $CFLAGS"])
356 AC_EGREP_CPP(yes,
359 yes
373 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
374 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
375 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
378 if test "$ipv6trylibc" = "yes"; then
392 td_cv_decl_netdnet_dnetdb_h_dnet_htoa=yes,
394 if test "$td_cv_decl_netdnet_dnetdb_h_dnet_htoa" = yes; then
405 [needsnprintf=yes])
406 if test $needsnprintf = yes; then
415 AC_CHECK_LIB(rpc, main) dnl It's unclear why we might need -lrpc
417 dnl Some platforms may need -lnsl for getrpcbynumber.
425 # libraries (e.g., "-lsocket -lnsl" on Solaris).
455 [ac_cv_buggy_ether_ntohost=yes],
456 [ac_cv_buggy_ether_ntohost="not while cross-compiling"])])
462 if test "$ac_cv_func_ether_ntohost" = yes -a \
467 if test "$ac_cv_header_netinet_if_ether_h" = yes; then
469 # Yes. Does it declare ether_ntohost()?
490 if test "$ac_cv_have_decl_ether_ntohost" != yes; then
495 if test "$ac_cv_header_netinet_ether_h" = yes; then
497 # We have it - does it declare ether_ntohost()?
516 if test "$ac_cv_have_decl_ether_ntohost" != yes; then
543 AC_CHECK_LIB(dlpi, dlpi_walk, LIBS="$LIBS -ldlpi" LDFLAGS="-L/lib $LDFLAGS", ,-L/lib)
599 if test $ac_cv_func_pcap_create = "yes" ; then
617 if test $ac_cv_func_pcap_findalldevs = "yes" ; then
635 ac_lbl_cv_pcap_version_defined=yes,
637 if test "$ac_lbl_cv_pcap_version_defined" = yes ; then
638 AC_MSG_RESULT(yes)
661 ac_lbl_cv_pcap_debug_defined=yes,
663 if test "$ac_lbl_cv_pcap_debug_defined" = yes ; then
664 AC_MSG_RESULT(yes)
678 ac_lbl_cv_yydebug_defined=yes,
680 if test "$ac_lbl_cv_yydebug_defined" = yes ; then
681 AC_MSG_RESULT(yes)
692 if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
747 if test -f /dev/bpf0 ; then
752 # Make sure we have definitions for all the C99 specified-width types
771 # Define the old BSD specified-width types in terms of the C99 types;
827 AC_MSG_RESULT(yes)
828 ac_lbl_inttypes_h_defines_formats=yes
851 AC_MSG_ERROR([neither %llx nor %Lx nor %qx worked on a 64-bit integer])
867 AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"])
868 AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"])
869 AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
886 AS_HELP_STRING([--with-crypto]@<:@=DIR@:>@,
887 …[use OpenSSL/libressl libcrypto (located in directory DIR, if specified) @<:@default=yes, if avail…
894 elif test $withval = yes
898 want_libcrypto=yes
899 AC_MSG_RESULT(yes)
903 want_libcrypto=yes
905 AC_MSG_RESULT([yes, using the version installed in $withval])
911 CFLAGS="-I$withval/include $CFLAGS"
912 LIBS="-L$withval/lib $LIBS"
920 AC_MSG_RESULT([yes, if available])
935 if test "$ac_cv_lib_crypto_DES_cbc_encrypt" = "yes"; then
962 # Check for libcap-ng
963 AC_MSG_CHECKING(whether to use libcap-ng)
967 AS_HELP_STRING([--with-cap-ng],
968 [use libcap-ng @<:@default=yes, if available@:>@]),
974 elif test $withval = yes
976 want_libcap_ng=yes
977 AC_MSG_RESULT(yes)
981 # Use libcap-ng if it's present, otherwise don't.
984 AC_MSG_RESULT([yes, if available])
987 AC_CHECK_LIB(cap-ng, capng_change_id)
988 AC_CHECK_HEADERS(cap-ng.h)
993 if test "$missing_includes" = "yes"; then
994 CPPFLAGS="$CPPFLAGS -I$srcdir/missing"
995 V_INCLS="$V_INCLS -I$srcdir/missing"
1011 AC_OUTPUT_COMMANDS([if test -f .devel; then
1012 echo timestamp > stamp-h
1013 cat Makefile-devel-adds >> Makefile