/******************************************************************** * $Author: jgoerzen $ * $Revision: 1.1.1.1 $ * $Date: 2000/08/19 00:28:56 $ * $Source: /var/cvs/gopher/object/Stat.h,v $ * $Status: $ * * Paul Lindner, University of Minnesota CIS. * * Copyright 1991, 1992 by the Regents of the University of Minnesota * see the file "Copyright" in the distribution for conditions of use. ********************************************************************* * MODULE: Stat.h * Portable method of getting struct stat and friends ********************************************************************* * Revision History: * $Log: Stat.h,v $ * Revision 1.1.1.1 2000/08/19 00:28:56 jgoerzen * Import from UMN Gopher 2.3.1 after GPLization * * Revision 3.1 1994/06/29 05:46:45 lindner * Portable stat.h file * * *********************************************************************/ #ifndef G_STAT_H #define G_STAT_H # ifdef VMS # include # else # include # endif #endif