Mercurial > hg > xemacs-beta
comparison src/m/delta.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 0132846995bd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
103 | 103 |
104 | 104 |
105 /* Machine specific stuff */ | 105 /* Machine specific stuff */ |
106 #define HAVE_PTYS | 106 #define HAVE_PTYS |
107 #define SYSV_PTYS | 107 #define SYSV_PTYS |
108 #define SIGNALS_VIA_CHARACTERS | 108 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ |
109 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ | 109 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ |
110 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ | 110 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ |
111 #undef KERNEL_FILE | 111 #undef KERNEL_FILE |
112 #define KERNEL_FILE "/sysv68" | 112 #define KERNEL_FILE "/sysv68" |
113 #undef LDAV_SYMBOL | 113 #undef LDAV_SYMBOL |