1 // SPDX-License-Identifier: GPL-2.0 << 2 #include "subcmd-config.h" 1 #include "subcmd-config.h" 3 2 4 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIAL 3 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" 5 4 6 struct subcmd_config subcmd_config = { 5 struct subcmd_config subcmd_config = { 7 .exec_name = UNDEFINED, 6 .exec_name = UNDEFINED, 8 .prefix = UNDEFINED, 7 .prefix = UNDEFINED, 9 .exec_path = UNDEFINED, 8 .exec_path = UNDEFINED, 10 .exec_path_env = UNDEFINED, 9 .exec_path_env = UNDEFINED, 11 .pager_env = UNDEFINED, 10 .pager_env = UNDEFINED, 12 }; 11 }; 13 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.