mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:12:05 -04:00
ISC_TRUE not 1
This commit is contained in:
parent
8b2779bba0
commit
30020941e4
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $Id: commandline.c,v 1.1 1999/10/06 19:23:05 tale Exp $ */
|
||||
/* $Id: commandline.c,v 1.2 1999/10/29 06:07:17 marka Exp $ */
|
||||
|
||||
/*
|
||||
* This file was adapted from the NetBSD project's source tree, RCS ID:
|
||||
|
|
@ -76,7 +76,7 @@ int isc_commandline_option; /* Character checked for validity. */
|
|||
char *isc_commandline_argument; /* Argument associated with option. */
|
||||
char *isc_commandline_progname; /* For printing error messages. */
|
||||
|
||||
isc_boolean_t isc_commandline_errprint = 1; /* Print error messages. */
|
||||
isc_boolean_t isc_commandline_errprint = ISC_TRUE; /* Print error messages. */
|
||||
isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */
|
||||
|
||||
#define BADOPT '?'
|
||||
|
|
|
|||
Loading…
Reference in a new issue