1990-03-29 21:41:05 -05:00
|
|
|
#define USG
|
|
|
|
|
1993-01-05 03:54:51 -05:00
|
|
|
#include "m68k/xm-m68k.h"
|
1990-03-29 21:41:05 -05:00
|
|
|
|
|
|
|
#define bcopy(a,b,c) memcpy (b,a,c)
|
|
|
|
#define bzero(a,b) memset (a,0,b)
|
|
|
|
#define bcmp(a,b,c) memcmp (a,b,c)
|
1992-11-21 14:10:55 -05:00
|
|
|
|
|
|
|
#define rindex strrchr
|
|
|
|
#define index strchr
|
1993-02-24 18:28:29 -05:00
|
|
|
|
|
|
|
#define NO_SYS_SIGLIST
|
1993-03-12 18:43:25 -05:00
|
|
|
|
|
|
|
#ifndef __GNUC__
|
|
|
|
#define USE_C_ALLOCA
|
|
|
|
#endif
|