Fix nested comments for -Wcomment warnings.
This commit is contained in:
parent
bec59453be
commit
f2df5b608b
@ -17,7 +17,7 @@
|
||||
|
||||
/* config.h - configurables for Vixie Cron
|
||||
*
|
||||
* $Id: config.h,v 1.2 1995/04/12 19:28:30 ache Exp $
|
||||
* $Id: config.h,v 1.3 1995/04/14 21:54:16 ache Exp $
|
||||
*/
|
||||
|
||||
#if !defined(_PATH_SENDMAIL)
|
||||
@ -49,15 +49,15 @@
|
||||
* -t = read recipients from header of message
|
||||
*/
|
||||
|
||||
/* #define MAILCMD "/bin/mail" /*-*/
|
||||
/* #define MAILARGS "%s -d %s" /*-*/
|
||||
/* #define MAILCMD "/bin/mail" */ /*-*/
|
||||
/* #define MAILARGS "%s -d %s" */ /*-*/
|
||||
/* -d = undocumented but common flag: deliver locally?
|
||||
*/
|
||||
|
||||
/* #define MAILCMD "/usr/mmdf/bin/submit" /*-*/
|
||||
/* #define MAILARGS "%s -mlrxto %s" /*-*/
|
||||
/* #define MAILCMD "/usr/mmdf/bin/submit" */ /*-*/
|
||||
/* #define MAILARGS "%s -mlrxto %s" */ /*-*/
|
||||
|
||||
/* #define MAIL_DATE /*-*/
|
||||
/* #define MAIL_DATE */ /*-*/
|
||||
/* should we include an ersatz Date: header in
|
||||
* generated mail? if you are using sendmail
|
||||
* for MAILCMD, it is better to let sendmail
|
||||
@ -68,7 +68,7 @@
|
||||
* defined but neither exists, should crontab(1) be
|
||||
* usable only by root?
|
||||
*/
|
||||
/*#define ALLOW_ONLY_ROOT /*-*/
|
||||
/* #define ALLOW_ONLY_ROOT */ /*-*/
|
||||
|
||||
/* if you want to use syslog(3) instead of appending
|
||||
* to CRONDIR/LOG_FILE (/var/cron/log, e.g.), define
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* options.h - specify the conditionally-compiled features
|
||||
* vix 28mar92 [moved out of the Makefile because they were getting too big]
|
||||
*
|
||||
* $Id: options.h,v 4.9.1.16 1994/07/22 08:42:30 vixie Exp $
|
||||
* $Id: options.h,v 1.1 1994/09/22 20:45:07 pst Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -73,32 +73,32 @@
|
||||
*/
|
||||
|
||||
#define DEBUG /* enable -d flag and SIGUSR[12] support (ucb) */
|
||||
/*#define ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena (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 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 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 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 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) */
|
||||
/*#define SHORT_FNAMES /* file names used in named-xfer need to be short */
|
||||
/*#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) (EXP) */
|
||||
/*#define SUNSECURITY /* obscure fix for sunos (see below) */
|
||||
/*#define SUNSECURITY*/ /* obscure fix for sunos (see below) */
|
||||
#define LOGFAC LOG_DAEMON /* what syslog facility should named use? */
|
||||
/*#define SECURE_ZONES /* if you want to inhibit world access to zone(s) */
|
||||
/*#define SECURE_ZONES*//* if you want to inhibit world access to zone(s) */
|
||||
#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) */
|
||||
@ -107,10 +107,10 @@
|
||||
#define LAME_DELEGATION /* lame delegations (original-del,reworked-bb&del)*/
|
||||
#define LAME_LOGGING LOG_WARNING /* 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 RETURNSOA*/ /* good code that the world isn't ready for yet */
|
||||
#define CLEANCACHE /* useful and necessary in the face of NCACHE */
|
||||
#define STATS /* keep nameserver statistics; uses more memory */
|
||||
/*#define RENICE /* named-xfer should run at normal priority */
|
||||
/*#define RENICE*/ /* named-xfer should run at normal priority */
|
||||
|
||||
/*--------------------------------------------*
|
||||
* no user-servicable parts beyond this point *
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
/* Choose one of these */
|
||||
|
||||
/* #define XENIX /* XENIX implies UNIX */
|
||||
/* #define SIII /* SIII implies UNIX, (NDELAY a la System III) */
|
||||
/* #define XENIX */ /* XENIX implies UNIX */
|
||||
/* #define SIII */ /* SIII implies UNIX, (NDELAY a la System III) */
|
||||
#define UNIX /* UNIX */
|
||||
/* #define VMS /* VMS not done yet -- send me your version!!!! */
|
||||
/* #define SARG20 /* Sargasso C for TOPS-20 */
|
||||
/* #define SARG10 /* Sargasso C for TOPS-10 */
|
||||
/* #define VMS */ /* VMS not done yet -- send me your version!!!! */
|
||||
/* #define SARG20 */ /* Sargasso C for TOPS-20 */
|
||||
/* #define SARG10 */ /* Sargasso C for TOPS-10 */
|
||||
|
||||
/* These #ifdef:s are implementation dependent stuff for the Sargasso C */
|
||||
/* Unix C barfs on directives like "#strings", so we keep them */
|
||||
|
Loading…
x
Reference in New Issue
Block a user