[ntp:bugs] [Bug 1790] ntpd on AIX6.1 does not start

bugzilla-daemon at ntp.org bugzilla-daemon at ntp.org
Mon Jan 24 19:08:55 UTC 2011


http://bugs.ntp.org/show_bug.cgi?id=1790

--- Comment #1 from Dave Hart <hart at ntp.org> 2011-01-24 19:08:55 UTC ---
Created attachment 711
  --> http://bugs.ntp.org/attachment.cgi?id=711
config.h from Dieter

Thank you for filing a bug report, Dieter.  That makes it easier for others who
may have a similar problem in the future to learn from your experience.  It
also helps ensure the issue is tracked and not forgotten in the flood
posts/emails we all bring upon ourselves.  :)

Relevant items from config.h:


/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1

/* Can we use SIGIO for tcp and udp IO? */
#define HAVE_SIGNALED_IO 1

/* Define to 1 if you have the `sigset' function. */
#define HAVE_SIGSET 1

/* Define to 1 if you have the `sigsuspend' function. */
#define HAVE_SIGSUSPEND 1

/* Define to 1 if you have the `sigvec' function. */
#define HAVE_SIGVEC 1

/* Can we use SIGPOLL for tty IO? */
#define USE_TTY_SIGPOLL 1

/* Can we use SIGPOLL for UDP? */
#define USE_UDP_SIGPOLL 1

The last two are particularly curious, as the $host triplet should be matching
*-*-aix[456]* triggering #undef of both USE_TTY_SIGPOLL and USE_UDP_SIGPOLL.

-- 
Configure bugmail: http://bugs.ntp.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the bugs mailing list