Patch #1516912: improve Modules support for OpenVMS.

This commit is contained in:
Neal Norwitz 2006-07-10 01:18:57 +00:00
parent 4a5fbda66d
commit 2a30cd0ef0
9 changed files with 154 additions and 63 deletions

View file

@ -97,19 +97,19 @@
#ifndef VERSION
#if defined(__VMS)
#define VERSION "2_1"
#else
#define VERSION "2.1"
#endif
#endif
#ifndef VPATH
#define VPATH "."
#endif
#ifndef PREFIX
#define PREFIX "/usr/local"
# ifdef __VMS
# define PREFIX ""
# else
# define PREFIX "/usr/local"
# endif
#endif
#ifndef EXEC_PREFIX