diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2005-08-13 08:20:34 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-15 09:36:30 +0000 |
commit | 5581d86f13e537e0ab3f5e15b08d24e955526bcc (patch) | |
tree | e4e6224d522d87eaea536d6134c0193104072bbc /configure.com | |
parent | 209978435a2986ae781c1d03d1a03781da6798b1 (diff) | |
download | perl-5581d86f13e537e0ab3f5e15b08d24e955526bcc.tar.gz |
Re: [PATCH@25292] add nonxs_ext to configure.com
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42FE1DD2.8050803@qsl.net>
p4raw-id: //depot/perl@25294
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.com b/configure.com index d3fc7fd8b7..ca85e64dd2 100644 --- a/configure.com +++ b/configure.com @@ -57,6 +57,7 @@ $ use_pack_malloc = "N" $ use_debugmalloc = "N" $ ccflags = "" $ static_ext = "" +$ nonxs_ext = "" $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT") $ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx] $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx] @@ -5972,6 +5973,7 @@ $ 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 "nonxs_ext='" + nonxs_ext + "'" $ WC "nveformat='" + nveformat + "'" $ WC "nvfformat='" + nvfformat + "'" $ WC "nvgformat='" + nvgformat + "'" |