1fdf1f88bSGabor Kovesdan /* $OpenBSD: pathnames.h,v 1.1 2003/09/25 19:32:44 otto Exp $ */ 2fdf1f88bSGabor Kovesdan 3fdf1f88bSGabor Kovesdan /* 4fdf1f88bSGabor Kovesdan * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> 5fdf1f88bSGabor Kovesdan * 6fdf1f88bSGabor Kovesdan * Permission to use, copy, modify, and distribute this software for any 7fdf1f88bSGabor Kovesdan * purpose with or without fee is hereby granted, provided that the above 8fdf1f88bSGabor Kovesdan * copyright notice and this permission notice appear in all copies. 9fdf1f88bSGabor Kovesdan * 10fdf1f88bSGabor Kovesdan * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11fdf1f88bSGabor Kovesdan * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12fdf1f88bSGabor Kovesdan * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13fdf1f88bSGabor Kovesdan * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14fdf1f88bSGabor Kovesdan * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15fdf1f88bSGabor Kovesdan * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16fdf1f88bSGabor Kovesdan * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17fdf1f88bSGabor Kovesdan */ 18fdf1f88bSGabor Kovesdan 19fdf1f88bSGabor Kovesdan #define _PATH_LIBB "/usr/share/misc/bc.library" 20fdf1f88bSGabor Kovesdan #define _PATH_DC "/usr/bin/dc" 21