summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-09 21:31:50 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-09 21:31:50 +0100
commit3c5d3a37802eee528b9cc7738e3946993d7d5664 (patch)
treeb93bb700b9f6e0dbdf7378d54df11fbcfdd7acae /compat.h
parentfe44f90e5b757dc2aa1e5fdafca6d04b4e0c85f3 (diff)
Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index b83e6189..402ffb90 100644
--- a/compat.h
+++ b/compat.h
@@ -67,6 +67,7 @@ void warnx(const char *, ...);
#define _PATH_DEVNULL "/dev/null"
#define _PATH_TTY "/dev/tty"
#define _PATH_DEV "/dev/"
+#define _PATH_DEFPATH "/usr/bin:/bin"
#endif
#ifndef __OpenBSD__