--- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -28,11 +28,7 @@ static int not_here(const char *s); #include #endif #include -#ifdef I_FENV -#if !(defined(__vax__) && defined(__NetBSD__)) #include -#endif -#endif #include #include #include @@ -182,7 +178,7 @@ static int not_here(const char *s); #endif /* We will have an emulation. */ -#ifndef FE_TONEAREST +#ifndef FE_TOWARDZERO # define FE_TOWARDZERO 0 # define FE_TONEAREST 1 # define FE_UPWARD 2