The last commit needs an #include <libgen.h> to get the prototype of

basename(3). Thanks to Thomas Klausner for pointing that out.
This commit is contained in:
veego 2000-05-14 14:07:48 +00:00
parent df0f7248cd
commit 5169345855
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
#if (defined(__NetBSD_Version__) && __NetBSD_Version__ >= 104000000)
/* NetBSD 1.4 and later has basename(3) */
#include <libgen.h>
#define HAVE_BASENAME
#endif
#else