Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 1 | #define CFG_TOYBOX 1 |
| 2 | #define USE_TOYBOX(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 3 | #define CFG_TOYBOX_CONTAINER 1 |
| 4 | #define USE_TOYBOX_CONTAINER(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 5 | #define CFG_TOYBOX_DEBUG 0 |
| 6 | #define USE_TOYBOX_DEBUG(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 7 | #define CFG_TOYBOX_FALLOCATE 1 |
| 8 | #define USE_TOYBOX_FALLOCATE(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 9 | #define CFG_TOYBOX_FIFREEZE 1 |
| 10 | #define USE_TOYBOX_FIFREEZE(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 11 | #define CFG_TOYBOX_FLOAT 1 |
| 12 | #define USE_TOYBOX_FLOAT(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 13 | #define CFG_TOYBOX_FORK 1 |
| 14 | #define USE_TOYBOX_FORK(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 15 | #define CFG_TOYBOX_FREE 0 |
| 16 | #define USE_TOYBOX_FREE(...) |
| 17 | #define CFG_TOYBOX_HELP_DASHDASH 1 |
| 18 | #define USE_TOYBOX_HELP_DASHDASH(...) __VA_ARGS__ |
| 19 | #define CFG_TOYBOX_HELP 1 |
| 20 | #define USE_TOYBOX_HELP(...) __VA_ARGS__ |
| 21 | #define CFG_TOYBOX_I18N 1 |
| 22 | #define USE_TOYBOX_I18N(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 23 | #define CFG_TOYBOX_ICONV 1 |
| 24 | #define USE_TOYBOX_ICONV(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 25 | #define CFG_TOYBOX_LIBCRYPTO 1 |
| 26 | #define USE_TOYBOX_LIBCRYPTO(...) __VA_ARGS__ |
| 27 | #define CFG_TOYBOX_LSM_NONE 0 |
| 28 | #define USE_TOYBOX_LSM_NONE(...) |
| 29 | #define CFG_TOYBOX_MUSL_NOMMU_IS_BROKEN 0 |
| 30 | #define USE_TOYBOX_MUSL_NOMMU_IS_BROKEN(...) |
| 31 | #define CFG_TOYBOX_NORECURSE 1 |
| 32 | #define USE_TOYBOX_NORECURSE(...) __VA_ARGS__ |
Elliott Hughes | 10a5d41 | 2015-05-03 18:48:57 -0700 | [diff] [blame] | 33 | #define CFG_TOYBOX_ON_ANDROID 1 |
| 34 | #define USE_TOYBOX_ON_ANDROID(...) __VA_ARGS__ |
Elliott Hughes | c5a1dd4 | 2017-05-02 11:34:07 -0700 | [diff] [blame] | 35 | #define CFG_TOYBOX_ANDROID_SCHEDPOLICY 1 |
| 36 | #define USE_TOYBOX_ANDROID_SCHEDPOLICY(...) __VA_ARGS__ |
Elliott Hughes | 7602ee6 | 2017-03-27 23:02:40 -0700 | [diff] [blame] | 37 | #define CFG_TOYBOX_PEDANTIC_ARGS 0 |
| 38 | #define USE_TOYBOX_PEDANTIC_ARGS(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 39 | #define CFG_TOYBOX_SELINUX 1 |
| 40 | #define USE_TOYBOX_SELINUX(...) __VA_ARGS__ |
Elliott Hughes | 6864061 | 2015-08-17 11:13:01 -0700 | [diff] [blame] | 41 | #define CFG_TOYBOX_SHADOW 0 |
| 42 | #define USE_TOYBOX_SHADOW(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 43 | #define CFG_TOYBOX_SMACK 0 |
| 44 | #define USE_TOYBOX_SMACK(...) |
| 45 | #define CFG_TOYBOX_SUID 1 |
| 46 | #define USE_TOYBOX_SUID(...) __VA_ARGS__ |
| 47 | #define CFG_TOYBOX_UID_SYS 100 |
| 48 | #define CFG_TOYBOX_UID_USR 500 |
Elliott Hughes | 6864061 | 2015-08-17 11:13:01 -0700 | [diff] [blame] | 49 | #define CFG_TOYBOX_UTMPX 0 |
| 50 | #define USE_TOYBOX_UTMPX(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 51 | #define CFG_ACPI 1 |
| 52 | #define USE_ACPI(...) __VA_ARGS__ |
| 53 | #define CFG_ARPING 0 |
| 54 | #define USE_ARPING(...) |
| 55 | #define CFG_ARP 0 |
| 56 | #define USE_ARP(...) |
Elliott Hughes | 7c3d7b1 | 2017-02-20 20:29:13 -0800 | [diff] [blame] | 57 | #define CFG_ASCII 0 |
| 58 | #define USE_ASCII(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 59 | #define CFG_BASE64 1 |
| 60 | #define USE_BASE64(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 61 | #define CFG_BASENAME 1 |
| 62 | #define USE_BASENAME(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 63 | #define CFG_BLKID 1 |
| 64 | #define USE_BLKID(...) __VA_ARGS__ |
| 65 | #define CFG_BLOCKDEV 1 |
| 66 | #define USE_BLOCKDEV(...) __VA_ARGS__ |
| 67 | #define CFG_BOOTCHARTD 0 |
| 68 | #define USE_BOOTCHARTD(...) |
| 69 | #define CFG_BRCTL 0 |
| 70 | #define USE_BRCTL(...) |
Elliott Hughes | 7602ee6 | 2017-03-27 23:02:40 -0700 | [diff] [blame] | 71 | #define CFG_BUNZIP2 0 |
| 72 | #define USE_BUNZIP2(...) |
| 73 | #define CFG_BZCAT 0 |
| 74 | #define USE_BZCAT(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 75 | #define CFG_CAL 1 |
| 76 | #define USE_CAL(...) __VA_ARGS__ |
Elliott Hughes | 0a5fd80 | 2015-05-08 10:39:42 -0700 | [diff] [blame] | 77 | #define CFG_CATV 0 |
| 78 | #define USE_CATV(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 79 | #define CFG_CAT_V 1 |
| 80 | #define USE_CAT_V(...) __VA_ARGS__ |
| 81 | #define CFG_CAT 1 |
| 82 | #define USE_CAT(...) __VA_ARGS__ |
| 83 | #define CFG_CD 0 |
| 84 | #define USE_CD(...) |
| 85 | #define CFG_CHATTR 1 |
| 86 | #define USE_CHATTR(...) __VA_ARGS__ |
| 87 | #define CFG_CHCON 1 |
| 88 | #define USE_CHCON(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 89 | #define CFG_CHGRP 1 |
| 90 | #define USE_CHGRP(...) __VA_ARGS__ |
| 91 | #define CFG_CHMOD 1 |
| 92 | #define USE_CHMOD(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 93 | #define CFG_CHOWN 1 |
| 94 | #define USE_CHOWN(...) __VA_ARGS__ |
| 95 | #define CFG_CHROOT 1 |
| 96 | #define USE_CHROOT(...) __VA_ARGS__ |
| 97 | #define CFG_CHRT 1 |
| 98 | #define USE_CHRT(...) __VA_ARGS__ |
| 99 | #define CFG_CHVT 0 |
| 100 | #define USE_CHVT(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 101 | #define CFG_CKSUM 1 |
| 102 | #define USE_CKSUM(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 103 | #define CFG_CLEAR 1 |
| 104 | #define USE_CLEAR(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 105 | #define CFG_CMP 1 |
| 106 | #define USE_CMP(...) __VA_ARGS__ |
| 107 | #define CFG_COMM 1 |
| 108 | #define USE_COMM(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 109 | #define CFG_COMPRESS 0 |
| 110 | #define USE_COMPRESS(...) |
| 111 | #define CFG_COUNT 0 |
| 112 | #define USE_COUNT(...) |
| 113 | #define CFG_CPIO 1 |
| 114 | #define USE_CPIO(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 115 | #define CFG_CP_MORE 1 |
| 116 | #define USE_CP_MORE(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 117 | #define CFG_CP_PRESERVE 1 |
| 118 | #define USE_CP_PRESERVE(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 119 | #define CFG_CP 1 |
| 120 | #define USE_CP(...) __VA_ARGS__ |
| 121 | #define CFG_CROND 0 |
| 122 | #define USE_CROND(...) |
| 123 | #define CFG_CRONTAB 0 |
| 124 | #define USE_CRONTAB(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 125 | #define CFG_CUT 1 |
| 126 | #define USE_CUT(...) __VA_ARGS__ |
| 127 | #define CFG_DATE 1 |
| 128 | #define USE_DATE(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 129 | #define CFG_DD 1 |
| 130 | #define USE_DD(...) __VA_ARGS__ |
| 131 | #define CFG_DEALLOCVT 0 |
| 132 | #define USE_DEALLOCVT(...) |
| 133 | #define CFG_DEBUG_DHCP 0 |
| 134 | #define USE_DEBUG_DHCP(...) |
| 135 | #define CFG_DECOMPRESS 0 |
| 136 | #define USE_DECOMPRESS(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 137 | #define CFG_DF 1 |
| 138 | #define USE_DF(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 139 | #define CFG_DHCP6 0 |
| 140 | #define USE_DHCP6(...) |
| 141 | #define CFG_DHCPD 0 |
| 142 | #define USE_DHCPD(...) |
| 143 | #define CFG_DHCP 0 |
| 144 | #define USE_DHCP(...) |
Elliott Hughes | 98aae74 | 2017-04-01 09:18:14 -0700 | [diff] [blame] | 145 | #define CFG_DIFF 1 |
| 146 | #define USE_DIFF(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 147 | #define CFG_DIRNAME 1 |
| 148 | #define USE_DIRNAME(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 149 | #define CFG_DMESG 1 |
| 150 | #define USE_DMESG(...) __VA_ARGS__ |
| 151 | #define CFG_DOS2UNIX 1 |
| 152 | #define USE_DOS2UNIX(...) __VA_ARGS__ |
| 153 | #define CFG_DUMPLEASES 0 |
| 154 | #define USE_DUMPLEASES(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 155 | #define CFG_DU 1 |
| 156 | #define USE_DU(...) __VA_ARGS__ |
| 157 | #define CFG_ECHO 1 |
| 158 | #define USE_ECHO(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 159 | #define CFG_EGREP 1 |
| 160 | #define USE_EGREP(...) __VA_ARGS__ |
| 161 | #define CFG_EJECT 0 |
| 162 | #define USE_EJECT(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 163 | #define CFG_ENV 1 |
| 164 | #define USE_ENV(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 165 | #define CFG_EXIT 0 |
| 166 | #define USE_EXIT(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 167 | #define CFG_EXPAND 1 |
| 168 | #define USE_EXPAND(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 169 | #define CFG_EXPR 1 |
| 170 | #define USE_EXPR(...) __VA_ARGS__ |
| 171 | #define CFG_FACTOR 0 |
| 172 | #define USE_FACTOR(...) |
| 173 | #define CFG_FALLOCATE 1 |
| 174 | #define USE_FALLOCATE(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 175 | #define CFG_FALSE 1 |
| 176 | #define USE_FALSE(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 177 | #define CFG_FDISK 0 |
| 178 | #define USE_FDISK(...) |
| 179 | #define CFG_FGREP 1 |
| 180 | #define USE_FGREP(...) __VA_ARGS__ |
Elliott Hughes | f3304b3 | 2016-07-08 10:19:23 -0700 | [diff] [blame] | 181 | #define CFG_FILE 1 |
| 182 | #define USE_FILE(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 183 | #define CFG_FIND 1 |
| 184 | #define USE_FIND(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 185 | #define CFG_FLOCK 1 |
| 186 | #define USE_FLOCK(...) __VA_ARGS__ |
| 187 | #define CFG_FOLD 0 |
| 188 | #define USE_FOLD(...) |
| 189 | #define CFG_FREERAMDISK 1 |
| 190 | #define USE_FREERAMDISK(...) __VA_ARGS__ |
| 191 | #define CFG_FREE 1 |
| 192 | #define USE_FREE(...) __VA_ARGS__ |
| 193 | #define CFG_FSCK 0 |
| 194 | #define USE_FSCK(...) |
| 195 | #define CFG_FSFREEZE 1 |
| 196 | #define USE_FSFREEZE(...) __VA_ARGS__ |
| 197 | #define CFG_FSTYPE 0 |
| 198 | #define USE_FSTYPE(...) |
| 199 | #define CFG_FSYNC 0 |
| 200 | #define USE_FSYNC(...) |
| 201 | #define CFG_FTPGET 0 |
| 202 | #define USE_FTPGET(...) |
| 203 | #define CFG_FTPPUT 0 |
| 204 | #define USE_FTPPUT(...) |
| 205 | #define CFG_GETENFORCE 1 |
| 206 | #define USE_GETENFORCE(...) __VA_ARGS__ |
| 207 | #define CFG_GETFATTR 1 |
| 208 | #define USE_GETFATTR(...) __VA_ARGS__ |
| 209 | #define CFG_GETPROP 1 |
| 210 | #define USE_GETPROP(...) __VA_ARGS__ |
| 211 | #define CFG_GETTY 0 |
| 212 | #define USE_GETTY(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 213 | #define CFG_GREP 1 |
| 214 | #define USE_GREP(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 215 | #define CFG_GROUPADD 0 |
| 216 | #define USE_GROUPADD(...) |
| 217 | #define CFG_GROUPDEL 0 |
| 218 | #define USE_GROUPDEL(...) |
| 219 | #define CFG_GROUPS 1 |
| 220 | #define USE_GROUPS(...) __VA_ARGS__ |
Elliott Hughes | 429b7a3 | 2017-05-03 22:53:47 -0700 | [diff] [blame] | 221 | #define CFG_GUNZIP 1 |
| 222 | #define USE_GUNZIP(...) __VA_ARGS__ |
| 223 | #define CFG_GZIP 1 |
| 224 | #define USE_GZIP(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 225 | #define CFG_HEAD 1 |
| 226 | #define USE_HEAD(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 227 | #define CFG_HELLO 0 |
| 228 | #define USE_HELLO(...) |
| 229 | #define CFG_HELP_EXTRAS 1 |
| 230 | #define USE_HELP_EXTRAS(...) __VA_ARGS__ |
| 231 | #define CFG_HELP 1 |
| 232 | #define USE_HELP(...) __VA_ARGS__ |
| 233 | #define CFG_HEXEDIT 0 |
| 234 | #define USE_HEXEDIT(...) |
| 235 | #define CFG_HOSTID 0 |
| 236 | #define USE_HOSTID(...) |
| 237 | #define CFG_HOST 0 |
| 238 | #define USE_HOST(...) |
| 239 | #define CFG_HOSTNAME 1 |
| 240 | #define USE_HOSTNAME(...) __VA_ARGS__ |
| 241 | #define CFG_HWCLOCK 1 |
| 242 | #define USE_HWCLOCK(...) __VA_ARGS__ |
| 243 | #define CFG_ICONV 0 |
| 244 | #define USE_ICONV(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 245 | #define CFG_ID 1 |
| 246 | #define USE_ID(...) __VA_ARGS__ |
Elliott Hughes | a0da26d | 2015-05-31 09:51:58 -0700 | [diff] [blame] | 247 | #define CFG_ID_Z 1 |
| 248 | #define USE_ID_Z(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 249 | #define CFG_IFCONFIG 1 |
| 250 | #define USE_IFCONFIG(...) __VA_ARGS__ |
| 251 | #define CFG_INIT 0 |
| 252 | #define USE_INIT(...) |
| 253 | #define CFG_INOTIFYD 1 |
| 254 | #define USE_INOTIFYD(...) __VA_ARGS__ |
| 255 | #define CFG_INSMOD 1 |
| 256 | #define USE_INSMOD(...) __VA_ARGS__ |
| 257 | #define CFG_INSTALL 1 |
| 258 | #define USE_INSTALL(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 259 | #define CFG_IONICE 1 |
| 260 | #define USE_IONICE(...) __VA_ARGS__ |
| 261 | #define CFG_IORENICE 1 |
| 262 | #define USE_IORENICE(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 263 | #define CFG_IOTOP 0 |
| 264 | #define USE_IOTOP(...) |
| 265 | #define CFG_IPCRM 0 |
| 266 | #define USE_IPCRM(...) |
| 267 | #define CFG_IPCS 0 |
| 268 | #define USE_IPCS(...) |
| 269 | #define CFG_IP 0 |
| 270 | #define USE_IP(...) |
Elliott Hughes | baf5adf | 2014-12-16 15:48:40 -0800 | [diff] [blame] | 271 | #define CFG_KILLALL5 0 |
| 272 | #define USE_KILLALL5(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 273 | #define CFG_KILLALL 1 |
| 274 | #define USE_KILLALL(...) __VA_ARGS__ |
| 275 | #define CFG_KILL 1 |
| 276 | #define USE_KILL(...) __VA_ARGS__ |
| 277 | #define CFG_KLOGD 0 |
| 278 | #define USE_KLOGD(...) |
| 279 | #define CFG_KLOGD_SOURCE_RING_BUFFER 0 |
| 280 | #define USE_KLOGD_SOURCE_RING_BUFFER(...) |
| 281 | #define CFG_LAST 0 |
| 282 | #define USE_LAST(...) |
Elliott Hughes | baf5adf | 2014-12-16 15:48:40 -0800 | [diff] [blame] | 283 | #define CFG_LINK 0 |
| 284 | #define USE_LINK(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 285 | #define CFG_LN 1 |
| 286 | #define USE_LN(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 287 | #define CFG_LOAD_POLICY 1 |
| 288 | #define USE_LOAD_POLICY(...) __VA_ARGS__ |
| 289 | #define CFG_LOGGER 0 |
| 290 | #define USE_LOGGER(...) |
| 291 | #define CFG_LOGIN 0 |
| 292 | #define USE_LOGIN(...) |
| 293 | #define CFG_LOGNAME 1 |
| 294 | #define USE_LOGNAME(...) __VA_ARGS__ |
| 295 | #define CFG_LOG 1 |
| 296 | #define USE_LOG(...) __VA_ARGS__ |
| 297 | #define CFG_LOSETUP 1 |
| 298 | #define USE_LOSETUP(...) __VA_ARGS__ |
| 299 | #define CFG_LSATTR 1 |
| 300 | #define USE_LSATTR(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 301 | #define CFG_LS_COLOR 1 |
| 302 | #define USE_LS_COLOR(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 303 | #define CFG_LSMOD 1 |
| 304 | #define USE_LSMOD(...) __VA_ARGS__ |
| 305 | #define CFG_LSOF 1 |
| 306 | #define USE_LSOF(...) __VA_ARGS__ |
Dmitry Shmidt | 1014fe7 | 2017-05-30 15:25:12 -0700 | [diff] [blame] | 307 | #define CFG_LSPCI 1 |
| 308 | #define USE_LSPCI(...) __VA_ARGS__ |
| 309 | #define CFG_LSPCI_TEXT 0 |
| 310 | #define USE_LSPCI_TEXT(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 311 | #define CFG_LSUSB 1 |
| 312 | #define USE_LSUSB(...) __VA_ARGS__ |
| 313 | #define CFG_LS 1 |
| 314 | #define USE_LS(...) __VA_ARGS__ |
Elliott Hughes | 12125dd | 2015-05-05 13:17:47 -0700 | [diff] [blame] | 315 | #define CFG_LS_Z 1 |
| 316 | #define USE_LS_Z(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 317 | #define CFG_MAKEDEVS 1 |
| 318 | #define USE_MAKEDEVS(...) __VA_ARGS__ |
| 319 | #define CFG_MD5SUM 1 |
| 320 | #define USE_MD5SUM(...) __VA_ARGS__ |
| 321 | #define CFG_MDEV_CONF 0 |
| 322 | #define USE_MDEV_CONF(...) |
| 323 | #define CFG_MDEV 0 |
| 324 | #define USE_MDEV(...) |
| 325 | #define CFG_MICROCOM 1 |
| 326 | #define USE_MICROCOM(...) __VA_ARGS__ |
| 327 | #define CFG_MIX 0 |
| 328 | #define USE_MIX(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 329 | #define CFG_MKDIR 1 |
| 330 | #define USE_MKDIR(...) __VA_ARGS__ |
Elliott Hughes | a0da26d | 2015-05-31 09:51:58 -0700 | [diff] [blame] | 331 | #define CFG_MKDIR_Z 1 |
| 332 | #define USE_MKDIR_Z(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 333 | #define CFG_MKE2FS_EXTENDED 0 |
| 334 | #define USE_MKE2FS_EXTENDED(...) |
| 335 | #define CFG_MKE2FS_GEN 0 |
| 336 | #define USE_MKE2FS_GEN(...) |
| 337 | #define CFG_MKE2FS 0 |
| 338 | #define USE_MKE2FS(...) |
| 339 | #define CFG_MKE2FS_JOURNAL 0 |
| 340 | #define USE_MKE2FS_JOURNAL(...) |
| 341 | #define CFG_MKE2FS_LABEL 0 |
| 342 | #define USE_MKE2FS_LABEL(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 343 | #define CFG_MKFIFO 1 |
| 344 | #define USE_MKFIFO(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 345 | #define CFG_MKFIFO_Z 1 |
| 346 | #define USE_MKFIFO_Z(...) __VA_ARGS__ |
| 347 | #define CFG_MKNOD 1 |
| 348 | #define USE_MKNOD(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 349 | #define CFG_MKNOD 1 |
| 350 | #define USE_MKNOD(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 351 | #define CFG_MKNOD_Z 1 |
| 352 | #define USE_MKNOD_Z(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 353 | #define CFG_MKPASSWD 0 |
| 354 | #define USE_MKPASSWD(...) |
| 355 | #define CFG_MKSWAP 1 |
| 356 | #define USE_MKSWAP(...) __VA_ARGS__ |
| 357 | #define CFG_MKTEMP 1 |
| 358 | #define USE_MKTEMP(...) __VA_ARGS__ |
| 359 | #define CFG_MODINFO 1 |
| 360 | #define USE_MODINFO(...) __VA_ARGS__ |
| 361 | #define CFG_MODPROBE 1 |
| 362 | #define USE_MODPROBE(...) __VA_ARGS__ |
| 363 | #define CFG_MORE 1 |
| 364 | #define USE_MORE(...) __VA_ARGS__ |
| 365 | #define CFG_MOUNTPOINT 1 |
| 366 | #define USE_MOUNTPOINT(...) __VA_ARGS__ |
| 367 | #define CFG_MOUNT 1 |
| 368 | #define USE_MOUNT(...) __VA_ARGS__ |
| 369 | #define CFG_MV_MORE 1 |
| 370 | #define USE_MV_MORE(...) __VA_ARGS__ |
| 371 | #define CFG_MV 1 |
| 372 | #define USE_MV(...) __VA_ARGS__ |
| 373 | #define CFG_NBD_CLIENT 1 |
| 374 | #define USE_NBD_CLIENT(...) __VA_ARGS__ |
| 375 | #define CFG_NETCAT_LISTEN 1 |
| 376 | #define USE_NETCAT_LISTEN(...) __VA_ARGS__ |
| 377 | #define CFG_NETCAT 1 |
| 378 | #define USE_NETCAT(...) __VA_ARGS__ |
| 379 | #define CFG_NETSTAT 1 |
| 380 | #define USE_NETSTAT(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 381 | #define CFG_NICE 1 |
| 382 | #define USE_NICE(...) __VA_ARGS__ |
| 383 | #define CFG_NL 1 |
| 384 | #define USE_NL(...) __VA_ARGS__ |
| 385 | #define CFG_NOHUP 1 |
| 386 | #define USE_NOHUP(...) __VA_ARGS__ |
Elliott Hughes | e3764cc | 2015-07-06 18:09:49 -0700 | [diff] [blame] | 387 | #define CFG_NPROC 0 |
| 388 | #define USE_NPROC(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 389 | #define CFG_NSENTER 0 |
| 390 | #define USE_NSENTER(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 391 | #define CFG_OD 1 |
| 392 | #define USE_OD(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 393 | #define CFG_ONEIT 0 |
| 394 | #define USE_ONEIT(...) |
| 395 | #define CFG_OPENVT 0 |
| 396 | #define USE_OPENVT(...) |
| 397 | #define CFG_PARTPROBE 1 |
| 398 | #define USE_PARTPROBE(...) __VA_ARGS__ |
| 399 | #define CFG_PASSWD 0 |
| 400 | #define USE_PASSWD(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 401 | #define CFG_PASTE 1 |
| 402 | #define USE_PASTE(...) __VA_ARGS__ |
| 403 | #define CFG_PATCH 1 |
| 404 | #define USE_PATCH(...) __VA_ARGS__ |
Elliott Hughes | 5d2ad23 | 2015-03-19 22:52:46 -0700 | [diff] [blame] | 405 | #define CFG_PGREP 1 |
| 406 | #define USE_PGREP(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 407 | #define CFG_PIDOF 1 |
| 408 | #define USE_PIDOF(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 409 | #define CFG_PING 0 |
| 410 | #define USE_PING(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 411 | #define CFG_PIVOT_ROOT 1 |
| 412 | #define USE_PIVOT_ROOT(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 413 | #define CFG_PKILL 1 |
| 414 | #define USE_PKILL(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 415 | #define CFG_PMAP 1 |
| 416 | #define USE_PMAP(...) __VA_ARGS__ |
| 417 | #define CFG_PRINTENV 1 |
| 418 | #define USE_PRINTENV(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 419 | #define CFG_PRINTF 1 |
| 420 | #define USE_PRINTF(...) __VA_ARGS__ |
| 421 | #define CFG_PS 1 |
| 422 | #define USE_PS(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 423 | #define CFG_PWDX 1 |
| 424 | #define USE_PWDX(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 425 | #define CFG_PWD 1 |
| 426 | #define USE_PWD(...) __VA_ARGS__ |
Elliott Hughes | 5fcb106 | 2015-01-13 18:08:08 -0800 | [diff] [blame] | 427 | #define CFG_READAHEAD 0 |
| 428 | #define USE_READAHEAD(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 429 | #define CFG_READLINK 1 |
| 430 | #define USE_READLINK(...) __VA_ARGS__ |
| 431 | #define CFG_REALPATH 1 |
| 432 | #define USE_REALPATH(...) __VA_ARGS__ |
Elliott Hughes | e3ebdf0 | 2014-11-24 14:34:48 -0800 | [diff] [blame] | 433 | #define CFG_REBOOT 0 |
| 434 | #define USE_REBOOT(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 435 | #define CFG_RENICE 1 |
| 436 | #define USE_RENICE(...) __VA_ARGS__ |
| 437 | #define CFG_RESET 0 |
| 438 | #define USE_RESET(...) |
| 439 | #define CFG_RESTORECON 1 |
| 440 | #define USE_RESTORECON(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 441 | #define CFG_REV 1 |
| 442 | #define USE_REV(...) __VA_ARGS__ |
| 443 | #define CFG_RFKILL 1 |
| 444 | #define USE_RFKILL(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 445 | #define CFG_RMDIR 1 |
| 446 | #define USE_RMDIR(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 447 | #define CFG_RMMOD 1 |
| 448 | #define USE_RMMOD(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 449 | #define CFG_RM 1 |
| 450 | #define USE_RM(...) __VA_ARGS__ |
| 451 | #define CFG_ROUTE 0 |
| 452 | #define USE_ROUTE(...) |
| 453 | #define CFG_RUNCON 1 |
| 454 | #define USE_RUNCON(...) __VA_ARGS__ |
| 455 | #define CFG_SED 1 |
| 456 | #define USE_SED(...) __VA_ARGS__ |
| 457 | #define CFG_SENDEVENT 1 |
| 458 | #define USE_SENDEVENT(...) __VA_ARGS__ |
| 459 | #define CFG_SEQ 1 |
| 460 | #define USE_SEQ(...) __VA_ARGS__ |
| 461 | #define CFG_SETENFORCE 1 |
| 462 | #define USE_SETENFORCE(...) __VA_ARGS__ |
| 463 | #define CFG_SETFATTR 1 |
| 464 | #define USE_SETFATTR(...) __VA_ARGS__ |
| 465 | #define CFG_SETPROP 1 |
| 466 | #define USE_SETPROP(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 467 | #define CFG_SETSID 1 |
| 468 | #define USE_SETSID(...) __VA_ARGS__ |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 469 | #define CFG_SHA1SUM 1 |
| 470 | #define USE_SHA1SUM(...) __VA_ARGS__ |
Elliott Hughes | a126e5f | 2016-07-15 10:14:33 -0700 | [diff] [blame] | 471 | #define CFG_SHA224SUM 1 |
| 472 | #define USE_SHA224SUM(...) __VA_ARGS__ |
| 473 | #define CFG_SHA256SUM 1 |
| 474 | #define USE_SHA256SUM(...) __VA_ARGS__ |
| 475 | #define CFG_SHA384SUM 1 |
| 476 | #define USE_SHA384SUM(...) __VA_ARGS__ |
| 477 | #define CFG_SHA512SUM 1 |
| 478 | #define USE_SHA512SUM(...) __VA_ARGS__ |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 479 | #define CFG_SH 0 |
| 480 | #define USE_SH(...) |
| 481 | #define CFG_SHRED 0 |
| 482 | #define USE_SHRED(...) |
Elliott Hughes | d8d2d3c | 2014-11-20 10:39:27 -0800 | [diff] [blame] | 483 | #define CFG_SKELETON_ALIAS 0 |
| 484 | #define USE_SKELETON_ALIAS(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 485 | #define CFG_SKELETON 0 |
| 486 | #define USE_SKELETON(...) |
| 487 | #define CFG_SLEEP_FLOAT 1 |
| 488 | #define USE_SLEEP_FLOAT(...) __VA_ARGS__ |
| 489 | #define CFG_SLEEP 1 |
| 490 | #define USE_SLEEP(...) __VA_ARGS__ |
| 491 | #define CFG_SORT_BIG 1 |
| 492 | #define USE_SORT_BIG(...) __VA_ARGS__ |
| 493 | #define CFG_SORT_FLOAT 1 |
| 494 | #define USE_SORT_FLOAT(...) __VA_ARGS__ |
| 495 | #define CFG_SORT 1 |
| 496 | #define USE_SORT(...) __VA_ARGS__ |
| 497 | #define CFG_SPLIT 1 |
| 498 | #define USE_SPLIT(...) __VA_ARGS__ |
| 499 | #define CFG_START 1 |
| 500 | #define USE_START(...) __VA_ARGS__ |
| 501 | #define CFG_STAT 1 |
| 502 | #define USE_STAT(...) __VA_ARGS__ |
| 503 | #define CFG_STOP 1 |
| 504 | #define USE_STOP(...) __VA_ARGS__ |
| 505 | #define CFG_STRINGS 1 |
| 506 | #define USE_STRINGS(...) __VA_ARGS__ |
| 507 | #define CFG_SU 0 |
| 508 | #define USE_SU(...) |
| 509 | #define CFG_SULOGIN 0 |
| 510 | #define USE_SULOGIN(...) |
| 511 | #define CFG_SWAPOFF 1 |
| 512 | #define USE_SWAPOFF(...) __VA_ARGS__ |
| 513 | #define CFG_SWAPON 1 |
| 514 | #define USE_SWAPON(...) __VA_ARGS__ |
| 515 | #define CFG_SWITCH_ROOT 0 |
| 516 | #define USE_SWITCH_ROOT(...) |
| 517 | #define CFG_SYNC 1 |
| 518 | #define USE_SYNC(...) __VA_ARGS__ |
| 519 | #define CFG_SYSCTL 1 |
| 520 | #define USE_SYSCTL(...) __VA_ARGS__ |
| 521 | #define CFG_SYSLOGD 0 |
| 522 | #define USE_SYSLOGD(...) |
| 523 | #define CFG_TAC 1 |
| 524 | #define USE_TAC(...) __VA_ARGS__ |
| 525 | #define CFG_TAIL_SEEK 1 |
| 526 | #define USE_TAIL_SEEK(...) __VA_ARGS__ |
| 527 | #define CFG_TAIL 1 |
| 528 | #define USE_TAIL(...) __VA_ARGS__ |
| 529 | #define CFG_TAR 1 |
| 530 | #define USE_TAR(...) __VA_ARGS__ |
| 531 | #define CFG_TASKSET 1 |
| 532 | #define USE_TASKSET(...) __VA_ARGS__ |
| 533 | #define CFG_TASKSET 1 |
| 534 | #define USE_TASKSET(...) __VA_ARGS__ |
| 535 | #define CFG_TCPSVD 0 |
| 536 | #define USE_TCPSVD(...) |
| 537 | #define CFG_TEE 1 |
| 538 | #define USE_TEE(...) __VA_ARGS__ |
| 539 | #define CFG_TELNETD 0 |
| 540 | #define USE_TELNETD(...) |
| 541 | #define CFG_TELNET 0 |
| 542 | #define USE_TELNET(...) |
Elliott Hughes | 134791c | 2015-08-31 11:37:31 -0700 | [diff] [blame] | 543 | #define CFG_TEST_HUMAN_READABLE 0 |
| 544 | #define USE_TEST_HUMAN_READABLE(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 545 | #define CFG_TEST 0 |
| 546 | #define USE_TEST(...) |
Elliott Hughes | fc9e18a | 2015-12-11 17:31:26 -0800 | [diff] [blame] | 547 | #define CFG_TEST_MANY_OPTIONS 0 |
| 548 | #define USE_TEST_MANY_OPTIONS(...) |
Elliott Hughes | 3fac1bd | 2016-01-04 12:28:44 -0800 | [diff] [blame] | 549 | #define CFG_TEST_SCANKEY 0 |
| 550 | #define USE_TEST_SCANKEY(...) |
Elliott Hughes | 913e37d | 2017-02-15 21:23:34 -0800 | [diff] [blame] | 551 | #define CFG_TFTPD 0 |
| 552 | #define USE_TFTPD(...) |
| 553 | #define CFG_TFTP 0 |
| 554 | #define USE_TFTP(...) |
| 555 | #define CFG_TIMEOUT 1 |
| 556 | #define USE_TIMEOUT(...) __VA_ARGS__ |
| 557 | #define CFG_TIME 1 |
| 558 | #define USE_TIME(...) __VA_ARGS__ |
| 559 | #define CFG_TOP 1 |
| 560 | #define USE_TOP(...) __VA_ARGS__ |
| 561 | #define CFG_TOUCH 1 |
| 562 | #define USE_TOUCH(...) __VA_ARGS__ |
| 563 | #define CFG_TRACEROUTE 1 |
| 564 | #define USE_TRACEROUTE(...) __VA_ARGS__ |
| 565 | #define CFG_TRUE 1 |
| 566 | #define USE_TRUE(...) __VA_ARGS__ |
| 567 | #define CFG_TRUNCATE 1 |
| 568 | #define USE_TRUNCATE(...) __VA_ARGS__ |
| 569 | #define CFG_TR 1 |
| 570 | #define USE_TR(...) __VA_ARGS__ |
| 571 | #define CFG_TTOP 0 |
| 572 | #define USE_TTOP(...) |
| 573 | #define CFG_TTY 1 |
| 574 | #define USE_TTY(...) __VA_ARGS__ |
| 575 | #define CFG_TUNCTL 1 |
| 576 | #define USE_TUNCTL(...) __VA_ARGS__ |
| 577 | #define CFG_ULIMIT 1 |
| 578 | #define USE_ULIMIT(...) __VA_ARGS__ |
| 579 | #define CFG_UMOUNT 1 |
| 580 | #define USE_UMOUNT(...) __VA_ARGS__ |
| 581 | #define CFG_UNAME 1 |
| 582 | #define USE_UNAME(...) __VA_ARGS__ |
| 583 | #define CFG_UNIQ 1 |
| 584 | #define USE_UNIQ(...) __VA_ARGS__ |
| 585 | #define CFG_UNIX2DOS 1 |
| 586 | #define USE_UNIX2DOS(...) __VA_ARGS__ |
| 587 | #define CFG_UNLINK 0 |
| 588 | #define USE_UNLINK(...) |
| 589 | #define CFG_UNSHARE 0 |
| 590 | #define USE_UNSHARE(...) |
| 591 | #define CFG_UPTIME 1 |
| 592 | #define USE_UPTIME(...) __VA_ARGS__ |
| 593 | #define CFG_USERADD 0 |
| 594 | #define USE_USERADD(...) |
| 595 | #define CFG_USERDEL 0 |
| 596 | #define USE_USERDEL(...) |
| 597 | #define CFG_USLEEP 1 |
| 598 | #define USE_USLEEP(...) __VA_ARGS__ |
| 599 | #define CFG_UUDECODE 1 |
| 600 | #define USE_UUDECODE(...) __VA_ARGS__ |
| 601 | #define CFG_UUENCODE 1 |
| 602 | #define USE_UUENCODE(...) __VA_ARGS__ |
| 603 | #define CFG_VCONFIG 1 |
| 604 | #define USE_VCONFIG(...) __VA_ARGS__ |
| 605 | #define CFG_VI 0 |
| 606 | #define USE_VI(...) |
| 607 | #define CFG_VMSTAT 1 |
| 608 | #define USE_VMSTAT(...) __VA_ARGS__ |
| 609 | #define CFG_WATCH 0 |
| 610 | #define USE_WATCH(...) |
| 611 | #define CFG_WC 1 |
| 612 | #define USE_WC(...) __VA_ARGS__ |
| 613 | #define CFG_WGET 0 |
| 614 | #define USE_WGET(...) |
| 615 | #define CFG_WHICH 1 |
| 616 | #define USE_WHICH(...) __VA_ARGS__ |
| 617 | #define CFG_WHOAMI 1 |
| 618 | #define USE_WHOAMI(...) __VA_ARGS__ |
| 619 | #define CFG_WHO 0 |
| 620 | #define USE_WHO(...) |
| 621 | #define CFG_W 0 |
| 622 | #define USE_W(...) |
| 623 | #define CFG_XARGS_PEDANTIC 0 |
| 624 | #define USE_XARGS_PEDANTIC(...) |
| 625 | #define CFG_XARGS 1 |
| 626 | #define USE_XARGS(...) __VA_ARGS__ |
| 627 | #define CFG_XXD 1 |
| 628 | #define USE_XXD(...) __VA_ARGS__ |
| 629 | #define CFG_XZCAT 0 |
| 630 | #define USE_XZCAT(...) |
| 631 | #define CFG_YES 1 |
| 632 | #define USE_YES(...) __VA_ARGS__ |
Elliott Hughes | 429b7a3 | 2017-05-03 22:53:47 -0700 | [diff] [blame] | 633 | #define CFG_ZCAT 1 |
| 634 | #define USE_ZCAT(...) __VA_ARGS__ |