Next: HAVE_OPT, Previous: ERRSKIP_OPTERR, Up: AutoOpts API [Contents][Index]
After invoking this macro, if optionProcess()
encounters an error, it will call exit(1)
rather than return.
This is the default processing mode. It can be overridden by
specifying allow-errors
in the definitions file,
or invoking the macro See ERRSKIP_OPTERR.