update token support define name
This commit is contained in:
parent
cf9a8b503d
commit
f68f09d275
1 changed files with 1 additions and 1 deletions
2
opsb.c
2
opsb.c
|
@ -76,7 +76,7 @@ int new_m_version(char *origin, char **av, int ac) {
|
|||
|
||||
Functions __module_functions[] = {
|
||||
{ MSG_VERSION, new_m_version, 1 },
|
||||
#ifdef HAVE_TOKEN_SUP
|
||||
#ifdef GOTTOKENSUPPORT
|
||||
{ TOK_VERSION, new_m_version, 1 },
|
||||
#endif
|
||||
{ NULL, NULL, 0 }
|
||||
|
|
Reference in a new issue