#ifndef __VIEW_CONF_H__
#define __VIEW_CONF_H__

#ifdef VXWORKS
/* 
 * Number of valid lines in the view content
 */
#define NUM_VIEW_CONTENT	2

static char* view_content[] = {
	"2 .iso.org.dod.internet included Null",
	"2 .2.6.6 included Null",
	0
};
#endif

#endif
