summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/netbsd-1.1/__path.h
blob: be7f9f6c658c107e7f85028442eeefde033fa821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *	from: @(#)time.h	5.12 (Berkeley) 3/9/91
 *	__path.h,v 1.1 1995/01/03 12:53:32 proven 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_ */