Annotation of researchv10dc/ipc/internet/config.h, revision 1.1.1.1

1.1       root        1: #define GATEWAYS       "/usr/ipc/lib/gateways"
                      2: #define DKIPCONFIG     "/usr/ipc/mgrs/dkipconfig"
                      3: #define UTMP           "/etc/utmp"
                      4: #define LOGIN          "/etc/login"
                      5: 
                      6: /* byte transfer routines */
                      7: extern char *memcpy();
                      8: extern char *memset();
                      9: #define bcopy(f,t,l) memcpy(t, f, l)
                     10: #define bzero(t,l) memset(t, 0, l)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.