Home | History | Annotate | Line # | Download | only in pppd
      1 /*
      2  * Copyright (c) 2022 Eivind Nss. All rights reserved.
      3  *
      4  * Redistribution and use in source and binary forms, with or without
      5  * modification, are permitted provided that the following conditions
      6  * are met:
      7  *
      8  * 1. Redistributions of source code must retain the above copyright
      9  *    notice, this list of conditions and the following disclaimer.
     10  *
     11  * 2. Redistributions in binary form must reproduce the above copyright
     12  *    notice, this list of conditions and the following disclaimer in
     13  *    the documentation and/or other materials provided with the
     14  *    distribution.
     15  *
     16  * 3. The name(s) of the authors of this software must not be used to
     17  *    endorse or promote products derived from this software without
     18  *    prior written permission.
     19  *
     20  * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
     21  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
     22  * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
     23  * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     24  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
     25  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
     26  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     27  */
     28 
     29 /*
     30  * This file is generated by configure and sets the features enabled
     31  *   in pppd when configured.
     32  */
     33 
     34 #ifndef PPP_PPPDCONF_H
     35 #define PPP_PPPDCONF_H
     36 
     37 /* Have Microsoft CHAP support */
     38 #undef PPP_WITH_CHAPMS
     39 
     40 /* Have Microsoft LAN Manager support */
     41 #undef PPP_WITH_MSLANMAN
     42 
     43 /* Have Microsoft MPPE support */
     44 #undef PPP_WITH_MPPE
     45 
     46 /* Have multilink support */
     47 #undef PPP_WITH_MULTILINK
     48 
     49 /* Have packet activity filter support */
     50 #undef PPP_WITH_FILTER
     51 
     52 /* Have support for loadable plugins */
     53 #undef PPP_WITH_PLUGINS
     54 
     55 /* Have Callback Protocol support */
     56 #undef PPP_WITH_CBCP
     57 
     58 /* Include TDB support */
     59 #undef PPP_WITH_TDB
     60 
     61 /* Have IPv6 Control Protocol */
     62 #undef PPP_WITH_IPV6CP
     63 
     64 /* Support for Pluggable Authentication Modules */
     65 #undef PPP_WITH_PAM
     66 
     67 /* Have EAP-SRP authentication support */
     68 #undef PPP_WITH_SRP
     69 
     70 /* Have EAP-TLS authentication support */
     71 #undef PPP_WITH_EAPTLS
     72 
     73 /* Have PEAP authentication support */
     74 #undef PPP_WITH_PEAP
     75 
     76 /* The pppd version */
     77 #undef PPPD_VERSION
     78 
     79 #endif
     80