/*============================================================================== Copyright (c) 2003-2005 UGS Corporation Unpublished - All Rights Reserved ==============================================================================*/ /** @file An include file to handle system dependencies for the stat.h file */ /* */ #ifdef VMS #include #endif #ifdef SUN #include #endif #ifdef SGI #include #endif #ifdef UNX #include #endif