From: John E. Malmberg Date: Sat, 13 Aug 2005 12:20:34 +0000 (-0400) Subject: Re: [PATCH@25292] add nonxs_ext to configure.com X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5581d86f13e537e0ab3f5e15b08d24e955526bcc;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH@25292] add nonxs_ext to configure.com From: "John E. Malmberg" Message-ID: <42FE1DD2.8050803@qsl.net> p4raw-id: //depot/perl@25294 --- diff --git a/configure.com b/configure.com index d3fc7fd..ca85e64 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 + "'"