diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-21 06:23:49 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-21 06:23:49 +0000 |
commit | b0aadff2020886cbc2a35bf115e6c359ff28d870 (patch) | |
tree | 55563d520ad2dd34f01140c656bf1abc01368f28 /source3/include | |
parent | 2d12fa42941d708f851283833ee35d9c507ea4d8 (diff) | |
download | samba-b0aadff2020886cbc2a35bf115e6c359ff28d870.tar.gz samba-b0aadff2020886cbc2a35bf115e6c359ff28d870.tar.bz2 samba-b0aadff2020886cbc2a35bf115e6c359ff28d870.zip |
More fixes getting us closer to full Heimdal compile....
Jeremy.
(This used to be commit a7ee6ed64500a0d949849da6996b7dc837518f00)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 0c4b1021a0..36e200eaa0 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -263,6 +263,12 @@ /* Whether acl_get_perm_np() is available */ #undef HAVE_ACL_GET_PERM_NP +/* Whether the krb5_address struct has a addrtype property */ +#undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS + +/* Whether the krb5_address struct has a addr_type property */ +#undef HAVE_ADDR_TYPE_IN_KRB5_ADDRESS + /* Whether AIX ACLs are available */ #undef HAVE_AIX_ACLS |