On Sat, 15 Sep 2001, Aaron Bannert wrote: > > +#ifdef HAVE_SYS_TIME_h > > #include <sys/time.h> /* replace me with apr_time.h */ > > +#endif > > > > #if !APR_HAS_THREADS > > int main(void) > > > > Actually, that header was left over from when I was using gettimeofday(), > and can be safely removed:
And the #ifdef never woulda worked anyway because the _h isn't capitalized. > [I know you really didn't need a patch to illustrate this. ;) ] Nope. But thanks anyhow. :) Committed. [I know you really didn't need me to tell you that for you to know it was done. ;) ] --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
