License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / lib / subcmd / subcmd-config.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include "subcmd-config.h"
3
4 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED"
5
6 struct subcmd_config subcmd_config = {
7         .exec_name      = UNDEFINED,
8         .prefix         = UNDEFINED,
9         .exec_path      = UNDEFINED,
10         .exec_path_env  = UNDEFINED,
11         .pager_env      = UNDEFINED,
12 };