/*
** $Id: magic.h,v 1.3 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/magic.h,v $
** $Revision: 1.3 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Authors: Mike McGaughey & Geoff Wong, 1993-1999
** geoff.wong@gmail.com
**
** See the file "Copying" distributed with this file.
*/
#ifndef _MAGIC_H
#define _MAGIC_H
// #define SHMAGIC
#define SMAGIC1 0xFEC3
#define SMAGIC2 0xAF09
#define OMAGIC1 0xEFC7
#define OMAGIC2 0xBEF5
#endif