configure.ac (ntp-4.2.8p14) | : | configure.ac (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 913 | skipping to change at line 913 | |||
# XXX only verified thru AIX6. | # XXX only verified thru AIX6. | |||
# Just a stub in AIX 4. Sigh. | # Just a stub in AIX 4. Sigh. | |||
;; | ;; | |||
*-*-solaris2.5*) | *-*-solaris2.5*) | |||
# Just stubs in solaris2.5. Sigh. | # Just stubs in solaris2.5. Sigh. | |||
;; | ;; | |||
*) AC_CHECK_FUNCS([sched_setscheduler]) | *) AC_CHECK_FUNCS([sched_setscheduler]) | |||
;; | ;; | |||
esac | esac | |||
AC_CHECK_FUNCS([setlinebuf setpgid setpriority setsid setvbuf]) | AC_CHECK_FUNCS([setlinebuf setpgid setpriority setsid setvbuf]) | |||
AC_CHECK_FUNCS([strdup strerror setrlimit strchr]) | AC_CHECK_FUNCS([strdup strnlen memchr strerror setrlimit strchr]) | |||
case "$host" in | case "$host" in | |||
*-*-aix[[4-9]]*) | *-*-aix[[4-9]]*) | |||
# XXX only verified thru AIX6. | # XXX only verified thru AIX6. | |||
# Just stubs. Sigh. | # Just stubs. Sigh. | |||
;; | ;; | |||
*-*-netbsd1*) | *-*-netbsd1*) | |||
# Just stubs. Sigh. | # Just stubs. Sigh. | |||
;; | ;; | |||
*-*-netbsdelf1*) | *-*-netbsdelf1*) | |||
# Just stubs. Sigh. | # Just stubs. Sigh. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |