summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/openbsd-2.0/__path.h
blob: 432494daafa331e5f136a8b667f19a385cedf6d8 (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$
 */

#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_ */