diff options
Diffstat (limited to 'mail/poppassd/patches/patch-ad')
-rw-r--r-- | mail/poppassd/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/poppassd/patches/patch-ad b/mail/poppassd/patches/patch-ad new file mode 100644 index 00000000000..ebe2f3475dd --- /dev/null +++ b/mail/poppassd/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2004/10/20 14:18:42 taca Exp $ + +--- config.h.in.orig 2004-10-20 14:19:23.413009000 +0900 ++++ config.h.in +@@ -58,6 +58,9 @@ + /* Define if you don't have vprintf but do have _doprnt. */ + #undef HAVE_DOPRNT + ++/* Define if you have setlogin system call. */ ++#undef HAVE_SETLOGIN ++ + /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ + #undef HAVE_SYS_WAIT_H + |