File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / config.h.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:26:43 2014 UTC (10 years ago) by misho
Branches: arping, MAIN
CVS tags: v2_13, HEAD
arping 2.13

    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: /* Define to 1 if you have the <arpa/inet.h> header file. */
    4: #undef HAVE_ARPA_INET_H
    5: 
    6: /* Monotonic clock */
    7: #undef HAVE_CLOCK_MONOTONIC
    8: 
    9: /* Define to 1 if you have the `getifaddrs' function. */
   10: #undef HAVE_GETIFADDRS
   11: 
   12: /* Define to 1 if you have the `gettimeofday' function. */
   13: #undef HAVE_GETTIMEOFDAY
   14: 
   15: /* Define to 1 if you have the <inttypes.h> header file. */
   16: #undef HAVE_INTTYPES_H
   17: 
   18: /* Define to 1 if you have the `m' library (-lm). */
   19: #undef HAVE_LIBM
   20: 
   21: /* Define to 1 if you have the `net' library (-lnet). */
   22: #undef HAVE_LIBNET
   23: 
   24: /* Define to 1 if you have the <libnet.h> header file. */
   25: #undef HAVE_LIBNET_H
   26: 
   27: /* Define to 1 if you have the `nsl' library (-lnsl). */
   28: #undef HAVE_LIBNSL
   29: 
   30: /* Define to 1 if you have the `pcap' library (-lpcap). */
   31: #undef HAVE_LIBPCAP
   32: 
   33: /* Define to 1 if you have the `rt' library (-lrt). */
   34: #undef HAVE_LIBRT
   35: 
   36: /* Define to 1 if you have the `socket' library (-lsocket). */
   37: #undef HAVE_LIBSOCKET
   38: 
   39: /* Define to 1 if you have the <memory.h> header file. */
   40: #undef HAVE_MEMORY_H
   41: 
   42: /* Define to 1 if you have the `memset' function. */
   43: #undef HAVE_MEMSET
   44: 
   45: /* Define to 1 if you have the <netinet/in.h> header file. */
   46: #undef HAVE_NETINET_IN_H
   47: 
   48: /* Define to 1 if you have the <net/bpf.h> header file. */
   49: #undef HAVE_NET_BPF_H
   50: 
   51: /* Define to 1 if you have the `select' function. */
   52: #undef HAVE_SELECT
   53: 
   54: /* Define to 1 if you have the <stdint.h> header file. */
   55: #undef HAVE_STDINT_H
   56: 
   57: /* Define to 1 if you have the <stdlib.h> header file. */
   58: #undef HAVE_STDLIB_H
   59: 
   60: /* Define to 1 if you have the `strchr' function. */
   61: #undef HAVE_STRCHR
   62: 
   63: /* Define to 1 if you have the `strdup' function. */
   64: #undef HAVE_STRDUP
   65: 
   66: /* Define to 1 if you have the `strerror' function. */
   67: #undef HAVE_STRERROR
   68: 
   69: /* Define to 1 if you have the <strings.h> header file. */
   70: #undef HAVE_STRINGS_H
   71: 
   72: /* Define to 1 if you have the <string.h> header file. */
   73: #undef HAVE_STRING_H
   74: 
   75: /* Define to 1 if you have the `strstr' function. */
   76: #undef HAVE_STRSTR
   77: 
   78: /* Define to 1 if you have the <sys/select.h> header file. */
   79: #undef HAVE_SYS_SELECT_H
   80: 
   81: /* Define to 1 if you have the <sys/socket.h> header file. */
   82: #undef HAVE_SYS_SOCKET_H
   83: 
   84: /* Define to 1 if you have the <sys/stat.h> header file. */
   85: #undef HAVE_SYS_STAT_H
   86: 
   87: /* Define to 1 if you have the <sys/time.h> header file. */
   88: #undef HAVE_SYS_TIME_H
   89: 
   90: /* Define to 1 if you have the <sys/types.h> header file. */
   91: #undef HAVE_SYS_TYPES_H
   92: 
   93: /* Define to 1 if you have the <time.h> header file. */
   94: #undef HAVE_TIME_H
   95: 
   96: /* Define to 1 if you have the <unistd.h> header file. */
   97: #undef HAVE_UNISTD_H
   98: 
   99: /* Define to 1 if you have the <win32/libnet.h> header file. */
  100: #undef HAVE_WIN32_LIBNET_H
  101: 
  102: /* Name of package */
  103: #undef PACKAGE
  104: 
  105: /* Define to the address where bug reports for this package should be sent. */
  106: #undef PACKAGE_BUGREPORT
  107: 
  108: /* Define to the full name of this package. */
  109: #undef PACKAGE_NAME
  110: 
  111: /* Define to the full name and version of this package. */
  112: #undef PACKAGE_STRING
  113: 
  114: /* Define to the one symbol short name of this package. */
  115: #undef PACKAGE_TARNAME
  116: 
  117: /* Define to the home page for this package. */
  118: #undef PACKAGE_URL
  119: 
  120: /* Define to the version of this package. */
  121: #undef PACKAGE_VERSION
  122: 
  123: /* Define as the return type of signal handlers (`int' or `void'). */
  124: #undef RETSIGTYPE
  125: 
  126: /* Define to the type of arg 1 for `select'. */
  127: #undef SELECT_TYPE_ARG1
  128: 
  129: /* Define to the type of args 2, 3 and 4 for `select'. */
  130: #undef SELECT_TYPE_ARG234
  131: 
  132: /* Define to the type of arg 5 for `select'. */
  133: #undef SELECT_TYPE_ARG5
  134: 
  135: /* Define to 1 if you have the ANSI C header files. */
  136: #undef STDC_HEADERS
  137: 
  138: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  139: #undef TIME_WITH_SYS_TIME
  140: 
  141: /* Version number of package */
  142: #undef VERSION
  143: 
  144: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  145:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  146:    #define below would cause a syntax error. */
  147: #undef _UINT32_T
  148: 
  149: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  150:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  151:    #define below would cause a syntax error. */
  152: #undef _UINT64_T
  153: 
  154: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  155:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  156:    #define below would cause a syntax error. */
  157: #undef _UINT8_T
  158: 
  159: /* Define to empty if `const' does not conform to ANSI C. */
  160: #undef const
  161: 
  162: /* Define to the type of an unsigned integer type of width exactly 16 bits if
  163:    such a type exists and the standard includes do not define it. */
  164: #undef uint16_t
  165: 
  166: /* Define to the type of an unsigned integer type of width exactly 32 bits if
  167:    such a type exists and the standard includes do not define it. */
  168: #undef uint32_t
  169: 
  170: /* Define to the type of an unsigned integer type of width exactly 64 bits if
  171:    such a type exists and the standard includes do not define it. */
  172: #undef uint64_t
  173: 
  174: /* Define to the type of an unsigned integer type of width exactly 8 bits if
  175:    such a type exists and the standard includes do not define it. */
  176: #undef uint8_t
  177: 
  178: /* Define to empty if the keyword `volatile' does not work. Warning: valid
  179:    code using `volatile' can become incorrect without. Disable with care. */
  180: #undef volatile

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