#include "vms.h"
#define VMS5_5
#define VMS4_4

#define HAVE_VMS_PTYS
#define HAVE_GETPPID

/* The bug that SHAREABLE_LIB_BUG fixes is gone in version 5.5 of VMS.
   And defining it causes lossage because sys_errlist has a different
   number of elements.  */
#undef SHAREABLE_LIB_BUG

/* VMS does not implement soft links yet...  */
#ifdef S_IFLNK
#undef S_IFLNK
#endif
#ifdef S_ISLNK
#undef S_ISLNK
#endif
