]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Lose UDP_WILDCARD_DELIVERY
authorHarlan Stenn <stenn@ntp.org>
Wed, 3 Aug 2005 03:04:57 +0000 (23:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 3 Aug 2005 03:04:57 +0000 (23:04 -0400)
bk: 42f034599vDLq5smEJj6G0FZeTf1ZQ

TODO
configure.ac
include/ntp_machine.h
ports/winnt/include/config.h

diff --git a/TODO b/TODO
index c9f81faf98453d8e03bd0d0505907644b858fa8c..e72ee7bef65a813347d0b2b8a9f3d46cbe26632c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -114,8 +114,6 @@ Problems that need to be fixed:
   Can we identify DomainOS with *-apollo-* ?
   Do we catch all Unixware machines with *-univel-sysv* ?
 
-- How can we test if UDP_WILDCARD_DELIVERY should be used?
-
 - Combine enable-step-slew and enable-ntpdate-step
 
 - Make sure enable-hourly-todr-sync is always disabled
index 251f7069b3126bac0ca921e005db40c52e1c2428..853a7b3ffab208eac834d320d14070e21c82ef91 100644 (file)
@@ -3505,66 +3505,6 @@ case "$ac_cv_var_ntpd_sim" in
     ;;
 esac
 
-AC_CACHE_CHECK(if we want UDP wildcard delivery, ac_cv_var_udp_wildcard_delivery,
-[AC_ARG_ENABLE(udp-wildcard,
-   AC_HELP_STRING([--enable-udp-wildcard], [s use UDP wildcard delivery]),
-    [ans=$enableval],
-    [ans=no
-     case "$host" in
-      *-fujitsu-uxp*)
-        ans=yes
-        ;;
-      *-univel-sysv*)
-        ans=yes
-        ;;
-      *-*-aix3.2*)
-        ans=yes
-        ;;
-      *-*-aix[[45]]*)
-        ans=yes
-        ;;
-      *-*-bsdi*)
-        ans=yes
-        ;;
-      *-*-domainos)
-        ans=yes
-        ;;
-      *-*-freebsd*)
-       ans=yes
-       ;;
-      *-*-hpux*)
-        ans=yes
-        ;;
-      *-*-irix6*)
-        ans=yes
-        ;;
-      *-*-linux*)
-        ans=yes
-        ;;
-      *-*-mpeix*)
-        ans=yes
-        ;;
-      *-*-osf*)
-        ans=yes
-        ;;
-      *-*-ptx*)
-        ans=yes
-        ;;
-      *-*-solaris2*)
-        ans=yes
-        ;;
-      *-*-sunos4*)
-        ans=yes
-        ;;
-      *-*-unicosmp*)
-        ans=yes
-        ;;
-     esac])
-ac_cv_var_udp_wildcard_delivery=$ans])
-case "$ac_cv_var_udp_wildcard_delivery" in
- yes) AC_DEFINE(UDP_WILDCARD_DELIVERY, 1, [use UDP Wildcard Delivery?]) ;;
-esac
-
 case "$build" in
  $host)
     ;;
index 0883230621bd649f75e32680fb02813c0f23848f..6590e10fa7430c480928019c9ba2c75d27140616 100644 (file)
@@ -81,11 +81,6 @@ MISC
   RETSIGTYPE           - Define signal function type.
   NO_SIGNED_CHAR_DECL - No "signed char" see include/ntp.h
   LOCK_PROCESS         - Have plock.
-  UDP_WILDCARD_DELIVERY
-                       - these systems deliver broadcast packets to the wildcard
-                         port instead to a port bound to the interface bound
-                         to the correct broadcast address - are these
-                         implementations broken or did the spec change ?
 */
 
 /*
index 7d58ae9c0c825eda3102ca5123daa1d90374a13b..1ed7f877ac36010b2f1fd60f763ee61167eac140 100644 (file)
@@ -64,7 +64,6 @@
 #endif
 
 #define OPEN_BCAST_SOCKET      1 /* for        ntp_io.c */                                                                                                     
-#define UDP_WILDCARD_DELIVERY  /* for  ntp_io.c */                             /*      98/06/01  */
 #define HAVE_RANDOM 
 #define MAXHOSTNAMELEN 64
 #define AUTOKEY