summaryrefslogtreecommitdiff
path: root/src/lib/libast/features/prog
blob: 365ce88eefddd4164b4ac524660ab29a1da26122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
lib	getexecname,_NSGetExecutablePath

tst	run{
	for p in /proc/self/exe /proc/self/path/a.out
	do	if	test -e $p
		then	echo "#define _PROC_PROG	\"$p\""
			break
		fi
	done
}end

_hdr_macho_o_dyld = hdr mach-o/dyld