10f66f451Sopenharmony_ci#ifdef TOYBOX_EXTENDED_CMD 20f66f451Sopenharmony_ci#define CFG_DIFF 1 30f66f451Sopenharmony_ci#define USE_DIFF(...) __VA_ARGS__ 40f66f451Sopenharmony_ci#define CFG_TELNET 1 50f66f451Sopenharmony_ci#define USE_TELNET(...) __VA_ARGS__ 60f66f451Sopenharmony_ci#define CFG_TRACEROUTE 1 70f66f451Sopenharmony_ci#define USE_TRACEROUTE(...) __VA_ARGS__ 80f66f451Sopenharmony_ci#define CFG_AWK 1 90f66f451Sopenharmony_ci#define USE_AWK(...) __VA_ARGS__ 100f66f451Sopenharmony_ci#define CFG_WGET 1 110f66f451Sopenharmony_ci#define USE_WGET(...) __VA_ARGS__ 120f66f451Sopenharmony_ci#define CFG_WGET_LIBTLS 0 130f66f451Sopenharmony_ci#define USE_WGET_LIBTLS(...) 140f66f451Sopenharmony_ci#define CFG_WGET_OPENSSL 1 150f66f451Sopenharmony_ci#define USE_WGET_OPENSSL(...) __VA_ARGS__ 160f66f451Sopenharmony_ci#define CFG_MKPASSWD 1 170f66f451Sopenharmony_ci#define USE_MKPASSWD(...) __VA_ARGS__ 180f66f451Sopenharmony_ci#define CFG_TOYBOX_PRLIMIT 1 190f66f451Sopenharmony_ci#define USE_TOYBOX_PRLIMIT(...) __VA_ARGS__ 200f66f451Sopenharmony_ci#define CFG_ULIMIT 1 210f66f451Sopenharmony_ci#define USE_ULIMIT(...) __VA_ARGS__ 220f66f451Sopenharmony_ci#else 230f66f451Sopenharmony_ci#define CFG_DIFF 0 240f66f451Sopenharmony_ci#define USE_DIFF(...) 250f66f451Sopenharmony_ci#define CFG_TELNET 0 260f66f451Sopenharmony_ci#define USE_TELNET(...) 270f66f451Sopenharmony_ci#define CFG_TRACEROUTE 0 280f66f451Sopenharmony_ci#define USE_TRACEROUTE(...) 290f66f451Sopenharmony_ci#define CFG_AWK 0 300f66f451Sopenharmony_ci#define USE_AWK(...) 310f66f451Sopenharmony_ci#define CFG_WGET 0 320f66f451Sopenharmony_ci#define USE_WGET(...) 330f66f451Sopenharmony_ci#define CFG_WGET_LIBTLS 0 340f66f451Sopenharmony_ci#define USE_WGET_LIBTLS(...) 350f66f451Sopenharmony_ci#define CFG_WGET_OPENSSL 0 360f66f451Sopenharmony_ci#define USE_WGET_OPENSSL(...) 370f66f451Sopenharmony_ci#define CFG_MKPASSWD 1 380f66f451Sopenharmony_ci#define USE_MKPASSWD(...) __VA_ARGS__ 390f66f451Sopenharmony_ci#define CFG_TOYBOX_PRLIMIT 1 400f66f451Sopenharmony_ci#define USE_TOYBOX_PRLIMIT(...) __VA_ARGS__ 410f66f451Sopenharmony_ci#define CFG_ULIMIT 1 420f66f451Sopenharmony_ci#define USE_ULIMIT(...) __VA_ARGS__ 430f66f451Sopenharmony_ci#endif 440f66f451Sopenharmony_ci#ifdef WITH_SELINUX 450f66f451Sopenharmony_ci#define CFG_SHA256SUM 1 460f66f451Sopenharmony_ci#define USE_SHA256SUM(...) __VA_ARGS__ 470f66f451Sopenharmony_ci#define CFG_TOYBOX_LIBCRYPTO 1 480f66f451Sopenharmony_ci#define USE_TOYBOX_LIBCRYPTO(...) __VA_ARGS__ 490f66f451Sopenharmony_ci#else 500f66f451Sopenharmony_ci#define CFG_SHA256SUM 0 510f66f451Sopenharmony_ci#define USE_SHA256SUM(...) 520f66f451Sopenharmony_ci#define CFG_TOYBOX_LIBCRYPTO 0 530f66f451Sopenharmony_ci#define USE_TOYBOX_LIBCRYPTO(...) 540f66f451Sopenharmony_ci#endif 550f66f451Sopenharmony_ci#define CFG_TOYBOX_CONTAINER 1 560f66f451Sopenharmony_ci#define USE_TOYBOX_CONTAINER(...) __VA_ARGS__ 570f66f451Sopenharmony_ci#define CFG_TOYBOX_FIFREEZE 1 580f66f451Sopenharmony_ci#define USE_TOYBOX_FIFREEZE(...) __VA_ARGS__ 590f66f451Sopenharmony_ci#define CFG_TOYBOX_ICONV 1 600f66f451Sopenharmony_ci#define USE_TOYBOX_ICONV(...) __VA_ARGS__ 610f66f451Sopenharmony_ci#define CFG_TOYBOX_FALLOCATE 1 620f66f451Sopenharmony_ci#define USE_TOYBOX_FALLOCATE(...) __VA_ARGS__ 630f66f451Sopenharmony_ci#define CFG_TOYBOX_UTMPX 1 640f66f451Sopenharmony_ci#define USE_TOYBOX_UTMPX(...) __VA_ARGS__ 650f66f451Sopenharmony_ci#define CFG_TOYBOX_SHADOW 1 660f66f451Sopenharmony_ci#define USE_TOYBOX_SHADOW(...) __VA_ARGS__ 670f66f451Sopenharmony_ci#define CFG_TOYBOX_ON_ANDROID 0 680f66f451Sopenharmony_ci#define USE_TOYBOX_ON_ANDROID(...) 690f66f451Sopenharmony_ci#define CFG_TOYBOX_ANDROID_SCHEDPOLICY 0 700f66f451Sopenharmony_ci#define USE_TOYBOX_ANDROID_SCHEDPOLICY(...) 710f66f451Sopenharmony_ci#define CFG_TOYBOX_FORK 1 720f66f451Sopenharmony_ci#define USE_TOYBOX_FORK(...) __VA_ARGS__ 730f66f451Sopenharmony_ci#define CFG_TOYBOX_GETRANDOM 1 740f66f451Sopenharmony_ci#define USE_TOYBOX_GETRANDOM(...) __VA_ARGS__ 750f66f451Sopenharmony_ci#define CFG_BASENAME 1 760f66f451Sopenharmony_ci#define USE_BASENAME(...) __VA_ARGS__ 770f66f451Sopenharmony_ci#define CFG_CAL 1 780f66f451Sopenharmony_ci#define USE_CAL(...) __VA_ARGS__ 790f66f451Sopenharmony_ci#define CFG_CAT 1 800f66f451Sopenharmony_ci#define USE_CAT(...) __VA_ARGS__ 810f66f451Sopenharmony_ci#define CFG_CHGRP 1 820f66f451Sopenharmony_ci#define USE_CHGRP(...) __VA_ARGS__ 830f66f451Sopenharmony_ci#define CFG_CHOWN 1 840f66f451Sopenharmony_ci#define USE_CHOWN(...) __VA_ARGS__ 850f66f451Sopenharmony_ci#define CFG_CHMOD 1 860f66f451Sopenharmony_ci#define USE_CHMOD(...) __VA_ARGS__ 870f66f451Sopenharmony_ci#define CFG_CKSUM 1 880f66f451Sopenharmony_ci#define USE_CKSUM(...) __VA_ARGS__ 890f66f451Sopenharmony_ci#define CFG_CRC32 1 900f66f451Sopenharmony_ci#define USE_CRC32(...) __VA_ARGS__ 910f66f451Sopenharmony_ci#define CFG_CMP 1 920f66f451Sopenharmony_ci#define USE_CMP(...) __VA_ARGS__ 930f66f451Sopenharmony_ci#define CFG_COMM 1 940f66f451Sopenharmony_ci#define USE_COMM(...) __VA_ARGS__ 950f66f451Sopenharmony_ci#define CFG_CP 1 960f66f451Sopenharmony_ci#define USE_CP(...) __VA_ARGS__ 970f66f451Sopenharmony_ci#define CFG_CP_PRESERVE 1 980f66f451Sopenharmony_ci#define USE_CP_PRESERVE(...) __VA_ARGS__ 990f66f451Sopenharmony_ci#define CFG_MV 1 1000f66f451Sopenharmony_ci#define USE_MV(...) __VA_ARGS__ 1010f66f451Sopenharmony_ci#define CFG_INSTALL 1 1020f66f451Sopenharmony_ci#define USE_INSTALL(...) __VA_ARGS__ 1030f66f451Sopenharmony_ci#define CFG_CPIO 1 1040f66f451Sopenharmony_ci#define USE_CPIO(...) __VA_ARGS__ 1050f66f451Sopenharmony_ci#define CFG_CUT 1 1060f66f451Sopenharmony_ci#define USE_CUT(...) __VA_ARGS__ 1070f66f451Sopenharmony_ci#define CFG_DATE 1 1080f66f451Sopenharmony_ci#define USE_DATE(...) __VA_ARGS__ 1090f66f451Sopenharmony_ci#define CFG_DF 1 1100f66f451Sopenharmony_ci#define USE_DF(...) __VA_ARGS__ 1110f66f451Sopenharmony_ci#define CFG_DIRNAME 1 1120f66f451Sopenharmony_ci#define USE_DIRNAME(...) __VA_ARGS__ 1130f66f451Sopenharmony_ci#define CFG_DU 1 1140f66f451Sopenharmony_ci#define USE_DU(...) __VA_ARGS__ 1150f66f451Sopenharmony_ci#define CFG_ECHO 1 1160f66f451Sopenharmony_ci#define USE_ECHO(...) __VA_ARGS__ 1170f66f451Sopenharmony_ci#define CFG_ENV 1 1180f66f451Sopenharmony_ci#define USE_ENV(...) __VA_ARGS__ 1190f66f451Sopenharmony_ci#define CFG_EXPAND 1 1200f66f451Sopenharmony_ci#define USE_EXPAND(...) __VA_ARGS__ 1210f66f451Sopenharmony_ci#define CFG_FALSE 1 1220f66f451Sopenharmony_ci#define USE_FALSE(...) __VA_ARGS__ 1230f66f451Sopenharmony_ci#define CFG_FILE 1 1240f66f451Sopenharmony_ci#define USE_FILE(...) __VA_ARGS__ 1250f66f451Sopenharmony_ci#define CFG_FIND 1 1260f66f451Sopenharmony_ci#define USE_FIND(...) __VA_ARGS__ 1270f66f451Sopenharmony_ci#define CFG_GETCONF 1 1280f66f451Sopenharmony_ci#define USE_GETCONF(...) __VA_ARGS__ 1290f66f451Sopenharmony_ci#define CFG_GREP 1 1300f66f451Sopenharmony_ci#define USE_GREP(...) __VA_ARGS__ 1310f66f451Sopenharmony_ci#define CFG_EGREP 1 1320f66f451Sopenharmony_ci#define USE_EGREP(...) __VA_ARGS__ 1330f66f451Sopenharmony_ci#define CFG_FGREP 1 1340f66f451Sopenharmony_ci#define USE_FGREP(...) __VA_ARGS__ 1350f66f451Sopenharmony_ci#define CFG_HEAD 1 1360f66f451Sopenharmony_ci#define USE_HEAD(...) __VA_ARGS__ 1370f66f451Sopenharmony_ci#define CFG_ICONV 1 1380f66f451Sopenharmony_ci#define USE_ICONV(...) __VA_ARGS__ 1390f66f451Sopenharmony_ci#define CFG_ID 1 1400f66f451Sopenharmony_ci#define USE_ID(...) __VA_ARGS__ 1410f66f451Sopenharmony_ci#ifdef WITH_SELINUX 1420f66f451Sopenharmony_ci# define CFG_ID_Z 1 1430f66f451Sopenharmony_ci# define USE_ID_Z(...) __VA_ARGS__ 1440f66f451Sopenharmony_ci#else 1450f66f451Sopenharmony_ci# define CFG_ID_Z 0 1460f66f451Sopenharmony_ci# define USE_ID_Z(...) 1470f66f451Sopenharmony_ci#endif // WITH_SELINUX 1480f66f451Sopenharmony_ci#define CFG_GROUPS 1 1490f66f451Sopenharmony_ci#define USE_GROUPS(...) __VA_ARGS__ 1500f66f451Sopenharmony_ci#define CFG_LOGNAME 1 1510f66f451Sopenharmony_ci#define USE_LOGNAME(...) __VA_ARGS__ 1520f66f451Sopenharmony_ci#define CFG_WHOAMI 1 1530f66f451Sopenharmony_ci#define USE_WHOAMI(...) __VA_ARGS__ 1540f66f451Sopenharmony_ci#define CFG_KILL 1 1550f66f451Sopenharmony_ci#define USE_KILL(...) __VA_ARGS__ 1560f66f451Sopenharmony_ci#define CFG_KILLALL5 1 1570f66f451Sopenharmony_ci#define USE_KILLALL5(...) __VA_ARGS__ 1580f66f451Sopenharmony_ci#define CFG_LINK 1 1590f66f451Sopenharmony_ci#define USE_LINK(...) __VA_ARGS__ 1600f66f451Sopenharmony_ci#define CFG_LN 1 1610f66f451Sopenharmony_ci#define USE_LN(...) __VA_ARGS__ 1620f66f451Sopenharmony_ci#define CFG_LOGGER 1 1630f66f451Sopenharmony_ci#define USE_LOGGER(...) __VA_ARGS__ 1640f66f451Sopenharmony_ci#define CFG_LS 1 1650f66f451Sopenharmony_ci#define USE_LS(...) __VA_ARGS__ 1660f66f451Sopenharmony_ci#define CFG_MKDIR 1 1670f66f451Sopenharmony_ci#define USE_MKDIR(...) __VA_ARGS__ 1680f66f451Sopenharmony_ci#ifdef WITH_SELINUX 1690f66f451Sopenharmony_ci# define CFG_MKDIR_Z 1 1700f66f451Sopenharmony_ci# define USE_MKDIR_Z(...) __VA_ARGS__ 1710f66f451Sopenharmony_ci#else 1720f66f451Sopenharmony_ci# define CFG_MKDIR_Z 0 1730f66f451Sopenharmony_ci# define USE_MKDIR_Z(...) 1740f66f451Sopenharmony_ci#endif // WITH_SELINUX 1750f66f451Sopenharmony_ci#define CFG_MKFIFO 1 1760f66f451Sopenharmony_ci#define USE_MKFIFO(...) __VA_ARGS__ 1770f66f451Sopenharmony_ci#ifdef WITH_SELINUX 1780f66f451Sopenharmony_ci# define CFG_MKFIFO_Z 1 1790f66f451Sopenharmony_ci# define USE_MKFIFO_Z(...) __VA_ARGS__ 1800f66f451Sopenharmony_ci#else 1810f66f451Sopenharmony_ci# define CFG_MKFIFO_Z 0 1820f66f451Sopenharmony_ci# define USE_MKFIFO_Z(...) 1830f66f451Sopenharmony_ci#endif // WITH_SELINUX 1840f66f451Sopenharmony_ci#define CFG_NICE 1 1850f66f451Sopenharmony_ci#define USE_NICE(...) __VA_ARGS__ 1860f66f451Sopenharmony_ci#define CFG_NL 1 1870f66f451Sopenharmony_ci#define USE_NL(...) __VA_ARGS__ 1880f66f451Sopenharmony_ci#define CFG_NOHUP 1 1890f66f451Sopenharmony_ci#define USE_NOHUP(...) __VA_ARGS__ 1900f66f451Sopenharmony_ci#define CFG_OD 1 1910f66f451Sopenharmony_ci#define USE_OD(...) __VA_ARGS__ 1920f66f451Sopenharmony_ci#define CFG_PASTE 1 1930f66f451Sopenharmony_ci#define USE_PASTE(...) __VA_ARGS__ 1940f66f451Sopenharmony_ci#define CFG_PATCH 1 1950f66f451Sopenharmony_ci#define USE_PATCH(...) __VA_ARGS__ 1960f66f451Sopenharmony_ci#define CFG_PRINTF 1 1970f66f451Sopenharmony_ci#define USE_PRINTF(...) __VA_ARGS__ 1980f66f451Sopenharmony_ci#define CFG_PS 1 1990f66f451Sopenharmony_ci#define USE_PS(...) __VA_ARGS__ 2000f66f451Sopenharmony_ci#define CFG_TOP 1 2010f66f451Sopenharmony_ci#define USE_TOP(...) __VA_ARGS__ 2020f66f451Sopenharmony_ci#define CFG_IOTOP 1 2030f66f451Sopenharmony_ci#define USE_IOTOP(...) __VA_ARGS__ 2040f66f451Sopenharmony_ci#define CFG_PGREP 1 2050f66f451Sopenharmony_ci#define USE_PGREP(...) __VA_ARGS__ 2060f66f451Sopenharmony_ci#define CFG_PKILL 1 2070f66f451Sopenharmony_ci#define USE_PKILL(...) __VA_ARGS__ 2080f66f451Sopenharmony_ci#define CFG_PWD 1 2090f66f451Sopenharmony_ci#define USE_PWD(...) __VA_ARGS__ 2100f66f451Sopenharmony_ci#define CFG_RENICE 1 2110f66f451Sopenharmony_ci#define USE_RENICE(...) __VA_ARGS__ 2120f66f451Sopenharmony_ci#define CFG_RM 1 2130f66f451Sopenharmony_ci#define USE_RM(...) __VA_ARGS__ 2140f66f451Sopenharmony_ci#define CFG_RMDIR 1 2150f66f451Sopenharmony_ci#define USE_RMDIR(...) __VA_ARGS__ 2160f66f451Sopenharmony_ci#define CFG_SED 1 2170f66f451Sopenharmony_ci#define USE_SED(...) __VA_ARGS__ 2180f66f451Sopenharmony_ci#define CFG_SLEEP 1 2190f66f451Sopenharmony_ci#define USE_SLEEP(...) __VA_ARGS__ 2200f66f451Sopenharmony_ci#define CFG_SORT 1 2210f66f451Sopenharmony_ci#define USE_SORT(...) __VA_ARGS__ 2220f66f451Sopenharmony_ci#define CFG_SORT_FLOAT 1 2230f66f451Sopenharmony_ci#define USE_SORT_FLOAT(...) __VA_ARGS__ 2240f66f451Sopenharmony_ci#define CFG_SPLIT 1 2250f66f451Sopenharmony_ci#define USE_SPLIT(...) __VA_ARGS__ 2260f66f451Sopenharmony_ci#define CFG_STRINGS 1 2270f66f451Sopenharmony_ci#define USE_STRINGS(...) __VA_ARGS__ 2280f66f451Sopenharmony_ci#define CFG_TAIL 1 2290f66f451Sopenharmony_ci#define USE_TAIL(...) __VA_ARGS__ 2300f66f451Sopenharmony_ci#define CFG_TAR 1 2310f66f451Sopenharmony_ci#define USE_TAR(...) __VA_ARGS__ 2320f66f451Sopenharmony_ci#define CFG_TEE 1 2330f66f451Sopenharmony_ci#define USE_TEE(...) __VA_ARGS__ 2340f66f451Sopenharmony_ci#define CFG_TEST 1 2350f66f451Sopenharmony_ci#define USE_TEST(...) __VA_ARGS__ 2360f66f451Sopenharmony_ci#define CFG_TIME 1 2370f66f451Sopenharmony_ci#define USE_TIME(...) __VA_ARGS__ 2380f66f451Sopenharmony_ci#define CFG_TOUCH 1 2390f66f451Sopenharmony_ci#define USE_TOUCH(...) __VA_ARGS__ 2400f66f451Sopenharmony_ci#define CFG_TRUE 1 2410f66f451Sopenharmony_ci#define USE_TRUE(...) __VA_ARGS__ 2420f66f451Sopenharmony_ci#define CFG_TTY 1 2430f66f451Sopenharmony_ci#define USE_TTY(...) __VA_ARGS__ 2440f66f451Sopenharmony_ci#define CFG_ARCH 1 2450f66f451Sopenharmony_ci#define USE_ARCH(...) __VA_ARGS__ 2460f66f451Sopenharmony_ci#define CFG_UNAME 1 2470f66f451Sopenharmony_ci#define USE_UNAME(...) __VA_ARGS__ 2480f66f451Sopenharmony_ci#define CFG_UNIQ 1 2490f66f451Sopenharmony_ci#define USE_UNIQ(...) __VA_ARGS__ 2500f66f451Sopenharmony_ci#define CFG_UNLINK 1 2510f66f451Sopenharmony_ci#define USE_UNLINK(...) __VA_ARGS__ 2520f66f451Sopenharmony_ci#define CFG_UUDECODE 1 2530f66f451Sopenharmony_ci#define USE_UUDECODE(...) __VA_ARGS__ 2540f66f451Sopenharmony_ci#define CFG_UUENCODE 1 2550f66f451Sopenharmony_ci#define USE_UUENCODE(...) __VA_ARGS__ 2560f66f451Sopenharmony_ci#define CFG_WC 1 2570f66f451Sopenharmony_ci#define USE_WC(...) __VA_ARGS__ 2580f66f451Sopenharmony_ci#define CFG_WHO 1 2590f66f451Sopenharmony_ci#define USE_WHO(...) __VA_ARGS__ 2600f66f451Sopenharmony_ci#define CFG_XARGS 1 2610f66f451Sopenharmony_ci#define USE_XARGS(...) __VA_ARGS__ 2620f66f451Sopenharmony_ci#define CFG_ARP 0 2630f66f451Sopenharmony_ci#define USE_ARP(...) 2640f66f451Sopenharmony_ci#define CFG_ARPING 0 2650f66f451Sopenharmony_ci#define USE_ARPING(...) 2660f66f451Sopenharmony_ci#define CFG_BC 0 2670f66f451Sopenharmony_ci#define USE_BC(...) 2680f66f451Sopenharmony_ci#define CFG_BOOTCHARTD 0 2690f66f451Sopenharmony_ci#define USE_BOOTCHARTD(...) 2700f66f451Sopenharmony_ci#define CFG_BRCTL 0 2710f66f451Sopenharmony_ci#define USE_BRCTL(...) 2720f66f451Sopenharmony_ci#define CFG_CROND 0 2730f66f451Sopenharmony_ci#define USE_CROND(...) 2740f66f451Sopenharmony_ci#define CFG_CRONTAB 0 2750f66f451Sopenharmony_ci#define USE_CRONTAB(...) 2760f66f451Sopenharmony_ci#define CFG_DD 1 2770f66f451Sopenharmony_ci#define USE_DD(...) __VA_ARGS__ 2780f66f451Sopenharmony_ci#define CFG_DHCP6 0 2790f66f451Sopenharmony_ci#define USE_DHCP6(...) 2800f66f451Sopenharmony_ci#define CFG_DHCP 0 2810f66f451Sopenharmony_ci#define USE_DHCP(...) 2820f66f451Sopenharmony_ci#define CFG_DHCPD 0 2830f66f451Sopenharmony_ci#define USE_DHCPD(...) 2840f66f451Sopenharmony_ci#define CFG_DEBUG_DHCP 0 2850f66f451Sopenharmony_ci#define USE_DEBUG_DHCP(...) 2860f66f451Sopenharmony_ci#define CFG_DUMPLEASES 0 2870f66f451Sopenharmony_ci#define USE_DUMPLEASES(...) 2880f66f451Sopenharmony_ci#define CFG_EXPR 0 2890f66f451Sopenharmony_ci#define USE_EXPR(...) 2900f66f451Sopenharmony_ci#define CFG_FDISK 0 2910f66f451Sopenharmony_ci#define USE_FDISK(...) 2920f66f451Sopenharmony_ci#define CFG_FOLD 0 2930f66f451Sopenharmony_ci#define USE_FOLD(...) 2940f66f451Sopenharmony_ci#define CFG_FSCK 0 2950f66f451Sopenharmony_ci#define USE_FSCK(...) 2960f66f451Sopenharmony_ci#define CFG_GETFATTR 0 2970f66f451Sopenharmony_ci#define USE_GETFATTR(...) 2980f66f451Sopenharmony_ci#define CFG_GETOPT 0 2990f66f451Sopenharmony_ci#define USE_GETOPT(...) 3000f66f451Sopenharmony_ci#ifdef WITH_SELINUX 3010f66f451Sopenharmony_ci# define CFG_GETTY 0 3020f66f451Sopenharmony_ci# define USE_GETTY(...) 3030f66f451Sopenharmony_ci#else 3040f66f451Sopenharmony_ci# define CFG_GETTY 1 3050f66f451Sopenharmony_ci# define USE_GETTY(...) __VA_ARGS__ 3060f66f451Sopenharmony_ci#endif // WITH_SELINUX 3070f66f451Sopenharmony_ci#define CFG_GROUPADD 0 3080f66f451Sopenharmony_ci#define USE_GROUPADD(...) 3090f66f451Sopenharmony_ci#define CFG_GROUPDEL 0 3100f66f451Sopenharmony_ci#define USE_GROUPDEL(...) 3110f66f451Sopenharmony_ci#define CFG_HEXDUMP 0 3120f66f451Sopenharmony_ci#define USE_HEXDUMP(...) 3130f66f451Sopenharmony_ci#define CFG_HD 0 3140f66f451Sopenharmony_ci#define USE_HD(...) 3150f66f451Sopenharmony_ci#define CFG_HOST 0 3160f66f451Sopenharmony_ci#define USE_HOST(...) 3170f66f451Sopenharmony_ci#define CFG_INIT 0 3180f66f451Sopenharmony_ci#define USE_INIT(...) 3190f66f451Sopenharmony_ci#define CFG_IP 0 3200f66f451Sopenharmony_ci#define USE_IP(...) 3210f66f451Sopenharmony_ci#define CFG_IPCRM 0 3220f66f451Sopenharmony_ci#define USE_IPCRM(...) 3230f66f451Sopenharmony_ci#define CFG_IPCS 0 3240f66f451Sopenharmony_ci#define USE_IPCS(...) 3250f66f451Sopenharmony_ci#define CFG_KLOGD 0 3260f66f451Sopenharmony_ci#define USE_KLOGD(...) 3270f66f451Sopenharmony_ci#define CFG_KLOGD_SOURCE_RING_BUFFER 0 3280f66f451Sopenharmony_ci#define USE_KLOGD_SOURCE_RING_BUFFER(...) 3290f66f451Sopenharmony_ci#define CFG_LAST 0 3300f66f451Sopenharmony_ci#define USE_LAST(...) 3310f66f451Sopenharmony_ci#define CFG_LSOF 1 3320f66f451Sopenharmony_ci#define USE_LSOF(...) __VA_ARGS__ 3330f66f451Sopenharmony_ci#define CFG_MAN 0 3340f66f451Sopenharmony_ci#define USE_MAN(...) 3350f66f451Sopenharmony_ci#ifdef WITH_SELINUX 3360f66f451Sopenharmony_ci# define CFG_MDEV 0 3370f66f451Sopenharmony_ci# define USE_MDEV(...) 3380f66f451Sopenharmony_ci# define CFG_MDEV_CONF 0 3390f66f451Sopenharmony_ci# define USE_MDEV_CONF(...) 3400f66f451Sopenharmony_ci#else 3410f66f451Sopenharmony_ci# define CFG_MDEV 1 3420f66f451Sopenharmony_ci# define USE_MDEV(...) __VA_ARGS__ 3430f66f451Sopenharmony_ci# define CFG_MDEV_CONF 1 3440f66f451Sopenharmony_ci# define USE_MDEV_CONF(...) __VA_ARGS__ 3450f66f451Sopenharmony_ci#endif // WITH_SELINUX 3460f66f451Sopenharmony_ci#define CFG_MKE2FS 0 3470f66f451Sopenharmony_ci#define USE_MKE2FS(...) 3480f66f451Sopenharmony_ci#define CFG_MKE2FS_JOURNAL 0 3490f66f451Sopenharmony_ci#define USE_MKE2FS_JOURNAL(...) 3500f66f451Sopenharmony_ci#define CFG_MKE2FS_GEN 0 3510f66f451Sopenharmony_ci#define USE_MKE2FS_GEN(...) 3520f66f451Sopenharmony_ci#define CFG_MKE2FS_LABEL 0 3530f66f451Sopenharmony_ci#define USE_MKE2FS_LABEL(...) 3540f66f451Sopenharmony_ci#define CFG_MKE2FS_EXTENDED 0 3550f66f451Sopenharmony_ci#define USE_MKE2FS_EXTENDED(...) 3560f66f451Sopenharmony_ci#define CFG_MODPROBE 0 3570f66f451Sopenharmony_ci#define USE_MODPROBE(...) 3580f66f451Sopenharmony_ci#define CFG_MORE 1 3590f66f451Sopenharmony_ci#define USE_MORE(...) __VA_ARGS__ 3600f66f451Sopenharmony_ci#define CFG_OPENVT 0 3610f66f451Sopenharmony_ci#define USE_OPENVT(...) 3620f66f451Sopenharmony_ci#define CFG_DEALLOCVT 0 3630f66f451Sopenharmony_ci#define USE_DEALLOCVT(...) 3640f66f451Sopenharmony_ci#ifdef WITH_SELINUX 3650f66f451Sopenharmony_ci# define CFG_ROUTE 0 3660f66f451Sopenharmony_ci# define USE_ROUTE(...) 3670f66f451Sopenharmony_ci#else 3680f66f451Sopenharmony_ci# define CFG_ROUTE 1 3690f66f451Sopenharmony_ci# define USE_ROUTE(...) __VA_ARGS__ 3700f66f451Sopenharmony_ci#endif // WITH_SELINUX 3710f66f451Sopenharmony_ci#define CFG_SH 0 3720f66f451Sopenharmony_ci#define USE_SH(...) 3730f66f451Sopenharmony_ci#define CFG_CD 0 3740f66f451Sopenharmony_ci#define USE_CD(...) 3750f66f451Sopenharmony_ci#define CFG_EXIT 0 3760f66f451Sopenharmony_ci#define USE_EXIT(...) 3770f66f451Sopenharmony_ci#define CFG_STRACE 0 3780f66f451Sopenharmony_ci#define USE_STRACE(...) 3790f66f451Sopenharmony_ci#define CFG_STTY 0 3800f66f451Sopenharmony_ci#define USE_STTY(...) 3810f66f451Sopenharmony_ci#define CFG_SULOGIN 0 3820f66f451Sopenharmony_ci#define USE_SULOGIN(...) 3830f66f451Sopenharmony_ci#define CFG_SYSLOGD 0 3840f66f451Sopenharmony_ci#define USE_SYSLOGD(...) 3850f66f451Sopenharmony_ci#define CFG_TCPSVD 0 3860f66f451Sopenharmony_ci#define USE_TCPSVD(...) 3870f66f451Sopenharmony_ci#ifdef WITH_SELINUX 3880f66f451Sopenharmony_ci# define CFG_TELNETD 0 3890f66f451Sopenharmony_ci# define USE_TELNETD(...) 3900f66f451Sopenharmony_ci#else 3910f66f451Sopenharmony_ci# define CFG_TELNETD 1 3920f66f451Sopenharmony_ci# define USE_TELNETD(...) __VA_ARGS__ 3930f66f451Sopenharmony_ci#endif // WITH_SELINUX 3940f66f451Sopenharmony_ci#define CFG_TFTP 0 3950f66f451Sopenharmony_ci#define USE_TFTP(...) 3960f66f451Sopenharmony_ci#define CFG_TFTPD 0 3970f66f451Sopenharmony_ci#define USE_TFTPD(...) 3980f66f451Sopenharmony_ci#define CFG_TR 0 3990f66f451Sopenharmony_ci#define USE_TR(...) 4000f66f451Sopenharmony_ci#define CFG_USERADD 0 4010f66f451Sopenharmony_ci#define USE_USERADD(...) 4020f66f451Sopenharmony_ci#define CFG_USERDEL 0 4030f66f451Sopenharmony_ci#define USE_USERDEL(...) 4040f66f451Sopenharmony_ci#define CFG_VI 0 4050f66f451Sopenharmony_ci#define USE_VI(...) 4060f66f451Sopenharmony_ci#define CFG_XZCAT 0 4070f66f451Sopenharmony_ci#define USE_XZCAT(...) 4080f66f451Sopenharmony_ci#define CFG_ACPI 1 4090f66f451Sopenharmony_ci#define USE_ACPI(...) __VA_ARGS__ 4100f66f451Sopenharmony_ci#define CFG_ASCII 1 4110f66f451Sopenharmony_ci#define USE_ASCII(...) __VA_ARGS__ 4120f66f451Sopenharmony_ci#define CFG_BASE64 1 4130f66f451Sopenharmony_ci#define USE_BASE64(...) __VA_ARGS__ 4140f66f451Sopenharmony_ci#define CFG_BASE32 0 4150f66f451Sopenharmony_ci#define USE_BASE32(...) 4160f66f451Sopenharmony_ci#define CFG_BLKID 1 4170f66f451Sopenharmony_ci#define USE_BLKID(...) __VA_ARGS__ 4180f66f451Sopenharmony_ci#define CFG_FSTYPE 1 4190f66f451Sopenharmony_ci#define USE_FSTYPE(...) __VA_ARGS__ 4200f66f451Sopenharmony_ci#define CFG_BLOCKDEV 1 4210f66f451Sopenharmony_ci#define USE_BLOCKDEV(...) __VA_ARGS__ 4220f66f451Sopenharmony_ci#define CFG_BUNZIP2 1 4230f66f451Sopenharmony_ci#define USE_BUNZIP2(...) __VA_ARGS__ 4240f66f451Sopenharmony_ci#define CFG_BZCAT 1 4250f66f451Sopenharmony_ci#define USE_BZCAT(...) __VA_ARGS__ 4260f66f451Sopenharmony_ci#ifdef WITH_SELINUX 4270f66f451Sopenharmony_ci# define CFG_CHCON 1 4280f66f451Sopenharmony_ci# define USE_CHCON(...) __VA_ARGS__ 4290f66f451Sopenharmony_ci#else 4300f66f451Sopenharmony_ci# define CFG_CHCON 0 4310f66f451Sopenharmony_ci# define USE_CHCON(...) 4320f66f451Sopenharmony_ci#endif // WITH_SELINUX 4330f66f451Sopenharmony_ci#define CFG_CHROOT 1 4340f66f451Sopenharmony_ci#define USE_CHROOT(...) __VA_ARGS__ 4350f66f451Sopenharmony_ci#define CFG_CHRT 1 4360f66f451Sopenharmony_ci#define USE_CHRT(...) __VA_ARGS__ 4370f66f451Sopenharmony_ci#define CFG_CHVT 1 4380f66f451Sopenharmony_ci#define USE_CHVT(...) __VA_ARGS__ 4390f66f451Sopenharmony_ci#define CFG_CLEAR 1 4400f66f451Sopenharmony_ci#define USE_CLEAR(...) __VA_ARGS__ 4410f66f451Sopenharmony_ci#define CFG_COUNT 1 4420f66f451Sopenharmony_ci#define USE_COUNT(...) __VA_ARGS__ 4430f66f451Sopenharmony_ci#define CFG_DEVMEM 1 4440f66f451Sopenharmony_ci#define USE_DEVMEM(...) __VA_ARGS__ 4450f66f451Sopenharmony_ci#define CFG_DOS2UNIX 1 4460f66f451Sopenharmony_ci#define USE_DOS2UNIX(...) __VA_ARGS__ 4470f66f451Sopenharmony_ci#define CFG_UNIX2DOS 1 4480f66f451Sopenharmony_ci#define USE_UNIX2DOS(...) __VA_ARGS__ 4490f66f451Sopenharmony_ci#define CFG_EJECT 1 4500f66f451Sopenharmony_ci#define USE_EJECT(...) __VA_ARGS__ 4510f66f451Sopenharmony_ci#define CFG_FACTOR 1 4520f66f451Sopenharmony_ci#define USE_FACTOR(...) __VA_ARGS__ 4530f66f451Sopenharmony_ci#define CFG_FALLOCATE 1 4540f66f451Sopenharmony_ci#define USE_FALLOCATE(...) __VA_ARGS__ 4550f66f451Sopenharmony_ci#define CFG_FLOCK 1 4560f66f451Sopenharmony_ci#define USE_FLOCK(...) __VA_ARGS__ 4570f66f451Sopenharmony_ci#define CFG_FMT 1 4580f66f451Sopenharmony_ci#define USE_FMT(...) __VA_ARGS__ 4590f66f451Sopenharmony_ci#define CFG_FREE 1 4600f66f451Sopenharmony_ci#define USE_FREE(...) __VA_ARGS__ 4610f66f451Sopenharmony_ci#define CFG_FREERAMDISK 1 4620f66f451Sopenharmony_ci#define USE_FREERAMDISK(...) __VA_ARGS__ 4630f66f451Sopenharmony_ci#define CFG_FSFREEZE 1 4640f66f451Sopenharmony_ci#define USE_FSFREEZE(...) __VA_ARGS__ 4650f66f451Sopenharmony_ci#define CFG_FSYNC 1 4660f66f451Sopenharmony_ci#define USE_FSYNC(...) __VA_ARGS__ 4670f66f451Sopenharmony_ci#define CFG_HELP 1 4680f66f451Sopenharmony_ci#define USE_HELP(...) __VA_ARGS__ 4690f66f451Sopenharmony_ci#define CFG_HELP_EXTRAS 1 4700f66f451Sopenharmony_ci#define USE_HELP_EXTRAS(...) __VA_ARGS__ 4710f66f451Sopenharmony_ci#define CFG_HEXEDIT 1 4720f66f451Sopenharmony_ci#define USE_HEXEDIT(...) __VA_ARGS__ 4730f66f451Sopenharmony_ci#define CFG_HWCLOCK 1 4740f66f451Sopenharmony_ci#define USE_HWCLOCK(...) __VA_ARGS__ 4750f66f451Sopenharmony_ci#define CFG_I2CDETECT 1 4760f66f451Sopenharmony_ci#define USE_I2CDETECT(...) __VA_ARGS__ 4770f66f451Sopenharmony_ci#define CFG_I2CDUMP 1 4780f66f451Sopenharmony_ci#define USE_I2CDUMP(...) __VA_ARGS__ 4790f66f451Sopenharmony_ci#define CFG_I2CGET 1 4800f66f451Sopenharmony_ci#define USE_I2CGET(...) __VA_ARGS__ 4810f66f451Sopenharmony_ci#define CFG_I2CSET 1 4820f66f451Sopenharmony_ci#define USE_I2CSET(...) __VA_ARGS__ 4830f66f451Sopenharmony_ci#define CFG_INOTIFYD 1 4840f66f451Sopenharmony_ci#define USE_INOTIFYD(...) __VA_ARGS__ 4850f66f451Sopenharmony_ci#define CFG_INSMOD 1 4860f66f451Sopenharmony_ci#define USE_INSMOD(...) __VA_ARGS__ 4870f66f451Sopenharmony_ci#define CFG_IONICE 1 4880f66f451Sopenharmony_ci#define USE_IONICE(...) __VA_ARGS__ 4890f66f451Sopenharmony_ci#define CFG_IORENICE 1 4900f66f451Sopenharmony_ci#define USE_IORENICE(...) __VA_ARGS__ 4910f66f451Sopenharmony_ci#define CFG_LOGIN 1 4920f66f451Sopenharmony_ci#define USE_LOGIN(...) __VA_ARGS__ 4930f66f451Sopenharmony_ci#define CFG_LOSETUP 1 4940f66f451Sopenharmony_ci#define USE_LOSETUP(...) __VA_ARGS__ 4950f66f451Sopenharmony_ci#define CFG_LSATTR 1 4960f66f451Sopenharmony_ci#define USE_LSATTR(...) __VA_ARGS__ 4970f66f451Sopenharmony_ci#define CFG_CHATTR 1 4980f66f451Sopenharmony_ci#define USE_CHATTR(...) __VA_ARGS__ 4990f66f451Sopenharmony_ci#define CFG_LSMOD 1 5000f66f451Sopenharmony_ci#define USE_LSMOD(...) __VA_ARGS__ 5010f66f451Sopenharmony_ci#define CFG_LSPCI 1 5020f66f451Sopenharmony_ci#define USE_LSPCI(...) __VA_ARGS__ 5030f66f451Sopenharmony_ci#define CFG_LSPCI_TEXT 1 5040f66f451Sopenharmony_ci#define USE_LSPCI_TEXT(...) __VA_ARGS__ 5050f66f451Sopenharmony_ci#define CFG_LSUSB 1 5060f66f451Sopenharmony_ci#define USE_LSUSB(...) __VA_ARGS__ 5070f66f451Sopenharmony_ci#define CFG_MAKEDEVS 1 5080f66f451Sopenharmony_ci#define USE_MAKEDEVS(...) __VA_ARGS__ 5090f66f451Sopenharmony_ci#define CFG_MCOOKIE 1 5100f66f451Sopenharmony_ci#define USE_MCOOKIE(...) __VA_ARGS__ 5110f66f451Sopenharmony_ci#define CFG_MIX 1 5120f66f451Sopenharmony_ci#define USE_MIX(...) __VA_ARGS__ 5130f66f451Sopenharmony_ci#define CFG_MKSWAP 1 5140f66f451Sopenharmony_ci#define USE_MKSWAP(...) __VA_ARGS__ 5150f66f451Sopenharmony_ci#define CFG_MODINFO 1 5160f66f451Sopenharmony_ci#define USE_MODINFO(...) __VA_ARGS__ 5170f66f451Sopenharmony_ci#define CFG_MOUNTPOINT 1 5180f66f451Sopenharmony_ci#define USE_MOUNTPOINT(...) __VA_ARGS__ 5190f66f451Sopenharmony_ci#define CFG_NBD_CLIENT 1 5200f66f451Sopenharmony_ci#define USE_NBD_CLIENT(...) __VA_ARGS__ 5210f66f451Sopenharmony_ci#define CFG_UNSHARE 1 5220f66f451Sopenharmony_ci#define USE_UNSHARE(...) __VA_ARGS__ 5230f66f451Sopenharmony_ci#define CFG_NSENTER 1 5240f66f451Sopenharmony_ci#define USE_NSENTER(...) __VA_ARGS__ 5250f66f451Sopenharmony_ci#define CFG_ONEIT 1 5260f66f451Sopenharmony_ci#define USE_ONEIT(...) __VA_ARGS__ 5270f66f451Sopenharmony_ci#define CFG_PARTPROBE 1 5280f66f451Sopenharmony_ci#define USE_PARTPROBE(...) __VA_ARGS__ 5290f66f451Sopenharmony_ci#define CFG_PIVOT_ROOT 1 5300f66f451Sopenharmony_ci#define USE_PIVOT_ROOT(...) __VA_ARGS__ 5310f66f451Sopenharmony_ci#define CFG_PMAP 1 5320f66f451Sopenharmony_ci#define USE_PMAP(...) __VA_ARGS__ 5330f66f451Sopenharmony_ci#define CFG_PRINTENV 1 5340f66f451Sopenharmony_ci#define USE_PRINTENV(...) __VA_ARGS__ 5350f66f451Sopenharmony_ci#define CFG_PWDX 1 5360f66f451Sopenharmony_ci#define USE_PWDX(...) __VA_ARGS__ 5370f66f451Sopenharmony_ci#define CFG_PWGEN 0 5380f66f451Sopenharmony_ci#define USE_PWGEN(...) 5390f66f451Sopenharmony_ci#define CFG_READAHEAD 1 5400f66f451Sopenharmony_ci#define USE_READAHEAD(...) __VA_ARGS__ 5410f66f451Sopenharmony_ci#define CFG_READLINK 1 5420f66f451Sopenharmony_ci#define USE_READLINK(...) __VA_ARGS__ 5430f66f451Sopenharmony_ci#define CFG_REALPATH 1 5440f66f451Sopenharmony_ci#define USE_REALPATH(...) __VA_ARGS__ 5450f66f451Sopenharmony_ci#define CFG_REBOOT 1 5460f66f451Sopenharmony_ci#define USE_REBOOT(...) __VA_ARGS__ 5470f66f451Sopenharmony_ci#define CFG_RESET 1 5480f66f451Sopenharmony_ci#define USE_RESET(...) __VA_ARGS__ 5490f66f451Sopenharmony_ci#define CFG_REV 1 5500f66f451Sopenharmony_ci#define USE_REV(...) __VA_ARGS__ 5510f66f451Sopenharmony_ci#define CFG_RMMOD 1 5520f66f451Sopenharmony_ci#define USE_RMMOD(...) __VA_ARGS__ 5530f66f451Sopenharmony_ci#define CFG_SETFATTR 1 5540f66f451Sopenharmony_ci#define USE_SETFATTR(...) __VA_ARGS__ 5550f66f451Sopenharmony_ci#define CFG_SETSID 1 5560f66f451Sopenharmony_ci#define USE_SETSID(...) __VA_ARGS__ 5570f66f451Sopenharmony_ci#define CFG_SHA3SUM 0 5580f66f451Sopenharmony_ci#define USE_SHA3SUM(...) 5590f66f451Sopenharmony_ci#define CFG_SHRED 1 5600f66f451Sopenharmony_ci#define USE_SHRED(...) __VA_ARGS__ 5610f66f451Sopenharmony_ci#define CFG_STAT 1 5620f66f451Sopenharmony_ci#define USE_STAT(...) __VA_ARGS__ 5630f66f451Sopenharmony_ci#define CFG_SWAPOFF 1 5640f66f451Sopenharmony_ci#define USE_SWAPOFF(...) __VA_ARGS__ 5650f66f451Sopenharmony_ci#define CFG_SWAPON 1 5660f66f451Sopenharmony_ci#define USE_SWAPON(...) __VA_ARGS__ 5670f66f451Sopenharmony_ci#define CFG_SWITCH_ROOT 1 5680f66f451Sopenharmony_ci#define USE_SWITCH_ROOT(...) __VA_ARGS__ 5690f66f451Sopenharmony_ci#define CFG_SYSCTL 1 5700f66f451Sopenharmony_ci#define USE_SYSCTL(...) __VA_ARGS__ 5710f66f451Sopenharmony_ci#define CFG_TAC 1 5720f66f451Sopenharmony_ci#define USE_TAC(...) __VA_ARGS__ 5730f66f451Sopenharmony_ci#define CFG_NPROC 1 5740f66f451Sopenharmony_ci#define USE_NPROC(...) __VA_ARGS__ 5750f66f451Sopenharmony_ci#define CFG_TASKSET 1 5760f66f451Sopenharmony_ci#define USE_TASKSET(...) __VA_ARGS__ 5770f66f451Sopenharmony_ci#define CFG_TIMEOUT 1 5780f66f451Sopenharmony_ci#define USE_TIMEOUT(...) __VA_ARGS__ 5790f66f451Sopenharmony_ci#define CFG_TRUNCATE 1 5800f66f451Sopenharmony_ci#define USE_TRUNCATE(...) __VA_ARGS__ 5810f66f451Sopenharmony_ci#define CFG_UPTIME 1 5820f66f451Sopenharmony_ci#define USE_UPTIME(...) __VA_ARGS__ 5830f66f451Sopenharmony_ci#define CFG_USLEEP 1 5840f66f451Sopenharmony_ci#define USE_USLEEP(...) __VA_ARGS__ 5850f66f451Sopenharmony_ci#define CFG_UUIDGEN 1 5860f66f451Sopenharmony_ci#define USE_UUIDGEN(...) __VA_ARGS__ 5870f66f451Sopenharmony_ci#define CFG_VCONFIG 1 5880f66f451Sopenharmony_ci#define USE_VCONFIG(...) __VA_ARGS__ 5890f66f451Sopenharmony_ci#define CFG_VMSTAT 1 5900f66f451Sopenharmony_ci#define USE_VMSTAT(...) __VA_ARGS__ 5910f66f451Sopenharmony_ci#define CFG_WATCH 1 5920f66f451Sopenharmony_ci#define USE_WATCH(...) __VA_ARGS__ 5930f66f451Sopenharmony_ci#define CFG_W 1 5940f66f451Sopenharmony_ci#define USE_W(...) __VA_ARGS__ 5950f66f451Sopenharmony_ci#define CFG_WHICH 1 5960f66f451Sopenharmony_ci#define USE_WHICH(...) __VA_ARGS__ 5970f66f451Sopenharmony_ci#define CFG_XXD 1 5980f66f451Sopenharmony_ci#define USE_XXD(...) __VA_ARGS__ 5990f66f451Sopenharmony_ci#define CFG_YES 1 6000f66f451Sopenharmony_ci#define USE_YES(...) __VA_ARGS__ 6010f66f451Sopenharmony_ci#define CFG_FTPGET 1 6020f66f451Sopenharmony_ci#define USE_FTPGET(...) __VA_ARGS__ 6030f66f451Sopenharmony_ci#define CFG_FTPPUT 1 6040f66f451Sopenharmony_ci#define USE_FTPPUT(...) __VA_ARGS__ 6050f66f451Sopenharmony_ci#define CFG_IFCONFIG 1 6060f66f451Sopenharmony_ci#define USE_IFCONFIG(...) __VA_ARGS__ 6070f66f451Sopenharmony_ci#define CFG_MICROCOM 1 6080f66f451Sopenharmony_ci#define USE_MICROCOM(...) __VA_ARGS__ 6090f66f451Sopenharmony_ci#define CFG_NETCAT 0 6100f66f451Sopenharmony_ci#define USE_NETCAT(...) 6110f66f451Sopenharmony_ci#define CFG_NETCAT_LISTEN 0 6120f66f451Sopenharmony_ci#define USE_NETCAT_LISTEN(...) 6130f66f451Sopenharmony_ci#define CFG_NETSTAT 1 6140f66f451Sopenharmony_ci#define USE_NETSTAT(...) __VA_ARGS__ 6150f66f451Sopenharmony_ci#define CFG_PING 1 6160f66f451Sopenharmony_ci#define USE_PING(...) __VA_ARGS__ 6170f66f451Sopenharmony_ci#define CFG_RFKILL 1 6180f66f451Sopenharmony_ci#define USE_RFKILL(...) __VA_ARGS__ 6190f66f451Sopenharmony_ci#define CFG_SNTP 1 6200f66f451Sopenharmony_ci#define USE_SNTP(...) __VA_ARGS__ 6210f66f451Sopenharmony_ci#define CFG_TUNCTL 1 6220f66f451Sopenharmony_ci#define USE_TUNCTL(...) __VA_ARGS__ 6230f66f451Sopenharmony_ci#define CFG_DMESG 1 6240f66f451Sopenharmony_ci#define USE_DMESG(...) __VA_ARGS__ 6250f66f451Sopenharmony_ci#define CFG_GZIP 1 6260f66f451Sopenharmony_ci#define USE_GZIP(...) __VA_ARGS__ 6270f66f451Sopenharmony_ci#define CFG_GUNZIP 1 6280f66f451Sopenharmony_ci#define USE_GUNZIP(...) __VA_ARGS__ 6290f66f451Sopenharmony_ci#define CFG_ZCAT 1 6300f66f451Sopenharmony_ci#define USE_ZCAT(...) __VA_ARGS__ 6310f66f451Sopenharmony_ci#define CFG_HOSTNAME 1 6320f66f451Sopenharmony_ci#define USE_HOSTNAME(...) __VA_ARGS__ 6330f66f451Sopenharmony_ci#define CFG_DNSDOMAINNAME 1 6340f66f451Sopenharmony_ci#define USE_DNSDOMAINNAME(...) __VA_ARGS__ 6350f66f451Sopenharmony_ci#define CFG_KILLALL 1 6360f66f451Sopenharmony_ci#define USE_KILLALL(...) __VA_ARGS__ 6370f66f451Sopenharmony_ci#define CFG_MD5SUM 1 6380f66f451Sopenharmony_ci#define USE_MD5SUM(...) __VA_ARGS__ 6390f66f451Sopenharmony_ci#define CFG_SHA1SUM 1 6400f66f451Sopenharmony_ci#define USE_SHA1SUM(...) __VA_ARGS__ 6410f66f451Sopenharmony_ci#define CFG_SHA224SUM 0 6420f66f451Sopenharmony_ci#define USE_SHA224SUM(...) 6430f66f451Sopenharmony_ci#define CFG_SHA384SUM 0 6440f66f451Sopenharmony_ci#define USE_SHA384SUM(...) 6450f66f451Sopenharmony_ci#define CFG_SHA512SUM 0 6460f66f451Sopenharmony_ci#define USE_SHA512SUM(...) 6470f66f451Sopenharmony_ci#define CFG_MKNOD 1 6480f66f451Sopenharmony_ci#define USE_MKNOD(...) __VA_ARGS__ 6490f66f451Sopenharmony_ci#ifdef WITH_SELINUX 6500f66f451Sopenharmony_ci# define CFG_MKNOD_Z 1 6510f66f451Sopenharmony_ci# define USE_MKNOD_Z(...) __VA_ARGS__ 6520f66f451Sopenharmony_ci#else 6530f66f451Sopenharmony_ci# define CFG_MKNOD_Z 0 6540f66f451Sopenharmony_ci# define USE_MKNOD_Z(...) 6550f66f451Sopenharmony_ci#endif // WITH_SELINUX 6560f66f451Sopenharmony_ci#define CFG_MKTEMP 1 6570f66f451Sopenharmony_ci#define USE_MKTEMP(...) __VA_ARGS__ 6580f66f451Sopenharmony_ci#define CFG_MOUNT 1 6590f66f451Sopenharmony_ci#define USE_MOUNT(...) __VA_ARGS__ 6600f66f451Sopenharmony_ci#define CFG_PASSWD 1 6610f66f451Sopenharmony_ci#define USE_PASSWD(...) __VA_ARGS__ 6620f66f451Sopenharmony_ci#define CFG_PASSWD_SAD 0 6630f66f451Sopenharmony_ci#define USE_PASSWD_SAD(...) 6640f66f451Sopenharmony_ci#define CFG_PIDOF 1 6650f66f451Sopenharmony_ci#define USE_PIDOF(...) __VA_ARGS__ 6660f66f451Sopenharmony_ci#define CFG_SEQ 1 6670f66f451Sopenharmony_ci#define USE_SEQ(...) __VA_ARGS__ 6680f66f451Sopenharmony_ci#define CFG_SU 1 6690f66f451Sopenharmony_ci#define USE_SU(...) __VA_ARGS__ 6700f66f451Sopenharmony_ci#define CFG_SYNC 1 6710f66f451Sopenharmony_ci#define USE_SYNC(...) __VA_ARGS__ 6720f66f451Sopenharmony_ci#define CFG_UMOUNT 1 6730f66f451Sopenharmony_ci#define USE_UMOUNT(...) __VA_ARGS__ 6740f66f451Sopenharmony_ci#define CFG_DEMO_MANY_OPTIONS 0 6750f66f451Sopenharmony_ci#define USE_DEMO_MANY_OPTIONS(...) 6760f66f451Sopenharmony_ci#define CFG_DEMO_NUMBER 0 6770f66f451Sopenharmony_ci#define USE_DEMO_NUMBER(...) 6780f66f451Sopenharmony_ci#define CFG_DEMO_SCANKEY 0 6790f66f451Sopenharmony_ci#define USE_DEMO_SCANKEY(...) 6800f66f451Sopenharmony_ci#define CFG_DEMO_UTF8TOWC 0 6810f66f451Sopenharmony_ci#define USE_DEMO_UTF8TOWC(...) 6820f66f451Sopenharmony_ci#define CFG_HELLO 0 6830f66f451Sopenharmony_ci#define USE_HELLO(...) 6840f66f451Sopenharmony_ci#define CFG_HOSTID 0 6850f66f451Sopenharmony_ci#define USE_HOSTID(...) 6860f66f451Sopenharmony_ci#define CFG_LOGWRAPPER 0 6870f66f451Sopenharmony_ci#define USE_LOGWRAPPER(...) 6880f66f451Sopenharmony_ci#define CFG_SKELETON 0 6890f66f451Sopenharmony_ci#define USE_SKELETON(...) 6900f66f451Sopenharmony_ci#define CFG_SKELETON_ALIAS 0 6910f66f451Sopenharmony_ci#define USE_SKELETON_ALIAS(...) 6920f66f451Sopenharmony_ci#define CFG_GETENFORCE 0 6930f66f451Sopenharmony_ci#define USE_GETENFORCE(...) 6940f66f451Sopenharmony_ci#define CFG_LOAD_POLICY 0 6950f66f451Sopenharmony_ci#define USE_LOAD_POLICY(...) 6960f66f451Sopenharmony_ci#define CFG_LOG 0 6970f66f451Sopenharmony_ci#define USE_LOG(...) 6980f66f451Sopenharmony_ci#define CFG_RESTORECON 0 6990f66f451Sopenharmony_ci#define USE_RESTORECON(...) 7000f66f451Sopenharmony_ci#define CFG_RUNCON 0 7010f66f451Sopenharmony_ci#define USE_RUNCON(...) 7020f66f451Sopenharmony_ci#define CFG_SENDEVENT 1 7030f66f451Sopenharmony_ci#define USE_SENDEVENT(...) __VA_ARGS__ 7040f66f451Sopenharmony_ci#define CFG_SETENFORCE 0 7050f66f451Sopenharmony_ci#define USE_SETENFORCE(...) 7060f66f451Sopenharmony_ci#define CFG_TOYBOX 1 7070f66f451Sopenharmony_ci#define USE_TOYBOX(...) __VA_ARGS__ 7080f66f451Sopenharmony_ci#define CFG_TOYBOX_SUID 1 7090f66f451Sopenharmony_ci#define USE_TOYBOX_SUID(...) __VA_ARGS__ 7100f66f451Sopenharmony_ci#ifdef WITH_SELINUX 7110f66f451Sopenharmony_ci# define CFG_TOYBOX_LSM_NONE 0 7120f66f451Sopenharmony_ci# define USE_TOYBOX_LSM_NONE(...) 7130f66f451Sopenharmony_ci# define CFG_TOYBOX_SELINUX 1 7140f66f451Sopenharmony_ci# define USE_TOYBOX_SELINUX(...) __VA_ARGS__ 7150f66f451Sopenharmony_ci#else 7160f66f451Sopenharmony_ci# define CFG_TOYBOX_LSM_NONE 1 7170f66f451Sopenharmony_ci# define USE_TOYBOX_LSM_NONE(...) __VA_ARGS__ 7180f66f451Sopenharmony_ci# define CFG_TOYBOX_SELINUX 0 7190f66f451Sopenharmony_ci# define USE_TOYBOX_SELINUX(...) 7200f66f451Sopenharmony_ci#endif // WITH_SELINUX 7210f66f451Sopenharmony_ci#define CFG_TOYBOX_SMACK 0 7220f66f451Sopenharmony_ci#define USE_TOYBOX_SMACK(...) 7230f66f451Sopenharmony_ci#define CFG_TOYBOX_LIBZ 0 7240f66f451Sopenharmony_ci#define USE_TOYBOX_LIBZ(...) 7250f66f451Sopenharmony_ci#define CFG_TOYBOX_FLOAT 1 7260f66f451Sopenharmony_ci#define USE_TOYBOX_FLOAT(...) __VA_ARGS__ 7270f66f451Sopenharmony_ci#define CFG_TOYBOX_HELP 1 7280f66f451Sopenharmony_ci#define USE_TOYBOX_HELP(...) __VA_ARGS__ 7290f66f451Sopenharmony_ci#define CFG_TOYBOX_HELP_DASHDASH 1 7300f66f451Sopenharmony_ci#define USE_TOYBOX_HELP_DASHDASH(...) __VA_ARGS__ 7310f66f451Sopenharmony_ci#define CFG_TOYBOX_I18N 1 7320f66f451Sopenharmony_ci#define USE_TOYBOX_I18N(...) __VA_ARGS__ 7330f66f451Sopenharmony_ci#define CFG_TOYBOX_FREE 0 7340f66f451Sopenharmony_ci#define USE_TOYBOX_FREE(...) 7350f66f451Sopenharmony_ci#define CFG_TOYBOX_NORECURSE 0 7360f66f451Sopenharmony_ci#define USE_TOYBOX_NORECURSE(...) 7370f66f451Sopenharmony_ci#define CFG_TOYBOX_DEBUG 0 7380f66f451Sopenharmony_ci#define USE_TOYBOX_DEBUG(...) 7390f66f451Sopenharmony_ci#define CFG_TOYBOX_PEDANTIC_ARGS 0 7400f66f451Sopenharmony_ci#define USE_TOYBOX_PEDANTIC_ARGS(...) 7410f66f451Sopenharmony_ci#define CFG_TOYBOX_UID_SYS 100 7420f66f451Sopenharmony_ci#define CFG_TOYBOX_UID_USR 500 7430f66f451Sopenharmony_ci#define CFG_TOYBOX_MUSL_NOMMU_IS_BROKEN 0 7440f66f451Sopenharmony_ci#define USE_TOYBOX_MUSL_NOMMU_IS_BROKEN(...) 745