diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 15:09:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 15:09:03 +0000 |
commit | 792d8dab7fdc7425b9c319731346e511d492fcad (patch) | |
tree | 1fb5931653caeaf905ada981e7167d6399ab18a6 /vos | |
parent | c631d80af56f85756c1c42a46ff75478e8a18324 (diff) | |
download | perl-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 'vos')
-rw-r--r-- | vos/config.def | 1 | ||||
-rw-r--r-- | vos/config.h | 18 | ||||
-rwxr-xr-x | vos/config_h.SH_orig | 18 |
3 files changed, 37 insertions, 0 deletions
diff --git a/vos/config.def b/vos/config.def index c943b73e24..7ef644dfe9 100644 --- a/vos/config.def +++ b/vos/config.def @@ -300,6 +300,7 @@ $i_fcntl='define' $i_float='define' $i_grp='undef' $i_iconv='undef' +$i_ieeefp='undef' $i_inttypes='undef' $i_limits='define' $i_locale='define' diff --git a/vos/config.h b/vos/config.h index 2f4e15a820..d163593ed0 100644 --- a/vos/config.h +++ b/vos/config.h @@ -1658,6 +1658,12 @@ #define LONGLONGSIZE _error_ /**/ #endif +/* HAS_MADVISE: + * This symbol, if defined, indicates that the madvise system call is + * available to map a file into memory. + */ +/*#define HAS_MADVISE /**/ + /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -2346,6 +2352,12 @@ */ /*#define I_SOCKS /**/ +/* I_SUNMATH: + * This symbol, if defined, indicates that <sunmath.h> exists and + * should be included. + */ +/*#define I_SUNMATH /**/ + /* I_SYSLOG: * This symbol, if defined, indicates that <syslog.h> exists and * should be included. @@ -2998,6 +3010,12 @@ */ /*#define HAS_GETFSSTAT /**/ +/* I_IEEEFP: + * This symbol, if defined, indicates that <ieeefp.h> exists and + * should be included. + */ +/*#define I_IEEEFP /**/ + /* HAS_LSEEK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the lseek() function. Otherwise, it is up diff --git a/vos/config_h.SH_orig b/vos/config_h.SH_orig index ad136f26db..d452aa9fa1 100755 --- a/vos/config_h.SH_orig +++ b/vos/config_h.SH_orig @@ -1676,6 +1676,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define LONGLONGSIZE $longlongsize /**/ #endif +/* HAS_MADVISE: + * This symbol, if defined, indicates that the madvise system call is + * available to map a file into memory. + */ +#$d_madvise HAS_MADVISE /**/ + /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -2364,6 +2370,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$i_socks I_SOCKS /**/ +/* I_SUNMATH: + * This symbol, if defined, indicates that <sunmath.h> exists and + * should be included. + */ +#$i_sunmath I_SUNMATH /**/ + /* I_SYSLOG: * This symbol, if defined, indicates that <syslog.h> exists and * should be included. @@ -3016,6 +3028,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_getfsstat HAS_GETFSSTAT /**/ +/* I_IEEEFP: + * This symbol, if defined, indicates that <ieeefp.h> exists and + * should be included. + */ +#$i_ieeefp I_IEEEFP /**/ + /* HAS_LSEEK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the lseek() function. Otherwise, it is up |