Disclaimer: I am not a VMS person. But I have done a lot of work with configuration scripts over the years. In my opinion, your code would be much more future-proof if you made positive tests than negative tests. E.g., "if alpha or ia64" rather than "if not vax".
Perhaps you know that the VMS world will never have a 4th platform, in which case maybe you can live with "not vax". But at least in the Unix world, it is hopeless to test for "not" anything; there are over 30 variants of Unix out there, and only positive tests have a chance of working over many years. PG Steven M. Schweda wrote: > Sent: Monday, January 12, 2009 8:28 AM > To: OPENSSL-DEV@openssl.org > Subject: 0.9.8j v. VMS > > Greetings: > > Is anyone interested in updates to the VMS builders to accomodate > IA64 systems? I've been playing with 0.9.8j, and I believe that I've > changed all the "if Alpha" things to "if .not. VAX", and added the > architecture-specific directories for IA64. (And added the new module > names, and fixed a small boat-load of other problems.) The > result seems > to be working stuff on VAX, Alpha, and IA64, but some more serious > testing would probably be wise. [snip] > > Steven M. Schweda s...@antinode-info > 382 South Warwick Street (+1) 651-699-9818 > Saint Paul MN 55105-2547 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org