blob: ff264d5174742f904b390060fdee069f5d5575c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ae,v 1.1 2006/03/21 18:48:45 minskim Exp $
--- build/config.h.in.orig 2000-05-02 19:27:54.000000000 -0700
+++ build/config.h.in
@@ -103,6 +103,9 @@
/* Define if you have <sys/select.h> */
#undef HAVE_SYS_SELECT_H
+/* Define if you have <sys/stropts.h> */
+#undef HAVE_SYS_STROPTS_H
+
/* Define if you have the System V style pty calls. */
#undef HAVE_SYS5_PTY
|