diff options
| author | Richard M. Stallman | 1994-01-14 18:47:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-14 18:47:00 +0000 |
| commit | 7d6031ba4862978f371cee7a1401a045513856bc (patch) | |
| tree | 5be6e704d07c73dd9d0b90e14e7dc3552e6dabdd /src | |
| parent | cf805d5d1de46436401208543b9b5db7647e9071 (diff) | |
| download | emacs-7d6031ba4862978f371cee7a1401a045513856bc.tar.gz emacs-7d6031ba4862978f371cee7a1401a045513856bc.zip | |
(BSTRING): Don't define it here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index ec5b5c3922b..5cd41bdba42 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -57,11 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 57 | #define PTY_TTY_NAME_SPRINTF \ | 57 | #define PTY_TTY_NAME_SPRINTF \ |
| 58 | sprintf (pty_name, "/dev/ttyp%d", i); | 58 | sprintf (pty_name, "/dev/ttyp%d", i); |
| 59 | 59 | ||
| 60 | /* SCO perhaps has bcopy, et. al. */ | ||
| 61 | #ifdef HAVE_BCOPY | ||
| 62 | #define BSTRING | ||
| 63 | #endif | ||
| 64 | |||
| 65 | /* Sockets are an option on SCO. If you have X, you have them. | 60 | /* Sockets are an option on SCO. If you have X, you have them. |
| 66 | They also exist if you have TCP, but we don't know how to test | 61 | They also exist if you have TCP, but we don't know how to test |
| 67 | for that. */ | 62 | for that. */ |