//---------------------------------------------------------
//   Copyright (c) 1999-2000 Microsoft Corporation
//
//   common.h
//
//   vikram K.R.C. (vikram_krc@bigfoot.com)
//
//   The header file common to telnet command line admin tool's code
//   and the other code.
//          (May-2000)
//---------------------------------------------------------

#ifndef __commonh__
#define __commonh__

#define _MAX_CLASS_NAMES_     3
#define _MAX_PROPS_            19
#define _MAX_NUMOF_PROPNAMES_   3
#define _MAX_QUERY_CONTROL_     10

#endif
