aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/paths_h/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/paths_h/paths.h')
-rw-r--r--openbsd-compat/paths_h/paths.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsd-compat/paths_h/paths.h b/openbsd-compat/paths_h/paths.h
new file mode 100644
index 00000000..6b66a9c1
--- /dev/null
+++ b/openbsd-compat/paths_h/paths.h
@@ -0,0 +1,8 @@
+#ifndef PATHS_H
+#define PATHS_H
+
+#ifndef _PATH_DEFPATH
+#define _PATH_DEFPATH "/bin:/usr/bin"
+#endif
+
+#endif