Mercurial > hg > xemacs-beta
comparison src/m/7300.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 | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
59 #define C_ALLOCA | 59 #define C_ALLOCA |
60 #define STACK_DIRECTION -1 | 60 #define STACK_DIRECTION -1 |
61 | 61 |
62 #endif | 62 #endif |
63 | 63 |
64 /* If you have the PD pty driver installed, uncomment the following line. */ | |
65 /* #define HAVE_PTYS */ | |
66 | |
67 /* We don't have memmove. */ | 64 /* We don't have memmove. */ |
68 #define memmove(d, s, n) safe_bcopy (s, d, n) | 65 #define memmove(d, s, n) safe_bcopy (s, d, n) |
69 | 66 |
70 /* These three lines were new in 18.50. They were said to permit | 67 /* These three lines were new in 18.50. They were said to permit |
71 a demand-paged executable, but someone else says they don't work. | 68 a demand-paged executable, but someone else says they don't work. |