From dbc07635c9003830448bf7433bea0158ded4e215 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:39:47 +0000 Subject: [PATCH] *** empty log message *** --- src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index 2b876aa..f3b2d1f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -46,6 +46,7 @@ INSTALL_DATA = @INSTALL_DATA@ # -DMAJOR_IN_SYSMACROS If major, minor, makedev defined in sys/sysmacros.h. # -DRETSIGTYPE=int If your signal handlers return int, not void. # -DHAVE_SYS_MTIO_H If you have sys/mtio.h (magtape ioctls). +# -DHAVE_SYS_GENTAPE_H If you have sys/gentape.h (ISC magtape ioctls). # -DHAVE_NETDB_H To use rexec for remote tape operations # instead of forking rsh or remsh. # -DNO_REMOTE If you have neither a remote shell nor rexec. @@ -55,6 +56,7 @@ INSTALL_DATA = @INSTALL_DATA@ # -DHAVE_STRSTR If you have strstr function. # -DHAVE_VALLOC If you have valloc function. # -DHAVE_MKDIR If you have mkdir and rmdir system calls. +# -DHAVE_MKNOD If you have mknod system call. # -DHAVE_RENAME If you have rename system call. # -DHAVE_FTRUNCATE If you have ftruncate system call. # -DV7 On Version 7 Unix (not tested in a long time). -- 2.45.2