2 #ifdef VMUNIX's that were missed
[unix-history] / usr / src / usr.bin / tip / remcap.c
index 1a21315..8545d38 100644 (file)
@@ -1,10 +1,14 @@
-/*     remcap.c        4.3     81/05/21        */
+/*     remcap.c        4.5     81/07/13        */
 /* Copyright (c) 1979 Regents of the University of California */
 /* Copyright (c) 1979 Regents of the University of California */
+#ifndef BUFSIZ
 #define        BUFSIZ  1024
 #define        BUFSIZ  1024
+#endif
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>
+#ifdef VMUNIX
 #include "local/uparm.h"
 #include "local/uparm.h"
+#endif
 /*
  * remcap - routines for dealing with the remote host data base
  *
 /*
  * remcap - routines for dealing with the remote host data base
  *