add tame(2) check

This commit is contained in:
Brent Cook
2015-10-07 08:55:05 -05:00
parent a615d3c6d3
commit 442cc6f1b4
3 changed files with 16 additions and 8 deletions

View File

@@ -29,4 +29,8 @@ unsigned int sleep(unsigned int seconds);
int getentropy(void *buf, size_t buflen);
#endif
#ifndef HAVE_TAME
#define tame(request, paths)
#endif
#endif