xref: /illumos-gate/usr/src/contrib/ast/src/lib/libast/features/prog (revision 3aa6c13072f3d4792a18693e916aed260a496c1f)
1lib	getexecname,_NSGetExecutablePath
2
3tst	run{
4	for p in /proc/self/exe /proc/self/path/a.out
5	do	if	test -e $p
6		then	echo "#define _PROC_PROG	\"$p\""
7			break
8		fi
9	done
10}end
11
12_hdr_macho_o_dyld = hdr mach-o/dyld
13