options.h

来自「用于嵌入式系统的TCP/IP协议栈及若干服务」· C头文件 代码 · 共 78 行

H
78
字号
/**            Copyright (c) 1998-2001 by NETsilicon Inc.**  This software is copyrighted by and is the sole property of*  NETsilicon.  All rights, title, ownership, or other interests*  in the software remain the property of NETsilicon.  This*  software may only be used in accordance with the corresponding*  license agreement.  Any unauthorized use, duplication, transmission,*  distribution, or disclosure of this software is expressly forbidden.**  This Copyright notice may not be removed or modified without prior*  written consent of NETsilicon.**  NETsilicon, reserves the right to modify this software*  without notice.**  NETsilicon*  411 Waverley Oaks Road                  USA 781.647.1234*  Suite 227                               http://www.netsilicon.com*  Waltham, MA 02452                       AmericaSales@netsilicon.com***************************************************************************  $Name: Fusion 6.52 Fusion 6.51 $*  $Date: 2001/09/19 10:34:45 $*  $Source: M:/psisrc/dns_rslv/incl/rcs/options.h $*  $Revision: 1.3 $***************************************************************************  File Description: DNS Resolver include file***************************************************************************/#define DEBUG		/* enable -d flag and SIGUSR[12] support (ucb) *///#define ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena (ucb) *///#define INVQ		/* enable inverse queries (nslookup) (ucb/vix) *///#define DSTORAGE	/* debug malloc overruns using storage.o (ucb/vix) *///#define DMALLOC	/* trace malloc orphans using dmalloc.o (vix) */#define XFRNETS  	/* enable "xfrnets" command in named.boot (vix) */#define PID_FIX   	/* be careful about overwriting named.pid file (del) */#define FWD_LOOP	/* try to break out of forwarding loops (del) */#define NO_GLUE  	/* don't accept or send out-of-zone glue (del) */#define	BOGUSNS  	/* detect bogus nameservers (mcsun) */#define QRYLOG  	/* enable SIGWINCH for query logging (bb) *///#define YPKLUDGE  	/* deal effectively with broken "ypserv -i" (mcsun) */#define TRACEROOT  	/* trace bogus root servers and ignore them (pma,bb) *///#define LOCALDOM	/* permit "domain" directive in named.boot (ucb) */#define FORCED_RELOAD	/* refresh secondary zones on SIGHUP (pma) */#define SLAVE_FORWARD	/* use sensible timeouts on slave forwarders (pma) */#define WANT_PIDFILE	/* if you want the named.pid file (ucb/arc) */#define DOTTED_SERIAL	/* if you want to be able to specify dotted serial#s *///#define SENSIBLE_DOTS	/* if you want dotted serial#s to make numeric sense */#define NCACHE		/* negative caching (anant@isi.edu) *///#define VALIDATE	/* validation procedure (anant@isi.edu) (BUGGY!) *///#define SHORT_FNAMES	/* file names used in named-xfer need to be short */#define RESOLVSORT	/* allow sorting of addresses in gethostbyname (mpa) */#define STUBS		/* allow transfers of NS only for a zone (mpa) */#ifndef LOGFAC#define	LOGFAC LOG_DAEMON /* what syslog facility should named use? */#endif#define SECURE_ZONES	/* if you want to inhibit world access to zones (gns)*/#define ROUND_ROBIN	/* rotate databuf list after each access (mtr) */#define ADDAUTH 	/* return NS and glue w/ authorative answers (mpa) */#define RFC1535		/* use RFC 1535 default for "search" list (vix) */#define GEN_AXFR	/* distinct zones within each class */#define DATUMREFCNT	/* use reference counts on datums (mpa) */#define LAME_DELEGATION	/* lame delegations (original-del,reworked-bb&del)*/#define LAME_LOGGING LOG_DEBUG /* log lame delegations, set log level */#define GETSER_LOGGING LOG_INFO /* log errors/timeouts getting serial number *///#define RETURNSOA	/* good code that the world isn't ready for yet */#define CLEANCACHE	/* useful and necessary in the face of NCACHE */#define PURGE_ZONE	/* remove all traces of a zone when reloading (mpa) */#define STATS		/* keep nameserver statistics; uses more memory */#define RENICE  	/* named-xfer should run at normal priority *///#define XSTATS	/* extended statistics, syslogged periodically (bg) *///#define BIND_NOTIFY	/* experimental - do not enable in customer products */#define LOC_RR		/* support for LOC record parsing (ckd/vix) */#define SORT_RESPONSE	/* should we try to sort responses optimally? (vix) */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?