diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-02 18:05:48 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-02 18:05:48 +0000 |
commit | 8cf4ece6bc47da7ca04be79c79f4aee432e30897 (patch) | |
tree | 08a400ec689885dd067af36c26d02930ed62f29f /usr.sbin/xntpd | |
parent | f3c1ed23270f2db1e6c2456439dd12b7b68e8bde (diff) | |
download | FreeBSD-src-8cf4ece6bc47da7ca04be79c79f4aee432e30897.zip FreeBSD-src-8cf4ece6bc47da7ca04be79c79f4aee432e30897.tar.gz |
Allow multicast NTP.
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/include/ntp_machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/include/ntp_machine.h b/usr.sbin/xntpd/include/ntp_machine.h index 2a8c9d1..9d2bab8 100644 --- a/usr.sbin/xntpd/include/ntp_machine.h +++ b/usr.sbin/xntpd/include/ntp_machine.h @@ -379,6 +379,7 @@ in this file. #ifndef STR_SYSTEM #define STR_SYSTEM "UNIX/4.4BSD" #endif +#define MCAST #ifdef SYS_FREEBSD #define HAVE_TERMIOS #define HAVE_UNAME |