mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
Define T_SRV when not defined for us
Define T_SRV when we don't have a usable arpa/nameser_compat.h, just like we do with T_AFSDB. Some platforms like AIX do not have an easily-usable arpa/nameser_compat.h. Change-Id: I8406a3d2b1f98d0849a1739875656432869ea3c4 Reviewed-on: http://gerrit.openafs.org/842 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
c42222c40e
commit
9c61e1196a
@ -116,6 +116,9 @@ static int SaveKeys(struct afsconf_dir *adir);
|
||||
#ifndef T_AFSDB
|
||||
#define T_AFSDB 18 /* per RFC1183 section 1 */
|
||||
#endif
|
||||
#ifndef T_SRV
|
||||
#define T_SRV 33 /* RFC2782 */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Basic Rule: we touch "<AFSCONF_DIR>/CellServDB" every time we change anything, so
|
||||
|
Loading…
Reference in New Issue
Block a user