1 /* pppd/config.h. Generated from config.h.in by configure. */ 2 /* pppd/config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to 1 if you have the <asm/types.h> header file. */ 5 /* #undef HAVE_ASM_TYPES_H */ 6 7 /* Define to 1 if you have the <crypt.h> header file. */ 8 /* #undef HAVE_CRYPT_H */ 9 10 /* Define to 1 if you have the <dlfcn.h> header file. */ 11 #define HAVE_DLFCN_H 1 12 13 /* Define to 1 if you have the <inttypes.h> header file. */ 14 #define HAVE_INTTYPES_H 1 15 16 /* Define to 1 if you have the <linux/if_ether.h> header file. */ 17 /* #undef HAVE_LINUX_IF_ETHER_H */ 18 19 /* Define to 1 if you have the <linux/if.h> header file. */ 20 /* #undef HAVE_LINUX_IF_H */ 21 22 /* Define to 1 if you have the <linux/if_packet.h> header file. */ 23 /* #undef HAVE_LINUX_IF_PACKET_H */ 24 25 /* System provides the logwtmp() function */ 26 #define HAVE_LOGWTMP 1 27 28 /* Define to 1 if you have the 'mmap' function. */ 29 #define HAVE_MMAP 1 30 31 /* Define to 1 if you have the <netinet/if_ether.h> header file. */ 32 /* #undef HAVE_NETINET_IF_ETHER_H */ 33 34 /* Define to 1 if you have the <netpacket/packet.h> header file. */ 35 /* #undef HAVE_NETPACKET_PACKET_H */ 36 37 /* Define to 1 if you have the <net/bpf.h> header file. */ 38 /* #undef HAVE_NET_BPF_H */ 39 40 /* Define to 1 if you have the <net/if_arp.h> header file. */ 41 /* #undef HAVE_NET_IF_ARP_H */ 42 43 /* Define to 1 if you have the <net/if.h> header file. */ 44 /* #undef HAVE_NET_IF_H */ 45 46 /* Define to 1 if you have the <net/if_types.h> header file. */ 47 /* #undef HAVE_NET_IF_TYPES_H */ 48 49 /* Define to 1 if you have the <paths.h> header file. */ 50 #define HAVE_PATHS_H 1 51 52 /* Define to 1 if you have the <shadow.h> header file. */ 53 /* #undef HAVE_SHADOW_H */ 54 55 /* Define to 1 if you have the <stdarg.h> header file. */ 56 #define HAVE_STDARG_H 1 57 58 /* Define to 1 if stdbool.h conforms to C99. */ 59 #define HAVE_STDBOOL_H 1 60 61 /* Define to 1 if you have the <stddef.h> header file. */ 62 #define HAVE_STDDEF_H 1 63 64 /* Define to 1 if you have the <stdint.h> header file. */ 65 #define HAVE_STDINT_H 1 66 67 /* Define to 1 if you have the <stdio.h> header file. */ 68 #define HAVE_STDIO_H 1 69 70 /* Define to 1 if you have the <stdlib.h> header file. */ 71 #define HAVE_STDLIB_H 1 72 73 /* Define to 1 if you have the 'strerror' function. */ 74 #define HAVE_STRERROR 1 75 76 /* Define to 1 if you have the <strings.h> header file. */ 77 #define HAVE_STRINGS_H 1 78 79 /* Define to 1 if you have the <string.h> header file. */ 80 #define HAVE_STRING_H 1 81 82 /* Struct sockaddr_ll is present on system */ 83 /* #undef HAVE_STRUCT_SOCKADDR_LL */ 84 85 /* Define to 1 if you have the <sys/dlpi.h> header file. */ 86 /* #undef HAVE_SYS_DLPI_H */ 87 88 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 89 #define HAVE_SYS_IOCTL_H 1 90 91 /* Define to 1 if you have the <sys/socket.h> header file. */ 92 #define HAVE_SYS_SOCKET_H 1 93 94 /* Define to 1 if you have the <sys/stat.h> header file. */ 95 #define HAVE_SYS_STAT_H 1 96 97 /* Define to 1 if you have the <sys/time.h> header file. */ 98 #define HAVE_SYS_TIME_H 1 99 100 /* Define to 1 if you have the <sys/types.h> header file. */ 101 #define HAVE_SYS_TYPES_H 1 102 103 /* Define to 1 if you have the <sys/uio.h> header file. */ 104 #define HAVE_SYS_UIO_H 1 105 106 /* Define to 1 if you have the <time.h> header file. */ 107 #define HAVE_TIME_H 1 108 109 /* Define to 1 if you have the <unistd.h> header file. */ 110 #define HAVE_UNISTD_H 1 111 112 /* Define to 1 if you have the <utmp.h> header file. */ 113 #define HAVE_UTMP_H 1 114 115 /* Define to 1 if the system has the type '_Bool'. */ 116 #define HAVE__BOOL 1 117 118 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 119 #define LT_OBJDIR ".libs/" 120 121 /* Use DES included with openssl */ 122 #define OPENSSL_HAVE_DES 1 123 124 /* Use MD4 included with openssl */ 125 #define OPENSSL_HAVE_MD4 1 126 127 /* Use MD5 included with openssl */ 128 #define OPENSSL_HAVE_MD5 1 129 130 /* Use SHA included with openssl */ 131 #define OPENSSL_HAVE_SHA 1 132 133 /* OpenSSL engine support */ 134 /* #undef OPENSSL_NO_ENGINE */ 135 136 /* Name of package */ 137 #define PACKAGE "ppp" 138 139 /* Define to the address where bug reports for this package should be sent. */ 140 #define PACKAGE_BUGREPORT "https://github.com/ppp-project/ppp" 141 142 /* Define to the full name of this package. */ 143 #define PACKAGE_NAME "ppp" 144 145 /* Define to the full name and version of this package. */ 146 #define PACKAGE_STRING "ppp 2.5.2" 147 148 /* Define to the one symbol short name of this package. */ 149 #define PACKAGE_TARNAME "ppp" 150 151 /* Define to the home page for this package. */ 152 #define PACKAGE_URL "" 153 154 /* Define to the version of this package. */ 155 #define PACKAGE_VERSION "2.5.2" 156 157 /* Version of pppd */ 158 #define PPPD_VERSION "2.5.2" 159 160 /* Have Callback Protocol support */ 161 #define PPP_WITH_CBCP 1 162 163 /* Have Microsoft CHAP support */ 164 #define PPP_WITH_CHAPMS 1 165 166 /* Have EAP-TLS authentication support */ 167 #define PPP_WITH_EAPTLS 1 168 169 /* Have packet activity filter support */ 170 #define PPP_WITH_FILTER 1 171 172 #if 0 173 /* from Makefile */ 174 /* Have IPv6 Control Protocol */ 175 #define PPP_WITH_IPV6CP 1 176 #endif 177 178 /* Have Microsoft MPPE support */ 179 #define PPP_WITH_MPPE 1 180 181 /* Have Microsoft LAN Manager support */ 182 #define PPP_WITH_MSLANMAN 1 183 184 /* Have multilink support */ 185 #define PPP_WITH_MULTILINK 1 186 187 /* PPP is compiled with openssl support */ 188 #define PPP_WITH_OPENSSL 1 189 190 /* Support for Pluggable Authentication Modules */ 191 #ifdef USE_PAM 192 #define PPP_WITH_PAM 1 193 #else 194 #undef PPP_WITH_PAM 195 #endif 196 197 /* Have PEAP authentication support */ 198 #define PPP_WITH_PEAP 1 199 200 /* Have support for loadable plugins */ 201 #define PPP_WITH_PLUGINS 1 202 203 /* Support for libsrp authentication module */ 204 /* #undef PPP_WITH_SRP */ 205 206 /* Include TDB support */ 207 #define PPP_WITH_TDB 1 208 209 /* The size of 'unsigned int', as computed by sizeof. */ 210 #define SIZEOF_UNSIGNED_INT 4 211 212 /* The size of 'unsigned long', as computed by sizeof. */ 213 #ifdef _LP64 214 #define SIZEOF_UNSIGNED_LONG 8 215 #else 216 #define SIZEOF_UNSIGNED_LONG 4 217 #endif 218 219 /* The size of 'unsigned short', as computed by sizeof. */ 220 #define SIZEOF_UNSIGNED_SHORT 2 221 222 /* Define to 1 if all of the C89 standard headers exist (not just the ones 223 required in a freestanding environment). This macro is provided for 224 backward compatibility; new code need not use it. */ 225 #define STDC_HEADERS 1 226 227 /* Enable support for systemd notifications */ 228 /* #undef SYSTEMD */ 229 230 /* Version number of package */ 231 #define VERSION "2.5.2" 232