X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=eafa8623aabe4ca009c254353636e0310d2add36;hp=700d7d05ce4a303847ee6f3c05aac734b7d8e7fa;hb=42aa720d188e487dae93d75dc9796a4aa68f6ff4;hpb=7233bea26350d0541909a2fe30e87a95327fb065 diff --git a/e_os.h b/e_os.h index 700d7d05ce..eafa8623aa 100644 --- a/e_os.h +++ b/e_os.h @@ -325,6 +325,8 @@ extern FILE *_imp___iob; # define NO_SYS_PARAM_H # define NO_SYS_UN_H +# define DEFAULT_HOME "SYS$LOGIN:" + # else /* !defined VMS */ # ifdef OPENSSL_UNISTD @@ -473,7 +475,9 @@ struct servent *PASCAL getservbyname(const char *, const char *); # define open _open # define fdopen _fdopen # define close _close -# define strdup _strdup +# ifndef strdup +# define strdup _strdup +# endif # define unlink _unlink # endif # else