Re: cygwin/acl.h not included from sys/acl.h

2018-10-18 Thread matthew patton via cygwin
https://github.com/tuna/rsync/blob/master/configure.ac#L981 Looks like it was short-circuited to use Solaris ACLs. I'll send the RSYNC guys a patch. Defeating the case statement does pick up Posix ACLs. $ grep -i acl config.status S["LIBS"]="-lacl " D["HAVE_SYS_ACL_H"]=" 1" D["HAVE_ACL_LIBACL_H"

Re: cygwin/acl.h not included from sys/acl.h

2018-10-18 Thread Corinna Vinschen
On Oct 18 08:30, matthew patton via cygwin wrote: > Many of the headers in 'sys' include their counterparts from 'cygwin'. > Why is acl.h special? I see the comment on line 25 but I'm missing the > point, I guess - not seeing the collisions. Not collisions, namespace poisoning. cygwin/acl.h defin

Re: unable to run httpd with mod_rewrite

2018-10-18 Thread Richard Lee
My bad. I didn't check the error logs. Setting the mutex for the rewrite map in the conf file fixed it. On Mon, Oct 15, 2018 at 4:24 PM Richard Lee wrote: > > I can run httpd when mod_rewrite is disbaled in httpd.conf. When I > enable it, httpd immediately exits. It was working last year. I'm > ru

cygwin/acl.h not included from sys/acl.h

2018-10-18 Thread matthew patton via cygwin
Many of the headers in 'sys' include their counterparts from 'cygwin'. Why is acl.h special? I see the comment on line 25 but I'm missing the point, I guess - not seeing the collisions. 'cygwin/acl.h' is a very important file. Granted I don't normally compile much from source under Cygwin but I