mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(BSTRING): Define only if HAVE_BCOPY.
This commit is contained in:
parent
b7e4bce27b
commit
c5cb15cb10
1 changed files with 3 additions and 1 deletions
|
|
@ -57,8 +57,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define PTY_TTY_NAME_SPRINTF \
|
||||
sprintf (pty_name, "/dev/ttyp%d", i);
|
||||
|
||||
/* SCO has bcopy, et. al. */
|
||||
/* SCO perhaps has bcopy, et. al. */
|
||||
#ifdef HAVE_BCOPY
|
||||
#define BSTRING
|
||||
#endif
|
||||
|
||||
/* Sockets are an option on SCO. If you have X, you have them.
|
||||
They also exist if you have TCP, but we don't know how to test
|
||||
|
|
|
|||
Loading…
Reference in a new issue