summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-03 15:09:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-03 15:09:03 +0000
commit792d8dab7fdc7425b9c319731346e511d492fcad (patch)
tree1fb5931653caeaf905ada981e7167d6399ab18a6 /perl.h
parentc631d80af56f85756c1c42a46ff75478e8a18324 (diff)
downloadperl-792d8dab7fdc7425b9c319731346e511d492fcad.tar.gz
Introduce i_ieefp because FreeBSD on ix86 needs that
for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index fb48cdbdab..aeaaa45d7d 100644
--- a/perl.h
+++ b/perl.h
@@ -1135,6 +1135,9 @@ typedef UVTYPE UV;
typedef NVTYPE NV;
+#ifdef I_IEEEFP
+# include <ieeefp.h>
+#endif
#ifdef USE_LONG_DOUBLE
# ifdef I_SUNMATH