
#
#	@(#)config_params	1.5 - config_params for the VSTH test suite
#	Mount Bonnell Inc. Austin Texas USA
#

# This parameter defines the POSIX threads library against which
# VSTH threads tests are linked. For conformance testing, it
# must be initialized to -lpthread.
#
VSTH_PTHREAD_LIB=-lpthread

# This parameter defines the system libraries other than the pthreads
# library against which VSTH tests are linked. This variable is
# often initialized to -lrt -laio -lndbm
#
VSTH_SYSLIBS=

