mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
7 lines
131 B
C
7 lines
131 B
C
/* $NetBSD: math.h,v 1.8 2014/01/31 19:38:06 matt Exp $ */
|
|
|
|
#ifdef _LP64
|
|
#define __HAVE_LONG_DOUBLE 128
|
|
#endif
|
|
#define __HAVE_NANF
|