Add support for xover.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1589 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-04-18 00:36:35 +00:00
parent bab8258a2d
commit b86b203978
2 changed files with 13 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ RCSID("$Id$");
static xtnd_table subcommands[] = {
{"xmit", 0, 0, pop_xmit},
#ifdef XOVER
{"xover", 0, 0, pop_xover},
#endif
{NULL}
};