92a6d92cc8
only provide __HAVE_LONG_DOUBLE if _LP64.
8 lines
127 B
C
8 lines
127 B
C
/* $NetBSD: math.h,v 1.5 2008/12/15 00:25:05 mrg Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
|
|
#ifdef _LP64
|
|
#define __HAVE_LONG_DOUBLE
|
|
#endif
|