mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
29 lines
891 B
Plaintext
29 lines
891 B
Plaintext
$NetBSD: patch-ae,v 1.1.1.1 2001/05/30 11:45:41 agc Exp $
|
|
|
|
--- texi2roff.h.orig Mon May 28 12:15:12 2001
|
|
+++ texi2roff.h Mon May 28 12:54:22 2001
|
|
@@ -13,6 +13,7 @@
|
|
#define MS 1
|
|
#define ME 2
|
|
#define MM 3
|
|
+#define MANDOC 4
|
|
|
|
/* useful confusion-reducing things */
|
|
#define STREQ(s,t) (*(s)==*(t) && strcmp(s, t)==0)
|
|
@@ -62,7 +63,14 @@
|
|
#define DISPLAY 10 /* text block of the kind called a 'display' */
|
|
#define INDEX 11 /* index entry */
|
|
#define INCLUDE 12 /* include file command */
|
|
-
|
|
+
|
|
+#define IFSET 13 /* test if a variable is set */
|
|
+#define IFCLEAR 14 /* test if a variable is not set */
|
|
+#define SET 15 /* set a variable */
|
|
+#define CLEAR 16 /* clear a variable */
|
|
+#define VALUE 17 /* lookup the value of a variable */
|
|
+#define DISCARDLINE 18 /* not supported -- discard to end of line */
|
|
+
|
|
/* portability */
|
|
#ifdef BSD
|
|
#include <strings.h>
|