repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
tools
/
lib
/
subcmd
/
subcmd-config.c
blob
d017c728bd1b321fef0c50e684c708df377c37fc
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
};