|
|
1.1.1.3 ! root 1: /* #define USG */ ! 2: 1.1 root 3: 4: #include "xm-m68k.h" 5: 6: #define bcopy(a,b,c) memcpy (b,a,c) 7: #define bzero(a,b) memset (a,0,b) 8: #define bcmp(a,b,c) memcmp (a,b,c) 9: 10: /* If compiling with HPUX compiler, we are probably using alloca.c, 11: so help it work right. */ 12: #ifndef __GNUC__ 13: #define USE_C_ALLOCA 14: #endif 1.1.1.2 root 15: 16: /* Don't try to use sys_siglist. */ 17: #define NO_SYS_SIGLIST
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.