summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/bsdi-2.0/__path.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/bsdi-2.0/__path.h')
-rwxr-xr-xmit-pthreads/machdep/bsdi-2.0/__path.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/bsdi-2.0/__path.h b/mit-pthreads/machdep/bsdi-2.0/__path.h
new file mode 100755
index 00000000000..9c347016f5f
--- /dev/null
+++ b/mit-pthreads/machdep/bsdi-2.0/__path.h
@@ -0,0 +1,13 @@
+/*
+ * 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_ */