#
#	$Id: comet,v 1.1.1.2 1997/07/03 21:43:38 chopps Exp $
#
#	Configuration for IBM/PC-RT
#

bindir	/usr/local/bin
sbindir	/usr/local/sbin
mandir	/usr/local/man

cc	hc -U__STDC__
cflags	-g

ldflags	

lex	lex
lflags	-v

mkdep	mkdep

# Too big for yacc, either recompile it or use bison
#yacc	yacc
#yflags	-d
yacc	bison
yflags	-d -y -v

options NEED_STRERROR
options NEED_INET_ATON
options NEED_SETVBUF
options NEED_SIGNAME
options NO_STDDEF_H NO_STDLIB_H NO_INCLUDE_TIME
options GID_T=int PID_T=int S_INT8="signed char"
options	BSD_SIGNALS SIGTYPE=int SIGRETURN="return 0"
options	KRT_RTREAD_KMEM KRT_IFREAD_IOCTL KRT_RT_IOCTL
options KRT_LLADDR_KMEM KRT_SYMBOLS_NLIST KVM_TYPE_OTHER
options	tzsetwall()={unsetenv("TZ");tzset();}
options GDC_RESOURCE

protocols	icmp rip ospf

gdc_group	wheel

