1 /* config.h.in. Generated from configure.in by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */ 4 #undef AC_APPLE_UNIVERSAL_BUILD 5 6 /* Enable debugging */ 7 #undef ENABLE_DEBUG 8 9 /* Enable ttl support for qtypes (deprecated) */ 10 #undef ENABLE_SUPTYPES 11 12 /* Enable threads */ 13 #undef ENABLE_THREADS 14 15 /* Define to 1 if you have the <arpa/inet.h> header file. */ 16 #undef HAVE_ARPA_INET_H 17 18 /* Define to 1 if you have the <gnutls/openssl.h> header file. */ 19 #undef HAVE_GNUTLS_OPENSSL_H 20 21 /* Define to 1 if you have the <inttypes.h> header file. */ 22 #undef HAVE_INTTYPES_H 23 24 /* Define to 1 if you have the `cap' library (-lcap). */ 25 #undef HAVE_LIBCAP 26 27 /* Define to 1 if you have the `pthread' library (-lpthread). */ 28 #undef HAVE_LIBPTHREAD 29 30 /* Define to 1 if you have the <limits.h> header file. */ 31 #undef HAVE_LIMITS_H 32 33 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */ 34 #undef HAVE_LINUX_RTNETLINK_H 35 36 /* Define to 1 if you have the <memory.h> header file. */ 37 #undef HAVE_MEMORY_H 38 39 /* Define to 1 if you have the `nanosleep' function. */ 40 #undef HAVE_NANOSLEEP 41 42 /* Define to 1 if you have the <netdb.h> header file. */ 43 #undef HAVE_NETDB_H 44 45 /* Define to 1 if you have the <netinet/icmp6.h> header file. */ 46 #undef HAVE_NETINET_ICMP6_H 47 48 /* Define to 1 if you have the <netinet/in.h> header file. */ 49 #undef HAVE_NETINET_IN_H 50 51 /* Define to 1 if you have the <netinet/ip6.h> header file. */ 52 #undef HAVE_NETINET_IP6_H 53 54 /* Define to 1 if you have the <openssl/md5.h> header file. */ 55 #undef HAVE_OPENSSL_MD5_H 56 57 /* Define to 1 if you have the <pthread.h> header file. */ 58 #undef HAVE_PTHREAD_H 59 60 /* Define to 1 if you have the <pwd.h> header file. */ 61 #undef HAVE_PWD_H 62 63 /* Define to 1 if you have the <stdint.h> header file. */ 64 #undef HAVE_STDINT_H 65 66 /* Define to 1 if you have the <stdlib.h> header file. */ 67 #undef HAVE_STDLIB_H 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 struct icmp6_nodeinfo */ 76 #undef HAVE_STRUCT_ICMP6_NODEINFO 77 78 /* Define to 1 if you have the <syslog.h> header file. */ 79 #undef HAVE_SYSLOG_H 80 81 /* Define to 1 if you have the <sys/capability.h> header file. */ 82 #undef HAVE_SYS_CAPABILITY_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/types.h> header file. */ 88 #undef HAVE_SYS_TYPES_H 89 90 /* Define to 1 if you have the <sys/uio.h> header file. */ 91 #undef HAVE_SYS_UIO_H 92 93 /* Define to 1 if you have the <sys/utsname.h> header file. */ 94 #undef HAVE_SYS_UTSNAME_H 95 96 /* Define to 1 if you have the <unistd.h> header file. */ 97 #undef HAVE_UNISTD_H 98 99 /* Define to the address where bug reports for this package should be sent. */ 100 #undef PACKAGE_BUGREPORT 101 102 /* Define to the full name of this package. */ 103 #undef PACKAGE_NAME 104 105 /* Define to the full name and version of this package. */ 106 #undef PACKAGE_STRING 107 108 /* Define to the one symbol short name of this package. */ 109 #undef PACKAGE_TARNAME 110 111 /* Define to the home page for this package. */ 112 #undef PACKAGE_URL 113 114 /* Define to the version of this package. */ 115 #undef PACKAGE_VERSION 116 117 /* Define to 1 if you have the ANSI C header files. */ 118 #undef STDC_HEADERS 119 120 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 121 #undef TIME_WITH_SYS_TIME 122 123 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 124 significant byte first (like Motorola and SPARC, unlike Intel). */ 125 #if defined AC_APPLE_UNIVERSAL_BUILD 126 # if defined __BIG_ENDIAN__ 127 # define WORDS_BIGENDIAN 1 128 # endif 129 #else 130 # ifndef WORDS_BIGENDIAN 131 # undef WORDS_BIGENDIAN 132 # endif 133 #endif 134 135 /* Define to empty if `const' does not conform to ANSI C. */ 136 #undef const 137 138 /* Define to `unsigned int' if <sys/types.h> does not define. */ 139 #undef size_t 140