X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.in;h=f3b2d1f4a9c816ee2121be86544da9c2caf13d6b;hb=dbc07635c9003830448bf7433bea0158ded4e215;hp=2b876aadfe80cd3a3d58ca2277fa89652fc19e07;hpb=49e6c397cebd1d90bc9c0549135f84d7637da027;p=chaz%2Ftar 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).