1 1.1.1.1.16.2 msaitoh 2 1.1.1.1.16.2 msaitoh include = <<- _EOF_ 3 1.1.1.1.16.2 msaitoh #ifdef __windows 4 1.1.1.1.16.2 msaitoh extern int atoi(const char*); 5 1.1.1.1.16.2 msaitoh #else 6 1.1.1.1.16.2 msaitoh # include <stdlib.h> 7 1.1.1.1.16.2 msaitoh #endif 8 1.1.1.1.16.2 msaitoh _EOF_; 9 1.1.1.1.16.2 msaitoh 10 1.1.1.1.16.2 msaitoh flag = { 11 1.1.1.1.16.2 msaitoh name = debug-level; 12 1.1.1.1.16.2 msaitoh value = d; 13 1.1.1.1.16.2 msaitoh max = NOLIMIT; 14 1.1.1.1.16.2 msaitoh nopreset; 15 1.1.1.1.16.2 msaitoh flag-code = 'OPT_VALUE_SET_DEBUG_LEVEL++;'; 16 1.1.1.1.16.2 msaitoh descrip = "Increase debug verbosity level"; 17 1.1.1.1.16.2 msaitoh doc = <<- _EndOfDoc_ 18 1.1.1.1.16.2 msaitoh _EndOfDoc_; 19 1.1.1.1.16.2 msaitoh }; 20 1.1.1.1.16.2 msaitoh 21 1.1.1.1.16.2 msaitoh flag = { 22 1.1.1.1.16.2 msaitoh name = set-debug-level; 23 1.1.1.1.16.2 msaitoh value = D; 24 1.1.1.1.16.2 msaitoh max = NOLIMIT; 25 1.1.1.1.16.2 msaitoh descrip = "Set the debug verbosity level"; 26 1.1.1.1.16.2 msaitoh arg-type = number; 27 1.1.1.1.16.2 msaitoh doc = <<- _EndOfDoc_ 28 1.1.1.1.16.2 msaitoh _EndOfDoc_; 29 1.1.1.1.16.2 msaitoh }; 30