Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include "subcmd-config.h"
0003 
0004 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED"
0005 
0006 struct subcmd_config subcmd_config = {
0007     .exec_name  = UNDEFINED,
0008     .prefix     = UNDEFINED,
0009     .exec_path  = UNDEFINED,
0010     .exec_path_env  = UNDEFINED,
0011     .pager_env  = UNDEFINED,
0012 };