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