aboutsummaryrefslogtreecommitdiffstats
path: root/compat/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-2/+0
| | | | | The macros forbidding the system functions no longer exist, obviating the need for the #undefs.
* getopt: Remove an unnecessary defineMartin Storsjö2012-08-161-2/+0
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* getopt: Add missing includesMartin Storsjö2012-08-161-0/+3
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-111-0/+84
This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by: Anton Khirnov <anton@khirnov.net>