summaryrefslogtreecommitdiffstats
path: root/src/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix getopt for AIXMike Seplowitz2015-08-191-0/+2
| | | | | | | AIX supplies getopt but not getopt_long. We can't use the embedded getopt implementation, since the constness of its arguments doesn't match the AIX system routine.
* Fix building tests on Windows again.Nico Weber2014-09-181-3/+3
| | | | | | | Turns out gtest was pulling in sys/stat.h, and we were using stat() through that in tests. This doesn't work with old MSVCs, so we should probably replace that with RealDiskInterface in a follow-up.
* Fix compilation warning with getopt_long() on MinGW.Nicolas Despres2011-11-191-2/+2
|
* windows: getopt const clean hackEvan Martin2011-05-021-3/+3
|
* [win] check in public-domain getopt implementationEvan Martin2011-04-231-0/+55