diff options
| author | Richard M. Stallman | 1993-10-08 15:28:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-10-08 15:28:23 +0000 |
| commit | c5cb15cb104b3a3020620fd6cceedc847166579f (patch) | |
| tree | aa5a220e8ac08bba8b97b6611f9e23d0602fd0eb | |
| parent | b7e4bce27b16fe0f0870154d713d4e734b50214f (diff) | |
| download | emacs-c5cb15cb104b3a3020620fd6cceedc847166579f.tar.gz emacs-c5cb15cb104b3a3020620fd6cceedc847166579f.zip | |
(BSTRING): Define only if HAVE_BCOPY.
| -rw-r--r-- | src/s/sco4.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 6a4432f5429..40a191535ea 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -57,8 +57,10 @@ 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 has bcopy, et. al. */ | 60 | /* SCO perhaps has bcopy, et. al. */ |
| 61 | #ifdef HAVE_BCOPY | ||
| 61 | #define BSTRING | 62 | #define BSTRING |
| 63 | #endif | ||
| 62 | 64 | ||
| 63 | /* Sockets are an option on SCO. If you have X, you have them. | 65 | /* Sockets are an option on SCO. If you have X, you have them. |
| 64 | They also exist if you have TCP, but we don't know how to test | 66 | They also exist if you have TCP, but we don't know how to test |