/* * Build pwutil_impl.c with a function prefix of "testsudoers_" instead * of "sudo_" and call our custom getpwnam/getpwuid/getgrnam/getgrgid. */ #define PWUTIL_PREFIX testsudoers #include #include #include "pwutil_impl.c"