1PUSHDIVERT(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988 The Regents of the University of California.
5# All rights reserved.
6#
7# %sccs.include.redist.sh%
8#
9POPDIVERT
10
11VERSIONID(@(#)cssubdomain.m4	2.3 (Berkeley) 10/03/91)
12
13PUSHDIVERT(2)
14# find possible (old & new) versions of our name via short circuit hack
15# (this code should exist ONLY during the transition from .Berkeley.EDU
16#  names to .CS.Berkeley.EDU names -- probably not more than a few months)
17R$* < @ $=w .CS.Berkeley.EDU > $*	$: $1 < @ $j > $3
18R$* < @ $=w .Berkeley.EDU> $*		$: $1 < @ $j > $3
19POPDIVERT
20