in mod_example_ipc.c How about AP_NEED_SET_MUTEX_PERMS istead of MOD_EXIPC_SET_MUTEX_PERMS ?
On Sun, 18 Nov 2007 15:41:04 -0000 [EMAIL PROTECTED] wrote: > Author: sctemme > Date: Sun Nov 18 07:41:03 2007 > New Revision: 596093 > > URL: http://svn.apache.org/viewvc?rev=596093&view=rev > Log: > * Move the Example modules to the newly created examples subdirectory > * Hopefully correctly fudge the NWGNU make files > * Add mod_example_ipc (without NWGNU stuff or dsp) (snip) > Added: httpd/httpd/trunk/modules/examples/mod_example_ipc.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/examples/mod_example_ipc.c?rev=596093&view=auto > ============================================================================== > --- httpd/httpd/trunk/modules/examples/mod_example_ipc.c (added) > +++ httpd/httpd/trunk/modules/examples/mod_example_ipc.c Sun Nov 18 07:41:03 > 2007 > @@ -0,0 +1,385 @@ (snip) > +#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) > +#include "unixd.h" > +#define MOD_EXIPC_SET_MUTEX_PERMS /* XXX Apache should define something */ > +#endif
