summaryrefslogtreecommitdiff
path: root/mcon/U/Loc_sed.U
blob: f61a8767e51b0cefb041ec52ea8e6a88934f9bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1996, Andy Dougherty
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS: 
?RCS: You may redistribute only under the terms of the Artistic Licence,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic Licence; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
?X: This is used in perl.c.
?MAKE:full_sed: sed
?MAKE:	-pick add $@ %<
?S:full_sed:
?S:	This variable contains the full pathname to 'sed', whether or
?S:	not the user has specified 'portability'.  This is only used
?S:	in the compiled C program, and we assume that all systems which
?S:	can share this executable will have the same full pathname to
?S:	'sed.'
?S:.
?X:	Yes, I know about the C symbol PORTABLE, but I think sed
?X:	is unlikely to move, and I'm too lazy to add all the
?X:	#ifdef PORTABLE sections to the perl source.
?X:	
?C:LOC_SED:
?C:	This symbol holds the complete pathname to the sed program.
?C:.
?H:#define LOC_SED 	"$full_sed"	/**/
?H:.
: Store the full pathname to the sed program for use in the C program
full_sed=$sed