ntp: add functions for parsing extension fields

This commit is contained in:
Miroslav Lichvar
2019-02-18 13:12:49 +01:00
parent 567e66a0bb
commit cabcccd6c3
3 changed files with 145 additions and 1 deletions

2
configure vendored
View File

@@ -483,7 +483,7 @@ fi
if [ $feat_ntp = "1" ]; then
add_def FEAT_NTP
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_core.o ntp_io.o ntp_sources.o"
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_core.o ntp_ext.o ntp_io.o ntp_sources.o"
if [ $feat_ntp_signd = "1" ]; then
add_def FEAT_SIGND
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_signd.o"