Mercurial > hg > xemacs-beta
comparison src/m/delta.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 2d532a89d707 |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
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 */ /* mrb */ | |
109 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ | 108 #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ |
110 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ | 109 #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ |
111 #undef KERNEL_FILE | 110 #undef KERNEL_FILE |
112 #define KERNEL_FILE "/sysv68" | 111 #define KERNEL_FILE "/sysv68" |
113 #undef LDAV_SYMBOL | 112 #undef LDAV_SYMBOL |