Rev 317 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/SOLARIS8_SPARC32## Contents: Solaris support# Another way of invoking SOLARIS on Solaris8#################################################################################SOLARIS8_SPARC32Init();sub SOLARIS8_SPARC32Init{PlatformRequire( "solaris" );}1;