Lines Matching refs:we

53 	# Do we need to include <net/if.h> first?
54 # Unset ac_cv_header_netinet_if_ether_h so we don't
110 # OK, we found smi.h. Do we have libsmi with smiInit?
115 # OK, we have libsmi with smiInit. Can we use it?
218 # All of the ones we check for must be available in order to enable
221 # XXX - do we need to check for all of them, or are there some that, if
246 # If they aren't both defined, we don't have sufficient OS
247 # support for IPv6, so we don't look for IPv6 support libraries,
248 # and we define AF_INET6 and struct in6_addr ourselves.
415 AC_CHECK_LIB(rpc, main) dnl It's unclear why we might need -lrpc
424 # Check for these after AC_LBL_LIBPCAP, so we link with the appropriate
465 # OK, we have ether_ntohost(). Do we have <netinet/if_ether.h>?
498 # Unset ac_cv_have_decl_ether_ntohost so we don't
518 # No, we'll have to declare it ourselves.
519 # Do we have "struct ether_addr"?
594 # Do we have the new open API? Check for pcap_create, and assume that,
595 # if we do, we also have pcap_activate() and the other new routines
601 # OK, do we have pcap_set_tstamp_type? If so, assume we have
606 # And do we have pcap_set_tstamp_precision? If so, we assume
607 # we also have pcap_open_offline_with_tstamp_precision.
613 # Check for a miscellaneous collection of functions which we use
614 # if we have them.
651 # OK, we don't have pcap_set_parser_debug() to set the libpcap
652 # filter expression parser debug flag; can we directly set the
752 # Make sure we have definitions for all the C99 specified-width types
765 # Make sure we have a definition for C99's uintptr_t (regardless of
772 # we may need them with libpcap include files.
805 # OK, we have inttypes.h, but does it define all the PRI[doxu]64 macros?
862 # Those headers use the {u_}intN_t types, so we must do this after
863 # we check for what's needed to get them defined.
924 # Don't check for libcrypto unless we have its headers;
940 # 1) do we have EVP_CIPHER_CTX_new?
941 # If so, we use it to allocate an
943 # opaque; otherwise, we allocate it ourselves.
945 # 2) do we have EVP_CipherInit_ex()?
946 # If so, we use it, because we need to be