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
;;
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)
;;
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 ?
*/
/*
#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