diff options
Diffstat (limited to 'lib/libpthread/machdep/freebsd-2.0/__path.h')
-rwxr-xr-x | lib/libpthread/machdep/freebsd-2.0/__path.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libpthread/machdep/freebsd-2.0/__path.h b/lib/libpthread/machdep/freebsd-2.0/__path.h new file mode 100755 index 00000000000..7557aaeb353 --- /dev/null +++ b/lib/libpthread/machdep/freebsd-2.0/__path.h @@ -0,0 +1,14 @@ +/* + * from: @(#)time.h 5.12 (Berkeley) 3/9/91 + * $Id: __path.h,v 1.1 1998/07/21 13:19:24 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_ */ + |