% The contents of this file has been placed into the public domain by
% Tom Rothamel on 5 December 1999.
	if (!dlopen("@PRELIBNAME@", RTLD_LAZY | RTLD_GLOBAL)) {
		if (doerror) {
			error("%s", dlerror());
			abort();
		}
	}

