Solaris at least does not have _PATH_VI.

pull/2195/head
Nicholas Marriott 2020-05-01 09:11:56 +01:00
parent 5c888e168e
commit ec61aa3025
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ void warnx(const char *, ...);
#define _PATH_DEFPATH "/usr/bin:/bin"
#endif
#ifndef _PATH_VI
#define _PATH_VI "/usr/bin/vi"
#endif
#ifndef __OpenBSD__
#define pledge(s, p) (0)
#endif