Searched refs:libvas (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dvasgroups.c66 /* libvas functions */
198 void *libvas; local
205 libvas = dlopen(LIBVAS_SO, RTLD_LAZY);
206 if (!libvas) {
211 libvas_handle = libvas;
243 /* This is the last opportunity to get an error message from libvas */
253 set_err_msg("Failed to get a libvas handle for non-unix group checking (unknown cause)");
299 * Resolve all the libvas functions.
H A Dconfigure1642 --with-libvas=NAME Name of the libvas shared library
1643 (default=libvas.so)
1644 --with-libvas-rpath=PATH
1645 Path to look for libvas in [default=/opt/quest/lib]
5177 # Check whether --with-libvas was given.
5180 yes) with_libvas=libvas.so
5200 # Check whether --with-libvas-rpath was given.

Completed in 182 milliseconds