Disable Token support in Ultimate. V3 does not support it and V2 support is not complete

This commit is contained in:
Mark 2004-01-05 20:09:49 +00:00
parent f3ff052072
commit 46b44ba719

View file

@ -32,7 +32,7 @@
#ifdef ULTIMATE3
/* we support tokens */
#define GOTTOKENSUPPORT
#undef GOTTOKENSUPPORT
/* we support CLIENT */
#define GOTCLIENTSUPPORT
/* we have vhost support */
@ -55,7 +55,7 @@
#else /* !ULTIMATE3 */
/* we support tokens */
#define GOTTOKENSUPPORT
#undef GOTTOKENSUPPORT
/* we don't support CLIENT */
#undef GOTCLIENTSUPPORT
/* we have vhost support */