home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / obsolete / access.h next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  373 b   |  15 lines

  1. #ifndef    ACCESS_H
  2. #define    ACCESS_H    "$Header: /private/postgres/src/lib/H/obsolete/RCS/access.h,v 1.1 1990/06/12 21:24:36 cimarron Version_2 $"
  3.  
  4. #define ACCESS_H_OBSOLETE 1    
  5. #define ACCESS_H_OBSOLETE 2
  6.  
  7. /* ----------------
  8.  *    this file has been made obsolete.  references to it should
  9.  *    be replaced by skey.h -cim 6/8/90
  10.  * ----------------
  11.  */
  12. #include "skey.h"
  13.  
  14. #endif
  15.