summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/linux-1.0/__path.h
blob: ee53529e2ee7ff5f92c3cad3e39bc6128b0ebd25 (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:27 peter Exp $
 */

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