Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / bin / ed / README
index 06e302d..c600c27 100644 (file)
@@ -3,13 +3,14 @@ any regular expression package that conforms to the POSIX interface
 standard, such as GNU regex(3).
 
 If reliable signals are supported (e.g., POSIX sigaction(2)), it should
 standard, such as GNU regex(3).
 
 If reliable signals are supported (e.g., POSIX sigaction(2)), it should
-compile with little trouble.  Otherwise, the macros spl1() and spl0()
+compile with little trouble.  Otherwise, the macros SPL1() and SPL0()
 should be redefined to disable interrupts.
 
 The following compiler directives are recognized:
 should be redefined to disable interrupts.
 
 The following compiler directives are recognized:
-DES            - use to add encryption support (requires crypt(3))
-NO_REALLOC_NULL        - use if realloc(3) does not accept a NULL pointer
-BACKWARDS      - use for backwards compatibility
+DES            - to add encryption support (requires crypt(3))
+NO_REALLOC_NULL        - if realloc(3) does not accept a NULL pointer
+BACKWARDS      - for backwards compatibility
+NEED_INSQUE    - if insque(3) is missing
 
 The file `POSIX' describes extensions to and deviations from the POSIX
 standard.
 
 The file `POSIX' describes extensions to and deviations from the POSIX
 standard.