From 5581d86f13e537e0ab3f5e15b08d24e955526bcc Mon Sep 17 00:00:00 2001 From: "John E. Malmberg" Date: Sat, 13 Aug 2005 08:20:34 -0400 Subject: [PATCH] Re: [PATCH@25292] add nonxs_ext to configure.com From: "John E. Malmberg" Message-ID: <42FE1DD2.8050803@qsl.net> p4raw-id: //depot/perl@25294 --- configure.com | 2 ++ 1 file changed, 2 insertions(+) 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 + "'" -- 2.7.4