/* * mpackint.h -- * * Internal definitions for mpack. * * Copyright (C) 1985 Regents of the University of California * All rights reserved. * * @(#)mpackint.h 1.1 MAGIC-MPACK (Berkeley) 2/8/85 */ /* Are we debugging Mpack? */ #define DEBUGGING TRUE /* machine dependent stuff */ #define BIG_NUM 0x7FFFFFFF /* a very big int */ #define SMALL_NUM (0 - BIG_NUM) /* ..and a small int */ /* CIF contstants -- don't do anything in this version */ #define DEF_CIF_SCALE 200 /* default lambda in centimicrons */ #define CIF_POINTS TRUE /* write out points as '94' constructs */ #define CIF_LABELS FALSE /* write out vectors for rectangular labels */