diff options
author | Günther Deschner <gd@samba.org> | 2008-02-28 12:48:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-28 23:15:30 +0100 |
commit | a29b042204db84f5200f168896edfe14768080eb (patch) | |
tree | 04a6c7a4a35c2b9a0e8efc24f46aa3ede09a2ed3 /source3/include | |
parent | bddceee09a12e6308b5e27bf666d8948b2a894d1 (diff) | |
download | samba-a29b042204db84f5200f168896edfe14768080eb.tar.gz samba-a29b042204db84f5200f168896edfe14768080eb.tar.bz2 samba-a29b042204db84f5200f168896edfe14768080eb.zip |
Remove DomainControllerAddressType which we now have in IDL.
Guenther
(This used to be commit 0a012c12d643e627ea1bad2a2ad6214f78918fa7)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index d1047bbdc2..d5ce88babe 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -319,11 +319,6 @@ typedef void **ADS_MODLIST; #define ADS_DNS_DOMAIN 0x40000000 /* DomainName is a DNS name */ #define ADS_DNS_FOREST 0x80000000 /* DnsForestName is a DNS name */ -/* DomainControllerAddressType */ -#define ADS_INET_ADDRESS 0x00000001 -#define ADS_NETBIOS_ADDRESS 0x00000002 - - /* ads auth control flags */ #define ADS_AUTH_DISABLE_KERBEROS 0x01 #define ADS_AUTH_NO_BIND 0x02 |