diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-07-13 12:28:43 +1000 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2020-07-25 11:05:14 +0300 |
commit | 449ed2b8e83121ac8c322f15ca494ee7e4c4331a (patch) | |
tree | d9a9b7e0f17b786ceec2d1fee5357754eae5a281 /src/util-list.c | |
parent | 7d36a3d119826d80e48f397eb070a798f641423e (diff) | |
download | xorg-lib-libxkbcommon-449ed2b8e83121ac8c322f15ca494ee7e4c4331a.tar.gz |
tools: drop getopt vs getopt_long differentiation
On all platforms we build on where getopt.h is available, getopt_long is also
available. Only Windows doesn't have either but that's no reason for us to
differentiate between the two.
If we need to special-case getopt vs getopt_long, it's probably better to
implement our own cross-platform version of it and use that.
Fixes #161
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/util-list.c')
0 files changed, 0 insertions, 0 deletions