--- embedaddon/mpd/src/radius.h 2021/03/17 00:39:23 1.1.1.6 +++ embedaddon/mpd/src/radius.h 2023/09/27 11:08:01 1.1.1.6.2.1 @@ -1,10 +1,17 @@ /* * See ``COPYRIGHT.mpd'' * - * $Id: radius.h,v 1.1.1.6 2021/03/17 00:39:23 misho Exp $ + * $Id: radius.h,v 1.1.1.6.2.1 2023/09/27 11:08:01 misho Exp $ * */ +#ifndef _RADIUS_H_ +#define _RADIUS_H_ + +#include "defs.h" + +#ifdef USE_RADIUS + #ifdef CCP_MPPC #include #endif @@ -15,8 +22,6 @@ #include "iface.h" -#ifndef _RADIUS_H_ -#define _RADIUS_H_ /* * DEFINITIONS @@ -189,4 +194,5 @@ extern void RadiusClose(struct authdata *auth); extern void RadiusEapProxy(void *arg); extern int RadStat(Context ctx, int ac, const char *const av[], const void *arg); +#endif /* USE_RADIUS */ #endif