186d7f5d3SJohn Marino /* 286d7f5d3SJohn Marino * $OpenBSD: pathnames.h,v 1.1 2003/09/25 19:32:44 otto Exp $ 386d7f5d3SJohn Marino * $DragonFly: src/usr.bin/bc/pathnames.h,v 1.1 2004/09/20 04:20:34 dillon Exp $ 486d7f5d3SJohn Marino */ 586d7f5d3SJohn Marino 686d7f5d3SJohn Marino /* 786d7f5d3SJohn Marino * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> 886d7f5d3SJohn Marino * 986d7f5d3SJohn Marino * Permission to use, copy, modify, and distribute this software for any 1086d7f5d3SJohn Marino * purpose with or without fee is hereby granted, provided that the above 1186d7f5d3SJohn Marino * copyright notice and this permission notice appear in all copies. 1286d7f5d3SJohn Marino * 1386d7f5d3SJohn Marino * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 1486d7f5d3SJohn Marino * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 1586d7f5d3SJohn Marino * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 1686d7f5d3SJohn Marino * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1786d7f5d3SJohn Marino * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1886d7f5d3SJohn Marino * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1986d7f5d3SJohn Marino * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2086d7f5d3SJohn Marino */ 2186d7f5d3SJohn Marino 2286d7f5d3SJohn Marino #define _PATH_LIBB "/usr/share/misc/bc.library" 2386d7f5d3SJohn Marino #define _PATH_DC "/usr/bin/dc" 24