2002-03-22 23:42:05 +00:00
|
|
|
/* $FreeBSD$ */
|
|
|
|
|
1995-08-21 09:16:02 +00:00
|
|
|
#define DEBUG 1 /* enable debugging code (needed for dig) */
|
1995-08-20 20:03:06 +00:00
|
|
|
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
1996-01-13 09:03:58 +00:00
|
|
|
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
|
1995-08-20 20:03:06 +00:00
|
|
|
#undef USELOOPBACK /* res_init() bind to localhost */
|
|
|
|
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
1996-08-29 20:08:19 +00:00
|
|
|
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|
1996-08-30 21:13:42 +00:00
|
|
|
#define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
|
1998-06-11 09:03:02 +00:00
|
|
|
#define BIND_UPDATE 1 /* update support */
|