]> git.eshelyaron.com Git - emacs.git/commitdiff
(POSIX_SIGNALS): New definition.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 17:54:16 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 17:54:16 +0000 (17:54 +0000)
src/s/ptx.h

index 837a1964e80efbf1db2bf7b0dbd73bad4e3c2098..d9d223d1cc57bed937c0de03bb078b9e62cb60a9 100644 (file)
@@ -166,3 +166,6 @@ struct timezone
 
 /* PTX doesn't seem to have memmove.  */
 #define MEMMOVE_MISSING
+
+/* Kenneth Stailey <kstailey@eagle.dol-esa.gov> says this is needed.  */
+#define POSIX_SIGNALS