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:
parent
df0f7248cd
commit
5169345855
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue