
We rely on the include path to find many of these headers. It especially doesn't make sense to use #include "foo.h" for headers in the top-level include directory.
11 lines
267 B
C
11 lines
267 B
C
/*
|
|
* 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"
|