Josh Poimboeuf | 096d355 | 2015-12-15 09:39:35 -0600 | [diff] [blame] | 1 | #include "subcmd-config.h" |
2 | |||||
3 | #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" | ||||
4 | |||||
5 | struct subcmd_config subcmd_config = { | ||||
6 | .exec_name = UNDEFINED, | ||||
7 | .prefix = UNDEFINED, | ||||
8 | .exec_path = UNDEFINED, | ||||
9 | .exec_path_env = UNDEFINED, | ||||
10 | .pager_env = UNDEFINED, | ||||
11 | }; |