void sprintfs
[unix-history] / usr / src / usr.bin / more / less.h
index 765c108..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.1 (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.
  */
-#if !VOID
-#define        void  int
-#endif
 #define        public          /* PUBLIC FUNCTION */
 
 /*
 #define        public          /* PUBLIC FUNCTION */
 
 /*
@@ -88,10 +80,12 @@ 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 */
 
 /* Library function declarations */
-offset_t lseek();
+off_t lseek();
 char *calloc();
 
 #include "funcs.h"
 char *calloc();
 
 #include "funcs.h"