]> git.ozlabs.org Git - ppp.git/blob - pppd/pppdconf.h.in
Makefile.am: Add explicit openssl directory to pppd include path
[ppp.git] / pppd / pppdconf.h.in
1 /*
2  * This file is generated by configure and sets the features enabled
3  *   in pppd when configured.
4  */
5
6 #ifndef PPP_PPPDCONF_H
7 #define PPP_PPPDCONF_H
8
9 /* Have Microsoft CHAP support */
10 #undef PPP_WITH_CHAPMS
11
12 /* Have Microsoft LAN Manager support */
13 #undef PPP_WITH_MSLANMAN
14
15 /* Have Microsoft MPPE support */
16 #undef PPP_WITH_MPPE
17
18 /* Have multilink support */
19 #undef PPP_WITH_MULTILINK
20
21 /* Have packet activity filter support */
22 #undef PPP_WITH_FILTER
23
24 /* Have support for loadable plugins */
25 #undef PPP_WITH_PLUGINS
26
27 /* Have Callback Protocol support */
28 #undef PPP_WITH_CBCP
29
30 /* Include TDB support */
31 #undef PPP_WITH_TDB
32
33 /* Have IPv6 Control Protocol */
34 #undef PPP_WITH_IPV6CP
35
36 /* Support for Pluggable Authentication Modules */
37 #undef PPP_WITH_PAM
38
39 /* Have EAP-SRP authentication support */
40 #undef PPP_WITH_SRP
41
42 /* Have EAP-TLS authentication support */
43 #undef PPP_WITH_EAPTLS
44
45 /* Have PEAP authentication support */
46 #undef PPP_WITH_PEAP
47
48 /* The pppd version */
49 #undef PPPD_VERSION
50
51 #endif