Re: [Freeipmi-devel] freebsd sys/time.h

2006-02-26 Thread Albert Chu
; Date: Saturday, February 25, 2006 9:01 pm Subject: Re: [Freeipmi-devel] freebsd sys/time.h > * Albert Chu <[EMAIL PROTECTED]> [25.02.2006 14:24]: > > > Hey guys, > > > > Noticed the following in freeipmi.h. > > > > # if TIME_WITH_SYS_TIME > >

Re: [Freeipmi-devel] freebsd sys/time.h

2006-02-26 Thread Dmitry Frolov
* Albert Chu <[EMAIL PROTECTED]> [25.02.2006 14:24]: > Hey guys, > > Noticed the following in freeipmi.h. > > # if TIME_WITH_SYS_TIME > # include > # include > # else > # if HAVE_SYS_TIME_H > # include > # else > # ifdef __FreeBSD__ > #include > # else > #include > # end

[Freeipmi-devel] freebsd sys/time.h

2006-02-25 Thread Albert Chu
Hey guys, Noticed the following in freeipmi.h. # if TIME_WITH_SYS_TIME # include # include # else # if HAVE_SYS_TIME_H # include # else # ifdef __FreeBSD__ #include # else #include # endif # endif # endif Can autoconf not find sys/time.h on FreeBSD? Or was the above ju