mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
When compiling with !ENABLE_FEATURE_GETOPT_LONG, busybox still tries to include getopt.h which is not available; for example with uClibc when !UCLIBC_HAS_GETOPT_LONG. getopt.h is only required for the _long set of functions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| chcon.c | ||
| Config.src | ||
| getenforce.c | ||
| getsebool.c | ||
| Kbuild.src | ||
| load_policy.c | ||
| matchpathcon.c | ||
| runcon.c | ||
| selinuxenabled.c | ||
| sestatus.c | ||
| setenforce.c | ||
| setfiles.c | ||
| setsebool.c | ||