comparison src/m/delta.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents abe6d1db359e
children 4542b72c005e
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
65 65
66 #define NO_REMAP 66 #define NO_REMAP
67 67
68 68
69 /* Machine specific stuff */ 69 /* Machine specific stuff */
70 #define HAVE_PTYS
71 #define SYSV_PTYS
72 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ 70 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */
73 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ 71 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */
74 #undef KERNEL_FILE 72 #undef KERNEL_FILE
75 #define KERNEL_FILE "/sysv68" 73 #define KERNEL_FILE "/sysv68"
76 #undef LDAV_SYMBOL 74 #undef LDAV_SYMBOL