summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/netbsd-1.0/__path.h
blob: 854a7817282de4332c6a65f16973615df445de15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *	from: @(#)time.h	5.12 (Berkeley) 3/9/91
 *	$Id: __path.h,v 1.1 1998/07/21 13:19:29 peter Exp $
 */

#ifndef _SYS__PATH_H_
#define	_SYS__PATH_H_

#define _PATH_PTY		"/dev/"
#define _PATH_TZDIR		"/usr/share/zoneinfo"
#define _PATH_TZFILE	"/etc/localtime"

#endif /* !_SYS__PATH_H_ */