blob: 2f20573b05f06b8750eb9377f4be17bec1854a48 [file] [log] [blame]
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -08001#define CFG_TOYBOX_CONTAINER 1
2#define USE_TOYBOX_CONTAINER(...) __VA_ARGS__
3#define CFG_TOYBOX_FIFREEZE 1
4#define USE_TOYBOX_FIFREEZE(...) __VA_ARGS__
5#define CFG_TOYBOX_ICONV 1
6#define USE_TOYBOX_ICONV(...) __VA_ARGS__
7#define CFG_TOYBOX_FALLOCATE 1
8#define USE_TOYBOX_FALLOCATE(...) __VA_ARGS__
Elliott Hughes7fcfbe72014-12-02 19:07:14 -08009#define CFG_TOYBOX_UTMPX 1
10#define USE_TOYBOX_UTMPX(...) __VA_ARGS__
11#define CFG_TOYBOX_PTY 1
12#define USE_TOYBOX_PTY(...) __VA_ARGS__
13#define CFG_TOYBOX_SHADOW 1
14#define USE_TOYBOX_SHADOW(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080015#define CFG_BASENAME 1
16#define USE_BASENAME(...) __VA_ARGS__
17#define CFG_CAL 1
18#define USE_CAL(...) __VA_ARGS__
19#define CFG_CAT 1
20#define USE_CAT(...) __VA_ARGS__
Elliott Hughesf9551b32014-12-24 10:59:08 -080021#define CFG_CAT_V 1
22#define USE_CAT_V(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080023#define CFG_CHGRP 1
24#define USE_CHGRP(...) __VA_ARGS__
25#define CFG_CHMOD 1
26#define USE_CHMOD(...) __VA_ARGS__
27#define CFG_CKSUM 1
28#define USE_CKSUM(...) __VA_ARGS__
29#define CFG_CMP 1
30#define USE_CMP(...) __VA_ARGS__
31#define CFG_COMM 1
32#define USE_COMM(...) __VA_ARGS__
33#define CFG_CP 1
34#define USE_CP(...) __VA_ARGS__
35#define CFG_CP_MORE 1
36#define USE_CP_MORE(...) __VA_ARGS__
Elliott Hughes1588c5c2014-12-18 20:45:11 -080037#define CFG_MV 1
38#define USE_MV(...) __VA_ARGS__
39#define CFG_MV_MORE 1
40#define USE_MV_MORE(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080041#define CFG_INSTALL 1
42#define USE_INSTALL(...) __VA_ARGS__
Elliott Hughesbaf5adf2014-12-16 15:48:40 -080043#define CFG_CPIO 0
44#define USE_CPIO(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080045#define CFG_CUT 1
46#define USE_CUT(...) __VA_ARGS__
47#define CFG_DATE 1
48#define USE_DATE(...) __VA_ARGS__
49#define CFG_DF 1
50#define USE_DF(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080051#define CFG_DIRNAME 1
52#define USE_DIRNAME(...) __VA_ARGS__
53#define CFG_DU 1
54#define USE_DU(...) __VA_ARGS__
55#define CFG_ECHO 1
56#define USE_ECHO(...) __VA_ARGS__
57#define CFG_ENV 1
58#define USE_ENV(...) __VA_ARGS__
59#define CFG_EXPAND 1
60#define USE_EXPAND(...) __VA_ARGS__
61#define CFG_FALSE 1
62#define USE_FALSE(...) __VA_ARGS__
63#define CFG_FIND 1
64#define USE_FIND(...) __VA_ARGS__
65#define CFG_GREP 1
66#define USE_GREP(...) __VA_ARGS__
67#define CFG_HEAD 1
68#define USE_HEAD(...) __VA_ARGS__
69#define CFG_ID 1
70#define USE_ID(...) __VA_ARGS__
71#define CFG_GROUPS 1
72#define USE_GROUPS(...) __VA_ARGS__
73#define CFG_LOGNAME 1
74#define USE_LOGNAME(...) __VA_ARGS__
75#define CFG_WHOAMI 1
76#define USE_WHOAMI(...) __VA_ARGS__
77#define CFG_KILL 1
78#define USE_KILL(...) __VA_ARGS__
Elliott Hughesbaf5adf2014-12-16 15:48:40 -080079#define CFG_KILLALL5 0
80#define USE_KILLALL5(...)
81#define CFG_LINK 0
82#define USE_LINK(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -080083#define CFG_LN 1
84#define USE_LN(...) __VA_ARGS__
85#define CFG_LS 1
86#define USE_LS(...) __VA_ARGS__
87#define CFG_LS_COLOR 1
88#define USE_LS_COLOR(...) __VA_ARGS__
89#define CFG_MKDIR 1
90#define USE_MKDIR(...) __VA_ARGS__
91#define CFG_MKFIFO 1
92#define USE_MKFIFO(...) __VA_ARGS__
93#define CFG_NICE 1
94#define USE_NICE(...) __VA_ARGS__
95#define CFG_NL 1
96#define USE_NL(...) __VA_ARGS__
97#define CFG_NOHUP 1
98#define USE_NOHUP(...) __VA_ARGS__
99#define CFG_OD 1
100#define USE_OD(...) __VA_ARGS__
101#define CFG_PASTE 1
102#define USE_PASTE(...) __VA_ARGS__
103#define CFG_PATCH 1
104#define USE_PATCH(...) __VA_ARGS__
105#define CFG_PWD 1
106#define USE_PWD(...) __VA_ARGS__
107#define CFG_RENICE 1
108#define USE_RENICE(...) __VA_ARGS__
109#define CFG_RM 1
110#define USE_RM(...) __VA_ARGS__
111#define CFG_RMDIR 1
112#define USE_RMDIR(...) __VA_ARGS__
Elliott Hughesf9551b32014-12-24 10:59:08 -0800113#define CFG_SED 0
114#define USE_SED(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800115#define CFG_SLEEP 1
116#define USE_SLEEP(...) __VA_ARGS__
117#define CFG_SLEEP_FLOAT 1
118#define USE_SLEEP_FLOAT(...) __VA_ARGS__
119#define CFG_SORT 1
120#define USE_SORT(...) __VA_ARGS__
121#define CFG_SORT_BIG 1
122#define USE_SORT_BIG(...) __VA_ARGS__
123#define CFG_SORT_FLOAT 1
124#define USE_SORT_FLOAT(...) __VA_ARGS__
125#define CFG_SPLIT 1
126#define USE_SPLIT(...) __VA_ARGS__
127#define CFG_STRINGS 1
128#define USE_STRINGS(...) __VA_ARGS__
129#define CFG_TAIL 1
130#define USE_TAIL(...) __VA_ARGS__
131#define CFG_TAIL_SEEK 1
132#define USE_TAIL_SEEK(...) __VA_ARGS__
133#define CFG_TEE 1
134#define USE_TEE(...) __VA_ARGS__
135#define CFG_TIME 1
136#define USE_TIME(...) __VA_ARGS__
137#define CFG_TOUCH 1
138#define USE_TOUCH(...) __VA_ARGS__
139#define CFG_TRUE 1
140#define USE_TRUE(...) __VA_ARGS__
141#define CFG_TTY 1
142#define USE_TTY(...) __VA_ARGS__
143#define CFG_UNAME 1
144#define USE_UNAME(...) __VA_ARGS__
145#define CFG_UNIQ 1
146#define USE_UNIQ(...) __VA_ARGS__
Elliott Hughesbaf5adf2014-12-16 15:48:40 -0800147#define CFG_UNLINK 0
148#define USE_UNLINK(...)
Elliott Hughes875b5b42014-12-21 16:38:24 -0800149#define CFG_UUDECODE 0
150#define USE_UUDECODE(...)
151#define CFG_UUENCODE 0
152#define USE_UUENCODE(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800153#define CFG_WC 1
154#define USE_WC(...) __VA_ARGS__
155#define CFG_WHO 0
156#define USE_WHO(...)
157#define CFG_XARGS 1
158#define USE_XARGS(...) __VA_ARGS__
159#define CFG_XARGS_PEDANTIC 0
160#define USE_XARGS_PEDANTIC(...)
161#define CFG_ARP 0
162#define USE_ARP(...)
163#define CFG_ARPING 0
164#define USE_ARPING(...)
165#define CFG_BOOTCHARTD 0
166#define USE_BOOTCHARTD(...)
167#define CFG_BRCTL 0
168#define USE_BRCTL(...)
Elliott Hughes76115632014-12-16 09:14:47 -0800169#define CFG_CHCON 1
170#define USE_CHCON(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800171#define CFG_COMPRESS 0
172#define USE_COMPRESS(...)
Elliott Hughes7fcfbe72014-12-02 19:07:14 -0800173#define CFG_GZIP 0
174#define USE_GZIP(...)
175#define CFG_GZIP_D 0
176#define USE_GZIP_D(...)
177#define CFG_DECOMPRESS 0
178#define USE_DECOMPRESS(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800179#define CFG_ZCAT 0
180#define USE_ZCAT(...)
Elliott Hughes7fcfbe72014-12-02 19:07:14 -0800181#define CFG_GUNZIP 0
182#define USE_GUNZIP(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800183#define CFG_CROND 0
184#define USE_CROND(...)
185#define CFG_CRONTAB 0
186#define USE_CRONTAB(...)
Elliott Hughes3c3e83a2014-12-16 20:18:05 -0800187#define CFG_DD 1
188#define USE_DD(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800189#define CFG_DHCP 0
190#define USE_DHCP(...)
191#define CFG_DHCPD 0
192#define USE_DHCPD(...)
193#define CFG_DEBUG_DHCP 0
194#define USE_DEBUG_DHCP(...)
195#define CFG_DIFF 0
196#define USE_DIFF(...)
197#define CFG_DUMPLEASES 0
198#define USE_DUMPLEASES(...)
199#define CFG_EXPR 0
200#define USE_EXPR(...)
201#define CFG_FDISK 0
202#define USE_FDISK(...)
203#define CFG_FOLD 0
204#define USE_FOLD(...)
205#define CFG_FSCK 0
206#define USE_FSCK(...)
207#define CFG_FTPGET 0
208#define USE_FTPGET(...)
Elliott Hughesf9551b32014-12-24 10:59:08 -0800209#define CFG_GETENFORCE 1
210#define USE_GETENFORCE(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800211#define CFG_GETTY 0
212#define USE_GETTY(...)
213#define CFG_GROUPADD 0
214#define USE_GROUPADD(...)
215#define CFG_GROUPDEL 0
216#define USE_GROUPDEL(...)
217#define CFG_HOST 0
218#define USE_HOST(...)
219#define CFG_HWCLOCK 0
220#define USE_HWCLOCK(...)
221#define CFG_ICONV 0
222#define USE_ICONV(...)
223#define CFG_INIT 0
224#define USE_INIT(...)
225#define CFG_IP 0
226#define USE_IP(...)
227#define CFG_IPCRM 0
228#define USE_IPCRM(...)
229#define CFG_IPCS 0
230#define USE_IPCS(...)
231#define CFG_KLOGD 0
232#define USE_KLOGD(...)
233#define CFG_KLOGD_SOURCE_RING_BUFFER 0
234#define USE_KLOGD_SOURCE_RING_BUFFER(...)
235#define CFG_LAST 0
236#define USE_LAST(...)
237#define CFG_LOGGER 0
238#define USE_LOGGER(...)
239#define CFG_MDEV 0
240#define USE_MDEV(...)
241#define CFG_MDEV_CONF 0
242#define USE_MDEV_CONF(...)
243#define CFG_MIX 0
244#define USE_MIX(...)
245#define CFG_MKE2FS 0
246#define USE_MKE2FS(...)
247#define CFG_MKE2FS_JOURNAL 0
248#define USE_MKE2FS_JOURNAL(...)
249#define CFG_MKE2FS_GEN 0
250#define USE_MKE2FS_GEN(...)
251#define CFG_MKE2FS_LABEL 0
252#define USE_MKE2FS_LABEL(...)
253#define CFG_MKE2FS_EXTENDED 0
254#define USE_MKE2FS_EXTENDED(...)
255#define CFG_MODPROBE 0
256#define USE_MODPROBE(...)
Elliott Hughes53a43da2014-12-11 17:05:54 -0800257#define CFG_MORE 1
258#define USE_MORE(...) __VA_ARGS__
Elliott Hughes3c3e83a2014-12-16 20:18:05 -0800259#define CFG_NETSTAT 1
260#define USE_NETSTAT(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800261#define CFG_NSENTER 0
262#define USE_NSENTER(...)
263#define CFG_OPENVT 0
264#define USE_OPENVT(...)
265#define CFG_DEALLOCVT 0
266#define USE_DEALLOCVT(...)
267#define CFG_PGREP 0
268#define USE_PGREP(...)
269#define CFG_PING 0
270#define USE_PING(...)
271#define CFG_PRINTF 0
272#define USE_PRINTF(...)
Elliott Hughes3c3e83a2014-12-16 20:18:05 -0800273#define CFG_PS 1
274#define USE_PS(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800275#define CFG_RESET 0
276#define USE_RESET(...)
Elliott Hughes3c3e83a2014-12-16 20:18:05 -0800277#define CFG_ROUTE 1
278#define USE_ROUTE(...) __VA_ARGS__
Elliott Hughesf9551b32014-12-24 10:59:08 -0800279#define CFG_SETENFORCE 1
280#define USE_SETENFORCE(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800281#define CFG_SH 0
282#define USE_SH(...)
283#define CFG_SH_INTERACTIVE 0
284#define USE_SH_INTERACTIVE(...)
285#define CFG_EXIT 0
286#define USE_EXIT(...)
287#define CFG_CD 0
288#define USE_CD(...)
289#define CFG_SULOGIN 0
290#define USE_SULOGIN(...)
291#define CFG_SYSLOGD 0
292#define USE_SYSLOGD(...)
293#define CFG_TAR 0
294#define USE_TAR(...)
295#define CFG_TCPSVD 0
296#define USE_TCPSVD(...)
297#define CFG_TELNET 0
298#define USE_TELNET(...)
299#define CFG_TELNETD 0
300#define USE_TELNETD(...)
301#define CFG_TEST 0
302#define USE_TEST(...)
303#define CFG_TFTPD 0
304#define USE_TFTPD(...)
Elliott Hughes3c3e83a2014-12-16 20:18:05 -0800305#define CFG_TOP 1
306#define USE_TOP(...) __VA_ARGS__
307#define CFG_TRACEROUTE 1
308#define USE_TRACEROUTE(...) __VA_ARGS__
Elliott Hughes76115632014-12-16 09:14:47 -0800309#define CFG_TR 0
310#define USE_TR(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800311#define CFG_USERADD 0
312#define USE_USERADD(...)
313#define CFG_USERDEL 0
314#define USE_USERDEL(...)
315#define CFG_WATCH 0
316#define USE_WATCH(...)
317#define CFG_XZCAT 0
318#define USE_XZCAT(...)
319#define CFG_ACPI 1
320#define USE_ACPI(...) __VA_ARGS__
Elliott Hughes14862232014-12-18 17:55:47 -0800321#define CFG_BASE64 1
322#define USE_BASE64(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800323#define CFG_BLKID 1
324#define USE_BLKID(...) __VA_ARGS__
Elliott Hughes1588c5c2014-12-18 20:45:11 -0800325#define CFG_FSTYPE 0
326#define USE_FSTYPE(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800327#define CFG_BLOCKDEV 1
328#define USE_BLOCKDEV(...) __VA_ARGS__
329#define CFG_BZCAT 1
330#define USE_BZCAT(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800331#define CFG_CHROOT 1
332#define USE_CHROOT(...) __VA_ARGS__
333#define CFG_CHVT 1
334#define USE_CHVT(...) __VA_ARGS__
335#define CFG_CLEAR 1
336#define USE_CLEAR(...) __VA_ARGS__
Elliott Hughes5f172642014-12-16 21:31:36 -0800337#define CFG_COUNT 0
338#define USE_COUNT(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800339#define CFG_DOS2UNIX 1
340#define USE_DOS2UNIX(...) __VA_ARGS__
341#define CFG_EJECT 0
342#define USE_EJECT(...)
Elliott Hughes5fcb1062015-01-13 18:08:08 -0800343#define CFG_FACTOR 0
344#define USE_FACTOR(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800345#define CFG_FALLOCATE 1
346#define USE_FALLOCATE(...) __VA_ARGS__
347#define CFG_FREE 1
348#define USE_FREE(...) __VA_ARGS__
349#define CFG_FREERAMDISK 1
350#define USE_FREERAMDISK(...) __VA_ARGS__
351#define CFG_FSFREEZE 1
352#define USE_FSFREEZE(...) __VA_ARGS__
353#define CFG_HELP 1
354#define USE_HELP(...) __VA_ARGS__
355#define CFG_HELP_EXTRAS 1
356#define USE_HELP_EXTRAS(...) __VA_ARGS__
357#define CFG_IFCONFIG 1
358#define USE_IFCONFIG(...) __VA_ARGS__
359#define CFG_INOTIFYD 1
360#define USE_INOTIFYD(...) __VA_ARGS__
361#define CFG_INSMOD 1
362#define USE_INSMOD(...) __VA_ARGS__
363#define CFG_LOGIN 0
364#define USE_LOGIN(...)
365#define CFG_LOSETUP 1
366#define USE_LOSETUP(...) __VA_ARGS__
367#define CFG_LSATTR 1
368#define USE_LSATTR(...) __VA_ARGS__
369#define CFG_CHATTR 1
370#define USE_CHATTR(...) __VA_ARGS__
371#define CFG_LSMOD 1
372#define USE_LSMOD(...) __VA_ARGS__
373#define CFG_LSPCI 1
374#define USE_LSPCI(...) __VA_ARGS__
375#define CFG_LSPCI_TEXT 1
376#define USE_LSPCI_TEXT(...) __VA_ARGS__
377#define CFG_LSUSB 1
378#define USE_LSUSB(...) __VA_ARGS__
379#define CFG_MAKEDEVS 1
380#define USE_MAKEDEVS(...) __VA_ARGS__
381#define CFG_MKPASSWD 0
382#define USE_MKPASSWD(...)
383#define CFG_MKSWAP 1
384#define USE_MKSWAP(...) __VA_ARGS__
385#define CFG_MODINFO 1
386#define USE_MODINFO(...) __VA_ARGS__
387#define CFG_MOUNTPOINT 1
388#define USE_MOUNTPOINT(...) __VA_ARGS__
389#define CFG_NBD_CLIENT 1
390#define USE_NBD_CLIENT(...) __VA_ARGS__
391#define CFG_NETCAT 1
392#define USE_NETCAT(...) __VA_ARGS__
Elliott Hughesedc27532014-12-03 15:12:55 -0800393#define CFG_NETCAT_LISTEN 1
394#define USE_NETCAT_LISTEN(...) __VA_ARGS__
Elliott Hughes5f172642014-12-16 21:31:36 -0800395#define CFG_ONEIT 0
396#define USE_ONEIT(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800397#define CFG_PARTPROBE 1
398#define USE_PARTPROBE(...) __VA_ARGS__
399#define CFG_PIVOT_ROOT 1
400#define USE_PIVOT_ROOT(...) __VA_ARGS__
401#define CFG_PMAP 1
402#define USE_PMAP(...) __VA_ARGS__
403#define CFG_PRINTENV 1
404#define USE_PRINTENV(...) __VA_ARGS__
405#define CFG_PWDX 1
406#define USE_PWDX(...) __VA_ARGS__
Elliott Hughes5fcb1062015-01-13 18:08:08 -0800407#define CFG_READAHEAD 0
408#define USE_READAHEAD(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800409#define CFG_READLINK 1
410#define USE_READLINK(...) __VA_ARGS__
411#define CFG_REALPATH 1
412#define USE_REALPATH(...) __VA_ARGS__
Elliott Hughese3ebdf02014-11-24 14:34:48 -0800413#define CFG_REBOOT 0
414#define USE_REBOOT(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800415#define CFG_REV 1
416#define USE_REV(...) __VA_ARGS__
417#define CFG_RFKILL 1
418#define USE_RFKILL(...) __VA_ARGS__
419#define CFG_RMMOD 1
420#define USE_RMMOD(...) __VA_ARGS__
421#define CFG_SETSID 1
422#define USE_SETSID(...) __VA_ARGS__
Elliott Hughes53a43da2014-12-11 17:05:54 -0800423#define CFG_SHRED 0
424#define USE_SHRED(...)
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800425#define CFG_STAT 1
426#define USE_STAT(...) __VA_ARGS__
427#define CFG_SWAPOFF 1
428#define USE_SWAPOFF(...) __VA_ARGS__
429#define CFG_SWAPON 1
430#define USE_SWAPON(...) __VA_ARGS__
431#define CFG_SWITCH_ROOT 1
432#define USE_SWITCH_ROOT(...) __VA_ARGS__
433#define CFG_SYSCTL 1
434#define USE_SYSCTL(...) __VA_ARGS__
435#define CFG_TAC 1
436#define USE_TAC(...) __VA_ARGS__
437#define CFG_TASKSET 1
438#define USE_TASKSET(...) __VA_ARGS__
439#define CFG_TIMEOUT 1
440#define USE_TIMEOUT(...) __VA_ARGS__
441#define CFG_TRUNCATE 1
442#define USE_TRUNCATE(...) __VA_ARGS__
443#define CFG_UNSHARE 1
444#define USE_UNSHARE(...) __VA_ARGS__
445#define CFG_UPTIME 0
446#define USE_UPTIME(...)
447#define CFG_USLEEP 1
448#define USE_USLEEP(...) __VA_ARGS__
449#define CFG_VCONFIG 1
450#define USE_VCONFIG(...) __VA_ARGS__
451#define CFG_VMSTAT 1
452#define USE_VMSTAT(...) __VA_ARGS__
453#define CFG_W 0
454#define USE_W(...)
455#define CFG_WHICH 1
456#define USE_WHICH(...) __VA_ARGS__
457#define CFG_YES 1
458#define USE_YES(...) __VA_ARGS__
459#define CFG_DMESG 1
460#define USE_DMESG(...) __VA_ARGS__
461#define CFG_HOSTNAME 1
462#define USE_HOSTNAME(...) __VA_ARGS__
463#define CFG_KILLALL 1
464#define USE_KILLALL(...) __VA_ARGS__
465#define CFG_MD5SUM 1
466#define USE_MD5SUM(...) __VA_ARGS__
467#define CFG_SHA1SUM 1
468#define USE_SHA1SUM(...) __VA_ARGS__
469#define CFG_MKNOD 1
470#define USE_MKNOD(...) __VA_ARGS__
471#define CFG_MKTEMP 1
472#define USE_MKTEMP(...) __VA_ARGS__
473#define CFG_MOUNT 1
474#define USE_MOUNT(...) __VA_ARGS__
Elliott Hughesd8d2d3c2014-11-20 10:39:27 -0800475#define CFG_PASSWD 0
476#define USE_PASSWD(...)
477#define CFG_PIDOF 1
478#define USE_PIDOF(...) __VA_ARGS__
479#define CFG_SEQ 1
480#define USE_SEQ(...) __VA_ARGS__
481#define CFG_SU 0
482#define USE_SU(...)
483#define CFG_SYNC 1
484#define USE_SYNC(...) __VA_ARGS__
485#define CFG_UMOUNT 1
486#define USE_UMOUNT(...) __VA_ARGS__
487#define CFG_HELLO 0
488#define USE_HELLO(...)
489#define CFG_SKELETON 0
490#define USE_SKELETON(...)
491#define CFG_SKELETON_ALIAS 0
492#define USE_SKELETON_ALIAS(...)
493#define CFG_TOYBOX 1
494#define USE_TOYBOX(...) __VA_ARGS__
495#define CFG_TOYBOX_SUID 1
496#define USE_TOYBOX_SUID(...) __VA_ARGS__
497#define CFG_TOYBOX_FLOAT 1
498#define USE_TOYBOX_FLOAT(...) __VA_ARGS__
499#define CFG_TOYBOX_HELP 1
500#define USE_TOYBOX_HELP(...) __VA_ARGS__
501#define CFG_TOYBOX_HELP_DASHDASH 1
502#define USE_TOYBOX_HELP_DASHDASH(...) __VA_ARGS__
503#define CFG_TOYBOX_I18N 1
504#define USE_TOYBOX_I18N(...) __VA_ARGS__
505#define CFG_TOYBOX_FREE 0
506#define USE_TOYBOX_FREE(...)
507#define CFG_TOYBOX_NORECURSE 0
508#define USE_TOYBOX_NORECURSE(...)
509#define CFG_TOYBOX_DEBUG 0
510#define USE_TOYBOX_DEBUG(...)
511#define CFG_TOYBOX_UID_SYS 100
512#define CFG_TOYBOX_UID_USR 500