mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-30 11:09:23 +00:00
(bcopy, bzero, bcmp): Don't define.
This commit is contained in:
parent
1f4ecd6b72
commit
c6ac3c3a67
@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
|
||||
#endif
|
||||
|
||||
/* miano@acosta.enet.dec.com says these are needed. */
|
||||
#define bcopy(b1,b2,len) memmove (b2, b1, len)
|
||||
#define bzero(b,len) memset (b, 0, len)
|
||||
#define bcmp(b1,b2,len) memcmp (b1, b2, len)
|
||||
|
||||
/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
|
||||
#define PREFER_VSUSP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user