Petar Bogdanovic <petar@...> writes:
and spf.h includes acl.h. Because of inclusion protection, the
definitions of acl types aren't in effect at the end of spf.h.
The problem seems to be unrelated to NetBSD.
I would suggest moving the spf.h enum definition into acl.h, and then
drop the include of spf.h in acl.h.
> Well, I confused some stuff here. You can't get the same error, sinceI get the same error, and the code seems wrong. acl.h includes spf.h,
> you excluded the spf-support (like I did, when I trumpeted in my
> previous mail that it works). Could you please try to compile your
> version with `--with-libspf_alt=/path/to/libspf'?
and spf.h includes acl.h. Because of inclusion protection, the
definitions of acl types aren't in effect at the end of spf.h.
The problem seems to be unrelated to NetBSD.
I would suggest moving the spf.h enum definition into acl.h, and then
drop the include of spf.h in acl.h.