This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX math: Configure scan for acosh.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 29 Aug 2014 13:42:58 +0000 (09:42 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 31 Aug 2014 21:53:05 +0000 (17:53 -0400)
15 files changed:
Configure
Cross/config.sh-arm-linux
NetWare/config.wc
Porting/Glossary
Porting/config.sh
config_h.SH
configure.com
plan9/config_sh.sample
symbian/config.sh
uconfig.h
uconfig.sh
uconfig64.sh
win32/config.ce
win32/config.gc
win32/config.vc

index 7542135..d960d9c 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -372,6 +372,7 @@ cppstdin=''
 d__fwalk=''
 d_access=''
 d_accessx=''
+d_acosh=''
 d_aintl=''
 d_alarm=''
 asctime_r_proto=''
@@ -10341,6 +10342,10 @@ $rm -f access*
 set accessx d_accessx
 eval $inlibc
 
+: see if acosh exists
+set acosh d_acosh
+eval $inlibc
+
 : see if aintl exists
 set aintl d_aintl
 eval $inlibc
@@ -23232,6 +23237,7 @@ d_SCNfldbl='$d_SCNfldbl'
 d__fwalk='$d__fwalk'
 d_access='$d_access'
 d_accessx='$d_accessx'
+d_acosh='$d_acosh'
 d_aintl='$d_aintl'
 d_alarm='$d_alarm'
 d_archlib='$d_archlib'
index 5a26b8b..8360124 100644 (file)
@@ -106,6 +106,7 @@ d_SCNfldbl='define'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='define'
 d_aintl='undef'
 d_alarm='define'
 d_archlib='define'
index 8e16fa6..675d9ba 100644 (file)
@@ -93,6 +93,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='undef'
 d_archlib='define'
index 8ec6fda..d514458 100644 (file)
@@ -405,6 +405,10 @@ d_accessx (d_accessx.U):
        This variable conditionally defines the HAS_ACCESSX symbol, which
        indicates to the C program that the accessx() routine is available.
 
+d_acosh (d_acosh.U):
+       This variable conditionally defines the HAS_ACOSH symbol, which
+       indicates to the C program that the acosh() routine is available.
+
 d_aintl (d_aintl.U):
        This variable conditionally defines the HAS_AINTL symbol, which
        indicates to the C program that the aintl() routine is available.
index eeaeab2..42099c6 100644 (file)
@@ -115,6 +115,7 @@ d_SCNfldbl='define'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='define'
 d_archlib='define'
index 33ee252..fd070ae 100755 (executable)
@@ -3432,6 +3432,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  */
 #$d__fwalk HAS__FWALK          /**/
 
+/* HAS_ACOSH:
+ *     This symbol, if defined, indicates that the acosh routine is
+ *     available.
+ */
+#$d_acosh HAS_ACOSH            /**/
+
 /* HAS_AINTL:
  *     This symbol, if defined, indicates that the aintl routine is
  *     available.  If copysignl is also present we can emulate modfl.
index 972d575..b1763c1 100644 (file)
@@ -3376,11 +3376,13 @@ $   d_isnan = "define"
 $   d_isnanl = "define"
 $   d_fp_classify = "define"
 $   d_j0 = "define"
+$   d_acosh = "define"
 $ ELSE
 $   d_isnan = "undef"
 $   d_isnanl = "undef"
 $   d_fp_classify = "undef"
 $   d_j0 = "undef"
+$   d_acosh = "undef"
 $ ENDIF
 $!
 $! Now some that we build up
@@ -5889,6 +5891,7 @@ $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
 $ WC "d__fwalk='undef'"
 $ WC "d_access='" + d_access + "'"
 $ WC "d_accessx='undef'"
+$ WC "d_acosh='" + d_acosh + "'"
 $ WC "d_aintl='undef'"
 $ WC "d_alarm='define'"
 $ WC "d_archlib='define'"
index 69f3c58..79bf0af 100644 (file)
@@ -106,6 +106,7 @@ d_SCNfldbl='define'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='define'
 d_archlib='define'
index 85ae52b..50cf11d 100644 (file)
@@ -50,6 +50,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='undef'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='undef'
 d_archlib='define'
index d55873a..045ef2d 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  */
 /*#define HAS_INET_ATON                / **/
 
+/* HAS_J0:
+ *     This symbol, if defined, indicates to the C program that the
+ *     j0() function is available for Bessel functions of the first
+ *     kind of the order zero.
+ */
+/*#define HAS_J0               / **/
+
+/* HAS_J0L:
+ *     This symbol, if defined, indicates to the C program that the
+ *     j0l() function is available for Bessel functions of the first
+ *     kind of the order zero, for long doubles.
+ */
+/*#define HAS_J0L              / **/
+
 /* HAS_KILLPG:
  *     This symbol, if defined, indicates that the killpg routine is available
  *     to kill process groups.  If unavailable, you probably should use kill
  */
 /*#define HAS__FWALK           / **/
 
+/* HAS_ACOSH:
+ *     This symbol, if defined, indicates that the acosh routine is
+ *     available.
+ */
+/*#define HAS_ACOSH            / **/
+
 /* HAS_AINTL:
  *     This symbol, if defined, indicates that the aintl routine is
  *     available.  If copysignl is also present we can emulate modfl.
 #endif
 
 /* Generated from:
- * 0f8a0a7c63b386e4ced948683f663789f15d702182a8443f833613f5d7cfecc7 config_h.SH
- * a4410f6212dd1c64a11e20c38b71f6449fbafd923141b5e5dcd867e0dfd4dadb uconfig.sh
+ * 12401deb2bd159475d6a3533b0fe0fae288825fd27c04f4f0f6655e4959ec9b7 config_h.SH
+ * d4624634f898a9b01fb9baadf847f7614e0d036dd077852f40d37a9593af8e38 uconfig.sh
  * ex: set ro: */
index 3e892b0..33e3d8f 100644 (file)
@@ -44,6 +44,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='undef'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='undef'
 d_archlib='undef'
index 49dfb33..bab54fb 100644 (file)
@@ -45,6 +45,7 @@ d_SCNfldbl='define'
 d__fwalk='undef'
 d_access='undef'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='undef'
 d_archlib='undef'
index e37d29f..6f1e559 100644 (file)
@@ -91,6 +91,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='undef'
 d_archlib='define'
index b57af67..6206fee 100644 (file)
@@ -93,6 +93,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='define'
 d_archlib='define'
index 3c527dc..19369f2 100644 (file)
@@ -93,6 +93,7 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_acosh='undef'
 d_aintl='undef'
 d_alarm='define'
 d_archlib='define'