mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
tabified
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: gen-win32.h,v 1.13 2001/07/26 03:15:12 mayer Exp $ */
|
/* $Id: gen-win32.h,v 1.14 2001/07/26 20:31:48 gson Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Principal Authors: Computer Systems Research Group at UC Berkeley
|
* Principal Authors: Computer Systems Research Group at UC Berkeley
|
||||||
@@ -92,9 +92,9 @@ char *isc_commandline_progname; /* For printing error messages. */
|
|||||||
isc_boolean_t isc_commandline_errprint = ISC_TRUE;/* Print error messages. */
|
isc_boolean_t isc_commandline_errprint = ISC_TRUE;/* Print error messages. */
|
||||||
isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */
|
isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */
|
||||||
|
|
||||||
#define BADOPT '?'
|
#define BADOPT '?'
|
||||||
#define BADARG ':'
|
#define BADARG ':'
|
||||||
#define ENDOPT ""
|
#define ENDOPT ""
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
@@ -128,7 +128,7 @@ isc_commandline_parse(int argc, char * const *argv, const char *options) {
|
|||||||
|
|
||||||
if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
|
if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
|
||||||
/*
|
/*
|
||||||
* Found '--' to signal end of options. Advance
|
* Found '--' to signal end of options. Advance
|
||||||
* index to next argv, the first non-option.
|
* index to next argv, the first non-option.
|
||||||
*/
|
*/
|
||||||
isc_commandline_index++;
|
isc_commandline_index++;
|
||||||
|
Reference in New Issue
Block a user