From 5a14060af165c24c63cfc5d5f4d2aeb52cc41a03 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 1 Mar 2015 20:16:02 -0500 Subject: infnan: move the mantbits definitions from perl.h to Configure (this way they will be available via %Config) --- uconfig.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'uconfig.sh') diff --git a/uconfig.sh b/uconfig.sh index 0278020ddf..bd889e30f9 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -737,6 +737,7 @@ nv_preserves_uv_bits='0' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' +nvmantbits='52' nvsize='8' nvtype='double' o_nonblock='O_NONBLOCK' -- cgit v1.2.1