home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / tmp / magic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  371 b   |  19 lines

  1. #ifndef    _MAGIC_H_
  2. #define    _MAGIC_H_    "$Header: /private/postgres/src/lib/H/tmp/RCS/magic.h,v 1.4 1991/12/15 02:00:57 glass Exp $"
  3.  
  4. /*
  5.  *    magic.h        - definitions of the indexes of the magic numbers
  6.  */
  7.  
  8. #define    PG_RELEASE    1
  9. #define PG_VERSION    1
  10. #define    PG_VERFILE    "PG_VERSION"
  11.  
  12. #define    M_RELATION_R    0
  13. #define    M_ADT_R        1
  14. #define    M_INT4_EQ_F    2
  15.  
  16. /* #define    NMAGIC        3*/
  17.  
  18. #endif
  19.