% The contents of this file has been placed into the public domain by
% Tom Rothamel on 5 December 1999.
	@PTVARNAME@ = dlsym(@PREFIX@_lib_handle, "@VARNAME@");
	if (!@PTVARNAME@) {
		error("Couldn't link variable %s.\n", "@VARNAME@");
		abort();
	}

