version 1.1.1.4, 2019/10/22 13:49:55
|
version 1.1.1.4.2.1, 2023/09/27 11:08:00
|
Line 122 else
|
Line 122 else
|
echo " not found." |
echo " not found." |
fi |
fi |
|
|
|
echo -n "Looking for radius support ..." |
|
if [ "$USE_RADIUS" = no ]; then |
|
echo " disabled." |
|
else if [ -e /usr/include/radlib.h ] |
|
then |
|
echo " found." |
|
echo "#define HAVE_RADIUS 1" >> $CONFIG |
|
|
echo -n "Looking for rad_bind_to() ..." |
echo -n "Looking for rad_bind_to() ..." |
if /usr/bin/grep rad_bind_to /usr/include/radlib.h >/dev/null 2>&1 |
if /usr/bin/grep rad_bind_to /usr/include/radlib.h >/dev/null 2>&1 |
Line 140 then
|
Line 147 then
|
else |
else |
echo " not found." |
echo " not found." |
fi |
fi |
|
fi |
|
fi # RADIUS support |
|
|
echo -n "Looking for ether_ntoa_r() ..." |
echo -n "Looking for ether_ntoa_r() ..." |
if /usr/bin/grep ether_ntoa_r /usr/include/net/ethernet.h >/dev/null 2>&1 |
if /usr/bin/grep ether_ntoa_r /usr/include/net/ethernet.h >/dev/null 2>&1 |