Re: cvs commit: apache-2.0/src/os/win32 main_win32.c os.h

2000-01-23 Thread rbb
>#define APR_HAS_THREADS 1 >#define APR_HAS_SENDFILE 0 >#define APR_HAS_MMAP 0 > +#define APR_HAVE_IN_ADDR Please follow the format that the other defines use. It makes it the code much more readable if all of the defines have a specified value. Ryan Come to the first offici

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread rbb
On Sun, 23 Jan 2000, Ben Laurie wrote: > [EMAIL PROTECTED] wrote: > > > > >src/lib/apr/include apr_portable.h > > >src/lib/apr/locks/unix crossproc.c locks.h > > >src/lib/apr/time/unix timestr.c > > > Log: > > > Make interprocess mutexes actuall

cvs commit: apache-2.0/src/os/win32 main_win32.c os.h

2000-01-23 Thread stoddard
stoddard00/01/23 08:37:48 Modified:src/lib/apr/include apr_win.h src/main buff.c util_script.c src/modules/standard mod_alias.c mod_setenvif.c src/os/win32 main_win32.c os.h Log: Fix compile breaks on Windows. Revision ChangesPat

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > >src/lib/apr/include apr_portable.h > >src/lib/apr/locks/unix crossproc.c locks.h > >src/lib/apr/time/unix timestr.c > > Log: > > Make interprocess mutexes actually choose, fix semaphore mutexes. > > What does this m

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread rbb
>src/lib/apr/include apr_portable.h >src/lib/apr/locks/unix crossproc.c locks.h >src/lib/apr/time/unix timestr.c > Log: > Make interprocess mutexes actually choose, fix semaphore mutexes. What does this mean? > Index: apr_portable.h > =

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread ben
ben 00/01/22 17:13:48 Modified:src/lib/apr configure.in src/lib/apr/include apr_portable.h src/lib/apr/locks/unix crossproc.c locks.h src/lib/apr/time/unix timestr.c Log: Make interprocess mutexes actually choose, fix semaphore mutexes