#
# config_params for VSRT
#

#VSRT_LDFLAGS - link editor flags to be used instead of LDFLAGS when
#	building programs that use Threads and Realtime APIs.
#	The object files to be linked are compiled with THR_COPTS.
VSRT_LDFLAGS=""

#VSRT_RT_LIB - the system library containing Realtime APIs. 
#	This parameter must be set to "-l rt" for branding.
#	Other values may be used for debugging.
VSRT_RT_LIB="-lrt"

#VSRT_LIBS - system libraries to be used instead of SYSLIBS when building
#	programs that use Threads and Realtime APIs.
#	This parameter must be set to "-l rt -l pthread -l c" for branding.
#	Other values may be used for debugging.
VSRT_LIBS="-lrt -lpthread -lc"


#
# config_params for dynl tests
#

#DYNL_DEPOBJ_SUPPORTED - indicates whether dependencies between shared
#	objects are supported.
#	This parameter must be set to "y" or "n".
DYNL_DEPOBJ_SUPPORTED=

#DYNL_NODEFS_SUPPORTED - indicates whether shared objects containing
#	unresolved references are supported.
#	This parameter must be set to "y" or "n".
DYNL_NODEFS_SUPPORTED=

#DYNL_COPTS - C compiler options used instead of COPTS for programs that
#	employ dlopen() and its related services.
#	This parameter is typically set to the same as COPTS.
DYNL_COPTS=

#DYNL_LDFLAGS - link editor (loader) options used instead of LDFLAGS for
#	programs that employ dlopen() and its related services.
#	This parameter is typically set to the same as LDFLAGS.
DYNL_LDFLAGS=

#DYNL_LIBDL - the name of the dynamic linking library
#	This parameter is typically set to "" or "-ldl".
#	If the dynamic linking functions (dlopen() etc.) are in the
#	default libraries, it should be set to "".
#	It _must_ be set to "" for UNIX98 registration runs.
DYNL_LIBDL=-ldl
