From 4e31533e6bf28833bcccd8b9ce51521a0685ea1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 28 Aug 2000 22:52:29 +0200 Subject: [PATCH] Added HAVE_FP_RZ. Rev: src/modules/_math/acconfig.h:1.2 --- .gitattributes | 1 + src/modules/_math/acconfig.h | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.gitattributes b/.gitattributes index c809f66f05..cd18ea6f12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -452,6 +452,7 @@ testfont binary /src/modules/_Roxen/Makefile.in foreign_ident /src/modules/_Roxen/configure.in foreign_ident /src/modules/_math/Makefile.in foreign_ident +/src/modules/_math/acconfig.h foreign_ident /src/modules/_math/configure.in foreign_ident /src/modules/_math/math.c foreign_ident /src/modules/call_out/Makefile.in foreign_ident diff --git a/src/modules/_math/acconfig.h b/src/modules/_math/acconfig.h index e69de29bb2..778bd3f0d3 100644 --- a/src/modules/_math/acconfig.h +++ b/src/modules/_math/acconfig.h @@ -0,0 +1,11 @@ +/* $Id: acconfig.h,v 1.2 2000/08/28 20:52:29 grubba Exp $ + * + * acconfig.h for _math. + */ + +@TOP@ + +/* Define if <math.h> defines FP_RZ */ +#undef HAVE_FP_RZ + +@BOTTOM@ -- GitLab