summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/linux-2.0/__path.h
blob: 9caeb7d3016f8136a87f879016e8e09fbf215787 (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/lib/zoneinfo"
#define _PATH_TZFILE	"/usr/lib/zoneinfo/localtime"

#endif /* !_SYS__PATH_H_ */