blob: 474278d398677473dfdc0d7c49494b758c45a9ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* 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 <testsudoers_pwutil.h>
#include <tsgetgrpw.h>
#include "pwutil_impl.c"
|