]> git.ozlabs.org Git - ppp.git/blob - pppd/pppdconf.h.in
Adding propper include guard to header files, renaming to PPP_<FILE>_H for consistency
[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 /* Limit sessions by maximum number of octets */
28 #undef PPP_WITH_MAXOCTETS
29
30 /* Have Callback Protocol support */
31 #undef PPP_WITH_CBCP
32
33 /* Include TDB support */
34 #undef PPP_WITH_TDB
35
36 /* Have IPv6 Control Protocol */
37 #undef PPP_WITH_IPV6CP
38
39 /* Support for Pluggable Authentication Modules */
40 #undef PPP_WITH_PAM
41
42 /* Have EAP-SRP authentication support */
43 #undef PPP_WITH_SRP
44
45 /* Have EAP-TLS authentication support */
46 #undef PPP_WITH_EAPTLS
47
48 /* Have PEAP authentication support */
49 #undef PPP_WITH_PEAP
50
51 /* Use included des included with pppd */
52 #undef USE_CRYPT
53
54 /* Use included md4 included with pppd */
55 #undef USE_MD4
56
57 /* Use included md5 included with pppd */
58 #undef USE_MD5
59
60 /* Use included sha included with pppd */
61 #undef USE_SHA
62
63 /* The pppd version */
64 #undef PPPD_VERSION
65
66 #endif