Hopefully r1451905 addressed this, but not having a test platform, I'm only guessing...
On Mar 2, 2013, at 9:12 AM, Jim Jagielski <[email protected]> wrote: > Is there any way you could add the #ifdef stuff? Since I lack > a Windows and/or NetWare system, it would be better, I think, > if someone who did actually fixed this instead of us simply > removing it, and the person who fixed it was able to test > the fix :) > > Thx! > > On Mar 1, 2013, at 9:10 PM, Guenter Knauf <[email protected]> wrote: > >> Hi Jim, >> Am 01.03.2013 17:21, schrieb [email protected]: >>> Author: jim >>> Date: Fri Mar 1 16:21:49 2013 >>> New Revision: 1451633 >>> >>> URL: http://svn.apache.org/r1451633 >>> Log: >>> Add in rough uds support (Bugx 54101) from Blaise >>> Tarr<[email protected]> >>> >>> Modified: >>> httpd/httpd/trunk/include/ap_mmn.h >>> httpd/httpd/trunk/modules/proxy/mod_proxy.h >>> httpd/httpd/trunk/modules/proxy/proxy_util.c >> please revert this - it breaks winsock platforms which lack support for unix >> sockets and sockaddr_un (Windows as well as NetWare when build with winsock). >> If we need this then we must either move that stuff into a separate >> unix-only file or ifdef everything related to unix sockets with "#if >> APR_HAVE_SYS_UN_H" ... >> >> Gün. >> >> >> >
