resolve tame to 0

This commit is contained in:
Brent Cook 2015-10-07 10:59:22 -05:00
parent 442cc6f1b4
commit 41cebd325f

View File

@ -30,7 +30,7 @@ int getentropy(void *buf, size_t buflen);
#endif
#ifndef HAVE_TAME
#define tame(request, paths)
#define tame(request, paths) 0
#endif
#endif