--- embedaddon/mpd/src/eap.h 2021/03/17 00:39:23 1.1.1.4 +++ embedaddon/mpd/src/eap.h 2023/09/27 11:08:00 1.1.1.4.2.1 @@ -1,7 +1,7 @@ /* * See ``COPYRIGHT.mpd'' * - * $Id: eap.h,v 1.1.1.4 2021/03/17 00:39:23 misho Exp $ + * $Id: eap.h,v 1.1.1.4.2.1 2023/09/27 11:08:00 misho Exp $ * */ @@ -77,6 +77,7 @@ EAP_TYPE_FAST /* EAP-FAST */ }; +#ifdef USE_RADIUS extern const struct cmdtab EapSetCmds[]; /* Configuration for a link */ @@ -109,5 +110,6 @@ extern const char *EapType(u_char type); extern int EapStat(Context ctx, int ac, const char *const av[], const void *arg); +#endif /* USE_RADIUS */ #endif