2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

bump to more aliases and more addresses

This commit is contained in:
Michael Graff
2000-04-25 22:46:09 +00:00
parent 802aa6f2b7
commit a02ad3bc33

View File

@@ -205,8 +205,8 @@ typedef struct {
#define LWRES_ADDRTYPE_V4 0x00000001U /* ipv4 */
#define LWRES_ADDRTYPE_V6 0x00000002U /* ipv6 */
#define LWRES_MAX_ALIASES 8 /* max # of aliases */
#define LWRES_MAX_ADDRS 32 /* max # of addrs */
#define LWRES_MAX_ALIASES 16 /* max # of aliases */
#define LWRES_MAX_ADDRS 64 /* max # of addrs */
LWRES_LANG_BEGINDECLS