On Mon, Aug 01, 2011 at 04:56:04PM +1000, NormW wrote: > Hi, > In my NetWare build config.h, and setting the above defines in config.h: > > UVTYPE is unsigned long == 4 bytes > NVTYPE is double == 8 bytes > > I assume therefore that NV_PRESERVES_UV should be defined and > NV_PRESERVES_UV_BITS should be set at 32? Yes. On a 32 bit x86 Linux system I see: $ grep NV_PRES config.h /* NV_PRESERVES_UV: /* NV_PRESERVES_UV_BITS: #define NV_PRESERVES_UV #define NV_PRESERVES_UV_BITS 32 Nicholas ClarkThread Previous | Thread Next