pathnames.h revision 105243
120253Sjoerg/*
220253Sjoerg * Copyright (c) 1989, 1993
320253Sjoerg *	The Regents of the University of California.  All rights reserved.
420253Sjoerg *
520253Sjoerg * Redistribution and use in source and binary forms, with or without
620253Sjoerg * modification, are permitted provided that the following conditions
720253Sjoerg * are met:
820253Sjoerg * 1. Redistributions of source code must retain the above copyright
920253Sjoerg *    notice, this list of conditions and the following disclaimer.
1020253Sjoerg * 2. Redistributions in binary form must reproduce the above copyright
1120253Sjoerg *    notice, this list of conditions and the following disclaimer in the
1220253Sjoerg *    documentation and/or other materials provided with the distribution.
1320253Sjoerg * 3. All advertising materials mentioning features or use of this software
1420253Sjoerg *    must display the following acknowledgement:
1520253Sjoerg *	This product includes software developed by the University of
1620253Sjoerg *	California, Berkeley and its contributors.
1720253Sjoerg * 4. Neither the name of the University nor the names of its contributors
1820253Sjoerg *    may be used to endorse or promote products derived from this software
1920253Sjoerg *    without specific prior written permission.
2020253Sjoerg *
2120253Sjoerg * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2220253Sjoerg * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2320253Sjoerg * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2420253Sjoerg * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2520253Sjoerg * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2620253Sjoerg * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2720253Sjoerg * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2820253Sjoerg * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2920253Sjoerg * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3020253Sjoerg * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3120253Sjoerg * SUCH DAMAGE.
3220253Sjoerg *
3320253Sjoerg *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
3420253Sjoerg *  $FreeBSD: head/usr.bin/gprof/pathnames.h 105243 2002-10-16 13:50:09Z charnier $
3520253Sjoerg */
3620253Sjoerg
3720253Sjoerg#define	_PATH_FLAT_BLURB	"/usr/share/misc/gprof.flat"
3820253Sjoerg#define	_PATH_CALLG_BLURB	"/usr/share/misc/gprof.callg"
3920253Sjoerg
4020253Sjoerg