diff --git a/pathnames.h.in b/pathnames.h.in index 1557525a4..0eb030676 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -28,6 +28,10 @@ #include #endif /* HAVE_PATHS_H */ +#ifndef _PATH_DEV +#define _PATH_DEV "/dev/" +#endif /* _PATH_DEV */ + #ifndef _PATH_SUDO_SUDOERS #define _PATH_SUDO_SUDOERS "/etc/sudoers" #endif /* _PATH_SUDO_SUDOERS */