update token support define name

This commit is contained in:
Mark 2004-02-03 22:23:04 +00:00
parent cf9a8b503d
commit f68f09d275

2
opsb.c
View file

@ -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 }