remove conditional crap
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sat, 4 Jul 1981 14:29:26 +0000 (06:29 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sat, 4 Jul 1981 14:29:26 +0000 (06:29 -0800)
SCCS-vsn: old/whereis/whereis.c 4.4

usr/src/old/whereis/whereis.c

index 1619816..c3a8f80 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)whereis.c   4.3 (Berkeley) %G%";
+static char *sccsid = "@(#)whereis.c   4.4 (Berkeley) %G%";
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>
@@ -10,29 +10,12 @@ static char *bindirs[] = {
        "/bin",
        "/usr/bin",
        "/usr/games",
        "/bin",
        "/usr/bin",
        "/usr/games",
-#ifdef CSVAX
        "/lib",
        "/usr/ucb",
        "/usr/lib",
        "/usr/local",
        "/usr/new",
        "/usr/old",
        "/lib",
        "/usr/ucb",
        "/usr/lib",
        "/usr/local",
        "/usr/new",
        "/usr/old",
-#endif
-#ifdef CORY
-       "/usr/bin/eecs",
-       "/usr/bin/new",
-       "/usr/bin/v7",
-       "/usr/bin/old",
-       "/usr/bin/UNSUPPORTED",
-#endif
-#ifdef ARPAVAX
-       "/lib",
-       "/usr/ucb",
-       "/usr/lib",
-       "/usr/local",
-       "/usr/new",
-       "/usr/old",
-#endif
        0
 };
 static char *mandirs[] = {
        0
 };
 static char *mandirs[] = {
@@ -44,12 +27,6 @@ static char *mandirs[] = {
        "/usr/man/man6",
        "/usr/man/man7",
        "/usr/man/man8",
        "/usr/man/man6",
        "/usr/man/man7",
        "/usr/man/man8",
-#ifdef CORY
-       "/usr/man/manu",
-       "/usr/man/manc",
-       "/usr/man/manv7",
-       "/usr/bin/eecs/mane",
-#endif
        0
 };
 static char *srcdirs[]  = {
        0
 };
 static char *srcdirs[]  = {
@@ -57,27 +34,11 @@ static char *srcdirs[]  = {
        "/usr/src/games",
        "/usr/src/libc/gen",
        "/usr/src/libc/stdio",
        "/usr/src/games",
        "/usr/src/libc/gen",
        "/usr/src/libc/stdio",
-#ifdef CSVAX
        "/usr/src/libc/sys",
        "/usr/src/new",
        "/usr/src/old",
        "/usr/src/local",
        "/usr/src/undoc",
        "/usr/src/libc/sys",
        "/usr/src/new",
        "/usr/src/old",
        "/usr/src/local",
        "/usr/src/undoc",
-#endif
-#ifdef CORY
-       "/usr/bin/eecs/src",
-       "/usr/src/cmd/v7",
-       "/usr/src/cmd/new",
-       "/usr/src/cmd/old",
-       "/usr/src/cmd/UNSUPPORTED",
-#endif
-#ifdef ARPAVAX
-       "/ra/src/cmd",
-       "/ra/src/new",
-       "/ra/src/old",
-       "/ra/src/libc/gen",
-       "/ra/src/libc/stdio",
-#endif
        0
 };
 
        0
 };