--- embedaddon/mpd/src/radsrv.h 2021/03/17 00:39:23 1.1.1.2 +++ embedaddon/mpd/src/radsrv.h 2023/09/27 11:08:01 1.1.1.2.2.1 @@ -9,6 +9,8 @@ #define _RADSRV_H_ #include "defs.h" + +#ifdef USE_RADIUS #include /* @@ -57,4 +59,5 @@ extern int RadsrvOpen(Radsrv c); extern int RadsrvClose(Radsrv c); extern int RadsrvStat(Context ctx, int ac, const char *const av[], const void *arg); +#endif /* USE_RADIUS */ #endif