/*
** $Id: prime.h,v 1.2 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/prime.h,v $
** $Revision: 1.2 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Authors: Mike McGaughey & Geoff Wong, 1993-1998
** geoff.wong@gmail.com
** mmcgus@yahoo.com
**
** See the file "Copying" distributed with this file.
*/
#ifndef _PRIME_H
#define _PRIME_H
/*
* some generic large primes used by various hash functions in different
* files These are not critical.
*/
#define P1 701 /* 3 large, different primes */
#define P2 14009 /* There's a file of them here somewhere :-) */
#define P3 54001
#define HUGE_PRIME 29000039
/*****************************************************************************/
#endif