diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 05:10:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 05:10:26 +0000 |
commit | fd47df604ae845e152c047b6ef809e0ea6602d04 (patch) | |
tree | bce601d731d06415bb69456582405ced6f6f4178 /configure.com | |
parent | eae4ae263c0b84d48420dbcaad4130ba7ca74ba8 (diff) | |
download | perl-fd47df604ae845e152c047b6ef809e0ea6602d04.tar.gz |
Propagate new Configure vars.
p4raw-id: //depot/perl@6691
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.com b/configure.com index f8a1b8a68e..c3cba130a4 100644 --- a/configure.com +++ b/configure.com @@ -4476,6 +4476,10 @@ $ ivdformat="""ld""" $ uvuformat="""lu""" $ uvoformat="""lo""" $ uvxformat="""lx""" +$! uselongdouble? +$ nveformat="""e""" +$ nvfformat="""f""" +$ nvgformat="""g""" $! $! Finally the composite ones. All config $! @@ -4982,6 +4986,9 @@ $ WC "netdb_hlen_type='" + netdb_hlen_type + "'" $ WC "netdb_host_type='" + netdb_host_type + "'" $ WC "netdb_name_type='" + netdb_name_type + "'" $ WC "netdb_net_type='" + netdb_net_type + "'" +$ WC "nveformat='" + nveformat + "'" +$ WC "nvfformat='" + nvfformat + "'" +$ WC "nvgformat='" + nvgformat + "'" $ WC "nvsize='" + nvsize + "'" $ WC "nvtype='" + nvtype + "'" $ WC "o_nonblock=' '" |