summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-03-17 16:06:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-03-17 16:07:06 +0000
commit80f20b8e4e552eaa6b5b96aa8745c5935406c1b0 (patch)
tree3d1161e7faea4c793c870862a5aee7cb60da909b /compat.h
parent5717633cf52fca85ea1ab9951c2839ad443ffb2b (diff)
getopt varies too much between platforms, and we already use compat/getopt.c
for Linux so just use it everywhere.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index 70801d0d..b7ec5a69 100644
--- a/compat.h
+++ b/compat.h
@@ -370,7 +370,6 @@ int utf8proc_mbtowc(wchar_t *, const char *, size_t);
int utf8proc_wctomb(char *, wchar_t);
#endif
-#ifndef HAVE_GETOPT
/* getopt.c */
extern int BSDopterr;
extern int BSDoptind;
@@ -384,6 +383,5 @@ int BSDgetopt(int, char *const *, const char *);
#define optopt BSDoptopt
#define optreset BSDoptreset
#define optarg BSDoptarg
-#endif
#endif /* COMPAT_H */