diff options
| author | Jeremy Allison <jra@samba.org> | 2003-01-21 06:23:10 +0000 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2003-01-21 06:23:10 +0000 |
| commit | e97e51f5fd05e533d064ab8dd68a9039f4d44d0c (patch) | |
| tree | 2f1563f80acb2af9c38905ca3926ffd5068814e7 /source3/include | |
| parent | 4d3ec0020dadbda02f1e972b0806854ec5694cc6 (diff) | |
More fixes getting us closer to full Heimdal compile....
Jeremy.
(This used to be commit 193cc4f4fc876c66e97ea6b82bae431d0247c1fa)
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 46ccf911d1..6908a83835 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 |
