unnecessary variable
[unix-history] / usr / src / usr.bin / more / less.h
index ca1e1b6..7d553cb 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)less.h      5.2 (Berkeley) %G%
+ *     @(#)less.h      5.4 (Berkeley) %G%
  */
 
 /*
  * Standard include file for "less".
  */
 
  */
 
 /*
  * Standard include file for "less".
  */
 
-/*
- * Include the file of compile-time options.
- */
-#include "defines.h"
-
 /*
  * Language details.
  */
 /*
  * Language details.
  */
@@ -85,7 +80,9 @@ typedef       int             HANDLER;
 #define        BE_CHAR         '\204'  /* Exit boldface mode */
 
 #define        CONTROL(c)              ((c)&037)
 #define        BE_CHAR         '\204'  /* Exit boldface mode */
 
 #define        CONTROL(c)              ((c)&037)
-#define        SIGNAL(sig,func)        signal(sig,func)
+
+#include <sys/param.h>
+#include <sys/file.h>
 
 /* Library function declarations */
 off_t lseek();
 
 /* Library function declarations */
 off_t lseek();