diff options
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 67d05548245..298f954bc73 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -205,6 +205,7 @@ #undef HAVE_UNIXWARE_ACLS #undef HAVE_SOLARIS_ACLS #undef HAVE_IRIX_ACLS +#undef HAVE_XFS_ACLS #undef HAVE_NO_ACLS /* The number of bytes in a int. */ @@ -717,6 +718,9 @@ /* Define if you have the yp_get_default_domain function. */ #undef HAVE_YP_GET_DEFAULT_DOMAIN +/* Define if you have the <acl/acl.h> header file. */ +#undef HAVE_ACL_ACL_H + /* Define if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H |