Diff for /embedaddon/arping/config.h.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 16:26:43 version 1.1.1.3, 2016/10/18 13:16:10
Line 3 Line 3
 /* Define to 1 if you have the <arpa/inet.h> header file. */  /* Define to 1 if you have the <arpa/inet.h> header file. */
 #undef HAVE_ARPA_INET_H  #undef HAVE_ARPA_INET_H
   
   /* Define to 1 if you have the `cap_init' function. */
   #undef HAVE_CAP_INIT
   
 /* Monotonic clock */  /* Monotonic clock */
 #undef HAVE_CLOCK_MONOTONIC  #undef HAVE_CLOCK_MONOTONIC
   
Line 15 Line 18
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
   /* Define to 1 if you have the `cap' library (-lcap). */
   #undef HAVE_LIBCAP
   
 /* Define to 1 if you have the `m' library (-lm). */  /* Define to 1 if you have the `m' library (-lm). */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 48 Line 54
 /* Define to 1 if you have the <net/bpf.h> header file. */  /* Define to 1 if you have the <net/bpf.h> header file. */
 #undef HAVE_NET_BPF_H  #undef HAVE_NET_BPF_H
   
   /* Define to 1 if you have the `pcap_create' function. */
   #undef HAVE_PCAP_CREATE
   
   /* Define to 1 if you have the `pcap_list_tstamp_types' function. */
   #undef HAVE_PCAP_LIST_TSTAMP_TYPES
   
   /* Define to 1 if you have the `pcap_set_immediate_mode' function. */
   #undef HAVE_PCAP_SET_IMMEDIATE_MODE
   
   /* Define to 1 if you have the <pwd.h> header file. */
   #undef HAVE_PWD_H
   
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
Line 74 Line 92
   
 /* Define to 1 if you have the `strstr' function. */  /* Define to 1 if you have the `strstr' function. */
 #undef HAVE_STRSTR  #undef HAVE_STRSTR
   
   /* Define to 1 if you have the <sys/capability.h> header file. */
   #undef HAVE_SYS_CAPABILITY_H
   
 /* Define to 1 if you have the <sys/select.h> header file. */  /* Define to 1 if you have the <sys/select.h> header file. */
 #undef HAVE_SYS_SELECT_H  #undef HAVE_SYS_SELECT_H

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>