]> The Tcpdump Group git mirrors - tcpdump/commit
Define optarg, optind, opterr, and optopt.
authorGisle Vanem <[email protected]>
Thu, 1 May 2014 19:27:34 +0000 (12:27 -0700)
committerGuy Harris <[email protected]>
Thu, 1 May 2014 19:27:34 +0000 (12:27 -0700)
commit90488805cc1b8047d228850ba6670bc179b9e5c9
tree822b4aac41346b16baff851c9c04619199916dba
parent040c96487cdc1f920c514e470d25fa1c80fd0154
Define optarg, optind, opterr, and optopt.

That's necessary on Windows, where you're not going to get them defined
by getopt(), and where the ref/def model rather than the common model is
used.
missing/getopt_long.c