Several fixes. The big one is that all of the code that was "#if defined(ENCRYPTION)" is now changed to "#ifdef ENCRYPTION", so that all the encryption code can be stripped out using unifdef. Other
Several fixes. The big one is that all of the code that was "#if defined(ENCRYPTION)" is now changed to "#ifdef ENCRYPTION", so that all the encryption code can be stripped out using unifdef. Other fixes: Add support for HP-UX (untested...) Simplification of the ENV_HACK stuff Add in UNICOS 8.0 secure system changes Clean up the option processing Fix up the usage() statement
show more ...
|