summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-17 15:39:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-17 15:39:56 +0000
commite10940c3bd0b15078d498577d8860a2ac86cc768 (patch)
treebc8841bbba40d359e21c466cbd34b10a439c7b05 /wince
parent5c567d7dcdec6edbcc618895107f1912b0365bec (diff)
downloadperl-e10940c3bd0b15078d498577d8860a2ac86cc768.tar.gz
Introduce the new *l APIs, undefined, to non-Configure lands.
p4raw-id: //depot/perl@19251
Diffstat (limited to 'wince')
-rw-r--r--wince/config.ce4
-rw-r--r--wince/config_H.ce24
2 files changed, 28 insertions, 0 deletions
diff --git a/wince/config.ce b/wince/config.ce
index 08424f03a6..ccad244da2 100644
--- a/wince/config.ce
+++ b/wince/config.ce
@@ -91,6 +91,7 @@ d_PRIu64='undef'
d_PRIx64='undef'
d_access='define'
d_accessx='undef'
+d_aintl='undef'
d_alarm='undef'
d_archlib='define'
d_asctime_r='undef'
@@ -112,6 +113,7 @@ d_chsize='define'
d_class='undef'
d_closedir='define'
d_const='define'
+d_copysignl='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
@@ -228,6 +230,7 @@ d_gnulibc='undef'
d_grpasswd='undef'
d_hasmntopt='undef'
d_htonl='define'
+d_ilogbl='undef'
d_index='undef'
d_inetaton='undef'
d_int64_t='undef'
@@ -314,6 +317,7 @@ d_rmdir='define'
d_safebcpy='undef'
d_safemcpy='undef'
d_sanemcmp='define'
+d_scalbnl='undef'
d_sched_yield='undef'
d_scm_rights='undef'
d_seekdir='define'
diff --git a/wince/config_H.ce b/wince/config_H.ce
index 140dc9e484..33b4ad7c43 100644
--- a/wince/config_H.ce
+++ b/wince/config_H.ce
@@ -26,6 +26,12 @@
*/
#define LOC_SED "" /**/
+/* HAS_AINTL:
+ * This symbol, if defined, indicates that the aintl routine is
+ * available. If copysignl is also present we can emulate modfl.
+ */
+/*#define HAS_AINTL / **/
+
/* HAS_ALARM:
* This symbol, if defined, indicates that the alarm routine is
* available.
@@ -1795,6 +1801,12 @@
#define HAS_NTOHL /**/
#define HAS_NTOHS /**/
+/* HAS_ILOGBL:
+ * This symbol, if defined, indicates that the ilogbl routine is
+ * available. If scalbnl is also present we can emulate frexpl.
+ */
+/*#define HAS_ILOGBL /**/
+
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.
* Usually the <inttypes.h> needs to be included, but sometimes
@@ -2074,6 +2086,12 @@
*/
/*#define HAS_SBRK_PROTO /**/
+/* HAS_SCALBNL:
+ * This symbol, if defined, indicates that the scalbnl routine is
+ * available. If ilogbl is also present we can emulate frexpl.
+ */
+/*#define HAS_SCALBNL /**/
+
/* HAS_SEM:
* This symbol, if defined, indicates that the entire sem*(2) library is
* supported.
@@ -3695,6 +3713,12 @@
#define PERL_TARGETARCH "undef" /**/
#endif
+/* HAS_COPYSIGNL:
+ * This symbol, if defined, indicates that the copysignl routine is
+ * available. If aintl is also present we can emulate modfl.
+ */
+/*#define HAS_COPYSIGNL /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up