mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
8 lines
158 B
C
8 lines
158 B
C
/* $NetBSD: math.h,v 1.7 2014/02/01 16:10:12 matt Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
|
|
#if defined(_LP64) || defined(_KERNEL)
|
|
#define __HAVE_LONG_DOUBLE 128
|
|
#endif
|