summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-21 06:23:49 +0000
committerJeremy Allison <jra@samba.org>2003-01-21 06:23:49 +0000
commitb0aadff2020886cbc2a35bf115e6c359ff28d870 (patch)
tree55563d520ad2dd34f01140c656bf1abc01368f28 /source3/include
parent2d12fa42941d708f851283833ee35d9c507ea4d8 (diff)
downloadsamba-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.in6
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