|
|
1.1 ! root 1: /*- ! 2: * Copyright (c) 1990 The Regents of the University of California. ! 3: * All rights reserved. ! 4: * ! 5: * Redistribution and use in source and binary forms are permitted provided ! 6: * that: (1) source distributions retain this entire copyright notice and ! 7: * comment, and (2) distributions including binaries display the following ! 8: * acknowledgement: ``This product includes software developed by the ! 9: * University of California, Berkeley and its contributors'' in the ! 10: * documentation or other materials provided with the distribution and in ! 11: * all advertising materials mentioning features or use of this software. ! 12: * Neither the name of the University nor the names of its contributors may ! 13: * be used to endorse or promote products derived from this software without ! 14: * specific prior written permission. ! 15: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED ! 16: * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF ! 17: * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 18: * ! 19: * @(#)pathnames.h 5.1 (Berkeley) 6/29/90 ! 20: */ ! 21: ! 22: #define _PATH_PC0 "/usr/libexec/pascal/pc0" ! 23: #define _PATH_PC1 "/usr/libexec/f1" ! 24: #define _PATH_PC2 "/usr/libexec/pascal/pc2" ! 25: #define _PATH_C2 "/usr/libexec/c2" ! 26: #define _PATH_PC3 "/usr/libexec/pascal/pc3" ! 27: #define _PATH_PCEXTERN "/usr/lib/pcexterns.o" ! 28: ! 29: #define _PATH_AS "/usr/bin/as" ! 30: #define _PATH_LD "/usr/bin/ld" ! 31: #define _PATH_CRT0 "/usr/lib/crt0.o" ! 32: #define _PATH_MCRT0 "/usr/lib/mcrt0.o" ! 33: #define _PATH_GCRT0 "/usr/lib/gcrt0.o" ! 34: ! 35: #define _PATH_TMP "/tmp" ! 36: #define _PATH_CAT "/bin/cat" ! 37: #define _PATH_HOWPC "/usr/libdata/pascal/how_pc" ! 38: ! 39: /* DEBUG */ ! 40: #define _PATH_DPC0 "/usr/src/pgrm/pascal/pc0/obj/pc0" ! 41: #ifdef vax ! 42: #define _PATH_DPC1 "/usr/src/libexec/pcc/f1.vax/obj/f1" ! 43: #else ! 44: #ifdef tahoe ! 45: #define _PATH_DPC1 "/usr/src/libexec/pcc/f1.tahoe/obj/f1" ! 46: #else ! 47: NO F1 PROGRAM AVAILABLE ! 48: #endif ! 49: #endif ! 50: #define _PATH_DPC2 "/usr/src/pgrm/pascal/pc2/obj/pc2" ! 51: #define _PATH_DPC3 "/usr/src/pgrm/pascal/pc3/obj/pc3" ! 52: #define _PATH_DLPC "/usr/src/lib/libpc/obj/libpc.a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.