OSDN Git Service

2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / net / res_config.h
1 /* $FreeBSD: src/lib/libc/net/res_config.h,v 1.8 2002/03/22 23:41:54 obrien Exp $ */
2
3 #define DEBUG   1       /* enable debugging code (needed for dig) */
4 #define RESOLVSORT      /* allow sorting of addresses in gethostbyname */
5 #define RFC1535         /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
6 #undef  USELOOPBACK     /* res_init() bind to localhost */
7 #undef  SUNSECURITY     /* verify gethostbyaddr() calls - WE DONT NEED IT  */
8 #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
9 #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
10 #define BIND_UPDATE 1   /* update support */