blob: 48bde711c88de7179285fc9b3a7358895bd6954d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ae,v 1.1.1.1 2000/07/03 10:27:50 agc Exp $
--- EnginePl/gp_config.h.in.orig Wed Jun 28 03:26:54 2000
+++ EnginePl/gp_config.h.in Fri Jun 30 12:48:42 2000
@@ -25,6 +25,15 @@
#ifndef _GP_CONFIG_H
#define _GP_CONFIG_H
+/* Define if you have sys/ioctl_compat.h */
+#undef HAVE_SYS_IOCTL_COMPAT_H
+
+/* Define if you have termios.h */
+#undef HAVE_TERMIOS_H
+
+/* Define if you have termio.h */
+#undef HAVE_TERMIO_H
+
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
|