2005-06-24 08:33:25 +04:00
|
|
|
/* $NetBSD: pathnames.h,v 1.16 2005/06/24 04:33:25 lukem Exp $ */
|
1995-06-14 19:18:37 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1996-11-06 20:58:58 +03:00
|
|
|
* Copyright (c) 1990, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
2003-08-07 15:13:06 +04:00
|
|
|
* 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1993-08-01 21:54:45 +04:00
|
|
|
* from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
2004-05-07 04:04:38 +04:00
|
|
|
#ifndef MAKE_NATIVE
|
2003-10-27 03:12:41 +03:00
|
|
|
#if HAVE_NBTOOL_CONFIG_H
|
|
|
|
#include "nbtool_config.h"
|
2002-09-14 19:23:49 +04:00
|
|
|
#endif
|
|
|
|
#else
|
2002-04-27 19:14:30 +04:00
|
|
|
#include <paths.h>
|
|
|
|
#endif
|
|
|
|
|
2005-06-24 08:33:25 +04:00
|
|
|
#define _PATH_OBJDIR "obj"
|
|
|
|
#define _PATH_OBJDIRPREFIX "/usr/obj"
|
2002-04-25 00:38:47 +04:00
|
|
|
#ifndef _PATH_DEFSHELLDIR
|
1993-03-21 12:45:37 +03:00
|
|
|
#define _PATH_DEFSHELLDIR "/bin"
|
2002-04-25 00:38:47 +04:00
|
|
|
#endif
|
1996-03-06 03:15:17 +03:00
|
|
|
#define _PATH_DEFSYSMK "sys.mk"
|
1998-12-19 20:26:12 +03:00
|
|
|
#ifndef _PATH_DEFSYSPATH
|
1993-03-21 12:45:37 +03:00
|
|
|
#define _PATH_DEFSYSPATH "/usr/share/mk"
|
1998-12-19 20:26:12 +03:00
|
|
|
#endif
|