mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
$NetBSD: patch-ad,v 1.2 2012/03/22 14:15:32 taca Exp $
|
|
|
|
--- config.h.in.orig 2011-05-30 19:13:39.000000000 +0000
|
|
+++ config.h.in
|
|
@@ -66,6 +66,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
|
|
|