1 $! OpenVMS configuration procedure for Perl -- do not attempt to run under DOS
2 $ sav_ver = 'F$VERIFY(0)'
3 $ on control_y then goto clean_up
6 $! For example, if you unpacked perl into: [USER.PERL-5n...] then you will
7 $! want to cd into the tree and execute Configure:
9 $! $ SET DEFAULT [USER.PERL5_xxx]
14 $! $ SET DEFAULT [USER.PERL5_xxx]
15 $! $ @Configure "-des"
17 $! That's it. If you get into a bind trying to build perl on VMS then
18 $! definitely read through the README.VMS file.
19 $! Beyond that send email to vmsperl@perl.org
21 $! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 $! send suggestions to:
24 $! Dan Sugalski <dan@sidhe.org>
27 $! Adapted and converted from Larry Wall & Andy Dougherty's
28 $! "Configure generated by metaconfig 3.0 PL60." by Peter Prymmer
29 $! (a Bourne sh[ell] script for configuring the installation of perl
30 $! on non-VMS systems) in the perl5.002|3 epoch (spring/summer 1996)
31 $! with much valuable help from Charles Bailey &
32 $! the whole VMSPerl crew.
33 $! Extended and messed about with by Dan Sugalski
35 $! VMS-isms we will need:
36 $ echo = "write sys$output "
38 $ delete := delete ! local symbol overrides globals with qualifiers
46 $ be_case_sensitive = "n"
47 $ unlink_all_versions = "n"
49 $ use_vmsdebug_perl = "n"
55 $ usesitecustomize = "n"
56 $ C_Compiler_Replace = "CC="
57 $ thread_upcalls = "MTU="
58 $ thread_kernel = "MTK="
59 $ use_two_pot_malloc = "N"
60 $ use_pack_malloc = "N"
61 $ use_debugmalloc = "N"
66 $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
67 $ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
68 $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
70 $! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
71 $! qualifier "just in case" (configure.com is re @ed in a bad state).
72 $! This construct was tested to be not a problem as far back as
73 $! VMS V5.5-2, hopefully earlier versions are OK as well.
77 $! Now keep track of open files
79 $ vms_filcnt = F$GETJPI ("","FILCNT")
81 $!: compute my invocation name
82 $ me = F$ENVIRONMENT("PROCEDURE")
84 $! Many null statements (begin with colon ':') in the Bourne shell version of
85 $! this script serve as comments/placeholders. I have retained some of the ones
86 $! that will help you compare this .COM file to the sh version - as well as
87 $! leave placeholders for future improvements to this .COM file.
88 $! sfn = VMS "skipped for now"
90 $!: Proper PATH separator !sfn
91 $!: Proper PATH setting !sfn
92 $!: Sanity checks !sfn "Say '@''$me''"
93 $!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
94 $!: Configure runs within the UU subdirectory !->after find MANIFEST
95 $! <big long list of default values (mostly null)>
96 $!: We must find out about Eunice early !(?)
97 $!: list of known cpp symbols, sorted alphabetically !sfn
99 $!: default library list !sfn
100 $! <no hints files in use (yet?)>
101 $!: Extra object files, if any, needed on this platform. !sfn
102 $!: Possible local include directories to search. !sfn
103 $!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
104 $!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
105 $!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
106 $!: no include file wanted by default !sfn
108 $!: Possible local library directories to search. !sfn
109 $!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
110 $!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
111 $!: general looking path for locating libraries !sfn
112 $!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
113 $!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
114 $!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
115 $!: Private path used by Configure to find libraries. Its value !sfn
116 $!: is prepended to libpth. This variable takes care of special !sfn
117 $!: machines, like the mips. Usually, it should be empty. !sfn
119 $!: full support for void wanted by default !sfn
120 $!defvoidused=15 !sfn
121 $!: List of libraries we want. !sfn
122 $!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
123 $!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
124 $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
125 $!: We probably want to search /usr/shlib before most other libraries. !sfn
126 $!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
127 $!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
128 $!glibpth="/usr/shlib $glibpth" !sfn
129 $!: Do not use vfork unless overridden by a hint file. !sfn
130 $!usevfork=false !sfn
131 $!: script used to extract .SH files with variable substitutions !sfn
132 $!: produce awk script to parse command line options !sfn
133 $!sfn (assume no sed awk) see below
134 $!: process the command line options
136 $!: set up default values
140 $ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
151 $ use_5005_threads = "N"
157 $ THEN !one or more switches was thrown
164 $ config_args = config_args + F$FAO(" !AS",P'i')
167 $ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
171 $ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
172 $ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
173 $Remove_quotation_mark:
175 $ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
176 $ gotopt = "f" !"alse"
177 $ gotshortopt = "f" !"alse"
178 $ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
181 $ gotopt = "t" !"rue"
183 $ gotshortopt = "t" !"rue"
185 $ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
192 $ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
196 $ IF (F$SEARCH(config_sh).NES."")
198 $ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
199 $ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
202 $ CONTINUE !at this point check UIC && if test allows...
205 $ echo "''me': cannot read config file ''config_sh'."
209 $ echo "''me': cannot read config file ''config_sh'."
214 $ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
221 $ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
228 $ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
235 $ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
242 $ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
247 $ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
254 $ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
261 $ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
263 $ extractsh = "true" !VMS? Yes with munchconfig
268 $ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
271 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
273 $ tmp = P'i' + "=""define"""
277 $ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
279 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
280 $ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
281 $ echo "''me': ignoring -D",P'i'
283 $ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
284 $ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
291 $ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
294 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
296 $ tmp = P'i' + "="""""
300 $ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
302 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
303 $ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
304 $ echo "''me': ignoring -U",P'i'
306 $ tmp = P'i' + "=""undef"""
313 $ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
315 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
316 $ echo "''me' generated by an unknown version of EDT."
322 $ echo "''me': unknown option ",P'i'
325 $ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
327 $ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
329 $ ENDIF ! (P1 .NES. "")
330 $ config_args = F$EDIT(config_args,"TRIM")
334 $ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
335 $ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
336 $ echo " [-Usymbol] [-Usymbol=]"
339 "-d" : use defaults for all answers.
340 "-e" : go on without questioning past the production of config.sh. *
341 "-f" : specify an alternate default configuration file.
342 "-h" : print this help message and exit (with an error status).
343 "-m" : skip the MANIFEST check to see that all files are present
344 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
345 "-s" : silent mode, only echoes questions and essential information.
346 -"D" : define symbol to have some value: *
347 -"Dsymbol" symbol gets the value 'define'
348 -"Dsymbol=value" symbol gets the value 'value'
349 -E : stop at the end of questions, after having produced config.sh. *
350 -K : do not use unless you know what you are doing.
351 -O : let -D and -U override definitions from loaded configuration file. *
352 -S : perform variable substitutions on all .SH files (can mix with -f) *
353 -"U" : undefine symbol: *
354 -"Usymbol" symbol gets the value 'undef'
355 -"Usymbol=" symbol gets completely empty
356 -V : print version number and exit (with a zero status).
358 $ echo "%Config-I-VMS, lower case switches must be enclosed"
359 $ echo "-Config-I-VMS, in double quotation marks, e.g.:"
360 $ echo "-Config-I-VMS, @Configure ""-des"""
361 $ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
362 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
364 $ EXIT 3 ! $STATUS = "%X00000003" (informational)
370 $ IF F$Mode() .eqs. "BATCH"
372 $ x = F$GETQUI("CANCEL_OPERATION") ! clear the deck
374 $ bproc_queue = f$getqui("DISPLAY_QUEUE","QUEUE_NAME","*",x)
375 $ bproc_entry = f$getqui("DISPLAY_JOB","ENTRY_NUMBER",,x)
376 $ bproc_name = f$getqui("DISPLAY_JOB","JOB_NAME",,x)
377 $ bproc_log_spec = f$getqui("DISPLAY_JOB","LOG_SPECIFICATION",,x)
378 $ STDOUT = F$PARSE(bproc_name, bproc_log_spec, ".LOG")
379 $ WRITE SYS$OUTPUT "Writing output of entry ''bproc_entry' in queue ''bproc_queue' to a new version of: "
380 $ WRITE SYS$OUTPUT STDOUT
382 $ DELETE_/SYMBOL bproc_queue
383 $ DELETE_/SYMBOL bproc_entry
384 $ DELETE_/SYMBOL bproc_name
385 $ DELETE_/SYMBOL bproc_log_spec
387 $ STDOUT = F$TRNLNM("SYS$OUTPUT")
389 $ DEFINE SYS$OUTPUT "_NLA0:"
390 $ echo4 = "write STDOUT "
391 $ cat4 = "TYPE/OUTPUT=''STDOUT'"
392 $ open/write/share=read STDOUT 'STDOUT'
400 $ echo4 = "write SYS$OUTPUT "
404 $!: run the defines and the undefines, if any, but leave the file out there...
405 $! Unfortunately Configure.COM in DCL is not yet set up to do this -
410 $ packageup = F$EDIT((package - "5"),"UPCASE")
412 $!: Eunice requires " " instead of "", can you believe it
415 $ echo "Beginning of configuration questions for ''package'."
418 $!: Some greps do not return status, grrr.
419 $ contains = "SEARCH"
421 $!: first determine how to suppress newline on echo command !cant DCL is record oriented
422 $! echo "Checking ''echo' to see how to suppress newlines..."
423 $! echo "giving up..."
424 $! echo "The star should be here-->*"
426 $!: Now test for existence of everything in MANIFEST
428 $ echo4 "First let's make sure your kit is complete. Checking..."
431 $! Here I assume we are in the [foo.PERLxxx...] tree
432 $! because the search routine simply does set def [-] if necessary.
433 $ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
435 $ manifestfound = F$SEARCH(file_2_find)
436 $ IF (manifestfound .EQS. "")
438 $ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
441 $ GOTO Research_manifest
444 $ echo "There is no MANIFEST file. I hope your kit is complete !"
446 $ GOTO Beyond_manifest
449 $! MANIFEST. has been found and we have set def'ed there.
450 $! Time to bail out before it's too late, i.e. too deep.
451 $! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
452 $ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
453 $ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
454 $! Depth check also unnecessary on ODS 5 (or later) file systems.
455 $ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
456 $ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
457 $ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
461 %Config-E-VMS, ERROR:
462 Sorry! It apears as though your perl build sub-directory is already too
463 deep into the VMS file system. Please try moving stuff into a shallower
464 directory (or altering the "max_allowed_dir_depth" parameter).
466 $ echo4 "ABORTING..."
467 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
469 $ EXIT !2 !$STATUS = "%X00000002" (error)
473 $! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
475 $ IF (manifestfound .NES. "")
477 $ IF ( F$SEARCH("UU.DIR").EQS."" )
479 $ CREATE/DIRECTORY [.UU]
481 $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
483 $!: Configure runs within the UU subdirectory
486 $! a little redundancy never hurt anybody?
487 $ file_2_find = "[-]" + file_2_find
488 $ manifestfound = F$SEARCH(file_2_find)
490 $ OPEN/WRITE MISSING MISSING.
491 $!change to "FALSE" if you wish to skip the manifest search
492 $!(which after all is rather slow in DCL :-)
495 $ echo "Skipping MANIFEST check as requested"
498 $ OPEN/READ CONFIG 'manifestfound'
500 $ READ/END_OF_FILE = Done_manifest CONFIG line
501 $! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
502 $! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
503 $! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
504 $! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
505 $ line = F$EDIT(line,"TRIM, COMPRESS")
506 $ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
507 $ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
509 $Re_strip_line_manifest:
510 $ loca = F$LOCATE("/",file_2_find)
511 $ ante = F$EXTRACT(0,loca,file_2_find)
512 $ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
513 $ test_this = ante + "." + (post - "/")
514 $ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
516 $ file_2_find = ante + "." + (post - "/")
517 $ GOTO Re_strip_line_manifest
519 $ file_2_find = ante + "]" + (post - "/")
521 $ file_2_find = "[-."+file_2_find
523 $ file_2_find = "[-]" + file_2_find
526 $ tmp = F$PARSE(file_2_find + ";",,,,"SYNTAX_ONLY")
527 $ IF F$SEARCH(tmp) .NES. "" THEN file_2_find = tmp
528 $ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
529 $ file_2_find = file_2_find - dirname
531 $! may not need double dot check on ODS-5 volumes
532 $ found = F$SEARCH(dirname + file_2_find)
533 $ IF found .NES. "" THEN GOTO Read_loop_manifest
537 $ dot_ele = F$ELEMENT(dots,".",file_2_find)
538 $ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
540 $ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
541 $ ELSE basename = basename + dot_ele + "_"
546 $ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
547 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
548 basename = f$extract(0,f$length(basename)-1,basename)
549 $ file_2_find = dirname + basename
551 $ found = F$SEARCH(file_2_find)
552 $ IF (found .EQS. "" .AND. dots .GT. 2)
554 $! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
555 $! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
556 $! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
557 $ dotloc = f$locate(".",basename)
558 $ basename[dotloc,1] := "_"
559 $ dot_ele = F$ELEMENT(dots - 1,"_",f$extract(dotloc,f$length(basename),basename))
561 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
563 $ found = F$SEARCH(dirname + basename)
564 $ file_2_find = file_2_find + "," + basename
566 $ tildeloc = f$locate("~",basename)
567 $ IF (found .EQS. "" .AND. tildeloc .LT. f$length(basename))
569 $ basename[tildeloc,1] := "_"
570 $ found = F$SEARCH(dirname + basename)
571 $ file_2_find = file_2_find + "," + basename
573 $ IF (found .EQS. "")
575 $ WRITE MISSING file_2_find
576 $ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
578 $ miss_list = miss_list + "," + file_2_find
581 $ GOTO Read_loop_manifest
586 $ ENDIF ! (manifestfound .NES. "")
588 $ IF (miss_list .NES. "")
590 $ echo "Some of the files not found include:"
593 $ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
599 THIS PACKAGE SEEMS TO BE INCOMPLETE.
601 You have the option of continuing the configuration process, despite the
602 distinct possibility that your kit is damaged, by typing 'y'es. If you
603 do, don't blame me if something goes wrong. I advise you to type 'n'o
604 and contact the author (dan@sidhe.org)
607 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
610 $ echo4 "Continuing..."
612 $ echo4 "ABORTING..."
616 $ echo4 "Looks good..."
617 $ DELETE/NOLOG/NOCONFIRM MISSING.;
618 $ ENDIF ! (miss_list .NES. "")
619 $ ENDIF ! (manifestfound .EQS. "") ELSE
621 $! after finding MANIFEST (see above)
622 $!: Configure runs within the UU subdirectory
624 $!: compute the number of columns on the terminal for proper question formatting
625 $ IF F$MODE() .EQS. "BATCH"
626 $! else it winds up being 512 in batch
628 $ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
630 $! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
631 $ IF COLUMNS .GT. 210 THEN COLUMNS = 80
632 $! not sure if this would actually be needed - it hopefully will not hurt
633 $ IF COLUMNS .LT. 40 THEN COLUMNS = 40
635 $!: set up the echo used in my read !sfn
636 $!: now set up to do reads with possible shell escape and default assignment !sfn
639 $! The sub_rp splitting is intended to handle long symbols such as the dflt for
644 $ len_rp = F$LENGTH(rp)
645 $ If (.NOT. silent) Then echo ""
650 $ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
651 $ i_rp = i_rp + COLUMNS
652 $ if i_rp .LT. len_rp THEN echo4 "''sub_rp'"
653 $ IF i_rp .LT. len_rp THEN GOTO rp_loop
661 $ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
663 $ IF (ans .EQS. "&-d")
665 $ echo4 "(OK, I will run with -d after this question.)"
667 $ deferred_fastread =1
670 $ IF (ans .EQS. "&-s")
672 $ echo4 "(OK, I will run with -s after this question.)"
674 $ deferred_silent = 1
677 $ if (bool_dflt .nes. "")
679 $ if (ans .eqs. "") then ans = bool_dflt
680 $ ans = f$extract(0,1,f$edit(ans,"collapse,upcase"))
681 $ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
685 $ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
689 $ echo4 "Input not understood please answer 'Yes' or 'No'"
695 $ ans = f$edit(ans,"trim,compress")
696 $ if (ans .eqs. "") then ans = dflt
697 $ if (f$edit(ans,"upcase") .eqs. "NONE") then ans = ""
699 $ if f$type(deferred_silent) .nes. ""
703 $ delete/symbol deferred_silent
705 $ if f$type(deferred_fastread) .nes. ""
708 $ delete/symbol deferred_fastread
714 $!: create .config dir to save info across Configure sessions
715 $ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
717 $ CREATE/DIRECTORY [-.CONFIG]
718 $ OPEN/WRITE CONFIG [-.CONFIG]README.
720 "This directory created by Configure to save information that should"
722 "persist across sessions."
725 "You may safely delete it if you wish."
729 $ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
730 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
731 $ IF (patchlevel_h.NES."")
733 $ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
734 $ IF .NOT. usedevel .AND. usedevel .NES. "define"
736 $ OPEN/READ CONFIG []ver.out
739 $ tmp = F$EDIT(line,"TRIM,COMPRESS")
740 $ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
741 $ line = xpatchlevel / 2
742 $ tmp = xpatchlevel - ( line * 2 )
745 $ echo4 "patchlevel is " + F$STRING(xpatchlevel)
748 *** WHOA THERE!!! ***
750 This is an UNSTABLE DEVELOPMENT release.
751 (The patchlevel, is odd--as opposed to even,
752 and that signifies a development release. If you want a
753 maintenance release, you want an even-numbered release.)
755 Do ***NOT*** install this into production use.
756 Data corruption and crashes are possible.
758 It is most seriously suggested that you do not continue any further
759 unless you want to help in developing and debugging Perl.
763 $ rp="Do you really want to continue? [''bool_dflt'] "
764 $ fastread_save = fastread
767 $ fastread = fastread_save
768 $ delete/symbol fastread_save
771 $ echo4 "Okay, continuing."
774 $ DELETE/NOLOG/NOCONFIRM []ver.out;
781 $ DELETE/NOLOG/NOCONFIRM []ver.out;
783 $!: general instructions
786 $ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
787 $ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
789 $ messages = F$ENVIRONMENT("MESSAGE")
790 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
791 $ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
792 $ IF .NOT.($status.EQ.%X08D78053)
796 $ rp = "Would you like to see the instructions? [''bool_dflt'] "
798 $ if .NOT.ans THEN needman=""
800 $ SET MESSAGE 'messages'
802 $ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
809 This installation shell script will examine your system and ask you questions
810 to determine how the perl5 package should be installed. If you get
811 stuck on a question, you may use a ^C or ^Y shell escape to STOP this
812 process, edit something, then restart this process as you just did.
813 Many of the questions will have default answers in square
814 brackets; typing carriage return will give you the default.
821 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
826 In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
827 the questions and use the computed defaults (or the previous answers provided
828 there was already a config.sh file). Type '@Configure "-h"' for a list of
836 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
841 Much effort has been expended to ensure that this shell script will
842 run on any VMS system. If despite that it blows up on yours, your
843 best bet is to edit Configure.com and @ it again. Whatever problems
844 you have with Configure.com, let me (dan@sidhe.org) know how I blew
848 $!This installation script affects things in two ways:
850 $!1) it may do direct variable substitutions on some of the files included
852 $!2) it builds a config.h file for inclusion in C programs. You may edit
853 $! any of these files as the need arises after running this script.
855 $!If you make a mistake on a question, there is no easy way to back up to it
862 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
864 $ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
866 $ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
870 $ ENDIF !(needman .EQS. "true")
872 $!: see if sh knows # comments !sfn
873 $!: figure out how to guarantee sh startup !sfn
874 $!: find out where common programs are !sfn
875 $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
876 $!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
877 $! echo "I don't know where '$file' is, and my life depends on it."
878 $! echo "Go find a public domain implementation or fix your PATH setting!"
880 $! echo "Don't worry if any of the following aren't found..."
881 $!: determine whether symbolic links are supported !sfn !jem- further down
882 $!: see whether [:lower:] and [:upper:] are supported character classes !sfn
883 $!: set up the translation script tr, must be called with ./tr of course !sfn
885 $!: Try to determine whether config.sh was made on this system
886 $!: Get old answers from old config file if Configure was run on the
887 $!: same system, otherwise use the hints.
888 $ config_sh_es = "''config_sh'/[-]config.sh/"
892 $ config_sh = F$ELEMENT(i,"/",config_sh_es)
894 $ IF (config_sh.NES."/").AND.(config_sh.NES."")
896 $ configshfound = F$SEARCH(config_sh)
897 $ IF (configshfound.NES."") THEN GOTO Config_sh_found
899 $ IF (i.LT.max) THEN GOTO Config_sh_look
900 $ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
901 $ IF (configshfound.EQS."")
903 $ config_sh = "[-]config.sh" ! the fallback default
904 $ GOTO Beyond_config_sh
907 $ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
909 $ IF F$TYPE(config_dflt) .NES. "" THEN bool_dflt = config_dflt
910 $ rp = "Shall I use ''config_sh' for default answers? [''bool_dflt'] "
915 $ echo "Fetching default answers from ''config_sh'..."
917 $! we do our own parsing of the shell-script stuff
918 $! ...and only accept symbols if they're in the | delimited list below
920 $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh|installarchlib|installbin|installman1dir|installman3dir|"
921 $ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
922 $ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
923 $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|uselongdouble|usemultiplicity|usemymalloc|usedebugging_perl|"
924 $ config_symbols4 ="|useperlio|usesecurelog|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
925 $ config_symbols5 ="|buildmake|builder|usethreadupcalls|usekernelthread"
927 $ open/read CONFIG 'config_sh'
929 $ read/end=erd_conf_loop CONFIG line
930 $ line = f$edit(line,"trim")
931 $ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
932 $ sym = f$element(0,"=",line)
933 $ if sym .eqs. "=" then goto rd_conf_loop
937 $ syms = config_symbols'k'
938 $ j = f$locate(dsym, syms)
939 $ if j .lt. f$length(syms) then goto erd_ck_loop
941 $ if k .lt. 6 then goto rd_ck_loop
944 $ val = f$element(1,"=",line)
945 $ val = f$extract(1,f$length(val)-2,val)
946 $ write sys$output "''sym' = ""''val'"""
951 $ delete/symbol config_symbols0
952 $ delete/symbol config_symbols1
953 $ delete/symbol config_symbols2
954 $ delete/symbol config_symbols3
955 $ delete/symbol config_symbols4
956 $ delete/symbol config_symbols5
960 $ if f$type(usedebugging_perl) .nes. ""
962 $ DEBUGGING = usedebugging_perl
963 $ delete/symbol usedebugging_perl
967 $ if f$type(config_dflt) .nes. "" then DELETE/SYMBOL config_dflt
969 $!we actually do not have "hints/" for VMS
973 $!First time through, eh? I have some defaults handy for the following systems:
976 $! echo " ","VMS_VAX"
977 $! echo " ","VMS_AXP"
978 $! echo " ","VMS_IA64"
979 $! : Now look for a hint file osname_osvers, unless one has been
980 $! : specified already.
983 $!You may give one or more space-separated answers, or "none" if appropriate.
984 $!If your OS version has no hints, DO NOT give a wrong version -- say "none".
986 $! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
990 $!: Restore computed paths !sfn
992 $! %Config-I-VMS, a necessary error trap (could be PC running VCL)
994 $ IF (osname .NES. "VMS")
996 $ echo4 "Hmm.. I wonder what ''osname' is (?)"
1000 %Config-E-VMS, ERROR:
1002 Err, you do not appear to be running VMS!
1003 This procedure is intended to Configure the building of Perl for VMS.
1010 $ echo4 "Continuing..."
1012 $ echo4 "ABORTING..."
1013 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
1015 $ EXIT 2 !$STATUS = "%X00000002" (error)
1017 $ ENDIF !(osname .NES./.EQS. "VMS")
1019 $!: who configured the system
1020 $ cf_by = F$EDIT(user,"LOWERCASE")
1021 $ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
1023 $! Peter Prymmer has seen:
1024 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
1025 $! "SYS$TIME_ZONE" = "EDT"
1027 $! Charles Lane recommended:
1028 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
1029 $! "NEWS_TIMEZONE" = "-0500"
1030 $! "ST_TIMEZONE" = "EDT"
1031 $! "JAN_TIME_ZONE" = "EST "
1032 $! "MULTINET_TIMEZONE" = "EST"
1033 $! "DAYLIGHT_SAVINGS" = "1"
1035 $! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
1037 $! "Multinet_Timezone"
1038 $! "TCPware_Timezone"
1041 $! This snippet o' DCL returns a string in default Unix `date` format,
1042 $! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
1044 $ MIN_TZO = -840 !units are minutes here
1047 $ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
1048 $ monn = F$CVTIME(,,"MONTH")
1049 $ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
1050 $ hour = F$CVTIME(,,"HOUR")
1051 $ min = F$CVTIME(,,"MINUTE")
1052 $ sec = F$CVTIME(,,"SECOND")
1053 $ year = F$CVTIME(,,"YEAR")
1055 $ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
1059 $ mon = F$ELEMENT(i,"/",months)
1060 $ IF i.LT.monn THEN GOTO Mon_loop
1063 $ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
1066 $ tzhour = F$INTEGER(systz)/3600
1067 $ tzmins = F$INTEGER(systz)/60
1068 $ tzminrem = tzmins - tzhour*60
1069 $ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1071 $ THEN signothetime = "+"
1072 $ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1073 $ THEN direction = "on GMT/"
1074 $ ELSE direction = "east of "
1076 $ ELSE signothetime = "-"
1077 $ tzhour = -1*tzhour !keeps !UL happy
1078 $ direction = "west of "
1081 $ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1084 $ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1086 $ tzspan = "''tzhour' hours"
1089 $ echo "Your system is ''tzspan' ''direction'UTC in England."
1090 $ rp = "(''systz') Is this UTC Time Zone Offset correct? [''bool_dflt'] "
1096 $ GOTO Beyond_TimeZone
1100 $ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1105 $ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
1106 $ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
1107 $ echo "Eastern Daylight Time (summer) is -4:00 offset."
1109 $ rp = "Enter the Time Zone offset: [''dflt'] "
1111 $ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1112 $ IF ans.EQS."" THEN ans = dflt
1113 $ tzhour = F$ELEMENT(0,":","''ans'") !first
1114 $ IF tzhour.EQS."" THEN tzhour = 0
1115 $ tzhour = F$INTEGER(tzhour)
1116 $ tzminrem = F$ELEMENT(1,":","''ans'") !second
1117 $ IF tzminrem.NES.""
1119 $ tzminrem = F$INTEGER(tzminrem)
1120 $ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1124 $ tzmins = tzhour*60 + tzminrem
1125 $ tzd = F$STRING(tzmins*60)
1128 $ signothetime = "+"
1130 $ tzhour = -1*tzhour !keeps !UL happy
1131 $ signothetime = "-"
1133 $ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1136 $ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1141 $ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1142 $ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1144 $!: determine the architecture name
1145 $! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME")
1146 $! but does have F$GETSYI("HW_MODEL").
1147 $! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS.
1148 $! "VMS_AXP" from here on to allow cross-platform configuration (e.g.
1149 $! configure a VAX build on an Alpha).
1151 $ IF (F$GETSYI("HW_MODEL") .LT. 1024 .AND. F$GETSYI("HW_MODEL") .GT. 0)
1153 $ archname = "VMS_VAX"
1154 $ otherarch = "an Alpha or IA64"
1156 $ arch_type = "ARCH-TYPE=__VAX__"
1158 $ IF (F$GETSYI("ARCH_TYPE") .EQ. 2)
1160 $ archname = "VMS_AXP"
1161 $ otherarch = "a VAX or IA64"
1162 $ arch_type = "ARCH-TYPE=__AXP__"
1164 $ archname = "VMS_IA64"
1165 $ otherarch = "a VAX or Alpha"
1166 $ arch_type = "ARCH-TYPE=__IA64__"
1171 $ rp = "What is your architecture name? [''archname'] "
1175 $ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
1176 $ IF (ans.NES.archname) !.AND.knowitall
1178 $ echo4 "I'll go with ''archname' anyway..."
1182 $ vms_prefix = "perl_root"
1183 $ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
1184 $ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''bool_dflt'] "
1191 $ IF (archname.EQS."VMS_AXP")
1193 $ macros = macros + """AXE=1"","
1195 $ IF (archname.EQS."VMS_IA64")
1197 $ macros = macros + """IXE=1"","
1201 $!: is AFS running? !sfn
1202 $!: decide how portable to be. Allow command line overrides. !sfn
1203 $!: set up shell script to do ~ expansion !sfn
1204 $!: expand filename !sfn
1205 $!: now set up to get a file name !sfn
1207 $ IF F$TYPE(prefix) .EQS. ""
1209 $ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
1210 $ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - "000000." - ".000000" - ".;"
1211 $ prefixbase = prefix - "]"
1212 $! Add _ROOT to make install PERL_ROOT differ from build directory.
1213 $ prefix = prefixbase + "_ROOT.]"
1215 $ ! more redundant scrubbing of values
1216 $ prefix = prefix - "000000."
1217 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
1219 $!: determine root of directory hierarchy where package will be installed.
1224 $ echo "By default, ''package' will be installed in ''dflt', pod"
1225 $ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
1226 $ echo "all installation directories."
1227 $ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
1228 $ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
1230 $ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
1235 $ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
1239 $ perl_root = prefix
1241 $! Check here for pre-existing PERL_ROOT.
1242 $! -> ask if removal desired.
1243 $! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
1244 $! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
1246 $ tmp = perl_root - ".]" + "]"
1247 $ dflt = f$parse(tmp,,,,)
1250 $ echo4 "''tmp' does not yet exist."
1251 $! create/directory 'tmp'
1253 $ echo4 "''tmp' already exists."
1256 $ vms_skip_install = "true"
1259 $ rp = "Skip the remaining """"where install"""" questions? [''bool_dflt'] "
1261 $ IF (.NOT.ans) THEN vms_skip_install = "false"
1262 $ IF (.NOT.vms_skip_install)
1265 $!: set the prefixit variable, to compute a suitable default value
1267 $!: determine where private library files go
1268 $!: Usual default is /usr/local/lib/perl5. Also allow things like
1269 $!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
1275 There are some auxiliary files for perl5 that need to be put into a
1276 private library directory that is accessible by everyone.
1279 $ IF F$TYPE(privlib) .NES. ""
1280 $ THEN dflt = privlib
1281 $ ELSE dflt = "''vms_prefix':[lib]"
1283 $ rp = "Pathname where the private library files will reside? "
1284 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1288 $ ENDIF !%Config-I-VMS, skip remaining "where install" questions
1290 $ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
1291 $ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
1293 $ THEN bool_dflt = "y"
1294 $ ELSE bool_dflt = "n"
1299 $ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
1300 $ echo "symbol to invoke ''package', which is the usual method."
1301 $ echO "If you do not do so then you would need a DCL command verb at the"
1302 $ echo "process or the system wide level."
1304 $ rp = "Invoke perl as a global symbol foreign command? [''bool_dflt'] "
1306 $ IF (.NOT.ans) THEN perl_symbol = "false"
1308 $ IF (.NOT.perl_symbol)
1310 $ IF perl_verb .EQS. "DCLTABLES"
1311 $ THEN bool_dflt = "n"
1312 $ ELSE bool_dflt = "y"
1317 $ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
1318 $ echo "verb in a per-process table or in the system wide DCLTABLES (which"
1319 $ echo "would require write privilege)."
1321 $ rp = "Invoke perl as a per process command verb? [ ''bool_dflt' ] "
1324 $ THEN perl_verb = "DCLTABLES"
1325 $ ELSE perl_verb = "PROCESS"
1327 $ ENDIF ! (.NOT.perl_symbol)
1329 $!: set the base revision
1331 $ revision = baserev - ".0"
1332 $!: get the patchlevel
1334 $ echo4 "Getting the current patchlevel..."
1339 $ api_subversion="0"
1340 $ perl_patchlevel="0"
1341 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1342 $ IF (patchlevel_h.NES."")
1344 $ got_patch = "false"
1346 $ got_api_revision = "false"
1347 $ got_api_version = "false"
1348 $ got_api_subversion = "false"
1349 $ got_perl_patchlevel= "false"
1350 $ OPEN/READONLY CONFIG 'patchlevel_h'
1352 $ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
1353 $ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
1355 $ line = F$EDIT(line,"COMPRESS, TRIM")
1356 $ patchlevel = F$ELEMENT(2," ",line)
1357 $ got_patch = "true"
1359 $ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
1361 $ line = F$EDIT(line,"COMPRESS, TRIM")
1362 $ subversion = F$ELEMENT(2," ",line)
1365 $ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1367 $ line = F$EDIT(line,"COMPRESS, TRIM")
1368 $ api_revision = F$ELEMENT(2," ",line)
1369 $ got_api_revision = "true"
1371 $ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1373 $ line = F$EDIT(line,"COMPRESS, TRIM")
1374 $ api_version = F$ELEMENT(2," ",line)
1375 $ got_api_version = "true"
1377 $ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1379 $ line = F$EDIT(line,"COMPRESS, TRIM")
1380 $ api_subversion = F$ELEMENT(2," ",line)
1381 $ got_api_subversion = "true"
1383 $ IF ((F$LOCATE("""DEVEL",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1385 $ line = F$EDIT(line,"COMPRESS, TRIM")
1386 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1387 $ perl_patchlevel = perl_patchlevel - "DEVEL"
1388 $ got_perl_patchlevel = "true"
1390 $ IF ((F$LOCATE("""SMOKE",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1392 $ line = F$EDIT(line,"COMPRESS, TRIM")
1393 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1394 $ perl_patchlevel = perl_patchlevel - "SMOKE"
1395 $ got_perl_patchlevel = "true"
1397 $ IF ((F$LOCATE("""MAINT",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1399 $ line = F$EDIT(line,"COMPRESS, TRIM")
1400 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1401 $ perl_patchlevel = perl_patchlevel - "MAINT"
1402 $ got_perl_patchlevel = "true"
1404 $ IF (.NOT. got_patch) .OR. -
1405 (.NOT. got_sub) .OR. -
1406 (.NOT. got_api_revision) .OR. -
1407 (.NOT. got_api_version) .OR. -
1408 (.NOT. got_api_subversion) .OR. -
1409 (.NOT. got_perl_patchlevel) -
1410 THEN GOTO Patchlevel_h_loop
1415 $ IF F$SEARCH("[-].patch") .NES. ""
1418 $ OPEN/READ PATCH [-].patch
1421 $ tmp = F$EDIT(line,"TRIM,COMPRESS")
1422 $ IF F$ELEMENT(3, " ", tmp) .NES. "" THEN tmp = F$ELEMENT(3, " ", tmp)
1424 $ IF tmp .NES. "" THEN perl_patchlevel = tmp
1427 $ version_patchlevel_string = "version ''patchlevel' subversion ''subversion'"
1428 $ IF got_perl_patchlevel .AND. perl_patchlevel .NES. "0"
1430 $ version_patchlevel_string = "''version_patchlevel_string' patch ''perl_patchlevel'"
1432 $ echo "(You have ''package' ''version_patchlevel_string'.)"
1434 $ version = revision + "_" + patchlevel + "_" + subversion
1436 $ IF (.NOT.vms_skip_install)
1438 $!: set the prefixup variable, to restore leading tilde escape !sfn
1440 $!: determine where public architecture dependent libraries go
1444 $ echo "''package' contains architecture-dependent library files. If you are"
1450 sharing libraries in a heterogeneous environment, you might store
1451 these files in a separate location. Otherwise, you can just include
1452 them with the rest of the public library files.
1455 $ IF F$TYPE(archlib) .NES. ""
1456 $ THEN dflt = archlib
1457 $ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
1459 $ rp = "Where do you want to put the public architecture-dependent libraries? "
1460 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1464 $ ENDIF !%Config-I-VMS, skip "where install" questions
1466 $! This quotation from Configure has to be included on VMS:
1471 There is, however, a strange, musty smell in the air that reminds me of
1472 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1474 $ IF (.NOT.vms_skip_install)
1476 $!: it so happens the Eunice I know will not run shell scripts in Unix format
1478 $!: see if setuid scripts can be secure !sfn
1479 $!: now see if they want to do setuid emulation !sfn
1481 $!: determine where site specific libraries go.
1487 The installation process will also create a directory for
1488 site-specific extensions and modules. Some users find it convenient
1489 to place all local files in this directory rather than in the main
1490 distribution directory.
1493 $ IF F$TYPE(sitelib) .NES. ""
1494 $ THEN dflt = sitelib
1495 $ ELSE dflt = privlib - "]" + ".SITE_PERL]"
1497 $ rp = "Pathname for the site-specific library files? "
1498 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1502 $!: determine where site specific architecture-dependent libraries go.
1504 $ THEN TYPE SYS$INPUT:
1507 The installation process will also create a directory for
1508 architecture-dependent site-specific extensions and modules.
1511 $ IF F$TYPE(sitearch) .NES. ""
1512 $ THEN dflt = sitearch
1513 $ ELSE dflt = sitelib - "]" + "." + archname + "]"
1515 $ rp = "Pathname for the site-specific architecture-dependent library files? "
1516 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1520 $!: determine where old public architecture dependent libraries might be
1522 $!: determine where public executables go
1523 $ IF F$TYPE(bin) .NES. ""
1525 $! ELSE dflt = prefix - ".]" + ".BIN]"
1526 $ ELSE dflt = "/''vms_prefix'"
1528 $ rp = "Pathname where the public executables will reside? "
1529 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1533 $!: determine where add-on public executables go
1534 $ IF F$TYPE(sitebin) .NES. ""
1535 $ THEN dflt = sitebin
1536 $ ELSE dflt = "''vms_prefix':[bin.''archname']"
1538 $ rp = "Pathname where the add-on public executables should be installed? "
1539 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1543 $!: determine where manual pages are on this system
1544 $!: What suffix to use on installed man pages
1545 $!: see if we can have long filenames
1546 $!: determine where library module manual pages go
1547 $!: What suffix to use on installed man pages
1548 $!: see what memory models we can support
1550 $ ELSE ! skipping "where install" questions, we must set some symbols
1551 $ IF F$TYPE(archlib).EQS."" THEN -
1552 archlib="''vms_prefix':[lib.''archname'.''version']"
1553 $ IF F$TYPE(bin) .EQS. "" THEN -
1554 bin="/''vms_prefix'"
1555 $ IF F$TYPE(privlib) .EQS. "" THEN -
1556 privlib ="''vms_prefix':[lib]"
1557 $ IF F$TYPE(sitearch) .EQS. "" THEN -
1558 sitearch="''vms_prefix':[lib.site_perl.''archname']"
1559 $ IF F$TYPE(sitelib) .EQS. "" THEN -
1560 sitelib ="''vms_prefix':[lib.site_perl]"
1561 $ IF F$TYPE(sitebin) .EQS. "" THEN -
1562 sitebin="''vms_prefix':[bin.''archname']"
1563 $ ENDIF !%Config-I-VMS, skip "where install" questions
1565 $! These derived locations can be set whether we've opted to
1566 $! skip the where install questions or not.
1568 $ IF F$TYPE(archlibexp) .EQS. "" THEN -
1569 archlibexp="''vms_prefix':[lib.''archname'.''version']"
1570 $ IF F$TYPE(binexp) .EQS. "" THEN -
1571 binexp ="''vms_prefix':[000000]"
1572 $ IF F$TYPE(builddir) .EQS. "" THEN -
1573 builddir ="''vms_prefix':[000000]"
1574 $ IF F$TYPE(installarchlib) .EQS. "" THEN -
1575 installarchlib="''vms_prefix':[lib.''archname'.''version']"
1576 $ IF F$TYPE(installbin) .EQS. "" THEN -
1577 installbin ="''vms_prefix':[000000]"
1578 $ IF F$TYPE(installscript) .EQS. "" THEN -
1579 installscript ="''vms_prefix':[utils]"
1580 $ IF F$TYPE(installman1dir) .EQS. "" THEN -
1581 installman1dir ="''vms_prefix':[man.man1]"
1582 $ IF F$TYPE(installman3dir) .EQS. "" THEN -
1583 installman3dir ="''vms_prefix':[man.man3]"
1584 $ IF F$TYPE(installprivlib) .EQS. "" THEN -
1585 installprivlib ="''vms_prefix':[lib]"
1586 $ IF F$TYPE(installsitearch) .EQS. "" THEN -
1587 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
1588 $ IF F$TYPE(installsitelib) .EQS. "" THEN -
1589 installsitelib ="''vms_prefix':[lib.site_perl]"
1590 $ IF F$TYPE(oldarchlib) .EQS. "" THEN -
1591 oldarchlib="''vms_prefix':[lib.''archname']"
1592 $ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
1593 oldarchlibexp="''vms_prefix':[lib.''archname']"
1594 $ IF F$TYPE(privlibexp) .EQS. "" THEN -
1595 privlibexp ="''vms_prefix':[lib]"
1596 $ IF F$TYPE(scriptdir) .EQS. "" THEN -
1597 scriptdir ="''vms_prefix':[utils]"
1598 $ IF F$TYPE(sitearchexp) .EQS. "" THEN -
1599 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
1600 $ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
1601 sitelib_stem ="''vms_prefix':[lib.site_perl]"
1602 $ IF F$TYPE(sitelibexp) .EQS. "" THEN -
1603 sitelibexp ="''vms_prefix':[lib.site_perl]"
1605 $!: see if we need a special compiler
1606 $! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
1610 $ vms_cc_available = ""
1612 $ OPEN/WRITE CONFIG ccvms.c
1613 $ WRITE CONFIG "#ifdef __DECC"
1614 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1615 $ WRITE CONFIG "#endif"
1616 $ WRITE CONFIG "#include <stdio.h>"
1617 $ WRITE CONFIG "int main() {"
1618 $ WRITE CONFIG "#ifdef __DECC"
1619 $ WRITE CONFIG " printf(""/DECC\n"");"
1620 $ WRITE CONFIG "#else"
1621 $ WRITE CONFIG " printf(""/VAXC\n"");"
1622 $ WRITE CONFIG "#endif"
1623 $ WRITE CONFIG " exit(0);"
1628 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
1629 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
1630 $ cc/NoObj/list=ccvms.lis ccvms.c
1633 $ IF (silent) THEN GOSUB Shut_up
1634 $ IF tmp.NE.%X10B90001
1636 $ IF tmp.NE.%X10000001
1638 $ nocc = "t" !%X10000001 is return from gcc
1639 $ GOTO Gcc_initial_check
1644 $ IF .NOT.silent THEN echo ""
1645 $ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1646 $ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1650 $ echo "Will try cc/decc..."
1653 $ DEFINE/USER_MODE SYS$ERROR NL:
1654 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1655 $ cc/decc/NoObj/list=ccvms.lis ccvms.c
1658 $ IF (silent) THEN GOSUB Shut_up
1659 $ IF tmp.NE.%X10B90001
1661 $ echo "Apparently you don't have that one."
1664 $ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1665 $ vms_cc_available = vms_cc_available + "cc/decc "
1668 $ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
1669 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
1671 $ vms_cc_dflt = "/decc"
1672 $ vms_cc_available = vms_cc_available + "cc/decc "
1677 $ echo "Checking for gcc"
1678 $ OPEN/WRITE CONFIG gccvers.lis
1680 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1681 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1682 $ 'gcc_symbol'/noobj/version _nla0:
1685 $ IF (silent) THEN GOSUB Shut_up
1687 $ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1689 $ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
1690 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1691 $ GOTO Cxx_initial_check
1693 $ OPEN/READ CONFIG gccvers.lis
1695 $ READ/END_OF_FILE=GCC_List_End CONFIG line
1696 $ GOTO GCC_List_Read
1700 $ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1701 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1705 $! Do note that [vms]perl source files have a ways to go before they will
1706 $! compile under CXX.
1707 $! In order to test Configure.com with CXX invoke it with "-Dtry_cxx" on
1708 $! the command line.
1710 $ IF F$TYPE(try_cxx) .EQS. "" THEN try_cxx := n
1711 $ IF try_cxx .OR. try_cxx .EQS. "define"
1715 $ echo "Checking for CXX..."
1716 $ OPEN/WRITE CONFIG ccvms.c
1717 $ WRITE CONFIG "#include <iostream>"
1718 $ WRITE CONFIG "int main() {"
1719 $ WRITE CONFIG "#ifdef __DECCXX"
1720 $ WRITE CONFIG " cout << __DECCXX, endl;"
1721 $ WRITE CONFIG "#else"
1722 $ WRITE CONFIG " cout << 0,endl;"
1723 $ WRITE CONFIG "#endif"
1724 $! Todo: add G++ identifier check ??
1725 $ WRITE CONFIG " return(0);"
1729 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1730 $ DEFINE/USER_MODE SYS$ERROR NL:
1734 $! success $status with:
1735 $! DEC C++ V1.1-001 on VMS VAX V5.5-2
1736 $! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1737 $! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1738 $! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1739 $ IF tmp .eq. %X15F60001
1743 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1744 $ DEFINE/USER_MODE SYS$ERROR NL:
1745 $ link/nodebug ccvms.obj
1748 $ ! success $status with:
1749 $ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1750 $ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1751 $ IF tmp .eq. %X10000001
1754 $ vms_cc_available = vms_cc_available + "cxx "
1755 $ echo "CXX and LINK are available."
1757 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1759 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1760 $ DEFINE/USER_MODE SYS$ERROR NL:
1764 $ ! success $status with:
1765 $ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1766 $ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1767 $ IF tmp .eq. %X10000001
1769 $ ld_try = "cxxlink"
1770 $ vms_cc_available = vms_cc_available + "cxx "
1771 $ echo "CXX and CXXLINK are available."
1774 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1778 $ DELETE/NOLOG/NOCONFIRM ccvms.c;
1779 $ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1780 $ CALL Cxx_demangler_cleanup
1782 $ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1785 $ DELETE/NOLOG/NOCONFIRM ccvms.*;
1787 $!: see if we need a special compiler
1789 $ echo "Available compiler(s):"
1790 $ echo "( ''vms_cc_available')"
1793 $ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1797 $ rp = "Use which C compiler? [''dflt'] "
1801 $ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1803 $ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1804 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans))
1809 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1811 $ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1816 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1820 $ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1821 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1823 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1828 $ IF Mcc .EQS. "cc/decc"
1831 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1837 $ IF Mcc .EQS. "cc/decc"
1840 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1842 $ IF Mcc .EQS. "gcc"
1845 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1848 $Decc_Version_check:
1850 $ IF ccname .EQS. "DEC"
1853 $ echo4 "Checking for the Dec C version number..."
1854 $ OPEN/WRITE CONFIG deccvers.c
1855 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1856 $ WRITE CONFIG "#include <stdio.h>"
1857 $ WRITE CONFIG "int main() {"
1858 $ WRITE CONFIG "#ifdef __DECC"
1859 $ WRITE CONFIG "#ifdef __DECC_VER"
1860 $ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1861 $ WRITE CONFIG "#else"
1862 $ WRITE CONFIG " printf(""%i\n"", ""1"");"
1863 $ WRITE CONFIG "#endif"
1864 $ WRITE CONFIG "#endif"
1865 $ WRITE CONFIG " exit(0);"
1869 $ DEFINE/USER_MODE SYS$ERROR NL:
1870 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1873 $ IF (silent) THEN GOSUB Shut_up
1874 $ DEFINE/USER_MODE SYS$ERROR NL:
1875 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1876 $ link/nodebug deccvers.obj
1878 $ IF (silent) THEN GOSUB Shut_up
1879 $ OPEN/WRITE CONFIG deccvers.out
1880 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1881 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1882 $ mcr []deccvers.exe
1886 $ IF (silent) THEN GOSUB Shut_up
1887 $ OPEN/READ CONFIG deccvers.out
1888 $ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1891 $ echo "You are using Dec C ''line'"
1893 $ Dec_C_Version = F$INTEGER(line)
1894 $ IF Dec_C_Version .GE. 60200000 .AND. archname .NES. "VMS_VAX"
1896 $ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1897 $ ccflags = ccflags + "/NOANSI_ALIAS"
1899 $ DELETE/NOLOG/NOCONFIRM deccvers.*;
1903 $ IF ccname .EQS. "GCC"
1905 $ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1906 $ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1907 $ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1908 $ IF gcclib_olb .EQS. ""
1910 $! These objects/libs come w/ gcc 2.7.2 for AXP:
1911 $ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1912 $ IF tmp .NES. "" then gcclib_olb = tmp
1913 $ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1916 $ IF gcclib_olb .EQS. ""
1917 $ THEN gcclib_olb = tmp
1918 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1921 $ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1924 $ IF gcclib_olb .EQS. ""
1925 $ THEN gcclib_olb = tmp
1926 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1929 $ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1932 $ IF gcclib_olb .EQS. ""
1933 $ THEN gcclib_olb = tmp
1934 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1937 $ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1939 $ gcclib_olb = gcclib_olb + "/lib"
1941 $ IF gcclib_olb .NES. "" .AND. -
1942 (vaxcrtl_olb .NES. "" .OR. -
1943 vaxcrtl_exe .NES. "" )
1946 $ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1947 $ OPEN/WRITE CONFIG gccvers.c
1948 $ WRITE CONFIG "#include <stdio.h>"
1949 $ WRITE CONFIG "int main() {"
1950 $ WRITE CONFIG "#ifdef __GNUC__"
1951 $ WRITE CONFIG "#ifdef __VERSION__"
1952 $ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1953 $ WRITE CONFIG "#else"
1954 $ WRITE CONFIG " printf(""%s\n"", ""1"");"
1955 $ WRITE CONFIG "#endif"
1956 $ WRITE CONFIG "#endif"
1957 $ WRITE CONFIG " exit(0);"
1960 $ DEFINE SYS$ERROR _NLA0:
1961 $ DEFINE SYS$OUTPUT _NLA0:
1964 $ DEASSIGN SYS$ERROR _NLA0:
1965 $ DEASSIGN SYS$OUTPUT _NLA0:
1966 $ IF (silent) THEN GOSUB Shut_up
1967 $ DEFINE SYS$ERROR _NLA0:
1968 $ DEFINE SYS$OUTPUT _NLA0:
1969 $ IF vaxcrtl_exe .EQS. ""
1971 $ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1973 $ link/nodebug gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
1976 $ link/nodebug gccvers.obj,'gcclib_olb'
1980 $ OPEN/WRITE CONFIG GCCVERS.OPT
1981 $ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1983 $ link/nodebug gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
1986 $ DEASSIGN SYS$ERROR
1987 $ DEASSIGN SYS$OUTPUT
1988 $ IF (silent) THEN GOSUB Shut_up
1989 $ OPEN/WRITE CONFIG gccvers.out
1990 $ DEFINE SYS$ERROR CONFIG
1991 $ DEFINE SYS$OUTPUT CONFIG
1995 $ DEASSIGN SYS$OUTPUT
1996 $ DEASSIGN SYS$ERROR
1997 $ IF (silent) THEN GOSUB Shut_up
1998 $ OPEN/READ CONFIG gccvers.out
1999 $ READ/END_OF_FILE=Gcc_cleanup CONFIG line
2002 $ DELETE/NOLOG/NOCONFIRM gccvers.*;
2003 $ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
2005 $ echo "You are not using GNU cc."
2008 $ echo "You are using GNU cc ''line'"
2011 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
2017 $ IF ccname .EQS. "CXX"
2019 $ OPEN/WRITE CONFIG cxxvers.c
2020 $ WRITE CONFIG "#include <stdio.h>"
2021 $ WRITE CONFIG "int main() {"
2022 $ WRITE CONFIG "#ifdef __DECCXX_VER"
2023 $ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
2024 $ WRITE CONFIG "#else"
2025 $ WRITE CONFIG " printf(""%i\n"", ""0"");"
2026 $ WRITE CONFIG "#endif"
2027 $ WRITE CONFIG " return(0);"
2031 $ DEFINE/USER_MODE SYS$ERROR NL:
2032 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2036 $ IF (silent) THEN GOSUB Shut_up
2038 $ DEFINE/USER_MODE SYS$ERROR NL:
2039 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2043 $ IF (silent) THEN GOSUB Shut_up
2044 $ OPEN/WRITE CONFIG cxxvers.out
2046 $ DEFINE/USER_MODE SYS$ERROR CONFIG
2047 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
2052 $ IF (silent) THEN GOSUB Shut_up
2053 $ OPEN/READ CONFIG cxxvers.out
2054 $ READ/END_OF_FILE=Cxx_cleanup CONFIG line
2057 $ DELETE/NOLOG/NOCONFIRM cxxvers.*;
2058 $ echo "You are using CXX ''line'"
2061 $ d_cplusplus = "define"
2062 $ CALL Cxx_demangler_cleanup
2064 $ d_cplusplus = "undef"
2067 $Cxx_demangler_cleanup: SUBROUTINE
2069 $! If we do build with CXX these demangler Dbs will be left all over.
2070 $! However, configure.com does try to remove the [.UU] sub directory.
2071 $! Be sure to set default to the correct place before calling this sub.
2074 $ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
2075 $ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
2077 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
2078 $ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
2082 $ ENDSUBROUTINE ! Cxx_demangler_cleanup
2087 $ OPEN/READ CONFIG ccvms.lis
2089 $ IF archname .EQS. "VMS_VAX"
2094 $ IF archname .EQS. "VMS_AXP"
2102 $ line = F$EDIT(line,"TRIM,COMPRESS")
2103 $ line = line - "Page 1" ! occurs at end all compilers
2104 $ line = line - "CCVMS " ! filename appears w/ VAXC
2105 $ line = line - "Source Listing " ! Seen w/ AXP DECC
2106 $ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
2108 $ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
2109 $ DELETE/NOLOG/NOCONFIRM ccvms.lis;
2113 $!: What should the include directory be ? (.TLB text libraries)
2115 $ rp = "Where are the include files you want to use? "
2116 $ IF f$length( rp + "[''dflt'] " ) .GT. 76
2117 $ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
2118 $ ELSE rp = rp + "[''dflt'] "
2123 $!: see if we have to deal with yellow pages, now NIS.
2124 $!: now get the host name
2127 $ echo4 "Figuring out host name..." !>&4
2129 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
2130 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
2131 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
2132 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
2133 $ IF myhostname.eqs."".and. -
2134 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
2135 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
2136 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
2137 $ IF myhostname.eqs."".and. -
2138 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
2139 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
2140 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
2141 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
2142 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
2143 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
2144 $ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
2145 $!: you do not want to know about this
2147 $ rp = "Your host name appears to be """"''myhostname'"""". Right? "
2152 $ READ SYS$COMMAND/PROMPT= -
2153 "Please type the (one word) name of your host: " ans
2156 $!: translate upper to lower if necessary
2157 $ myhostname = F$EDIT(myhostname,"COLLAPSE")
2158 $ mylowhostname = F$EDIT(myhostname," LOWERCASE")
2159 $ IF mylowhostname.NES.myhostname
2161 $ echo "(Normalizing case in your host name)"
2162 $ myhostname = mylowhostname
2165 $ fp = F$LOCATE(".",myhostname)
2166 $ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
2167 $ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
2169 $ rp = "What is your domain name? [''mydomain'] "
2173 $!: translate upper to lower if necessary
2174 $ mydomain = F$EDIT(mydomain,"COLLAPSE")
2175 $ mylowdomain = F$EDIT(mydomain," LOWERCASE")
2176 $ IF mylowdomain.NES.mydomain
2178 $ echo "(Normalizing case in your domain name)"
2179 $ mydomain = mylowdomain
2182 $ myhostname = myhostname - mydomain
2183 $ echo "(Trimming domain name from host name--host name is now ''myhostname')"
2189 I need to get your e-mail address in Internet format if possible, i.e.
2190 something like user@host.domain. Please answer accurately since I have
2191 no easy means to double check it. The default value provided below
2192 is most probably close to the reality but may not be valid from outside
2193 your organization...
2196 $ IF F$TYPE(cf_email) .EQS. ""
2198 $ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
2199 $ rp = "What is your e-mail address? [''dflt'] "
2209 If you or somebody else will be maintaining perl at your site, please
2210 fill in the correct e-mail address here so that they may be contacted
2211 if necessary. Currently, the "perlbug" program included with perl
2212 will send mail to this address in addition to perlbug@perl.com. You may
2213 enter "none" for no administrator.
2216 $ dflt = "''cf_email'"
2217 $ rp = "Perl administrator e-mail address [''dflt'] "
2221 $!: determine where public executable scripts go
2222 $!: determine perl absolute location
2223 $!: figure out how to guarantee perl startup
2225 $!: see how we invoke the C preprocessor
2227 $! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
2228 $!: Set private lib path
2229 $!: Now check and see which directories actually exist, avoiding duplicates
2230 $!: determine optimize, if desired, or use for debug flag also
2231 $!: We will not override a previous value, but we might want to
2232 $!: augment a hint file
2233 $!: the following weeds options from ccflags that are of no interest to cpp
2234 $!: flags used in final linking phase
2235 $!: Try to guess additional flags to pick up local libraries.
2238 $! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
2239 $!: compute shared library extension
2240 $!: Looking for optional libraries
2241 $!: see if nm is to be used to determine whether a symbol is defined or not
2242 $!: get list of predefined functions in a handy place
2243 $!: see if we have sigaction or sigprocmask
2244 $!: see whether socketshr exists
2245 $ IF (F$SEARCH(F$PARSE("SocketShr","Sys$Share:.Exe")).NES."")
2247 $ Has_socketshr = "T"
2249 $ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
2251 $ Has_socketshr = "F"
2253 $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
2255 $ Has_Dec_C_Sockets = "T"
2257 $ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
2259 $ Has_Dec_C_Sockets = "F"
2261 $ ! Hey, we've got both. Default to Dec C, then, since it's better
2262 $ IF Has_socketshr .OR. Has_Dec_C_Sockets
2265 $ echo "You have sockets available. Which socket stack do you want to"
2266 $ echo "build into Perl?"
2267 $ IF Has_Dec_C_Sockets
2271 $ dflt = "SOCKETSHR"
2273 $ rp = "Choose socket stack (NONE"
2274 $ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2275 $ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
2276 $ rp = rp + ") [''dflt'] "
2278 $ Has_Dec_C_Sockets = "F"
2279 $ Has_socketshr = "F"
2280 $ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
2281 $ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
2282 $ IF ans.eqs."socketshr" THEN Has_socketshr = "T"
2286 $! Ask if they want to build with VMS_DEBUG perl
2288 $ echo "Perl can be built to run under the VMS debugger."
2289 $ echo "You should only select this option if you are debugging"
2290 $ echo "perl itself. This can be a useful feature if you are "
2291 $ echo "embedding perl in a program."
2293 $ if f$type(usevmsdebug) .nes. ""
2295 $ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
2297 $ rp = "Build a VMS-DEBUG version of Perl? [''bool_dflt'] "
2299 $ use_vmsdebug_perl = ans
2300 $ IF use_vmsdebug_perl
2302 $ usevmsdebug = "define"
2303 $ macros = macros + """__DEBUG__=1"","
2305 $ usevmsdebug = "undef"
2308 $! Ask if they want to build with DEBUGGING
2310 $ echo "Perl can be built with extra runtime debugging enabled. This"
2311 $ echo "enables the -D switch, at the cost of some performance. It"
2312 $ echo "was mandatory on perl 5.005 and before on VMS, but is now"
2313 $ echo "optional. If you do not generally use it you should probably"
2314 $ echo "leave this off and gain a bit of extra speed."
2316 $ if f$type(DEBUGGING) .nes. ""
2318 $ if f$extract(0,1,f$edit(DEBUGGING,"collapse,upcase")).eqs."Y" .or. DEBUGGING .eqs. "define" then bool_dflt="y"
2320 $ rp = "Build a DEBUGGING version of Perl? [''bool_dflt'] "
2322 $ use_debugging_perl = ans
2324 $! Ask if they want to build with MULTIPLICITY
2326 $ echo "Perl can be built so that multiple Perl interpreters can coexist"
2327 $ echo "within the same Perl executable."
2328 $ echo "There is some performance overhead, however, so you"
2329 $ echo "probably do not want to choose this unless you are going to be"
2330 $ echo "doing things with embedded perl."
2332 $ if f$type(usemultiplicity) .nes. ""
2334 $ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
2336 $ rp = "Build Perl for multiplicity? [''bool_dflt'] "
2340 $ usemultiplicity="define"
2342 $ usemultiplicity="undef"
2345 $! Ask if they want to build with 64-bit support
2346 $ IF (archname.NES."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2349 $ IF F$TYPE(use64bitint) .NES. ""
2351 $ IF use64bitint .OR. use64bitint .eqs. "define" THEN bool_dflt = "y"
2354 $ echo "You have natively 64-bit long integers."
2356 $ echo "Perl can be built to take advantage of 64-bit integer types"
2357 $ echo "on some systems, To do so, Configure can be run with -Duse64bitint."
2358 $ echo "Choosing this option will most probably introduce binary incompatibilities."
2360 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2361 $ rp = "Try to use 64-bit integers, if available? [''bool_dflt'] "
2366 $ IF F$TYPE(use64bitall) .NES. ""
2368 $ IF use64bitall .OR. use64bitall .eqs. "define" THEN bool_dflt = "y"
2371 $ echo "You may also choose to try maximal 64-bitness. It means using as much"
2372 $ echo "64-bitness as possible on the platform. This in turn means even more"
2373 $ echo "binary incompatibilities. On the other hand, your platform may not"
2374 $ echo "have any more 64-bitness available than what you already have chosen."
2376 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2377 $ rp = "Try to use maximal 64-bit support, if available? [''bool_dflt'] "
2380 $ IF use64bitall .AND. .NOT. use64bitint
2383 $ echo "Since you have chosen a maximally 64-bit build, I'm also turning on"
2384 $ echo "the use of 64-bit integers."
2388 $ bool_dflt = use64bitall
2389 $ IF F$TYPE(uselargefiles) .NES. ""
2391 $ IF uselargefiles .OR. uselargefiles .eqs. "define" THEN bool_dflt = "y"
2394 $ echo "Perl can be built to understand large files (files larger than 2 gigabytes)"
2395 $ echo "on some systems. To do so, Configure can be run with -Duselargefiles."
2397 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2398 $ rp = "Try to understand large files, if available? [''bool_dflt'] "
2403 $ IF F$TYPE(uselongdouble) .NES. ""
2405 $ IF uselongdouble .OR. uselongdouble .eqs. "define" THEN bool_dflt = "y"
2408 $ echo "Perl can be built to take advantage of long doubles which"
2409 $ echo "(if available) may give more accuracy and range for floating point numbers."
2411 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2412 $ rp = "Try to use long doubles, if available? [''bool_dflt'] "
2414 $ uselongdouble = ans
2416 $ ENDIF ! not VAX && >= 7.1
2418 $ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
2420 $ usesitecustomize = "define"
2422 $ usesitecustomize = "undef"
2425 $! Ask about threads, if appropriate
2426 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
2429 $ echo "Perl can be built to take advantage of threads on some systems."
2430 $ echo "To do so, configure.com can be run with -""Dusethreads""."
2432 $ echo "Note that Perl built with threading support runs slightly slower"
2433 $ echo "and uses more memory than plain Perl. The current implementation"
2434 $ echo "is believed to be stable, but it is fairly new, and so should be"
2435 $ echo "treated with caution."
2438 $ if f$type(usethreads) .nes. ""
2440 $ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
2442 $! Catch cases where user specified ithreads or 5005threads but
2443 $! forgot -Dusethreads
2444 $ if f$type(useithreads) .nes. ""
2446 $ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
2448 $ if f$type(use5005threads) .nes. ""
2450 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="y"
2452 $ echo "If this doesn't make any sense to you, just accept the default '" + bool_dflt + "'."
2453 $ rp = "Build a threading Perl? [''bool_dflt'] "
2458 $ ! Shall we do the 5.005-type threads, or IThreads?
2459 $ echo "Since release 5.6, Perl has had two different threading implementations,"
2460 $ echo "the newer interpreter-based version (ithreads) with one interpreter per"
2461 $ echo "thread, and the older 5.005 version (5005threads)."
2462 $ echo "The 5005threads version is effectively unmaintained and will probably be"
2463 $ echo "removed in Perl 5.10, so there should be no need to build a Perl using it"
2464 $ echo "unless needed for backwards compatibility with some existing 5.005threads"
2468 $ if f$type(useithreads) .nes. ""
2470 $ if useithreads .eqs. "undef" then bool_dflt="n"
2472 $ if f$type(use5005threads) .nes. ""
2474 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="n"
2476 $ rp = "Use the newer intepreter-based ithreads? [''bool_dflt'] "
2481 $ use_5005_threads="N"
2483 $ use_5005_threads="Y"
2485 $ ! Are they on VMS 7.1 or greater?
2486 $ IF "''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.1"
2489 $ echo "Threaded Perl can be linked to use system upcalls on your system. This feature"
2490 $ echo "allows the thread scheduler to be made aware of system events (such as I/O)"
2491 $ echo "so as to prevent a single thread from blocking all the threads in a program,"
2492 $ echo "even on a single-processor machine."
2494 $ IF f$type(usethreadupcalls) .NES. ""
2496 $ if .not. usethreadupcalls .or. usethreadupcalls .eqs. "undef" then bool_dflt="n"
2498 $ rp = "Enable thread upcalls? [''bool_dflt'] "
2502 $ thread_upcalls = "MTU=MTU=1"
2503 $ usethreadupcalls = "define"
2504 $ ! Are they on alpha or itanium?
2505 $ IF (archname .NES. "VMS_VAX") .AND. ("''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.2")
2508 $ echo "Threaded Perl can be linked to use multiple kernel threads on your system."
2509 $ echo "This feature allows multiple user threads to make use of multiple CPUs on"
2510 $ echo "a multi-processor machine."
2512 $ IF f$type(usekernelthreads) .nes. ""
2514 $ if usekernelthreads .or. usekernelthreads .eqs. "define" then bool_dflt="y"
2516 $ rp = "Enable multiple kernel threads? [''bool_dflt'] "
2520 $ thread_kernel = "MTK=MTK=1"
2521 $ usekernelthreads = "define"
2528 $ IF F$TYPE(usethreadupcalls) .EQS. "" THEN usethreadupcalls = "undef"
2529 $ IF F$TYPE(usekernelthreads) .EQS. "" THEN usekernelthreads = "undef"
2530 $ IF archname .NES. "VMS_VAX"
2534 $ echo "By default, perl (and pretty much everything else on VMS) uses"
2535 $ echo "case-insensitive linker symbols. Which is to say, when the"
2536 $ echo "underlying C code makes a call to a routine called Perl_foo in"
2537 $ echo "the source, the name in the object modules or shareable images"
2538 $ echo "is really PERL_FOO. There are some packages that use an"
2539 $ echo "embedded perl interpreter that instead require case-sensitive"
2540 $ echo "linker symbols."
2542 $ echo "If you have no idea what this means, and do not have"
2543 $ echo "any program requiring anything, choose the default."
2544 $ bool_dflt = be_case_sensitive
2545 $ if f$type(usecasesensitive) .nes. ""
2547 $ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2548 $ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2550 $ rp = "Build with case-sensitive symbols? [''bool_dflt'] "
2552 $ be_case_sensitive = ans
2555 $ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers on"
2556 $ echo "Alpha and Itanium, but if you need G_FLOAT for binary compatibility"
2557 $ echo "with an external library or existing data, you may wish to disable"
2558 $ echo "the IEEE math option."
2559 $ bool_dflt = use_ieee_math
2560 $ if f$type(useieee) .nes. ""
2562 $ if useieee .or. useieee .eqs. "define"
2569 $ rp = "Use IEEE math? [''bool_dflt'] "
2571 $ use_ieee_math = ans
2573 $ be_case_sensitive = "n"
2574 $ use_ieee_math = "n"
2577 $ usecasesensitive = "undef"
2578 $ if (use_ieee_math) then useieee = "define"
2579 $ if (be_case_sensitive) then usecasesensitive = "define"
2580 $! Unlink all versions?
2582 $ echo "By default, Perl's unlink() provides VMS-like behavior and only"
2583 $ echo "deletes the latest version of a file. Enabling this option builds"
2584 $ echo "Perl so that unlink() deletes all versions of a file."
2585 $ bool_dflt = unlink_all_versions
2586 $ if f$type(unlink_all_versions) .nes. ""
2588 $ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2595 $ rp = "Make unlink() delete all versions of a file? [''bool_dflt'] "
2597 $ unlink_all_versions = ans
2598 $ IF unlink_all_versions
2600 $ d_unlink_all_versions = "define"
2602 $ d_unlink_all_versions = "undef"
2607 $ echo "Your compiler may want other flags. For this question you should include"
2608 $ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2609 $ echo "or qualifiers used by the compiler."
2611 $ echo "To use no flags, specify the word ""none""."
2612 $ dflt = user_c_flags
2613 $ rp = "Any additional cc flags? [''dflt'] "
2615 $ IF ans .EQS. "none" THEN ans = ""
2616 $ user_c_flags = "''ans'"
2618 $! Ask whether they want to use secure logical translation when tainting
2620 $ echo "As Perl starts up, it checks several logical names, such as"
2621 $ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2622 $ echo "of its behavior. For additional security, you may limit this"
2623 $ echo "process to executive- and kernel-mode translation when tainting"
2624 $ echo "is enabled. In this case, logical names normally skipped when"
2625 $ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2626 $ echo "If you do not choose to do this, the usual order of access modes"
2627 $ echo "is used for logical name translation."
2629 $ echo "This restriction does not apply to the %ENV hash or to implicit"
2630 $ echo "logical name translation during parsing of file specifications;"
2631 $ echo "these always use the normal sequence of access modes for logical"
2632 $ echo "name translation."
2634 $ if f$type(usesecurelog) .nes. ""
2636 $ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2638 $ rp = "Use secure logical name translation? [''bool_dflt'] "
2640 $ d_secintgenv = ans
2641 $ usesecurelog = "undef"
2642 $ if (d_secintgenv) then usesecurelog = "define"
2644 $! Ask whether they want to default filetypes
2646 $ echo "When you pass the name of a program to Perl on the command line,"
2647 $ echo "it generally doesn't supply any defaults unless the -S command"
2648 $ echo "line switch is specified. In keeping with the VMS tradition of"
2649 $ echo "default file types, however, you can configure Perl to try default"
2650 $ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2651 $ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2652 $ echo "finally foo.com)."
2654 $ echo "This is currently broken in some configurations. Only enable it if"
2655 $ echo "you know what you are doing."
2657 $ if f$type(usedefaulttypes) .nes. ""
2659 $ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2661 $ rp = "Always use default file types? [''bool_dflt'] "
2663 $ d_alwdeftype = ans
2664 $ usedefaulttypes = "undef"
2665 $ if (d_alwdeftype) then usedefaulttypes = "define"
2667 $! determine whether to use malloc wrapping
2670 $ IF F$TYPE(usemallocwrap) .nes. ""
2672 $ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
2674 $ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] "
2677 $ THEN usemallocwrap = "define"
2678 $ ELSE usemallocwrap = "undef"
2681 $! Ask if they want to use perl's memory allocator
2683 $ echo "Perl has a built-in memory allocator that is tuned for normal"
2684 $ echo "memory usage. It is oftentimes better than the standard system"
2685 $ echo "memory allocator. It also has the advantage of providing memory"
2686 $ echo "allocation statistics, if you choose to enable them."
2688 $ IF F$TYPE(usemymalloc) .nes. ""
2690 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2692 $ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''bool_dflt'] "
2697 $ IF use_debugging_perl
2700 $ echo "Perl can keep statistics on memory usage if you choose to use"
2701 $ echo "them. This is useful for debugging, but does have some"
2702 $ echo "performance overhead."
2704 $ rp = "Do you want the debugging memory allocator? [''bool_dflt'] "
2706 $ use_debugmalloc = ans
2708 $ ! Check which memory allocator we want
2710 $ echo "There are currently three different memory allocators: the"
2711 $ echo "default (which is a pretty good general-purpose memory manager),"
2712 $ echo "the TWO_POT allocator (which is optimized to save memory for"
2713 $ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2714 $ echo "memory for smaller allocations). They're all good, but if your"
2715 $ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
2716 $ echo "PACK_MALLOC."
2718 $ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2720 $ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2721 $ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2724 $ known_extensions = ""
2726 $ OPEN/READ CONFIG 'manifestfound'
2728 $ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
2729 $ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
2730 F$EXTRACT(0,5,line) .NES. "dist/".AND. -
2731 F$EXTRACT(0,5,line) .NES. "cpan/" THEN goto ext_loop
2732 $ line = F$EDIT(line,"COMPRESS")
2733 $ line = F$ELEMENT(0," ",line)
2734 $ IF F$EXTRACT(0,4,line) .EQS. "ext/"
2736 $ xxx = F$ELEMENT(1,"/",line)
2737 $ IF F$SEARCH("[-.ext]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2739 $ IF F$EXTRACT(0,5,line) .EQS. "dist/"
2741 $ xxx = F$ELEMENT(1,"/",line)
2742 $ IF F$SEARCH("[-.dist]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2744 $ IF F$EXTRACT(0,5,line) .EQS. "cpan/"
2746 $ xxx = F$ELEMENT(1,"/",line)
2747 $ IF F$SEARCH("[-.cpan]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2749 $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
2751 $! (extspec = xxx) =~ tr!-!/!
2754 $ extension_dir_name = xxx
2755 $ replace_dash_with_slash:
2756 $ before = F$ELEMENT(idx, "-", xxx)
2757 $ IF before .EQS. "-" THEN goto end_replace_dash_with_slash
2758 $ IF extspec .NES. ""
2760 $ extspec = extspec + "/"
2762 $ extspec = extspec + before
2764 $ goto replace_dash_with_slash
2766 $ end_replace_dash_with_slash:
2768 $ xxx = known_extensions
2769 $ gosub may_already_have_extension
2773 $ gosub may_already_have_extension
2775 $ IF $STATUS .NE. 1 THEN goto ext_loop
2776 $ goto found_new_extension
2778 $ may_already_have_extension:
2779 $ idx = F$LOCATE(extspec, xxx)
2780 $ extlen = F$LENGTH(xxx)
2781 $ IF idx .EQ. extlen THEN return 1
2782 $! But "Flirble" may just be part of "Acme-Flirble"
2783 $ IF idx .GT. 0 .AND. F$EXTRACT(idx - 1, 1, xxx) .NES. " "
2785 $ xxx = F$EXTRACT(idx + F$LENGTH(extspec) + 1, extlen, xxx)
2786 $ GOTO may_already_have_extension
2788 $! But "Foo" may just be part of "Foo-Bar" so check for equality.
2789 $ xxx = F$EXTRACT(idx, extlen - idx, xxx)
2790 $ IF F$ELEMENT(0, " ", xxx) .EQS. extspec
2794 $ xxx = F$EXTRACT(F$LENGTH(extspec) + 1, extlen, xxx)
2795 GOTO may_already_have_extension
2798 $ found_new_extension:
2799 $ IF F$SEARCH("[-.ext.''extension_dir_name']*.xs") .EQS. "" .AND. F$SEARCH("[-.dist.''extension_dir_name']*.xs") .EQS. "" .AND. F$SEARCH("[-.cpan.''extension_dir_name']*.xs") .EQS. ""
2801 $ nonxs_ext = nonxs_ext + " ''extspec'"
2803 $ known_extensions = known_extensions + " ''extspec'"
2810 $ DELETE/SYMBOL extspec
2811 $ DELETE/SYMBOL extlen
2812 $ DELETE/SYMBOL extension_dir_name
2813 $ known_extensions = F$EDIT(known_extensions,"TRIM,COMPRESS")
2814 $ dflt = known_extensions
2815 $ IF ccname .NES. "DEC" .AND. ccname .NES. "CXX"
2817 $ dflt = dflt - "POSIX" ! not with VAX C or GCC
2819 $ dflt = dflt - "ByteLoader" ! needs to be ported
2820 $ dflt = dflt - "DB_File" ! needs to be ported
2821 $ dflt = dflt - "GDBM_File" ! needs porting/special library
2822 $ dflt = dflt - "IPC/SysV" ! needs to be ported
2823 $ dflt = dflt - "NDBM_File" ! needs porting/special library
2824 $ dflt = dflt - "ODBM_File" ! needs porting/special library
2825 $ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
2826 $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
2828 $ dflt = dflt - "Socket" ! optional on VMS
2830 $ dflt = dflt - "Win32API/File" - "Win32" ! need Dave Cutler's other project
2831 $ nonxs_ext = nonxs_ext - "Win32CORE"
2832 $ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
2833 $ nonxs_ext = F$EDIT(nonxs_ext,"TRIM,COMPRESS")
2835 $! Ask for their default list of extensions to build
2837 $ echo "It is time to specify which modules you want to build into"
2838 $ echo "perl. Most of these are standard and should be chosen, though"
2839 $ echo "you might, for example, want to build GDBM_File instead of"
2840 $ echo "SDBM_File if you have the GDBM library built on your machine."
2842 $ echo "Which modules do you want to build into perl?"
2845 $ dynamic_ext = F$EDIT(ans,"TRIM,COMPRESS")
2847 $! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2849 $ echo "Checking your ""make"" utilities..."
2850 $! If the 'build' that you use is not here add it and it's test
2851 $! switch to the _END_ of these strings (and increment max_build)
2852 $! (e.g. builders = builders + "/FOOMAKE"
2853 $! probers = probers + " -fooVersionSwitch"
2854 $! ) & please let me know about it.
2855 $ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2856 $ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2859 $ orig_dflt = f$edit(builder,"UPCASE")
2860 $ if orig_dflt .eqs. "" then orig_dflt = "MMK"
2863 $ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2864 $ WRITE CONFIG "dont_make_anything_yet:"
2865 $ WRITE CONFIG F$FAO("!_")
2868 $ messages = F$ENVIRONMENT("MESSAGE")
2870 $ build = F$ELEMENT(n,"/",builders)
2871 $ probe = F$ELEMENT(n,"!",probers)
2872 $ echo "Testing whether you have ''build' on your system..."
2874 $! Noted with GNU Make version 3.60 that the $status and $severity
2875 $! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2876 $! $SEVERITY == "4".
2879 $ ON CONTROL_Y THEN GOTO Reenable_messages_build
2880 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
2882 $ IF ($SEVERITY .EQ. 1) ! not adequate?
2885 $ IF (build .EQS. orig_dflt)
2887 $ default_set = "TRUE"
2890 $ ok_builders = ok_builders + " " + build
2891 $ IF (.NOT. default_set) THEN dflt = build
2895 $Reenable_messages_build:
2896 $ SET MESSAGE 'messages'
2898 $ on control_y then goto clean_up
2900 $ IF (n .LT. max_build) THEN GOTO Build_probe
2903 $ IF (ok_builders .NES. "")
2905 $ echo "Here is the list of builders you can apparently use:"
2906 $ echo "(",ok_builders," )"
2907 $ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
2909 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2910 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2919 %Config-E-VMS, ERROR:
2920 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2921 utility of some sort and after checking my "builders" list I cannot find
2922 the symbol or command you use on your system to compile programs.
2925 $ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
2926 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2927 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2930 $ echo "I do not know where ""make"" is, and my life depends on it."
2931 $ echo "Go find a make program or fix your DCL$PATH setting!"
2932 $ echo "ABORTING..."
2933 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
2935 $ EXIT 2 !$STATUS = "%X00000002" (error)
2941 $ DELETE/NOLOG/NOCONFIRM Makefile.;
2947 There seems to be trouble. I just tried to create a file in
2949 $ echo4 'F$ENVIRONMENT("DEFAULT")'
2952 but was unsuccessful. I am stopping now. Please check that directories'
2953 PROTECTION bits. I will leave you in the directory where you started
2956 $ echo4 "ABORTING..."
2962 $! echo " Very well I will proceed with ""''build'"""
2963 $ make = F$EDIT(build,"UPCASE")
2965 $!: locate the preferred pager for this system
2966 $!pagers = "most|more|less|type/page"
2967 $ IF osvers .GES. "V6.1"
2969 $ dflt = "type/page=save=10"
2971 $ dflt = "type/page"
2973 $! assume that the presence of a most symbol indicates the presence
2975 $ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
2976 $ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
2977 $ rp="What pager is used on your system? [''dflt'] "
2981 $! update makefile here
2982 $! echo4 "Updating makefile..."
2984 $ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
2986 $ makefile = "" !wrt MANIFEST dir
2987 $ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
2988 $ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
2989 $ Makefile_SH = "descrip_mms.template"
2991 $ makefile = " -f Makefile." !wrt MANIFEST dir
2992 $ UUmakefile = "[-]Makefile." !wrt CWD dir
2993 $ DEFmakefile = "Makefile." !wrt DEF dir (?)
2994 $ Makefile_SH = "Makefile.in"
2997 $ IF macros .NES. ""
2999 $ tmp = F$LENGTH(macros)
3000 $ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
3001 $ macros = "/macro=(" + macros + ")"
3003 $! Build up the extra C flags
3007 $ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm"
3009 $ IF (archname.EQS."VMS_IA64")
3011 $ extra_flags = "''extra_flags'" + "/float=g_float"
3014 $ IF be_case_sensitive
3016 $ extra_flags = "''extra_flags'" + "/Names=As_Is"
3018 $ extra_flags = "''extra_flags'" + "''user_c_flags'"
3020 $ min_pgflquota = "100000"
3021 $ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
3022 $ IF pgflquota .LES. min_pgflquota
3024 $ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
3025 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
3028 $ echo4 "Continuing..."
3030 $ echo4 "ABORTING..."
3035 $! PerlIO abstraction
3038 $ IF F$TYPE(useperlio) .NES. ""
3040 $ if f$extract(0,1,f$edit(useperlio,"collapse,upcase")) .eqs. "N" .or. useperlio .eqs. "undef" then bool_dflt = "n"
3044 $ echo "Previous versions of ''package' used the standard IO mechanisms as"
3047 defined in <stdio.h>. Versions 5.003_02 and later of perl allow
3048 alternate IO mechanisms via the PerlIO abstraction layer, but the
3049 stdio mechanism is still available if needed. The abstraction layer
3050 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
3051 Using PerlIO with sfio may cause problems with some extension modules.
3054 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
3056 $ rp = "Use the PerlIO abstraction layer? [''bool_dflt'] "
3060 $ useperlio = "define"
3062 $ echo "Ok, doing things the stdio way."
3063 $ useperlio = "undef"
3067 $ echo4 "Checking the C run-time library."
3069 $! Former SUBCONFIGURE.COM
3071 $! - build a config.sh for VMS Perl.
3072 $! - use built config.sh to take config_h.SH -> config.h
3073 $! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
3074 $! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
3075 $! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
3077 $! Note for folks from other platforms changing things in here:
3079 $! Fancy changes (based on compiler capabilities or VMS version or
3080 $! whatever) are tricky, so go ahead and punt on those.
3082 $! Simple changes, though (say, always setting something to 1, or undef,
3083 $! or something like that) are straightforward. Adding a new constant
3084 $! item for the ultimately created config.sh requires at least one
3085 $! (possibly more) line(s) to this file.
3087 $! Add a line in the format:
3089 $! $ WC "foo='undef'"
3091 $! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
3092 $! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
3093 $! is sorted ASCII and corresponds to the output of config.sh in the
3094 $! Bourne shell version of Configure).
3095 $! Be very careful with quoting, as it can be tricky.
3096 $! For example if instead of a constant string like 'undef' or 'define'
3097 $! you wanted to add something to VMS's config.sh that looks like:
3101 $! then add a line that looks like this before the
3102 $! '##END WRITE NEW CONSTANTS HERE##' tagged line:
3104 $! $ WC "blank_string='" + "'"
3106 $! (+ is the string concatenator and "''var'" has the effect
3107 $! of "${var}" in perl or sh, but "'const'" is not interpolated).
3109 $! Note that unitialized variables, such as a line like:
3111 $! $ WC "new_var='" + new_var + "'"
3113 $! should be avoided unless new_var has a value assigned prior
3114 $! to that line (think of perl's -w warnings).
3116 $! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
3120 $ vms_ver = F$EXTRACT(1,3, osvers)
3121 $ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
3122 $ MCC = f$edit(mcc, "UPCASE")
3123 $ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
3124 $ IF ccname .EQS. "DEC"
3126 $ Checkcc := "''Mcc'/prefix=all"
3128 $ IF ccname .EQS. "CXX"
3132 $ Checkcc := "''Mcc'"
3135 $ ccflags = ccflags + extra_flags
3136 $ IF be_case_sensitive
3138 $ d_vms_be_case_sensitive = "define"
3140 $ d_vms_be_case_sensitive = "undef"
3142 $! Some constant defaults.
3143 $ hwname = f$getsyi("HW_NAME")
3144 $ myname = myhostname
3145 $ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
3150 $! FIXME -- This section does not really handle all the different permutations
3151 $! of 64-bitness, and it does not provide for the /POINTER_SIZE=64 compiler
3152 $! option that would be necessary to support the "explicit 64-bit interfaces"
3153 $! promised by -Dusemorebits.
3155 $ usemorebits = "undef"
3156 $ IF use64bitint .OR. use64bitint .EQS. "define"
3158 $ use64bitint = "define"
3159 $ ivdformat="""Ld"""
3160 $ uvuformat="""Lu"""
3161 $ uvoformat="""Lo"""
3162 $ uvxformat="""Lx"""
3163 $ uvXUformat="""LX"""
3165 $ use64bitint = "undef"
3166 $ ivdformat="""ld"""
3167 $ uvuformat="""lu"""
3168 $ uvoformat="""lo"""
3169 $ uvxformat="""lx"""
3170 $ uvXUformat="""lX"""
3172 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
3174 $ uselongdouble = "define"
3176 $ nveformat="""Le"""
3177 $ nvfformat="""Lf"""
3178 $ nvgformat="""Lg"""
3180 $ uselongdouble = "undef"
3185 $ IF use64bitall .OR. use64bitall .EQS. "define"
3187 $ use64bitall = "define"
3189 $ use64bitall = "undef"
3191 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
3193 $ uselargefiles = "define"
3195 $ uselargefiles = "undef"
3198 $ usemymalloc = "undef"
3199 $ if mymalloc then usemymalloc = "define"
3203 $ IF (sharedperl .AND. archname .EQS. "VMS_AXP")
3211 $ IF (sharedperl .AND. archname .EQS. "VMS_IA64")
3226 $ dlobj="dl_vms''obj_ext'"
3228 $ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3230 $ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3238 $ THEN d_mymalloc="define"
3239 $ ELSE d_mymalloc="undef"
3244 $ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
3245 $ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
3247 $ IF ((use_threads) .AND. (vms_ver .LES. "6.2"))
3249 $ libs="SYS$SHARE:CMA$LIB_SHR.EXE/SHARE SYS$SHARE:CMA$RTL.EXE/SHARE SYS$SHARE:CMA$OPEN_LIB_SHR.exe/SHARE SYS$SHARE:CMA$OPEN_RTL.exe/SHARE"
3253 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
3260 $! perllibs should be libs with all non-core libs (such as gdbm) removed.
3265 $ IF archname .NES. "VMS_VAX"
3267 $ d_PRId64 = "define"
3268 $ d_PRIu64 = "define"
3269 $ d_PRIo64 = "define"
3270 $ d_PRIx64 = "define"
3271 $ d_PRIXU64 = "define"
3272 $ sPRId64 = """Ld"""
3273 $ sPRIXU64 = """LX"""
3274 $ sPRIi64 = """Li"""
3275 $ sPRIo64 = """Lo"""
3276 $ sPRIu64 = """Lu"""
3277 $ sPRIx64 = """Lx"""
3279 $ quadtype = "long long"
3280 $ uquadtype = "unsigned long long"
3283 $ d_frexpl = "define"
3284 $ d_modfl = "define"
3285 $ d_modflproto = "define"
3287 $ d_PRId64 = "undef"
3288 $ d_PRIXU64 = "undef"
3289 $ d_PRIu64 = "undef"
3290 $ d_PRIo64 = "undef"
3291 $ d_PRIx64 = "undef"
3293 $ sPRIXU64 = """lX"""
3299 $ quadtype = "undef"
3300 $ uquadtype = "undef"
3301 $ quadkind = "undef"
3303 $ d_frexpl = "undef"
3305 $ d_modflproto = "undef"
3308 $ IF useieee .OR. useieee .EQS. "define"
3310 $ d_isnan = "define"
3311 $ d_isnanl = "define"
3314 $ d_isnanl = "undef"
3317 $! Now some that we build up
3321 $ IF use_5005_threads
3323 $ arch = "''arch'-thread"
3324 $ archname = "''archname'-thread"
3325 $ d_old_pthread_create_joinable = "undef"
3326 $ old_pthread_create_joinable = " "
3327 $ use5005threads = "define"
3328 $ useithreads = "undef"
3330 $ arch = "''arch'-ithread"
3331 $ archname = "''archname'-ithread"
3332 $ d_old_pthread_create_joinable = "undef"
3333 $ old_pthread_create_joinable = " "
3334 $ use5005threads = "undef"
3335 $ useithreads = "define"
3338 $ d_old_pthread_create_joinable = "undef"
3339 $ old_pthread_create_joinable = " "
3340 $ use5005threads = "undef"
3341 $ useithreads = "undef"
3344 $! Some that we need to invoke the compiler for
3347 $! handy construction aliases/symbols
3349 $ OS := "open/write CONFIG []try.c"
3350 $ WS := "write CONFIG"
3351 $ CS := "close CONFIG"
3352 $ DS := "delete/nolog/noconfirm []try.*;*"
3354 $ good_compile = %X10B90001
3355 $ IF ccname .EQS. "GCC"
3357 $ open/write OPTCHAN []try.opt
3358 $ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3359 $ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3362 $ good_compile = %X10000001
3364 $ IF ccname .EQS. "CXX"
3366 $ good_compile = %X15F60001
3368 $ good_link = %X10000001
3369 $ tmp = "" ! null string default
3371 $ GOTO beyond_compile_ok
3373 $! Check for type sizes
3378 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3379 $ WS "#include <stdlib.h>"
3381 $ WS "#include <stdio.h>"
3384 $ WS "printf(""%d\n"", sizeof(''tmp'));"
3391 $!: locate header file
3395 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3396 $ WS "#include <stdlib.h>"
3398 $ WS "#include <stdio.h>"
3399 $ WS "#include <''tmp'>"
3402 $ WS "printf(""define\n"");"
3409 $!: define an alternate in-header-list? function
3413 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3415 $ echo4 "<''tmp'> found."
3418 $ echo4 "<''tmp'> NOT found."
3423 $!: define an is-in-libc? function
3426 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3428 $ echo4 "''tmp'() found."
3431 $ echo4 "''tmp'() NOT found."
3436 $!: define a shorthand compile call
3440 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3442 $ OPEN/WRITE CONFIG []try.out
3443 $ DEFINE/USER_MODE SYS$ERROR CONFIG
3444 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3447 $ OPEN/READ CONFIG []try.out
3450 $ DELETE/NOLOG/NOCONFIRM []try.out;
3451 $ DELETE/NOLOG/NOCONFIRM []try.exe;
3453 $ tmp = "" ! null string default
3459 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3460 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3464 $ 'ld' try.obj,try.opt/opt
3465 $ link_status = $status
3468 $ link_status = $status
3471 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3474 $!: define a shorthand compile call for compilations that should be ok.
3476 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3477 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3480 $ compile_status = $status
3482 $ DELETE/NOLOG/NOCONFIRM try.c;
3487 $! Check for __STDC__
3490 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3491 $ WS "#include <stdlib.h>"
3493 $ WS "#include <stdio.h>"
3496 $ WS "#ifdef __STDC__"
3497 $ WS "printf(""42\n"");"
3499 $ WS "printf(""1\n"");"
3506 $ IF F$INTEGER(tmp) .eq. 42
3508 $ echo4 "Your C compiler and pre-processor defines the symbol:"
3512 $! Check for double size
3514 $ echo4 "Checking to see how big your double precision numbers are..."
3516 $ GOSUB type_size_check
3518 $ echo "Your double is ''doublesize' bytes long."
3520 $! Check for long double size
3523 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3524 $ WS "#pragma message disable ALL" ! VAX compilers may have distracting informationals
3525 $ WS "#include <stdlib.h>"
3527 $ WS "#include <stdio.h>"
3530 $ WS "printf(""%d\n"", sizeof(long double));"
3534 $ echo4 "Checking to see if you have long double..."
3536 $ IF link_status .NE. good_link
3540 $ echo "You do not have long double."
3542 $ echo "You have long double."
3543 $ echo4 "Checking to see how big your long doubles are..."
3546 $ d_longdbl = "define"
3547 $ echo "Your long doubles are ''longdblsize' bytes long."
3550 $ IF d_longdbl .OR. d_longdbl .EQS. "define"
3552 $ d_PRIEUldbl = "define"
3553 $ d_PRIFUldbl = "define"
3554 $ d_PRIGUldbl = "define"
3555 $ d_PRIeldbl = "define"
3556 $ d_PRIfldbl = "define"
3557 $ d_PRIgldbl = "define"
3558 $ sPRIEUldbl = """LE"""
3559 $ sPRIFUldbl = """LF"""
3560 $ sPRIGUldbl = """LG"""
3561 $ sPRIeldbl = """Le"""
3562 $ sPRIfldbl = """Lf"""
3563 $ sPRIgldbl = """Lg"""
3565 $ d_PRIEUldbl = "undef"
3566 $ d_PRIFUldbl = "undef"
3567 $ d_PRIGUldbl = "undef"
3568 $ d_PRIeldbl = "undef"
3569 $ d_PRIfldbl = "undef"
3570 $ d_PRIgldbl = "undef"
3578 $ d_SCNfldbl = d_PRIfldbl
3579 $ sSCNfldbl = sPRIfldbl ! expect consistency
3581 $!: check for long long
3583 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3584 $ WS "#include <stdlib.h>"
3586 $ WS "#include <stdio.h>"
3589 $ WS "printf(""%d\n"", sizeof(long long));"
3593 $ echo4 "Checking to see if you have long long..."
3595 $ IF link_status .NE. good_link
3598 $ d_longlong="undef"
3599 $ echo "You do not have long long."
3601 $ echo "You have long long."
3602 $ echo4 "Checking to see how big your long longs are..."
3604 $ longlongsize = tmp
3605 $ d_longlong = "define"
3606 $ echo "Your long longs are ''longlongsize' bytes long."
3609 $! Check the prototype for getgid
3611 $ echo "Looking for the type for group ids returned by getgid()."
3613 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3614 $ WS "#include <stdlib.h>"
3616 $ WS "#include <stdio.h>"
3617 $ WS "#include <types.h>"
3625 $ IF compile_status .NE. good_compile
3627 $! Okay, gid_t failed. Must be unsigned int
3628 $ gidtype = "unsigned int"
3629 $ echo4 "assuming ""''gidtype'""."
3632 $ echo4 "gid_t found."
3635 $! Check to see if we've got dev_t
3637 $ echo "Looking for the type for dev."
3639 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3640 $ WS "#include <stdlib.h>"
3642 $ WS "#include <stdio.h>"
3643 $ WS "#include <types.h>"
3651 $ IF compile_status .NE. good_compile
3653 $! Okay, dev_t failed. Must be unsigned int
3654 $ devtype = "unsigned int"
3655 $ echo4 "assuming ""''devtype'""."
3658 $ echo4 "dev_t found."
3661 $! Check to see if we've got unistd.h (which we ought to, but you never know)
3668 $! Check to see if we've got utime.h (which we should use if we have)
3675 $! do we have getppid()?
3677 $ IF i_unistd .EQS. "define"
3680 $ WS "#include <stdio.h>"
3681 $ WS "#include <unistd.h>"
3683 $ WS "printf(""%d\n"",getppid());"
3691 $ d_getppid = "undef"
3694 $!: see if this is a libutil.h system
3700 $! Check to see if we've got shadow.h (probably not, but...)
3706 $! Check to see if we've got socks.h (probably not, but...)
3712 $! Check the prototype for select
3714 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3717 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3718 $ WS "#include <stdlib.h>"
3720 $ WS "#include <stdio.h>"
3721 $ WS "#include <types.h>"
3722 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3725 $ WS "#include <socketshr.h>"
3727 $ WS "#include <time.h>"
3728 $ WS "#include <socket.h>"
3735 $ WS "bar = select(2, foo, foo, foo, NULL);"
3740 $ IF compile_status .NE. good_compile
3742 $! Okay, select failed. Must be an int *
3743 $ selecttype = "int *"
3744 $ echo4 "select() NOT found."
3746 $ selecttype="fd_set *"
3747 $ echo4 "select() found."
3750 $ ! No sockets, so stick in an int * : no select, so pick a harmless default
3751 $ selecttype = "int *"
3754 $! Check to see if fd_set exists
3756 $ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3758 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3759 $ WS "#include <stdlib.h>"
3761 $ WS "#include <stdio.h>"
3762 $ WS "#include <types.h>"
3765 $ WS "#include <socketshr.h>"
3767 $ IF Has_Dec_C_Sockets
3769 $ WS "#include <time.h>"
3770 $ WS "#include <socket.h>"
3780 $ IF compile_status .ne. good_compile
3782 $! Okay, fd_set failed. Must not exist
3783 $ d_fd_set = "undef"
3784 $ echo4 "Hmm, your compiler has some difficulty with fd_set."
3787 $ echo4 "Well, your system knows about the normal fd_set typedef..."
3790 $! Check for inttypes.h
3792 $ tmp = "inttypes.h"
3796 $! Check to see if off64_t exists
3798 $ echo4 "Checking to see if you have off64_t..."
3800 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3801 $ WS "#include <stdlib.h>"
3803 $ WS "#include <stdio.h>"
3804 $ WS "#include <types.h>"
3805 $ WS "#''i_inttypes' IIH"
3807 $ WS "#include <inttypes.h>"
3816 $ IF compile_status .EQ. good_compile
3818 $ d_off64_t="define"
3819 $ echo "You have off64_t."
3821 $ d_off64_t = "undef"
3822 $ echo "You do not have off64_t."
3825 $! Check to see if fpos64_t exists
3827 $ echo4 "Checking to see if you have fpos64_t..."
3829 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3830 $ WS "#include <stdlib.h>"
3832 $ WS "#include <stdio.h>"
3833 $ WS "#include <types.h>"
3834 $ WS "#''i_inttypes' IIH"
3836 $ WS "#include <inttypes.h>"
3840 $ WS "fpos64_t bar;"
3845 $ IF compile_status .EQ. good_compile
3847 $ d_fpos64_t="define"
3848 $ echo "You have fpos64_t."
3850 $ d_fpos64_t = "undef"
3851 $ echo "You do not have fpos64_t."
3854 $! Check to see if int64_t exists
3856 $ echo4 "Checking to see if you have int64_t..."
3858 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3859 $ WS "#include <stdlib.h>"
3861 $ WS "#include <stdio.h>"
3862 $ WS "#include <types.h>"
3863 $ WS "#''i_inttypes' IIH"
3865 $ WS "#include <inttypes.h>"
3874 $ IF compile_status .EQ. good_compile
3876 $ d_int64_t="define"
3877 $ echo "You have int64_t."
3879 $ d_int64_t = "undef"
3880 $ echo "You do not have int64_t."
3883 $! Check to see if fseeko exists
3886 $ WS "#include <stdio.h>"
3889 $ WS "FILE *f=NULL;"
3890 $ WS "fseeko(f,(off_t)0,SEEK_SET);"
3898 $! Check to see if ftello exists
3901 $ WS "#include <stdio.h>"
3904 $ WS "FILE *f=NULL; off_t o=0;"
3913 $!: see if this is a netdb.h system
3914 $ IF Has_Dec_C_Sockets
3921 $! Check for h_errno
3923 $ echo4 "Checking to see if you have h_errno..."
3925 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3926 $ WS "#include <stdlib.h>"
3928 $ WS "#include <stdio.h>"
3929 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3930 $ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
3938 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3941 $ echo "You have h_errno."
3944 $ echo "You do not have h_errno."
3947 $! Check to see if gethostname exists
3949 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3952 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3953 $ WS "#include <stdlib.h>"
3955 $ WS "#include <stdio.h>"
3956 $ WS "#include <types.h>"
3959 $ WS "#include <socketshr.h>"
3961 $ WS "#include <time.h>"
3962 $ WS "#include <socket.h>"
3966 $ WS "char name[100];"
3967 $ WS "int bar, baz;"
3969 $ WS "baz = gethostname(name, bar);"
3974 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3976 $ d_gethname="define"
3977 $ echo4 "gethostname() found."
3979 $ d_gethname="undef"
3982 $ ! No sockets, so no gethname
3983 $ d_gethname = "undef"
3986 $! Check for sys/file.h
3988 $ tmp = "sys/file.h"
3993 $! Check for sys/ioctl.h
3995 $ tmp = "sys/ioctl.h"
3999 $! Check for sys/utsname.h
4001 $ tmp = "sys/utsname.h"
4003 $ i_sysutsname = tmp
4005 $! Check for syslog.h
4017 $! Check for sys/uio.h
4023 $! Check for sys/mode.h
4025 $ tmp = "sys/mode.h"
4031 $ tmp = "sys/poll.h"
4035 $! Check for sys/access.h
4037 $ tmp = "sys/access.h"
4041 $! Check for sys/security.h
4043 $ tmp = "sys/security.h"
4047 $! Check for fcntl.h
4056 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4057 $ WS "#include <stdlib.h>"
4059 $ WS "#include <stdio.h>"
4060 $ WS "#include <fcntl.h>"
4063 $ WS "fcntl(1,2,3);"
4071 $! Check for fcntl locking capability
4073 $ echo4 "Checking if fcntl-based file locking works... "
4075 $ IF d_fcntl .EQS. "define"
4078 $ WS "#include <stdio.h>"
4079 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4080 $ WS "#include <stdlib.h>"
4082 $ WS "#include <fcntl.h>"
4083 $ WS "#include <unistd.h>"
4085 $ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
4086 $ WS " struct flock flock;"
4087 $ WS " int retval, fd;"
4088 $ WS " fd = open(""[-]perl.c"", O_RDONLY);"
4089 $ WS " flock.l_type = F_RDLCK;"
4090 $ WS " flock.l_whence = SEEK_SET;"
4091 $ WS " flock.l_start = flock.l_len = 0;"
4092 $ WS " retval = fcntl(fd, F_SETLK, &flock);"
4094 $ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
4096 $ WS " printf(""undef\n"");"
4101 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4104 $ IF tmp .EQS. "define"
4106 $ echo4 "Yes, it seems to work."
4108 $ echo4 "Nope, it didn't work."
4111 $ echo4 "I'm unable to compile the test program, so I'll assume not."
4115 $ echo4 "Nope, since you don't even have fcntl()."
4117 $ d_fcntl_can_lock = tmp
4122 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4123 $ WS "#include <stdlib.h>"
4125 $ WS "#include <string.h>"
4128 $ WS "char * place;"
4129 $ WS "place = memchr(""foo"", 47, 3);"
4137 $! Check for strtoull
4140 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4141 $ WS "#include <stdlib.h>"
4143 $ WS "#include <string.h>"
4146 $ WS "unsigned __int64 result;"
4147 $ WS "result = strtoull(""123123"", NULL, 10);"
4155 $! Check for strtouq
4158 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4159 $ WS "#include <stdlib.h>"
4161 $ WS "#include <string.h>"
4164 $ WS "unsigned __int64 result;"
4165 $ WS "result = strtouq(""123123"", NULL, 10);"
4173 $! Check for strtoll
4176 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4177 $ WS "#include <stdlib.h>"
4179 $ WS "#include <string.h>"
4182 $ WS "__int64 result;"
4183 $ WS "result = strtoll(""123123"", NULL, 10);"
4194 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4195 $ WS "#include <stdlib.h>"
4197 $ WS "#include <string.h>"
4200 $ WS "__int64 result;"
4201 $ WS "result = strtoq(""123123"", NULL, 10);"
4209 $! Check for strtold
4212 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4213 $ WS "#include <stdlib.h>"
4215 $ WS "#include <string.h>"
4218 $ WS "long double result;"
4219 $ WS "result = strtold(""123123"", NULL, 10);"
4230 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4231 $ WS "#include <stdlib.h>"
4233 $ WS "#include <string.h>"
4236 $ WS " __int64 result;"
4237 $ WS "result = atoll(""123123"");"
4248 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4249 $ WS "#include <stdlib.h>"
4251 $ WS "#include <string.h>"
4255 $ WS "result = atolf(""123123"");"
4266 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4267 $ WS "#include <stdlib.h>"
4269 $ WS "#include <stdio.h>"
4272 $ WS "access(""foo"", F_OK);"
4283 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4284 $ WS "#include <stdlib.h>"
4286 $ WS "#include <stdio.h>"
4287 $ WS "#include <strings.h>"
4290 $ WS "char foo[10];"
4291 $ WS "bzero(foo, 10);"
4302 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4303 $ WS "#include <stdlib.h>"
4305 $ WS "#include <stdio.h>"
4306 $ WS "#include <strings.h>"
4309 $ WS "char foo[10], bar[10];"
4310 $ WS "bcopy(""foo"", bar, 3);"
4318 $! Check for mkstemp
4321 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4322 $ WS "#include <stdlib.h>"
4324 $ WS "#include <stdio.h>"
4327 $ WS "mkstemp(""foo"");"
4335 $! Check for mkstemps
4338 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4339 $ WS "#include <stdlib.h>"
4341 $ WS "#include <stdio.h>"
4344 $ WS "mkstemps(""foo"", 1);"
4352 $! Check for mkdtemp
4355 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4356 $ WS "#include <stdlib.h>"
4358 $ WS "#include <stdio.h>"
4361 $ WS "mkdtemp(""foo"");"
4371 $ if i_poll .eqs. "define"
4374 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4375 $ WS "#include <stdlib.h>"
4377 $ WS "#include <poll.h>"
4380 $ WS "struct pollfd pfd;"
4381 $ WS "int count=poll(&pfd,1,0);"
4392 $! Check for setvbuf
4395 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4396 $ WS "#include <stdlib.h>"
4398 $ WS "#include <stdio.h>"
4402 $ WS "char Buffer[99];"
4403 $ WS "foo = fopen(""foo"", ""r"");"
4404 $ WS "setvbuf(foo, Buffer, 0, 0);"
4412 $! see if sfio.h is available
4413 $! see if sfio library is available
4414 $! Ok, but do we want to use it.
4415 $! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
4416 $! IF val .EQS. "define"
4418 $! IF usesfio .EQS. "define"
4422 $! echo "''package' can use the sfio library, but it is experimental."
4423 $! IF useperlio .EQS. "undef"
4425 $! echo "For sfio also the PerlIO abstraction layer is needed."
4426 $! echo "Earlier you said you would not want that."
4428 $! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
4430 $! IF ans .EQS. "" THEN ans = dflt
4433 $! echo "Ok, turning on both sfio and PerlIO, then."
4434 $! useperlio="define"
4437 $! echo "Ok, avoiding sfio this time. I'll use stdio instead."
4441 $! IF usesfio .EQS. "define"
4443 $! echo4 "Sorry, cannot find sfio on this machine."
4444 $! echo4 "Ignoring your setting of usesfio=''usesfio'."
4452 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4453 $ WS "#include <stdlib.h>"
4455 $ WS "#include <stdio.h>"
4458 $ WS "setenv(""FOO"", ""BAR"", 0);"
4466 $! Check for setproctitle
4469 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4470 $ WS "#include <stdlib.h>"
4472 $ WS "#include <stdio.h>"
4475 $ WS "setproctitle(""%s"", ""FOO"");"
4479 $ tmp = "setproctitle"
4481 $ d_setproctitle = tmp
4483 $! Check for <netinet/in.h>
4485 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4487 $ tmp = "netinet/in.h"
4494 $! Check for <netinet/tcp.h>
4496 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4498 $ tmp = "netinet/tcp.h"
4500 $ i_netinettcp = tmp
4502 $ i_netinettcp="undef"
4505 $! Check for endhostent
4507 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4510 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4511 $ WS "#include <stdlib.h>"
4513 $ WS "#include <stdio.h>"
4515 $ THEN WS "#include <socketshr.h>"
4516 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4520 $ WS "endhostent();"
4524 $ tmp = "endhostent"
4531 $! Check for endnetent
4533 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4536 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4537 $ WS "#include <stdlib.h>"
4539 $ WS "#include <stdio.h>"
4541 $ THEN WS "#include <socketshr.h>"
4542 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4557 $! Check for endprotoent
4559 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4562 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4563 $ WS "#include <stdlib.h>"
4565 $ WS "#include <stdio.h>"
4567 $ THEN WS "#include <socketshr.h>"
4568 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4572 $ WS "endprotoent();"
4576 $ tmp = "endprotoent"
4583 $! Check for endservent
4585 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4588 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4589 $ WS "#include <stdlib.h>"
4591 $ WS "#include <stdio.h>"
4593 $ THEN WS "#include <socketshr.h>"
4594 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4598 $ WS "endservent();"
4602 $ tmp = "endservent"
4609 $! Check for sethostent
4611 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4614 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4615 $ WS "#include <stdlib.h>"
4617 $ WS "#include <stdio.h>"
4619 $ THEN WS "#include <socketshr.h>"
4620 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4624 $ WS "sethostent(1);"
4628 $ tmp = "sethostent"
4635 $! Check for setnetent
4637 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4640 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4641 $ WS "#include <stdlib.h>"
4643 $ WS "#include <stdio.h>"
4645 $ THEN WS "#include <socketshr.h>"
4646 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4650 $ WS "setnetent(1);"
4661 $! Check for setprotoent
4663 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4666 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4667 $ WS "#include <stdlib.h>"
4669 $ WS "#include <stdio.h>"
4671 $ THEN WS "#include <socketshr.h>"
4672 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4676 $ WS "setprotoent(1);"
4680 $ tmp = "setprotoent"
4687 $! Check for setservent
4689 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4692 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4693 $ WS "#include <stdlib.h>"
4695 $ WS "#include <stdio.h>"
4697 $ THEN WS "#include <socketshr.h>"
4698 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4702 $ WS "setservent(1);"
4706 $ tmp = "setservent"
4713 $! Check for gethostent
4715 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4718 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4719 $ WS "#include <stdlib.h>"
4721 $ WS "#include <stdio.h>"
4723 $ THEN WS "#include <socketshr.h>"
4724 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4728 $ WS "gethostent();"
4732 $ tmp = "gethostent"
4739 $! Check for getnetent
4741 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4744 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4745 $ WS "#include <stdlib.h>"
4747 $ WS "#include <stdio.h>"
4749 $ THEN WS "#include <socketshr.h>"
4750 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4765 $! Check for getprotoent
4767 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4770 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4771 $ WS "#include <stdlib.h>"
4773 $ WS "#include <stdio.h>"
4775 $ THEN WS "#include <socketshr.h>"
4776 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4780 $ WS "getprotoent();"
4784 $ tmp = "getprotoent"
4791 $! Check for getservent
4793 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4796 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4797 $ WS "#include <stdlib.h>"
4799 $ WS "#include <stdio.h>"
4801 $ THEN WS "#include <socketshr.h>"
4802 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4806 $ WS "getservent();"
4810 $ tmp = "getservent"
4817 $! Check for nanosleep
4820 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4821 $ WS "#include <stdlib.h>"
4823 $ WS "#include <time.h>"
4826 $ WS "int asleep = nanosleep(NULL,NULL);"
4834 $! Check for socklen_t
4836 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4838 $ echo4 "Checking to see if you have socklen_t..."
4840 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4841 $ WS "#include <stdlib.h>"
4843 $ WS "#include <stdio.h>"
4845 $ THEN WS "#include <socketshr.h>"
4846 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4850 $ WS "socklen_t x = 16;"
4855 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4857 $ d_socklen_t="define"
4858 $ echo "You have socklen_t."
4860 $ d_socklen_t="undef"
4861 $ echo "You do not have socklen_t."
4864 $ d_socklen_t="undef"
4867 $! Check for pthread_yield
4872 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4873 $ WS "#include <stdlib.h>"
4875 $ WS "#include <pthread.h>"
4876 $ WS "#include <stdio.h>"
4879 $ WS "pthread_yield();"
4883 $ tmp = "pthread_yield"
4885 $ d_pthread_yield = tmp
4887 $ d_pthread_yield="undef"
4890 $! Check for sched_yield
4895 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4896 $ WS "#include <stdlib.h>"
4898 $ WS "#include <pthread.h>"
4899 $ WS "#include <stdio.h>"
4902 $ WS "sched_yield();"
4906 $ tmp = "sched_yield"
4908 $ d_sched_yield = tmp
4909 $ IF d_sched_yield .EQS. "define"
4910 $ THEN sched_yield = "sched_yield"
4911 $ ELSE sched_yield = " "
4914 $ d_sched_yield="undef"
4918 $! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.
4919 $! (The actual test is to be written.)
4921 $ d_pthread_attr_setscope="undef"
4923 $! Check for generic pointer size
4925 $ echo4 "Checking to see how big your pointers are..."
4927 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4928 $ WS "#include <stdlib.h>"
4930 $ WS "#include <stdio.h>"
4934 $ WS "foo = sizeof(char *);"
4935 $ WS "printf(""%d\n"", foo);"
4940 $ GOSUB type_size_check
4942 $ echo "Your pointers are ''ptrsize' bytes long."
4944 $! Check for size_t size
4948 $ echo4 "Checking the size of ''zzz'..."
4949 $ GOSUB type_size_check
4951 $ echo "Your ''zzz' size is ''sizesize' bytes."
4953 $! Check for _LARGEFILE capability.
4957 $ WS "#define _LARGEFILE"
4958 $ WS "#include <stdio.h>"
4961 $ WS "printf(""%d\n"", sizeof(off_t));"
4966 $ IF link_status .EQ. good_link
4971 $ echo "Your off_t size is ''off_t_size' bytes when _LARGEFILE is defined."
4972 $ IF off_t_size .ne. 8 .AND. (uselargefiles .OR. uselargefiles .eqs. "define")
4974 $ echo4 "You configured with -Duselargefiles but your CRTL does not support _LARGEFILE."
4975 $ echo4 "I'm disabling large file support."
4976 $ uselargefiles = "undef"
4979 $! Tests for hard link, symbolic links, and 7.3 + CRTL features
4981 $ d_lchown = "undef"
4984 $ d_readlink = "undef"
4985 $ d_symlink = "undef"
4986 $ d_realpath = "undef"
4988 $! Hard link support has been present since 7.3-1 except for the
4989 $! easy to use DCL test to see if hardlinks are enabled on the build
4990 $! disk. That would require more work to test, and I am only testing
4991 $! this on 8.2, so that is why the 8.2 test.
4993 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4995 $ IF f$getdvi("SYS$DISK","HARDLINKS_SUPPORTED")
4997 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links enabled on build disk."
4998 $ echo "I will build with hard link support"
5001 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links disabled on build disk."
5002 $ echo "I will not build with hard link support."
5005 $ echo4 "I can not detect if your CRTL and build disk support hard links."
5006 $ echo4 "I am disabling hard link support."
5009 $ IF uselargefiles .OR. uselargefiles .eqs. "define"
5011 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5013 $ echo4 "Largefile support enabled, so enabling standard stat support too."
5016 "Looking for the realpath() function to indicate symbolic link support..."
5018 $! WS "#include <stdlib.h>"
5019 $ WS "void exit(int foo);"
5020 $ WS "char *realpath(const char *file_name, char * resolved_name, ...);"
5023 $ WS "char result[255];"
5024 $ WS "realpath(""foo"",result);"
5029 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5032 "Found realpath() which indicates symbolic link support is present."
5033 $ d_lchown = "define"
5034 $ d_lstat = "define"
5035 $ d_readlink = "define"
5036 $ d_symlink = "define"
5037 $! d_realpath = "define" ! Perl will not put it in the config.h file?
5038 $! Perl apparently does not use a built in realpath() on other platforms,
5039 $! but there is a severe performance penatly on OpenVMS to use the Perl
5040 $! script that implements a realpath(). The d_symlink symbol is used
5041 $! as a replacement for the d_realpath since they are related and both
5042 $! were activated by the CRTL at the same time.
5045 $ echo4 "Your system does not support symbolic links."
5046 $ echo4 "I am disabling symbolic link support."
5049 $ echo4 "Your system does not support symbolic links."
5050 $ echo4 "I am disabling symbolic link support."
5053 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5055 $ echo4 "-Duselargefiles is required for symbolic link support."
5056 $ echo4 "You did not specify that, so I am disabling symbolic link support."
5061 $! Check for grp.h -- should be 7.3 and later, but test to be sure
5067 $! VMS V7.3-2 powered options
5068 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
5070 $ d_getgrgid_r = "undef"
5071 $ getgrgid_r_proto = "0"
5072 $ d_getgrnam_r = "undef"
5073 $ getgrnam_r_proto = "0"
5074 $ d_getpgid = "undef"
5075 $ d_getpgrp = "undef"
5076 $! N.B. We already have home-grown thread-safe versions of
5077 $! getpwnam and getpwuid -- no need to use CRTL versions
5078 $ d_getpwnam_r = "undef"
5079 $ getpwnam_r_proto = "0"
5080 $ d_getpwuid_r = "undef"
5081 $ getpwuid_r_proto = "0"
5082 $ d_setgrent = "undef"
5083 $ d_ttyname_r = "undef"
5084 $ ttyname_r_proto = "0"
5085 $ d_snprintf = "undef"
5086 $ d_vsnprintf = "undef"
5087 $ if (vms_ver .GES. "7.3-2") .AND. (archname .NES. "VMS_VAX")
5089 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 routines"
5090 $ d_getgrgid_r = "define"
5091 $ getgrgid_r_proto = "1"
5092 $ d_getgrnam_r = "define"
5093 $ getgrnam_r_proto = "1"
5094 $ if d_symlink .or. d_symlink .EQS. "define"
5096 $! FIXME: Need to find how to activate this.
5097 $! d_getpgid = "define"
5098 $! d_getpgrp = "define"
5100 $ d_setgrent = "define"
5101 $ d_ttyname_r = "define"
5102 $ ttyname_r_proto = "1"
5103 $ d_snprintf = "define"
5104 $ d_vsnprintf = "define"
5107 $! VMS V7.3-2 powered options
5108 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
5109 $! Only implementing right now on 8.2 because that is what I am testing
5110 $! These functions may require POSIX UIDs/GIDs to be active, so I am
5111 $! not activating the features at this time, just preparing this file
5112 $! to easily use them in the future.
5114 $ d_seteuid = "undef"
5115 $ d_setpgid = "undef"
5116 $ d_setpgrp = "undef"
5117 $ d_setregid = "undef"
5118 $ d_setreuid = "undef"
5119 $ d_setsid = "undef"
5120 $ ! Disable this section for now.
5121 $!$ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5124 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 UID setting routines"
5125 $ d_seteuid = "define"
5126 $ d_setpgid = "define"
5127 $ d_setpgrp = "define"
5128 $ d_setregid = "define"
5129 $ d_setreuid = "define"
5130 $ d_setsid = "define"
5133 $! VMS V8 powered options
5134 $! We know that it is only available for 8.2 and later on 64 bit platforms.
5136 $ d_fstatvfs = "undef"
5137 $! d_statvfs = "undef"
5138 $ i_sysstatvfs = "undef"
5139 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5141 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with 8.2 routines"
5142 $ d_fstatvfs = "define"
5143 $! d_statvfs = "define"
5144 $ i_sysstatvfs = "define"
5147 $! Check rand48 and its ilk
5149 $ echo4 "Looking for a random number function..."
5151 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5152 $ WS "#include <stdlib.h>"
5154 $ WS "#include <stdio.h>"
5157 $ WS "srand48(12L);"
5162 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5164 $ drand01 = "drand48()"
5166 $ randfunc = "drand48"
5167 $ randseedtype = "long int"
5168 $ seedfunc = "srand48"
5169 $ echo4 "Good, found drand48()."
5170 $ d_drand48proto = "define"
5172 $ d_drand48proto = "undef"
5173 $ drand01="random()"
5175 $ randfunc = "random"
5176 $ randseedtype = "unsigned"
5177 $ seedfunc = "srandom"
5179 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5180 $ WS "#include <stdlib.h>"
5182 $ WS "#include <stdio.h>"
5190 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5192 $ echo4 "OK, found random()."
5194 $ drand01="(((float)rand())*MY_INV_RAND_MAX)"
5196 $ randseedtype = "unsigned"
5197 $ seedfunc = "srand"
5198 $ echo4 "Yick, looks like I have to use rand()."
5201 $! Done with compiler checks. Clean up.
5202 $ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
5203 $ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
5204 $ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
5205 $ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
5206 $ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
5207 $ IF ccname .EQS. "CXX"
5209 $ CALL Cxx_demangler_cleanup
5212 $! Some that are compiler or VMS version sensitive
5215 $ IF ccname .EQS. "GCC"
5217 $ d_attribut="define"
5221 $ d_attribut="undef"
5224 $! Dec C >= 5.2 and VMS ver >= 7.0
5225 $ IF (ccname .EQS. "DEC") .AND. -
5226 (F$INTEGER(Dec_C_Version).GE.50200000) .AND. (vms_ver .GES. "7.0")
5229 $ d_getitimer="define"
5230 $ d_gettimeod="define"
5232 $ d_mprotect="define"
5237 $! d_unsetenv="define" ! Fix me - Activating requires changing VMS code
5238 $ d_unsetenv="undef" ! Change will be needed to allow GNV integration
5239 $ d_clearenv="undef"
5241 $ d_setitimer="define"
5242 $ d_sigaction="define"
5243 $ d_sigprocmask="define"
5244 $ d_truncate="define"
5248 $ sig_name1="ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE"
5249 $ sig_name2=" ALRM TERM USR1 USR2 NUM18 NUM19 CHLD CONT STOP TSTP TTIN TTOU DEBUG"
5250 $ IF (vms_ver .GES. "7.3")
5252 $ sig_name2 = sig_name2 + " NUM27 WINCH"
5254 $!* signal.h defines SIGRTMIN as 33 and SIGRTMAX as 64, but there is no
5255 $!* sigqueue function or other apparent means to do realtime signalling,
5256 $!* so let's not try to include the realtime range for now.
5257 $!* sig_name3=" NUM29 NUM30 NUM31 NUM32 RTMIN NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43"
5258 $!* sig_name4=" NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58"
5259 $!* sig_name5=" NUM59 NUM60 NUM61 NUMT62 NUM63 RTMAX"
5260 $ sig_name = sig_name1 + sig_name2
5263 $ sig_name_init = ""
5266 $ PARSE_SIG_NAME_LOOP:
5268 $ tmp = F$ELEMENT(sig_index, " ", sig_name)
5269 $ IF F$LENGTH(F$EDIT(tmp,"TRIM")) .eq. 0 THEN GOTO END_SIG_NAME_LOOP
5270 $ sig_name_init = sig_name_init + """''tmp'"","
5271 $ sig_num = sig_num + "''sig_index' "
5272 $ sig_num_init = sig_num_init + "''sig_index',"
5273 $ sig_index = sig_index + 1
5274 $ GOTO PARSE_SIG_NAME_LOOP
5276 $ END_SIG_NAME_LOOP:
5278 $ sig_name_init = sig_name_init + "0"
5279 $ sig_num_init = sig_num_init + "0"
5280 $ sig_size = "''sig_index'"
5281 $ sig_index = sig_index - 1
5282 $ sig_count = "''sig_index'"
5284 $ d_pathconf="define"
5285 $ d_fpathconf="define"
5286 $ d_sysconf="define"
5287 $ d_sigsetjmp="define"
5289 $ pidtype="unsigned int"
5291 $ d_getitimer="undef"
5292 $ d_gettimeod="undef"
5294 $ d_mprotect="undef"
5299 $ d_unsetenv="undef"
5300 $ d_clearenv="undef"
5302 $ d_setitimer="undef"
5303 $ d_sigaction="undef"
5304 $ d_sigprocmask="undef"
5305 $ d_truncate="undef"
5308 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"
5309 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5310 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
5311 $ sig_name_init = psnwc1 + psnwc2
5312 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"
5313 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
5316 $ if (vms_ver .GES. "6.2") then sig_count="17"
5317 $ uidtype="unsigned int"
5318 $ d_pathconf="undef"
5319 $ d_fpathconf="undef"
5321 $ d_sigsetjmp="undef"
5323 $!: see if tzname[] exists
5325 $ WS "#include <stdio.h>"
5326 $ WS "#include <time.h>"
5327 $ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
5330 $ IF compile_status .EQ. good_compile
5332 $ d_tzname = "undef"
5333 $ echo4 "tzname[] NOT found."
5335 $ d_tzname = "define"
5336 $ echo4 "tzname[] found."
5338 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
5340 $ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
5342 $ d_phostname="define"
5344 $ d_phostname="undef"
5348 $ IF ccname .EQS. "DEC"
5350 $ d_mbstowcs="define"
5352 $ d_stdiobase="define"
5353 $ d_stdio_cnt_lval="define"
5354 $ d_stdio_ptr_lval="define"
5355 $ d_stdstdio="define"
5356 $ d_faststdio="define"
5357 $ d_wcstombs="define"
5360 $ d_strcoll="define"
5361 $ d_strxfrm="define"
5364 $ i_langinfo="define"
5365 $ d_locconv="define"
5366 $ IF vms_ver .GES. "6.2"
5368 $ d_nl_langinfo="define"
5370 $ d_nl_langinfo="undef"
5372 $ d_setlocale="define"
5373 $ vms_cc_type="decc"
5375 $ d_mbstowcs="undef"
5377 $ d_stdiobase="undef"
5378 $ d_stdio_cnt_lval="undef"
5379 $ d_stdio_ptr_lval="undef"
5380 $ d_stdstdio="undef"
5381 $ d_faststdio="undef"
5382 $ d_wcstombs="undef"
5389 $ i_langinfo="undef"
5391 $ d_nl_langinfo="undef"
5392 $ d_setlocale="undef"
5394 $ d_stdio_ptr_lval_sets_cnt="undef"
5395 $ d_stdio_ptr_lval_nochange_cnt="define"
5396 $ usefaststdio="undef"
5399 $ if Has_Socketshr .OR. Has_Dec_C_Sockets
5401 $ d_vms_do_sockets="define"
5404 $ d_sockpair = "undef"
5405 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5407 $ echo "Found 64 bit OpenVMS 8.2, will build with socketpair support"
5408 $ d_sockpair = "define"
5411 $ netdb_hlen_type="int"
5412 $ netdb_host_type="char *"
5413 $ netdb_name_type="char *"
5414 $ netdb_net_type="long"
5415 $ d_gethbyaddr="define"
5416 $ d_gethbyname="define"
5417 $ d_getnbyaddr="define"
5418 $ d_getnbyname="define"
5419 $ d_getpbynumber="define"
5420 $ d_getpbyname="define"
5421 $ d_getsbyport="define"
5422 $ d_getsbyname="define"
5423 $ d_gethostprotos="define"
5424 $ d_getnetprotos="define"
5425 $ d_getprotoprotos="define"
5426 $ d_getservprotos="define"
5427 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
5429 $ socksizetype="unsigned int"
5431 $ socksizetype="int *"
5434 $ d_vms_do_sockets="undef"
5437 $ d_socketpair = "undef"
5439 $ netdb_hlen_type="int"
5440 $ netdb_host_type="char *"
5441 $ netdb_name_type="char *"
5442 $ netdb_net_type="long"
5443 $ d_gethbyaddr="undef"
5444 $ d_gethbyname="undef"
5445 $ d_getnbyaddr="undef"
5446 $ d_getnbyname="undef"
5447 $ d_getpbynumber="undef"
5448 $ d_getpbyname="undef"
5449 $ d_getsbyport="undef"
5450 $ d_getsbyname="undef"
5451 $ d_gethostprotos="undef"
5452 $ d_getnetprotos="undef"
5453 $ d_getprotoprotos="undef"
5454 $ d_getservprotos="undef"
5455 $ socksizetype="undef"
5460 $ usethreads="define"
5461 $ d_pthreads_created_joinable="define"
5462 $ if (vms_ver .GES. "7.0")
5464 $ d_oldpthreads="undef"
5466 $ d_oldpthreads="define"
5469 $ d_oldpthreads="undef"
5470 $ usethreads="undef"
5471 $ d_pthreads_created_joinable="undef"
5474 $! new (5.005_62++) typedefs for primitives
5476 $ echo "Choosing the C types to be used for Perl's internal types..."
5478 $ uvtype="unsigned long"
5480 $ u8type="unsigned char"
5482 $ u16type="unsigned short"
5484 $ u32type="unsigned int"
5485 $ i64type="long long"
5486 $ u64type="unsigned long long"
5489 $ IF use64bitint .OR. use64bitint .EQS. "define"
5491 $ ivtype = "''i64type'"
5492 $ uvtype = "''u64type'"
5498 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
5500 $ nvtype="long double"
5504 $ GOSUB type_size_check
5506 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
5507 $ IF ivtype .eqs. "long"
5508 $ THEN longsize = tmp
5511 $ GOSUB type_size_check
5516 $ GOSUB type_size_check
5518 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
5521 $ GOSUB type_size_check
5525 $ GOSUB type_size_check
5528 $ tmp = "''i16type'"
5529 $ GOSUB type_size_check
5531 $ IF i16type .eqs. "short"
5532 $ THEN shortsize = tmp
5535 $ gosub type_size_check
5539 $ tmp = "''u16type'"
5540 $ GOSUB type_size_check
5543 $ tmp = "''i32type'"
5544 $ GOSUB type_size_check
5546 $ IF i32type .eqs. "int"
5547 $ THEN intsize = tmp
5550 $ gosub type_size_check
5554 $ tmp = "''u32type'"
5555 $ gosub type_size_check
5559 $ GOSUB type_size_check
5562 $ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
5563 $ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
5564 $ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
5566 $ d_nv_preserves_uv = "undef"
5567 $ echo4 "Checking how many bits of your UVs your NVs can preserve..."
5569 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5570 $ WS "#include <stdlib.h>"
5572 $ WS "#include <stdio.h>"
5574 $ WS " ''uvtype' u = 0;"
5575 $ WS " int n = 8 * ''uvsize';"
5577 $ WS " for (i = 0; i < n; i++) {"
5578 $ WS " u = u << 1 | (''uvtype')1;"
5579 $ WS " if ((''uvtype')(''nvtype')u != u)"
5582 $ WS " printf(""%d\n"", i);"
5587 $ nv_preserves_uv_bits = tmp
5588 $ IF F$INTEGER(nv_preserves_uv_bits) .GE. (F$INTEGER(uvsize) * 8)
5590 $ d_nv_preserves_uv = "define"
5591 $ echo "Your NVs can preserve all ''nv_preserves_uv_bits' bits of your UVs."
5593 $ d_nv_preserves_uv = "undef""
5594 $ echo "Your NVs can preserve only ''nv_preserves_uv_bits' bits of your UVs."
5597 $ nv_overflows_integers_at = "0"
5598 $ echo4 "Checking to find the largest integer value your NVs can hold..."
5600 $ WS "#include <stdio.h>"
5602 $ WS "typedef ''nvtype' NV;"
5606 $ WS " NV value = 2;"
5607 $ WS " int count = 1;"
5609 $ WS " while(count < 256) {"
5610 $ WS " volatile NV up = value + 1.0;"
5611 $ WS " volatile NV negated = -value;"
5612 $ WS " volatile NV down = negated - 1.0;"
5613 $ WS " volatile NV got_up = up - value;"
5614 $ WS " int up_good = got_up == 1.0;"
5615 $ WS " int got_down = down - negated;"
5616 $ WS " int down_good = got_down == -1.0;"
5618 $ WS " if (down_good != up_good) {"
5619 $ WS " fprintf(stderr,"
5620 $ WS " ""Inconsistency - up %d %f; down %d %f; for 2**%d (%.20f)\n"","
5621 $ WS " up_good, (double) got_up, down_good, (double) got_down,"
5622 $ WS " count, (double) value);"
5625 $ WS " if (!up_good) {"
5627 $ WS " if (count > 8) {"
5629 $ WS " fputs(""256.0"", stdout);"
5632 $ WS " fputs(""2.0"", stdout);"
5634 $ WS " if (!count) {"
5638 $ WS " fputs(""*"", stdout);"
5644 $ WS " fprintf(stderr, ""Cannot overflow integer range, even at 2**%d (%.20f)\n"","
5645 $ WS " count, (double) value);"
5650 $ IF F$LENGTH(tmp) .GT. 0
5652 $ IF F$EXTRACT(0,1,tmp) .EQS. "2"
5654 $ echo "The largest integer your NVs can preserve is equal to ''tmp'"
5655 $ nv_overflows_integers_at = tmp
5657 $ echo "Cannot determine the largest integer value your NVs can hold, unexpected output"
5661 $ echo "Cannot determine the largest integer value your NVs can hold"
5664 $! Check for signbit (must already know nvtype)
5666 $ echo4 "Checking to see if you have signbit() available to work on ''nvtype'..."
5668 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5669 $ WS "#include <stdlib.h>"
5671 $ WS "#include <fp.h>"
5672 $ WS "#include <stdio.h>"
5675 $ WS " ''nvtype' x = 0.0;"
5676 $ WS " ''nvtype' y = -0.0;"
5677 $ WS " if ((signbit(x) == 0) && (signbit(y) != 0))"
5678 $ WS " printf(""1\n"");"
5680 $ WS " printf(""0\n"");"
5686 $ d_signbit = "define"
5689 $ d_signbit = "undef"
5693 $ echo4 "Checking if kill() uses SYS$FORCEX or can't be called from a signal handler..."
5694 $ kill_by_sigprc = "undef"
5696 $ WS "#include <stdio.h>"
5697 $ WS "#include <signal.h>"
5698 $ WS "#include <unistd.h>"
5699 $ WS "void handler1(int s) { printf(""%d"",s); kill(getpid(),2); }"
5700 $ WS "void handler2(int s) { printf(""%d"",s); }"
5702 $ WS " printf(""0"");"
5703 $ WS " signal(1,handler1);"
5704 $ WS " signal(2,handler2);"
5705 $ WS " kill(getpid(),1);"
5707 $ WS " printf(""\n"");"
5710 $ ON ERROR THEN CONTINUE
5712 $ IF tmp .NES. "012"
5714 $ echo4 "Yes, it has at least one of those limitations."
5715 $ echo4 "Checking whether we can use SYS$SIGPRC instead..."
5717 $ WS "#include <stdio.h>"
5718 $ WS "#include <lib$routines.h>"
5719 $ WS "unsigned long code = 0;"
5720 $ WS "int handler(unsigned long *args) {"
5721 $ WS " code = args[1];"
5725 $ WS " int iss, sys$sigprc();"
5726 $ WS " lib$establish(handler);"
5727 $ WS " iss = sys$sigprc(0,0,0x1234);"
5728 $ WS " iss = ((iss&1)==1 && code == 0x1234);"
5729 $ WS " printf(""%d\n"",iss);"
5732 $ ON ERROR THEN CONTINUE
5736 $ echo4 "Yep, we can."
5737 $ kill_by_sigprc = "define"
5739 $! Use the same list of signals the CRTL does for recent systems, but cook our own for very old systems.
5740 $! Note that the list controls what signals can be caught by name as well as what can be raised via kill().
5742 $ if vms_ver .LTS. "6.2"
5744 $! since SIGBUS and SIGSEGV indistinguishable, make them the same here.
5745 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT"
5746 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5747 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",0"
5748 $ sig_name_init = psnwc1 + psnwc2
5749 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6"
5750 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,0"
5755 $ echo4 "Nope, we can't."
5758 $ echo4 "Nope, it doesn't."
5762 $! Finally the composite ones. All config
5764 $ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
5766 $ IF ccname .EQS. "DEC"
5768 $ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5770 $ i_dirent = "undef"
5771 $ IF ccname .EQS. "CXX"
5773 $ i_dirent = "define"
5774 $ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5776 $ IF use_vmsdebug_perl
5778 $ optimize="/List/Debug/NoOpt"
5779 $ ldflags="/Debug/Trace/Map"
5782 $ optimize= "/NoList"
5783 $ ldflags="/NoTrace/NoMap"
5787 $! Okay, we've got everything configured. Now go write out a config.sh.
5788 $ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
5789 $ echo4 "Creating ''basename_config_sh'..."
5790 $ open/write CONFIG 'config_sh'
5791 $ WC := write CONFIG
5793 $! ##BEGIN WRITE NEW CONSTANTS HERE##
5797 $ WC "# This file was produced by Configure.COM on a ''osname' system."
5799 $ WC "# Package name : ''package'"
5800 $ WC "# Source directory : ''src'"
5801 $ WC "# Configuration time: " + cf_time
5802 $ WC "# Configuration by : " + cf_by
5803 $ WC "# Target system : " + myuname
5805 $ WC "Makefile_SH='" + Makefile_SH + "'"
5806 $ WC "Mcc='" + Mcc + "'"
5807 $ WC "PERL_REVISION='" + revision + "'"
5808 $ WC "PERL_VERSION='" + patchlevel + "'"
5809 $ WC "PERL_SUBVERSION='" + subversion + "'"
5810 $ WC "PERL_API_REVISION='" + api_revision + "'"
5811 $ WC "PERL_API_VERSION='" + api_version + "'"
5812 $ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
5813 $ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'"
5814 $ WC "perl_patchlevel='" + perl_patchlevel + "'"
5815 $ WC "PERL_CONFIG_SH='true'"
5816 $ WC "_a='" + lib_ext + "'"
5817 $ WC "_exe='" + exe_ext + "'"
5818 $ WC "_o='" + obj_ext + "'"
5819 $ WC "alignbytes='" + alignbytes + "'"
5820 $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
5822 $ WC "archlib='" + archlib + "'"
5823 $ WC "archlibexp='" + archlibexp + "'"
5824 $ WC "archname='" + archname + "'"
5825 $ WC "baserev='" + baserev + "'"
5826 $ WC "bin='" + bin + "'"
5827 $ WC "binexp='" + binexp + "'"
5828 $ WC "builddir='" + builddir + "'"
5829 $ WC "byteorder='1234'"
5830 $ WC "castflags='0'"
5831 $ WC "cc='" + perl_cc + "'"
5832 $ WC "cccdlflags='" + cccdlflags + "'"
5833 $ WC "ccdlflags='" + ccdlflags + "'"
5834 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
5836 $ IF usestdstat .OR. usestdstat .EQS. "define"
5838 $ ccdefines = "_USE_STD_STAT=1"
5840 $ ccdefines = "_LARGEFILE=1"
5845 $ IF ccdefines .NES. ""
5847 $ WC "ccflags='" + ccflags + "/Define=" + ccdefines + "'"
5849 $ WC "ccflags='" + ccflags + "'"
5851 $ WC "ccflags_uselargefiles='" + "'"
5852 $ WC "ccname='" + ccname + "'"
5853 $ WC "ccversion='" + ccversion + "'"
5854 $ WC "cf_by='" + cf_by + "'"
5855 $ WC "cf_email='" + cf_email + "'"
5856 $ WC "cf_time='" + cf_time + "'"
5858 $ WC "config_args='" + config_args + "'"
5859 $ WC "config_sh='" + config_sh + "'"
5860 $ WC "cpp_stuff='" + cpp_stuff + "'"
5861 $ WC "cpplast='" + cpplast + "'"
5862 $ WC "cppminus='" + cppminus + "'"
5863 $ WC "cpprun='" + cpprun + "'"
5864 $ WC "cppstdin='" + cppstdin + "'"
5865 $ IF use64bitint .OR. use64bitint .EQS. "define"
5867 $! gcvt() does not work for > 16 decimal places; fallback to sprintf
5868 $ WC "d_Gconvert='sprintf((b),""%.*" + (nvgformat-"""") + ",(n),(x))'"
5870 $ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
5872 $ WC "d_PRIEldbl='" + d_PRIEUldbl + "'"
5873 $ WC "d_PRIFldbl='" + d_PRIFUldbl + "'"
5874 $ WC "d_PRIGldbl='" + d_PRIGUldbl + "'"
5875 $ WC "d_PRIXU64='" + d_PRIXU64 + "'"
5876 $ WC "d_PRId64='" + d_PRId64 + "'"
5877 $ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
5878 $ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
5879 $ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
5880 $ WC "d_PRIo64='" + d_PRIo64 + "'"
5881 $ WC "d_PRIu64='" + d_PRIu64 + "'"
5882 $ WC "d_PRIx64='" + d_PRIx64 + "'"
5883 $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
5884 $ WC "d__fwalk='undef'"
5885 $ WC "d_access='" + d_access + "'"
5886 $ WC "d_accessx='undef'"
5887 $ WC "d_aintl='undef'"
5888 $ WC "d_alarm='define'"
5889 $ WC "d_archlib='define'"
5890 $ WC "d_asctime64='undef'"
5891 $ WC "d_atolf='" + d_atolf + "'"
5892 $ WC "d_atoll='" + d_atoll + "'"
5893 $ WC "d_attribute_format='" + d_attribut + "'"
5894 $ WC "d_attribute_deprecated='undef'"
5895 $ WC "d_attribute_malloc='undef'"
5896 $ WC "d_attribute_nonnull='undef'"
5897 $ WC "d_attribute_noreturn='undef'"
5898 $ WC "d_attribute_pure='undef'"
5899 $ WC "d_attribute_unused='undef'"
5900 $ WC "d_attribute_warn_unused_result='undef'"
5901 $ WC "d_printf_format_null='undef'"
5902 $ WC "d_bcmp='" + d_bcmp + "'"
5903 $ WC "d_bcopy='" + d_bcopy + "'"
5904 $ WC "d_bincompat3='undef'"
5905 $! WC "d_bsdpgrp='undef'"
5906 $ WC "d_bsdgetpgrp='undef'"
5907 $ WC "d_bsdsetpgrp='undef'"
5908 $ WC "d_builtin_choose_expr='undef'" ! GCC only
5909 $ WC "d_builtin_expect='undef'" ! GCC only
5910 $ WC "d_bzero='" + d_bzero + "'"
5911 $ WC "d_casti32='define'"
5912 $ WC "d_castneg='define'"
5913 $ WC "d_charvspr='undef'"
5914 $ WC "d_chown='define'"
5915 $ WC "d_chroot='undef'"
5916 $ WC "d_chsize='undef'"
5917 $ WC "d_class='undef'"
5918 $ WC "d_cmsghdr_s='undef'"
5919 $ WC "d_const='define'"
5920 $ WC "d_copysignl='define'"
5921 $ WC "d_cplusplus='" + d_cplusplus + "'"
5922 $ WC "d_crypt='define'"
5923 $ WC "d_csh='undef'"
5924 $ WC "d_ctermid='define'"
5925 $ WC "d_ctime64='undef'"
5926 $ WC "d_cuserid='define'"
5927 $ WC "d_c99_variadic_macros='undef'"
5928 $ WC "d_dbl_dig='define'"
5929 $ WC "d_dbminitproto='undef'"
5930 $ WC "d_difftime='define'"
5931 $ WC "d_difftime64='undef'"
5932 $ WC "d_dir_dd_fd='undef'"
5933 $ WC "d_dirfd='undef'"
5934 $ WC "d_dirnamlen='define'"
5935 $ WC "d_dlerror='undef'"
5936 $ WC "d_dlsymun='undef'"
5937 $ WC "d_dosuid='undef'"
5938 $ WC "d_drand48proto='" + d_drand48proto + "'"
5939 $ WC "d_dup2='define'"
5940 $ WC "d_eaccess='undef'"
5941 $ WC "d_endgrent='define'"
5942 $ WC "d_endhent='" + d_endhent + "'"
5943 $ WC "d_endnent='" + d_endnent + "'"
5944 $ WC "d_endpent='" + d_endpent + "'"
5945 $ WC "d_endpwent='define'"
5946 $ WC "d_endsent='" + d_endsent + "'"
5947 $ WC "d_eofnblk='undef'"
5948 $ WC "d_eunice='undef'"
5949 $ WC "d_fchmod='undef'"
5950 $ WC "d_fchdir='undef'"
5951 $ WC "d_fchown='undef'"
5952 $ WC "d_fcntl='" + d_fcntl + "'"
5953 $ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
5954 $ WC "d_fd_set='" + d_fd_set + "'"
5955 $ WC "d_fgetpos='define'"
5956 $ WC "d_finite='undef'"
5957 $ WC "d_finitel='undef'"
5958 $ WC "d_flexfnam='define'"
5959 $ WC "d_flock='undef'"
5960 $ WC "d_flockproto='undef'"
5961 $ WC "d_fork='undef'"
5962 $ WC "d_fp_class='undef'"
5963 $ WC "d_fpathconf='" + d_fpathconf + "'"
5964 $ WC "d_fpclass='undef'"
5965 $ WC "d_fpclassify='undef'"
5966 $ WC "d_fpclassl='undef'"
5967 $ WC "d_fpos64_t='" + d_fpos64_t + "'"
5968 $ WC "d_frexpl='" + d_frexpl + "'"
5969 $ WC "d_fs_data_s='undef'"
5970 $ WC "d_fseeko='" + d_fseeko + "'"
5971 $ WC "d_fsetpos='define'"
5972 $ WC "d_fstatfs='undef'"
5973 $ WC "d_fstatvfs='" + d_fstatvfs + "'"
5974 $ WC "d_fsync='undef'"
5975 $ WC "d_ftello='" + d_ftello + "'"
5976 $ WC "d_futimes='undef'"
5977 $ WC "d_gdbmndbm_h_uses_prototypes='undef'"
5978 $ WC "d_gdbm_ndbm_h_uses_prototypes='undef'"
5979 $ WC "d_getaddrinfo='undef'"
5980 $ WC "d_getcwd='define'"
5981 $ WC "d_getespwnam='undef'"
5982 $ WC "d_getfsstat='undef'"
5983 $ WC "d_getgrent='define'"
5984 $ WC "d_getgrps='undef'"
5985 $ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
5986 $ WC "d_gethbyname='" + d_gethbyname + "'"
5987 $ WC "d_gethent='" + d_gethent + "'"
5988 $ WC "d_gethname='" + d_gethname + "'"
5989 $ WC "d_gethostprotos='" + d_gethostprotos + "'"
5990 $ WC "d_getitimer='" + d_getitimer + "'"
5991 $ WC "d_getlogin='define'"
5992 $ WC "d_getmnt='undef'"
5993 $ WC "d_getmntent='undef'"
5994 $ WC "d_getnameinfo='undef'"
5995 $ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
5996 $ WC "d_getnbyname='" + d_getnbyname + "'"
5997 $ WC "d_getnent='" + d_getnent + "'"
5998 $ WC "d_getnetprotos='" + d_getnetprotos + "'"
5999 $ WC "d_getpagsz='undef'"
6000 $ WC "d_getpbyname='" + d_getpbyname + "'"
6001 $ WC "d_getpbynumber='" + d_getpbynumber + "'"
6002 $ WC "d_getpent='" + d_getpent + "'"
6003 $ WC "d_getpgid='" + d_getpgid + "'"
6004 $ WC "d_getpgrp2='undef'"
6005 $ WC "d_getpgrp='" + d_getpgrp + "'"
6006 $ WC "d_getppid='" + d_getppid + "'"
6007 $ WC "d_getprior='undef'"
6008 $ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
6009 $ WC "d_getprpwnam='undef'"
6010 $ WC "d_getpwent='define'"
6011 $ WC "d_getsbyname='" + d_getsbyname + "'"
6012 $ WC "d_getsbyport='" + d_getsbyport + "'"
6013 $ WC "d_getsent='" + d_getsent + "'"
6014 $ WC "d_getservprotos='" + d_getservprotos + "'"
6015 $ WC "d_getspnam='undef'"
6016 $ WC "d_gettimeod='" + d_gettimeod + "'"
6017 $ WC "d_gmtime64='undef'"
6018 $ WC "d_gnulibc='undef'"
6019 $ WC "d_grpasswd='undef'"
6020 $ WC "d_hasmntopt='undef'"
6021 $ WC "d_htonl='" + d_htonl + "'"
6022 $ WC "d_ilogbl='undef'"
6023 $ WC "d_inc_version_list='undef'"
6024 $ WC "d_index='" + d_index + "'"
6025 $ WC "d_inetaton='undef'"
6026 $ WC "d_inetntop='undef'"
6027 $ WC "d_inetpton='undef'"
6028 $ WC "d_int64_t='" + d_int64_t + "'"
6029 $ WC "d_isascii='define'"
6030 $ WC "d_isfinite='undef'"
6031 $ WC "d_isinf='undef'"
6032 $ WC "d_isnan='" + d_isnan + "'"
6033 $ WC "d_isnanl='" + d_isnanl + "'"
6034 $ WC "d_killpg='undef'"
6035 $ WC "d_lchown='" + d_lchown + "'"
6036 $ WC "d_ldbl_dig='define'"
6037 $ WC "d_libm_lib_version='undef'"
6038 $ WC "d_link='" + d_link + "'"
6039 $ WC "d_llseek='undef'"
6040 $ WC "d_localtime64='undef'"
6041 $ WC "d_locconv='" + d_locconv + "'"
6042 $ WC "d_lockf='undef'"
6043 $ WC "d_longdbl='" + d_longdbl + "'"
6044 $ WC "d_longlong='" + d_longlong + "'"
6045 $ WC "d_lseekproto='define'"
6046 $ WC "d_lstat='" + d_lstat + "'"
6047 $ WC "d_madvise='undef'"
6048 $ WC "d_malloc_size='undef'"
6049 $ WC "d_malloc_good_size='undef'"
6050 $ WC "d_mblen='" + d_mblen + "'"
6051 $ WC "d_mbstowcs='" + d_mbstowcs + "'"
6052 $ WC "d_mbtowc='" + d_mbtowc + "'"
6053 $ WC "d_memchr='" + d_memchr + "'"
6054 $ WC "d_memcmp='define'"
6055 $ WC "d_memcpy='define'"
6056 $ WC "d_memmove='define'"
6057 $ WC "d_memset='define'"
6058 $ WC "d_mkdir='define'"
6059 $ WC "d_mkdtemp='" + d_mkdtemp + "'"
6060 $ WC "d_mkfifo='undef'"
6061 $ WC "d_mknod='undef'"
6062 $ WC "d_mkstemp='" + d_mkstemp + "'"
6063 $ WC "d_mkstemps='" + d_mkstemps + "'"
6064 $ WC "d_mktime='" + d_mktime + "'"
6065 $ WC "d_mktime64='undef'"
6066 $ WC "d_mmap='" + d_mmap + "'"
6067 $ WC "d_modfl='" + d_modfl + "'"
6068 $ WC "d_modflproto='" + d_modflproto + "'"
6069 $ WC "d_modfl_pow32_bug='undef'"
6070 $ WC "d_mprotect='" + d_mprotect + "'"
6071 $ WC "d_msg='undef'"
6072 $ WC "d_msg_ctrunc='undef'"
6073 $ WC "d_msg_dontroute='undef'"
6074 $ WC "d_msg_oob='undef'"
6075 $ WC "d_msg_peek='undef'"
6076 $ WC "d_msg_proxy='undef'"
6077 $ WC "d_msghdr_s='undef'"
6078 $ WC "d_msync='" + d_msync + "'"
6079 $ WC "d_munmap='" + d_munmap + "'"
6080 $ WC "d_mymalloc='" + d_mymalloc + "'"
6081 $ WC "d_nanosleep='" + d_nanosleep + "'"
6082 $ WC "d_ndbm_h_uses_prototypes='undef'"
6083 $ WC "d_nice='define'"
6084 $ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
6085 $ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
6086 $ WC "nv_overflows_integers_at='" + nv_overflows_integers_at + "'"
6087 $ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
6088 $ WC "d_nv_zero_is_allbits_zero='define'"
6089 $ WC "d_off64_t='" + d_off64_t + "'"
6090 $ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
6091 $ WC "d_oldarchlib='define'"
6092 $ WC "d_oldpthreads='" + d_oldpthreads + "'"
6093 $ WC "d_open3='define'"
6094 $ WC "d_pathconf='" + d_pathconf + "'"
6095 $ WC "d_pause='define'"
6096 $ WC "d_perl_otherlibdirs='undef'"
6097 $ WC "d_phostname='" + d_phostname + "'"
6098 $ WC "d_pipe='define'"
6099 $ WC "d_poll='" + d_poll + "'"
6100 $ WC "d_procselfexe='undef'"
6101 $ WC "d_pseudofork='undef'"
6102 $ WC "d_pthread_atfork='undef'"
6103 $ WC "d_pthread_attr_setscope='" + d_pthread_attr_setscope + "'"
6104 $ WC "d_pthread_yield='" + d_pthread_yield + "'"
6105 $ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
6106 $ WC "d_pwage='undef'"
6107 $ WC "d_pwchange='undef'"
6108 $ WC "d_pwclass='undef'"
6109 $ WC "d_pwcomment='define'"
6110 $ WC "d_pwexpire='undef'"
6111 $ WC "d_pwgecos='define'"
6112 $ WC "d_pwpasswd='define'"
6113 $ WC "d_pwquota='undef'"
6114 $ WC "d_qgcvt='undef'"
6115 $ WC "d_quad='" + d_quad + "'"
6116 $ WC "d_readdir='define'"
6117 $ WC "d_readlink='" + d_readlink + "'"
6118 $ WC "d_readv='undef'"
6119 $ WC "d_realpath='" + d_realpath + "'"
6120 $ WC "d_recvmsg='undef'"
6121 $ WC "d_rename='define'"
6122 $ WC "d_rewinddir='define'"
6123 $ WC "d_rmdir='define'"
6124 $ WC "d_safebcpy='undef'"
6125 $ WC "d_safemcpy='define'"
6126 $ WC "d_sanemcmp='define'"
6127 $ WC "d_sbrkproto='define'"
6128 $ WC "d_scalbnl='undef'"
6129 $ WC "d_sched_yield='" + d_sched_yield + "'"
6130 $ WC "d_scm_rights='undef'"
6131 $ WC "d_seekdir='define'"
6132 $ WC "d_select='" + d_select + "'"
6133 $ WC "d_sem='undef'"
6134 $ WC "d_semctl_semid_ds='undef'"
6135 $ WC "d_semctl_semun='undef'"
6136 $ WC "d_sendmsg='undef'"
6137 $ WC "d_setegid='undef'"
6138 $ WC "d_setenv='" + d_setenv + "'"
6139 $ WC "d_seteuid='" + d_seteuid + "'"
6140 $ WC "d_setgrent='" + d_setgrent + "'"
6141 $ WC "d_setgrps='undef'"
6142 $ WC "d_sethent='" + d_sethent + "'"
6143 $ WC "d_setitimer='" + d_setitimer + "'"
6144 $ WC "d_setlinebuf='undef'"
6145 $ WC "d_setlocale='" + d_setlocale + "'"
6146 $ WC "d_setnent='" + d_setnent + "'"
6147 $ WC "d_setpent='" + d_setpent + "'"
6148 $ WC "d_setpgid='" + d_setpgid + "'"
6149 $ WC "d_setpgrp2='undef'"
6150 $ WC "d_setpgrp='" + d_setpgrp + "'"
6151 $ WC "d_setprior='undef'"
6152 $ WC "d_setproctitle='" + d_setproctitle + "'"
6153 $ WC "d_setpwent='define'"
6154 $ WC "d_setregid='" + d_setregid + "'"
6155 $ WC "d_setresgid='undef'"
6156 $ WC "d_setresuid='undef'"
6157 $ WC "d_setreuid='" + d_setreuid + "'"
6158 $ WC "d_setrgid='undef'"
6159 $ WC "d_setruid='undef'"
6160 $ WC "d_setsent='" + d_setsent + "'"
6161 $ WC "d_setsid='" + d_setsid + "'"
6162 $ WC "d_setvbuf='" + d_setvbuf + "'"
6163 $ WC "d_sfio='undef'"
6164 $ WC "d_shm='undef'"
6165 $ WC "d_shmatprototype='undef'"
6166 $ WC "d_sigaction='" + d_sigaction + "'"
6167 $ WC "d_signbit='" + d_signbit + "'"
6168 $ WC "d_sigprocmask='" + d_sigprocmask + "'"
6169 $ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
6170 $ WC "d_sitearch='define'"
6171 $ WC "d_sockatmark='undef'"
6172 $ WC "d_sockatmarkproto='undef'"
6173 $ WC "d_socket='" + d_socket + "'"
6174 $ WC "d_socklen_t='" + d_socklen_t + "'"
6175 $ WC "d_sockpair='" + d_sockpair + "'"
6176 $ WC "d_socks5_init='undef'"
6177 $ WC "d_sprintf_returns_strlen='define'"
6178 $ WC "d_sqrtl='define'"
6179 $ WC "d_sresgproto='undef'"
6180 $ WC "d_sresgproto='undef'"
6181 $ WC "d_sresproto='undef'"
6182 $ WC "d_sresuproto='undef'"
6183 $ WC "d_statblks='undef'"
6184 $ WC "d_statfs_f_flags='undef'"
6185 $ WC "d_statfs_s='undef'"
6186 $ WC "d_statfsflags='undef'"
6187 $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
6188 $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
6189 $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
6190 $ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
6191 $ WC "d_stdio_stream_array='undef'"
6192 $ WC "d_stdiobase='" + d_stdiobase + "'"
6193 $ WC "d_stdstdio='" + d_stdstdio + "'"
6194 $ WC "d_faststdio='" + d_faststdio + "'"
6195 $ WC "d_strchr='define'"
6196 $ WC "d_strcoll='" + d_strcoll + "'"
6197 $ WC "d_strctcpy='define'"
6198 $ WC "d_strerrm='strerror((e),vaxc$errno)'"
6199 $ WC "d_strerror='define'"
6200 $ WC "d_strftime='define'"
6201 $ WC "d_strlcat='undef'"
6202 $ WC "d_strlcpy='undef'"
6203 $ WC "d_strtod='define'"
6204 $ WC "d_strtol='define'"
6205 $ WC "d_strtold='" + d_strtold + "'"
6206 $ WC "d_strtoll='" + d_strtoll + "'"
6207 $ WC "d_strtoq='" + d_strtoq + "'"
6208 $ WC "d_strtoul='define'"
6209 $ WC "d_strtoull='" + d_strtoull + "'"
6210 $ WC "d_strtouq='" + d_strtouq + "'"
6211 $ WC "d_strxfrm='" + d_strxfrm + "'"
6212 $ WC "d_suidsafe='undef'"
6213 $ WC "d_symlink='" + d_symlink + "'"
6214 $ WC "d_syscall='undef'"
6215 $ WC "d_syscallproto='undef'"
6216 $ WC "d_sysconf='" + d_sysconf + "'"
6217 $ WC "d_syserrlst='undef'"
6218 $ WC "d_system='define'"
6219 $ WC "d_tcgetpgrp='undef'"
6220 $ WC "d_tcsetpgrp='undef'"
6221 $ WC "d_telldir='define'"
6222 $ WC "d_telldirproto='define'"
6223 $ WC "d_time='define'"
6224 $ WC "d_timegm='undef'"
6225 $ WC "d_times='define'"
6226 $ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.0")
6228 $ WC "d_tm_tm_gmtoff='define'"
6229 $ WC "d_tm_tm_zone='define'"
6231 $ WC "d_tm_tm_gmtoff='undef'"
6232 $ WC "d_tm_tm_zone='undef'"
6234 $ WC "d_truncate='" + d_truncate + "'"
6235 $ WC "d_tzname='" + d_tzname + "'"
6236 $ WC "d_u32align='define'"
6237 $ WC "d_ualarm='" + d_ualarm + "'"
6238 $ WC "d_umask='define'"
6239 $ WC "d_uname='" + d_uname + "'"
6240 $ WC "d_union_semun='undef'"
6241 $ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'" ! VMS-specific
6242 $ WC "d_unordered='undef'"
6243 $ WC "d_unsetenv='" + d_unsetenv + "'"
6244 $ WC "d_clearenv='" + d_clearenv + "'"
6245 $ WC "d_usleep='" + d_usleep + "'"
6246 $ WC "d_usleepproto='" + d_usleep + "'"
6247 $ WC "d_ustat='undef'"
6248 $ WC "d_vendorarch='undef'"
6249 $ WC "d_vendorlib='undef'"
6250 $ WC "d_vfork='define'"
6251 $ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
6252 $ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
6253 $ WC "d_void_closedir='define'"
6254 $ WC "d_volatile='define'"
6255 $ WC "d_vprintf='define'"
6256 $ WC "d_vsnprintf='" + d_vsnprintf + "'"
6257 $ WC "d_wait4='" + d_wait4 + "'"
6258 $ WC "d_waitpid='define'"
6259 $ WC "d_wcstombs='" + d_wcstombs + "'"
6260 $ WC "d_wctomb='" + d_wctomb + "'"
6261 $ WC "d_writev='undef'"
6262 $ WC "db_hashtype=' '"
6263 $ WC "db_prefixtype=' '"
6264 $ WC "db_version_major='" + "'"
6265 $ WC "db_version_minor='" + "'"
6266 $ WC "db_version_patch='" + "'"
6267 $ WC "dbgprefix='" + dbgprefix + "'"
6268 $ WC "defvoidused='15'"
6269 $ WC "devtype='" + devtype + "'"
6270 $ WC "direntrytype='struct dirent'"
6271 $ WC "dlext='" + dlext + "'"
6272 $ WC "dlobj='" + dlobj + "'"
6273 $ WC "dlsrc='dl_vms.c'"
6274 $ WC "doublesize='" + doublesize + "'"
6275 $ WC "drand01='" + drand01 + "'"
6276 $ WC "dtrace='" + "'"
6278 $! The dynamic_ext symbol may be quite long
6280 $ tmp = "dynamic_ext='" + dynamic_ext + "'"
6284 $ WC "ebcdic='undef'"
6285 $ WC "embedmymalloc='" + usemymalloc + "'"
6286 $ WC "eunicefix=':'"
6287 $ WC "exe_ext='" + exe_ext + "'"
6289 $! The extensions symbols may be quite long
6291 $ tmp = "extensions='" + nonxs_ext + " " + dynamic_ext + "'"
6294 $ WC "fflushNULL='define'"
6295 $ WC "fflushall='undef'"
6296 $ WC "fpostype='fpos_t'"
6297 $ WC "freetype='void'"
6298 $ WC "full_ar='" + "'"
6299 $ WC "full_csh='" + " '"
6300 $ WC "full_sed='_NLA0:'"
6301 $ WC "gccversion='" + gccversion + "'"
6302 $ WC "gidformat='lu'"
6305 $ WC "gidtype='" + gidtype + "'"
6306 $ WC "groupstype='Gid_t'"
6308 $ WC "hintfile='" + "'"
6309 $ WC "i16size='" + i16size + "'"
6310 $ WC "i16type='" + i16type + "'"
6311 $ WC "i32size='" + i32size + "'"
6312 $ WC "i32type='" + i32type + "'"
6313 $ WC "i64size='" + i64size + "'"
6314 $ WC "i64type='" + i64type + "'"
6315 $ WC "i8size='" + i8size + "'"
6316 $ WC "i8type='" + i8type + "'"
6317 $ WC "i_arpainet='undef'"
6318 $ WC "i_assert='define'"
6319 $ WC "i_crypt='undef'"
6321 $ WC "i_dbm='undef'"
6322 $ WC "i_dirent='" + i_dirent + "'"
6323 $ WC "i_dlfcn='undef'"
6324 $ WC "i_fcntl='" + i_fcntl + "'"
6325 $ WC "i_float='define'"
6327 $ WC "i_fp_class='undef'"
6328 $ WC "i_gdbm='undef'"
6329 $ WC "i_gdbm_ndbm='undef'"
6330 $ WC "i_gdbmndbm='undef'"
6331 $ WC "i_grp='" + i_grp + "'"
6332 $ WC "i_ieeefp='undef'"
6333 $ WC "i_inttypes='" + i_inttypes + "'"
6334 $ WC "i_langinfo='" + i_langinfo + "'"
6335 $ WC "i_libutil='" + i_libutil + "'"
6336 $ WC "i_limits='define'"
6337 $ WC "i_locale='" + i_locale + "'"
6338 $ WC "i_machcthr='undef'"
6339 $ WC "i_machcthreads='undef'"
6340 $ WC "i_mallocmalloc='undef'"
6341 $ WC "i_math='define'"
6342 $ WC "i_memory='undef'"
6343 $ WC "i_mntent='undef'"
6344 $ WC "i_ndbm='undef'"
6345 $ WC "i_netdb='" + i_netdb + "'"
6346 $ WC "i_neterrno='define'"
6347 $ WC "i_netinettcp='" + i_netinettcp + "'"
6348 $ WC "i_niin='" + i_niin + "'"
6349 $ WC "i_poll='" + i_poll + "'"
6350 $ WC "i_prot='undef'"
6351 $ WC "i_pthread='define'"
6352 $ WC "i_pwd='undef'"
6353 $ WC "i_rpcsvcdbm='undef'"
6354 $ WC "i_sfio='undef'"
6355 $ WC "i_sgtty='undef'"
6356 $ WC "i_shadow='" + i_shadow + "'"
6357 $ WC "i_socks='" + i_socks + "'"
6358 $ WC "i_stdarg='define'"
6359 $ WC "i_stddef='define'"
6360 $ WC "i_stdlib='define'"
6361 $ WC "i_string='define'"
6362 $ WC "i_sunmath='undef'"
6363 $ WC "i_sysaccess='" + i_sysaccess + "'"
6364 $ WC "i_sysdir='undef'"
6365 $ WC "i_sysfile='" + i_sysfile + "'"
6366 $ WC "i_sysioctl='" + i_sysioctl + "'"
6367 $ WC "i_syslog='" + i_syslog + "'"
6368 $ WC "i_sysmman='undef'"
6369 $ WC "i_sysmode='" + i_sysmode + "'"
6370 $ WC "i_sysmount='undef'"
6371 $ WC "i_sysndir='undef'"
6372 $ WC "i_sysparam='undef'"
6373 $ WC "i_syspoll='" + i_syspoll + "'"
6374 $ WC "i_sysresrc='undef'"
6375 $ WC "i_syssecrt='" + i_syssecrt + "'"
6376 $ WC "i_sysselct='undef'"
6377 $ WC "i_syssockio='undef'"
6378 $ WC "i_sysstat='define'"
6379 $ WC "i_sysstatfs='undef'"
6380 $ WC "i_sysstatvfs='" + i_sysstatvfs + "'"
6381 $ WC "i_systime='undef'"
6382 $ WC "i_systimek='undef'"
6383 $ WC "i_systimes='undef'"
6384 $ WC "i_systypes='define'"
6385 $ WC "i_sysuio='" + i_sysuio + "'"
6386 $ WC "i_sysun='undef'"
6387 $ WC "i_sysutsname='" + i_sysutsname + "'"
6388 $ WC "i_sysvfs='undef'"
6389 $ WC "i_syswait='undef'"
6390 $ WC "i_termio='undef'"
6391 $ WC "i_termios='undef'"
6392 $ WC "i_time='define'"
6393 $ WC "i_unistd='" + i_unistd + "'"
6394 $ WC "i_ustat='undef'"
6395 $ WC "i_utime='" + i_utime + "'"
6396 $ WC "i_values='undef'"
6397 $ WC "i_varargs='undef'"
6398 $ WC "i_vfork='undef'"
6399 $ WC "inc_version_list='0'"
6400 $ WC "inc_version_list_init='0'"
6401 $ WC "installarchlib='" + installarchlib + "'"
6402 $ WC "installbin='" + installbin + "'"
6403 $ WC "installman1dir='" + installman1dir + "'"
6404 $ WC "installman3dir='" + installman3dir + "'"
6405 $ WC "installprefix='" + vms_prefix + "'"
6406 $ WC "installprefixexp='" + vms_prefix + ":'"
6407 $ WC "installprivlib='" + installprivlib + "'"
6408 $ WC "installscript='" + installscript + "'"
6409 $ WC "installsitearch='" + installsitearch + "'"
6410 $ WC "installsitebin='" + sitebin + "'"
6411 $ WC "installsitelib='" + installsitelib + "'"
6412 $ WC "installusrbinperl='undef'"
6413 $ WC "intsize='" + intsize + "'"
6414 $ WC "ivdformat='" + ivdformat + "'"
6415 $ WC "ivsize='" + ivsize + "'"
6416 $ WC "ivtype='" + ivtype + "'"
6418 $! The known_extensions symbol may be quite long
6420 $ tmp = "known_extensions='" + known_extensions + "'"
6423 $ WC "ld='" + ld + "'"
6424 $ WC "lddlflags='/Share'"
6425 $ WC "ldflags='" + ldflags + "'"
6426 $ WC "ldflags_uselargefiles='" + "'"
6427 $ WC "lib_ext='" + lib_ext + "'"
6428 $ WC "libc='" + libc + "'"
6429 $ WC "libpth='/sys$share /sys$library'"
6430 $ WC "libs='" + libs + "'"
6431 $ WC "libswanted='" + "'"
6432 $ WC "libswanted_uselargefiles='" + "'"
6433 $ WC "longdblsize='" + longdblsize + "'"
6434 $ WC "longlongsize='" + longlongsize + "'"
6435 $ WC "longsize='" + longsize + "'"
6436 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6438 $ WC "lseeksize='8'"
6439 $ WC "lseektype='off_t'"
6441 $ WC "lseeksize='4'"
6442 $ WC "lseektype='int'"
6446 $ WC "make='" + make + "'"
6447 $ WC "malloctype='void *'"
6448 $ WC "usemallocwrap='" + usemallocwrap + "'"
6449 $ WC "man1ext='rno'"
6450 $ WC "man3ext='rno'"
6451 $ WC "mmaptype='void *'"
6452 $ WC "modetype='unsigned int'"
6453 $ WC "multiarch='undef'"
6454 $ WC "mydomain='" + mydomain + "'"
6455 $ WC "myhostname='" + myhostname + "'"
6456 $ WC "myuname='" + myuname + "'"
6457 $ WC "need_va_copy='undef'"
6458 $ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
6459 $ WC "netdb_host_type='" + netdb_host_type + "'"
6460 $ WC "netdb_name_type='" + netdb_name_type + "'"
6461 $ WC "netdb_net_type='" + netdb_net_type + "'"
6462 $ tmp = "nonxs_ext='" + nonxs_ext + "'"
6465 $ WC "nveformat='" + nveformat + "'"
6466 $ WC "nvfformat='" + nvfformat + "'"
6467 $ WC "nvgformat='" + nvgformat + "'"
6468 $ WC "nvsize='" + nvsize + "'"
6469 $ WC "nvtype='" + nvtype + "'"
6470 $ WC "o_nonblock=' '"
6471 $ WC "obj_ext='" + obj_ext + "'"
6472 $ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
6473 $ WC "oldarchlib='" + oldarchlib + "'"
6474 $ WC "oldarchlibexp='" + oldarchlibexp + "'"
6475 $ WC "optimize='" + optimize + "'"
6476 $ WC "osname='" + osname + "'"
6477 $ WC "osvers='" + osvers + "'"
6478 $ WC "otherlibdirs='" + "'"
6479 $ WC "package='" + package + "'"
6480 $ WC "pager='" + pager + "'"
6481 $ WC "patchlevel='" + patchlevel + "'"
6483 $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
6484 $ WC "perladmin='" + perladmin + "'"
6485 $ WC "perllibs='" + perllibs + "'"
6486 $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'"
6487 $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific
6488 $ WC "perl_verb='" + perl_verb + "'" ! VMS specific
6489 $ WC "pgflquota='" + pgflquota + "'"
6490 $ WC "pidtype='" + pidtype + "'"
6491 $ WC "prefix='" + vms_prefix + "'"
6492 $ WC "prefixexp='" + vms_prefix + ":'"
6493 $ WC "privlib='" + privlib + "'"
6494 $ WC "privlibexp='" + privlibexp + "'"
6495 $ WC "procselfexe=' '"
6496 $ WC "prototype='define'"
6497 $ WC "ptrsize='" + ptrsize + "'"
6498 $ WC "quadkind='" + quadkind + "'"
6499 $ WC "quadtype='" + quadtype + "'"
6500 $ WC "randbits='" + randbits + "'"
6501 $ WC "randfunc='" + randfunc + "'"
6502 $ WC "randseedtype='" + randseedtype + "'"
6503 $ WC "ranlib='" + "'"
6504 $ WC "rd_nodata=' '"
6505 $ WC "revision='" + revision + "'"
6506 $ WC "sGMTIME_max='4294967295'"
6507 $ WC "sGMTIME_min='0'"
6508 $ WC "sLOCALTIME_max='4294967295'"
6509 $ WC "sLOCALTIME_min='0'"
6510 $ WC "sPRId64='" + sPRId64 + "'"
6511 $ WC "sPRIEldbl='" + sPRIEUldbl + "'"
6512 $ WC "sPRIFldbl='" + sPRIFUldbl + "'"
6513 $ WC "sPRIGldbl='" + sPRIGUldbl + "'"
6514 $ WC "sPRIX64='" + sPRIXU64 + "'"
6515 $ WC "sPRIeldbl='" + sPRIeldbl + "'"
6516 $ WC "sPRIfldbl='" + sPRIfldbl + "'"
6517 $ WC "sPRIgldbl='" + sPRIgldbl + "'"
6518 $! WC "sPRIi64='" + sPRIi64 + "'"
6519 $ WC "sPRIo64='" + sPRIo64 + "'"
6520 $ WC "sPRIu64='" + sPRIu64 + "'"
6521 $ WC "sPRIx64='" + sPRIx64 + "'"
6522 $ WC "sSCNfldbl='" + sSCNfldbl + "'"
6523 $ WC "sched_yield='" + sched_yield + "'"
6524 $ WC "scriptdir='" + scriptdir + "'"
6525 $ WC "scriptdirexp='" + scriptdir + "'" ! use scriptdir for now
6526 $ WC "seedfunc='" + seedfunc + "'"
6527 $ WC "selectminbits='32'"
6528 $ WC "selecttype='" + selecttype + "'"
6530 $ WC "sharpbang='#!'"
6531 $ WC "shmattype='" + " '"
6532 $ WC "shortsize='" + shortsize + "'"
6533 $ IF (f$length(sig_name) .GE. 244)
6535 $ tmp = "sig_name='" + sig_name + "'"
6539 $ WC "sig_name='" + sig_name + "'"
6541 $ IF (f$length(sig_name_init) .GE. 244)
6543 $ tmp = "sig_name_init='" + sig_name_init + "'"
6547 $ WC "sig_name_init='" + sig_name_init + "'"
6549 $ WC "sig_num='" + sig_num + "'"
6550 $ WC "sig_num_init='" + sig_num_init + "'"
6551 $ WC "sig_count='" + sig_count + "'"
6552 $ WC "sig_size='" + sig_size + "'"
6553 $ WC "signal_t='" + signal_t + "'"
6554 $ WC "sitearch='" + sitearch + "'"
6555 $ WC "sitearchexp='" + sitearchexp + "'"
6556 $ WC "sitebin='" + sitebin + "'"
6557 $ WC "sitebinexp='" + sitebin + "'"
6558 $ WC "sitelib='" + sitelib + "'"
6559 $ WC "sitelib_stem='" + sitelib_stem + "'"
6560 $ WC "sitelibexp='" + sitelibexp + "'"
6561 $ WC "siteprefix='" + vms_prefix + "'"
6562 $ WC "siteprefixexp='" + vms_prefix + ":'"
6563 $ WC "sizesize='" + sizesize + "'"
6564 $ WC "sizetype='size_t'"
6565 $ WC "so='" + so + "'"
6566 $ WC "socksizetype='" + socksizetype + "'"
6567 $ WC "spitshell='write sys$output '"
6568 $ WC "src='" + src + "'"
6569 $ WC "ssizetype='int'"
6570 $ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
6571 $ WC "static_ext='" + static_ext + "'"
6572 $ WC "stdchar='" + stdchar + "'"
6573 $ WC "stdio_base='((*fp)->_base)'"
6574 $ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
6575 $ WC "stdio_cnt='((*fp)->_cnt)'"
6576 $ WC "stdio_ptr='((*fp)->_ptr)'"
6577 $ WC "stdio_stream_array=' " + "'"
6578 $ WC "subversion='" + subversion + "'"
6579 $ WC "targetarch='" + "'"
6580 $ WC "timetype='" + timetype + "'"
6581 $ WC "u16size='" + u16size + "'"
6582 $ WC "u16type='" + u16type + "'"
6583 $ WC "u32size='" + u32size + "'"
6584 $ WC "u32type='" + u32type + "'"
6585 $ WC "u64size='" + u64size + "'"
6586 $ WC "u64type='" + u64type + "'"
6587 $ WC "u8size='" + u8size + "'"
6588 $ WC "u8type='" + u8type + "'"
6589 $ WC "uidformat='lu'"
6592 $ WC "uidtype='" + uidtype + "'"
6593 $ WC "uquadtype='" + uquadtype + "'"
6594 $ WC "use5005threads='" + use5005threads + "'"
6595 $ WC "use64bitall='" + use64bitall + "'"
6596 $ WC "use64bitint='" + use64bitint + "'"
6597 $ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific
6598 $ WC "usedebugging_perl='"+use_debugging_perl+"'"
6599 $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
6600 $ WC "usecrosscompile='undef'"
6601 $ WC "usedevel='" + usedevel + "'"
6602 $ WC "usedl='" + usedl + "'"
6603 $ WC "usedtrace='undef'"
6604 $ WC "usefaststdio='" + usefaststdio + "'"
6605 $ WC "useieee='" + useieee + "'" ! VMS-specific
6606 $ WC "useithreads='" + useithreads + "'"
6607 $ WC "usekernelthreads='" + usekernelthreads + "'" ! VMS-specific
6608 $ WC "uselargefiles='" + uselargefiles + "'"
6609 $ WC "uselongdouble='" + uselongdouble + "'"
6610 $ WC "usemorebits='" + usemorebits + "'"
6611 $ WC "usemultiplicity='" + usemultiplicity + "'"
6612 $ WC "usemymalloc='" + usemymalloc + "'"
6613 $ WC "useperlio='" + useperlio + "'"
6614 $ WC "useposix='false'"
6615 $ WC "usereentrant='undef'"
6616 $ WC "userelocatableinc='undef'"
6617 $ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
6618 $ WC "useshrplib='true'"
6619 $ WC "usesitecustomize='" + usesitecustomize + "'"
6620 $ WC "usesocks='undef'"
6621 $ WC "usethreads='" + usethreads + "'"
6622 $ WC "usethreadupcalls='" + usethreadupcalls + "'" ! VMS-specific
6623 $ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01
6624 $ WC "usevfork='true'"
6625 $ WC "usevmsdebug='" + usevmsdebug + "'" ! VMS-specific
6626 $ WC "uvoformat='" + uvoformat + "'"
6627 $ WC "uvsize='" + uvsize + "'"
6628 $ WC "uvtype='" + uvtype + "'"
6629 $ WC "uvuformat='" + uvuformat + "'"
6630 $ WC "uvxformat='" + uvxformat + "'"
6631 $ WC "uvXUformat='" + uvXUformat + "'"
6632 $ WC "vendorarch='" + "'"
6633 $ WC "vaproto='define'"
6634 $ WC "vendorarchexp='" + "'"
6635 $ WC "vendorbin='" + "'"
6636 $ WC "vendorbinexp='" + "'"
6637 $ WC "vendorlib_stem='" + "'"
6638 $ WC "vendorlib='" + "'"
6639 $ WC "vendorlibexp='" + "'"
6640 $ WC "vendorprefix='" + "'"
6641 $ WC "vendorprefixexp='" + "'"
6642 $ WC "version='" + version + "'"
6643 $ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
6644 $ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
6645 $ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
6646 $ WC "vms_ver='" + vms_ver + "'" ! VMS specific
6647 $ WC "voidflags='15'"
6649 $! ## The UNIXy POSIXy reentrantey thingys ##
6650 $! See "Appendix B, Version-Dependency Tables" in the C RTL
6651 $! manual for when assorted _r functions became available.
6653 $ IF use_threads .AND. vms_ver .GES. "7.2"
6655 $ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'"
6656 $ WC "d_asctime_r='define'"
6657 $ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'"
6658 $ WC "d_ctime_r='define'"
6660 $ WC "asctime_r_proto='0'"
6661 $ WC "d_asctime_r='undef'"
6662 $ WC "ctime_r_proto='0'"
6663 $ WC "d_ctime_r='undef'"
6665 $ WC "d_crypt_r='undef'"
6666 $ WC "d_ctermid_r='undef'"
6667 $ WC "d_drand48_r='undef'"
6668 $ WC "d_endgrent_r='undef'"
6669 $ WC "d_endhostent_r='undef'"
6670 $ WC "d_endnetent_r='undef'"
6671 $ WC "d_endprotoent_r='undef'"
6672 $ WC "d_endpwent_r='undef'"
6673 $ WC "d_endservent_r='undef'"
6674 $ WC "d_getgrent_r='undef'"
6675 $ WC "d_getgrgid_r='" + d_getgrgid_r + "'"
6676 $ WC "d_getgrnam_r='" + d_getgrnam_r + "'"
6677 $ WC "d_gethostbyaddr_r='undef'"
6678 $ WC "d_gethostbyname_r='undef'"
6679 $ WC "d_gethostent_r='undef'"
6680 $ WC "d_getlogin_r='undef'"
6681 $ WC "d_getnetbyaddr_r='undef'"
6682 $ WC "d_getnetbyname_r='undef'"
6683 $ WC "d_getnetent_r='undef'"
6684 $ WC "d_getprotobyname_r='undef'"
6685 $ WC "d_getprotobynumber_r='undef'"
6686 $ WC "d_getprotoent_r='undef'"
6687 $ WC "d_getpwent_r='undef'"
6688 $ WC "d_getpwnam_r='" + d_getpwnam_r + "'"
6689 $ WC "d_getpwuid_r='" + d_getpwuid_r + "'"
6690 $ WC "d_getservbyname_r='undef'"
6691 $ WC "d_getservbyport_r='undef'"
6692 $ WC "d_getservent_r='undef'"
6693 $ WC "d_getspnam_r='undef'"
6694 $ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime
6695 $ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime
6696 $ WC "d_localtime_r_needs_tzset='undef'"
6697 $ WC "d_random_r='undef'"
6698 $ WC "d_readdir_r='define'" ! always defined; we roll our own
6699 $ WC "d_readdir64_r='undef'"
6700 $ WC "d_setgrent_r='undef'"
6701 $ WC "d_sethostent_r='undef'"
6702 $ WC "d_setlocale_r='undef'"
6703 $ WC "d_setnetent_r='undef'"
6704 $ WC "d_setprotoent_r='undef'"
6705 $ WC "d_setpwent_r='undef'"
6706 $ WC "d_setservent_r='undef'"
6707 $ WC "d_snprintf='" + d_snprintf + "'"
6708 $ WC "d_srand48_r='undef'"
6709 $ WC "d_srandom_r='undef'"
6710 $ WC "d_strerror_r='undef'"
6711 $ WC "d_tmpnam_r='undef'"
6712 $ WC "d_ttyname_r='" + d_ttyname_r + "'"
6713 $ WC "ctermid_r_proto='0'"
6714 $ WC "crypt_r_proto='0'"
6715 $ WC "drand48_r_proto='0'"
6716 $ WC "endgrent_r_proto='0'"
6717 $ WC "endhostent_r_proto='0'"
6718 $ WC "endnetent_r_proto='0'"
6719 $ WC "endprotoent_r_proto='0'"
6720 $ WC "endpwent_r_proto='0'"
6721 $ WC "endservent_r_proto='0'"
6722 $ WC "getgrent_r_proto='0'"
6723 $ WC "getgrgid_r_proto='" + getgrgid_r_proto + "'"
6724 $ WC "getgrnam_r_proto='" + getgrnam_r_proto + "'"
6725 $ WC "gethostbyaddr_r_proto='0'"
6726 $ WC "gethostbyname_r_proto='0'"
6727 $ WC "gethostent_r_proto='0'"
6728 $ WC "getlogin_r_proto='0'"
6729 $ WC "getnetbyaddr_r_proto='0'"
6730 $ WC "getnetbyname_r_proto='0'"
6731 $ WC "getnetent_r_proto='0'"
6732 $ WC "getprotobyname_r_proto='0'"
6733 $ WC "getprotobynumber_r_proto='0'"
6734 $ WC "getprotoent_r_proto='0'"
6735 $ WC "getpwent_r_proto='0'"
6736 $ WC "getpwnam_r_proto='0'"
6737 $ WC "getpwuid_r_proto='0'"
6738 $ WC "getservbyname_r_proto='0'"
6739 $ WC "getservbyport_r_proto='0'"
6740 $ WC "getservent_r_proto='0'"
6741 $ WC "getspnam_r_proto='0'"
6742 $ WC "gmtime_r_proto='0'"
6743 $ WC "localtime_r_proto='0'"
6744 $ WC "random_r_proto='0'"
6745 $ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
6746 $ WC "readdir64_r_proto='0'"
6747 $ WC "setgrent_r_proto='0'"
6748 $ WC "sethostent_r_proto='0'"
6749 $ WC "setlocale_r_proto='0'"
6750 $ WC "setnetent_r_proto='0'"
6751 $ WC "setprotoent_r_proto='0'"
6752 $ WC "setpwent_r_proto='0'"
6753 $ WC "setservent_r_proto='0'"
6754 $ WC "srand48_r_proto='0'"
6755 $ WC "srandom_r_proto='0'"
6756 $ WC "strerror_r_proto='0'"
6757 $ WC "tmpnam_r_proto='0'"
6758 $ WC "ttyname_r_proto='" + ttyname_r_proto + "'"
6760 $! ##END WRITE NEW CONSTANTS HERE##
6764 $! Okay, we've gotten here. Build munchconfig.exe
6765 $ COPY/NOLOG [-.vms]munchconfig.c []
6766 $ COPY/NOLOG [-.vms]'Makefile_SH' []
6767 $ 'Perl_CC' 'ccflags' munchconfig.c
6770 $ OPEN/WRITE CONFIG []munchconfig.opt
6771 $ IF ccname .EQS. "GCC"
6773 $ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
6775 $ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
6777 $ 'ld' munchconfig.obj,munchconfig.opt/opt
6778 $ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
6780 $ 'ld' munchconfig.obj
6782 $ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
6783 $ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
6784 $ IF ccname .EQS. "CXX"
6786 $ CALL Cxx_demangler_cleanup
6789 $ IF alldone .EQS. ""
6794 If you'd like to make any changes to the config.sh file before I begin
6795 to configure things, answer yes to the following question.
6799 $ rp="Do you wish to edit ''basename_config_sh'? [''bool_dflt'] "
6804 $ echo4 "Be sure to type LOGOUT after you have edited the file,"
6805 $ echo4 "then this procedure will resume."
6807 $ default = F$ENVIRONMENT("DEFAULT")
6808 $ DIRECTORY 'config_sh'
6811 $ SET DEFAULT 'default'
6816 $ echo4 "Adding ''osname' specific preprocessor commands."
6818 $ ! we need an fdl file
6819 $ CREATE [-]CONFIG.FDL
6824 $ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
6825 $ ! First spit out the header info with the local defines (to get
6826 $ ! around the 255 character command line limit)
6827 $ OPEN/APPEND CONFIG [-]config.local
6828 $ IF use_debugging_perl THEN WC "#define DEBUGGING"
6829 $ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
6830 $ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
6831 $ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
6832 $ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
6833 $ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
6834 $ IF (Has_Dec_C_Sockets)
6836 $ WC "#define VMS_DO_SOCKETS"
6837 $ WC "#define DECCRTL_SOCKETS"
6839 $ IF Has_Socketshr THEN WC "#define VMS_DO_SOCKETS"
6841 $! This is VMS-specific for now
6842 $ WC "#''d_setenv' HAS_SETENV"
6843 $ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
6844 $ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
6845 $ IF use64bitint .OR. use64bitint .EQS. "define"
6847 $ WC "#define USE_64_BIT_INT"
6848 $ WC "#define USE_LONG_DOUBLE"
6850 $ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
6851 WC "#define USE_64_BIT_ALL"
6852 $ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
6853 $ IF use_ieee_math THEN WC "#define USE_IEEE"
6854 $ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
6855 $ WC "#define HAS_ENVGETENV"
6856 $ WC "#define PERL_EXTERNAL_GLOB"
6857 $ IF archname .EQS. "VMS_VAX" .AND. -
6858 ccname .EQS. "DEC" .AND. -
6859 ccversion .LE. 50390006
6861 $! Alas this does not help to build Fcntl
6862 $! WC "#define PERL_IGNORE_FPUSIG SIGFPE"
6864 $ IF kill_by_sigprc .EQS. "define" then WC "#define KILL_BY_SIGPRC"
6865 $ IF unlink_all_versions .OR. unlink_all_versions .EQS. "define" THEN -
6866 WC "#define UNLINK_ALL_VERSIONS"
6869 $ echo4 "Doing variable substitutions on .SH files..."
6870 $ echo4 "Extracting config.h (with variable substitutions)"
6872 $! Now build the normal config.h
6873 $ DEFINE/USER_MODE sys$output [-]config.main
6874 $ mcr []munchconfig 'config_sh' [-]config_h.sh
6875 $ ! Concatenate them together
6876 $ copy [-]config.local,[-]config.main [-]config.h
6878 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
6879 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
6880 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
6882 $ IF ccname .EQS. "DEC"
6884 $ DECC_REPLACE = "DECC=decc=1"
6886 $ DECC_REPLACE = "DECC="
6888 $ IF ccname .EQS. "CXX"
6890 $ DECCXX_REPLACE = "DECCXX=DECCXX=1"
6892 $ DECCXX_REPLACE = "DECCXX="
6894 $ IF ccname .EQS. "GCC"
6896 $ GNUC_REPLACE = "GNUC=gnuc=1"
6898 $ GNUC_REPLACE = "GNUC="
6900 $ IF Has_Dec_C_Sockets
6902 $ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
6906 $ SOCKET_REPLACE = "SOCKET=SOCKETSHR_SOCKETS=1"
6908 $ SOCKET_REPLACE = "SOCKET="
6913 $ IF (vms_ver .LES. "6.2")
6915 $ THREAD_REPLACE = "THREAD=OLDTHREADED=1"
6917 $ THREAD_REPLACE = "THREAD=THREADED=1"
6920 $ THREAD_REPLACE = "THREAD="
6924 $ MALLOC_REPLACE = "MALLOC=MALLOC=1"
6926 $ MALLOC_REPLACE = "MALLOC="
6928 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6930 $ IF usestdstat .or. usestdstat .eqs. "define"
6932 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_USE_STD_STAT=1"
6934 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_LARGEFILE=1"
6937 $ LARGEFILE_REPLACE = "LARGEFILE="
6940 $! In order not to stress the tiny command buffer on pre-7.3-2 systems,
6941 $! we put the following substitutions in a file and pass the file to
6944 $ open/write CONFIG extra_subs.txt
6945 $ WC := write CONFIG
6946 $ WC "''DECC_REPLACE'"
6947 $ WC "''DECCXX_REPLACE'"
6949 $ WC "''GNUC_REPLACE'"
6950 $ WC "''SOCKET_REPLACE'"
6951 $ WC "''THREAD_REPLACE'"
6952 $ WC "''C_Compiler_Replace'"
6953 $ WC "''MALLOC_REPLACE'"
6954 $ WC "''THREAD_UPCALLS'"
6955 $ WC "''THREAD_KERNEL'"
6956 $ WC "PV=''version'"
6957 $ WC "FLAGS=FLAGS=''extra_flags'"
6958 $ WC "''LARGEFILE_REPLACE'"
6961 $ echo4 "Extracting ''defmakefile' (with variable substitutions)"
6962 $ DEFINE/USER_MODE sys$output 'UUmakefile'
6963 $ mcr []munchconfig 'config_sh' 'Makefile_SH' -f extra_subs.txt
6964 $! Clean up after ourselves
6965 $ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
6966 $ DELETE/NOLOG/NOCONFIRM []extra_subs.txt;
6968 $! Note that the /key qualifier to search, as in:
6969 $! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
6970 $! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
6972 $ echo4 "Extracting extra_pods.com (without variable substitutions)"
6973 $ Create Sys$Disk:[-]extra_pods.com
6974 $ Deck/Dollar="$EOExtra_Pods$"
6976 $! NOTE: This file is extracted as part of the VMS configuration process.
6977 $! Any changes made to it directly will be lost. If you need to make any
6978 $! changes, please edit the template in Configure.Com instead.
6979 $! Use FORCE if you've just podified a README.* file on VMS.
6980 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
6981 search README.* "=head"/window=0/output=extra.pods
6982 $ open/read/error=extra_close EXTRA extra.pods
6984 $ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
6985 $ file_type = f$edit(f$parse(file,,,"TYPE",),"LOWERCASE") - "."
6986 $ if file_type .nes. "VMS" .and. file_type .nes. "vms"
6988 $ pod_file = "[.pod]perl''file_type'.pod"
6989 $ file = file - "''f$parse(file,,,"VERSION",)'"
6990 $ if p1 .eqs. "CLEAN"
6991 $ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
6994 $ if f$search(pod_file) .eqs. ""
6995 $ then do_copy := true
6997 $ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
6998 $ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
6999 $ if file_rdt .GTS. pod_file_rdt then do_copy := true
7001 $ ! wacky method to preserve case on ODS-5 even when parse style is traditional
7002 $ if do_copy then mcr sys$disk:[]miniperl.exe -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"
7008 $ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
7009 purge/nolog extra.pods
7013 $! Warn of dangerous symbols or logical names
7015 $Bad_environment: SUBROUTINE
7017 $ IF p2 .eqs. "SYMBOL"
7019 $ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
7021 $ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
7023 $ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
7025 $ IF f$search("config.msg") .nes. ""
7027 $ OPEN/APPEND CONFIG config.msg
7029 $ OPEN/WRITE CONFIG config.msg
7031 $ IF Bad_env .eqs. "SYMBOL"
7034 $ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
7035 $ WRITE CONFIG " delete before building ''package' via:"
7036 $ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
7037 $ IF f$locate("""",&p1) .ge. f$length(&p1)
7039 $ WRITE CONFIG " after building, testing, and installing ''package'"
7040 $ WRITE CONFIG " restore the symbol with:"
7041 $ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
7044 $ IF Bad_env .eqs. "LOGICAL"
7047 $ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
7048 $ WRITE CONFIG " deassign before building ''package'"
7054 $ ENDSUBROUTINE ! Bad_environment
7056 $ echo4 "Checking for dangerous pre-existing global symbols and logical names."
7057 $ CALL Bad_environment "COMP"
7058 $ CALL Bad_environment "EXT"
7059 $ CALL Bad_environment "FOO"
7060 $ CALL Bad_environment "LIB"
7061 $ CALL Bad_environment "LIST"
7062 $ CALL Bad_environment "MIME"
7063 $ CALL Bad_environment "POSIX"
7064 $ CALL Bad_environment "SYS"
7065 $ CALL Bad_environment "T"
7066 $ CALL Bad_environment "THREAD"
7067 $ CALL Bad_environment "THREADS"
7068 $ CALL Bad_environment "TIME"
7069 $ CALL Bad_environment "TMP"
7070 $ CALL Bad_environment "UNICODE"
7071 $ CALL Bad_environment "UTIL"
7072 $ CALL Bad_environment "TEST" "SYMBOL"
7073 $ IF f$search("config.msg") .eqs. "" THEN echo "OK."
7075 $! %Config-I-VMS, write perl_setup.com here
7077 $ IF (.NOT.perl_symbol)
7079 $ file_2_find = "[-]''packageup'.cld"
7081 $ echo4 "The perl.cld file is now being written..."
7082 $ OPEN/WRITE CONFIG 'file_2_find'
7084 $ IF (sharedperl .AND. F$EXTRACT(0,7,archname) .EQS. "VMS_AXP") THEN ext := .AXE
7085 $ IF (sharedperl .AND. F$EXTRACT(0,8,archname) .EQS. "VMS_IA64") THEN ext := .IXE
7086 $ IF (use_vmsdebug_perl)
7088 $ WRITE CONFIG "define verb dbgperl"
7089 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
7090 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7092 $ WRITE CONFIG "define verb perl"
7093 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
7094 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7096 $ WRITE CONFIG "define verb perl"
7097 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
7098 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7101 $ ENDIF ! (.NOT.perl_symbol)
7103 $ echo4 "The perl_setup.com file is now being written..."
7104 $ file_2_find = "[-]perl_setup.com"
7106 $! Folks are likely to want to edit perl_setup.com.
7107 $! STMLF RFM plays nicer with ported editors than does VFC.
7109 $ CREATE [-]CONFIG.FDL
7114 $ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
7115 $ OPEN/APPEND CONFIG 'file_2_find'
7116 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
7118 $ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
7119 $ IF cf_email.NES.perladmin
7121 $ WRITE CONFIG "$! perl configured by ''cf_email'"
7123 $ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
7126 $! HP hack to make distributing binaries easier
7127 $!----------------------------------------------
7128 $ pcsi_producer = f$trnlnm("PCSI_PRODUCER")
7129 $ if pcsi_producer .eqs. ""
7131 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' ''prefix'"
7133 $ WRITE CONFIG "$ myproc = f$environment(""PROCEDURE"")"
7134 $ WRITE CONFIG "$ myroot_dev = f$parse(myproc,,,""DEVICE"",""NO_CONCEAL"")"
7135 $ WRITE CONFIG "$ myroot_dir = f$parse(myproc,,,""DIRECTORY"",""NO_CONCEAL"")"
7136 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000."" - ""><000000."""
7137 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000]"" - ""><000000>"""
7138 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""]["" - ""><"""
7139 $ WRITE CONFIG "$ myroot_dir = myroot_dir - "".]"" - "".>"" - ""["" - ""]"" - ""<"" - "">"""
7140 $ WRITE CONFIG "$ if f$trnlnm(""HP_BUILD_PERL_BIN_KIT"",""LNM$PROCESS_TABLE"") .EQS. """""
7141 $ WRITE CONFIG "$ then"
7142 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' 'myroot_dev'['myroot_dir'.]"
7143 $ WRITE CONFIG "$ endif"
7145 $ WRITE CONFIG "$ ext = "".exe"""
7148 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 2 then ext = "".AXE"""
7149 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 3 then ext = "".IXE"""
7153 $ perl_setup_perl = "'" + "'perl'" ! triple quoted foreign command symbol
7154 $ IF (use_vmsdebug_perl)
7156 $ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgperl'ext'"
7157 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgperl'ext'"
7158 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
7160 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
7161 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
7163 $ ELSE ! .NOT.perl_symbol
7164 $ perl_setup_perl = "perl" ! command verb
7165 $ IF (use_vmsdebug_perl)
7167 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
7169 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
7171 $ IF perl_verb .EQS. "PROCESS"
7173 $ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
7175 $ ENDIF ! perl_symbol
7179 $ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7180 $ ELSE !leave in but commented out (in case setting was from perl :-)
7181 $ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7184 $ WRITE CONFIG "$! Symbols for Perl-based utility programs:"
7186 $ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
7187 $ WRITE CONFIG "$ config_data== """ + perl_setup_perl + " ''vms_prefix':[utils]config_data.com"""
7188 $ WRITE CONFIG "$ corelist == """ + perl_setup_perl + " ''vms_prefix':[utils]corelist.com"""
7189 $ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
7190 $ WRITE CONFIG "$ cpan2dist == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan2dist.com"""
7191 $! FIXME: "-" is an operator and illegal in a symbol name -- cpanp-run-perl can't work
7192 $!$ WRITE CONFIG "$ cpanp-run-perl == """ + perl_setup_perl + " ''vms_prefix':[utils]cpanp-run-perl.com"""
7193 $ WRITE CONFIG "$ cpanp == """ + perl_setup_perl + " ''vms_prefix':[utils]cpanp.com"""
7194 $ IF F$LOCATE("Devel::DProf",dynamic_ext) .LT. F$LENGTH(dynamic_ext)
7196 $ WRITE CONFIG "$ dprofpp == """ + perl_setup_perl + " ''vms_prefix':[utils]dprofpp.com"""
7198 $ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
7199 $ WRITE CONFIG "$ find2perl == """ + perl_setup_perl + " ''vms_prefix':[utils]find2perl.com"""
7200 $ WRITE CONFIG "$ h2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]h2ph.com"""
7201 $ WRITE CONFIG "$ h2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]h2xs.com"""
7202 $ WRITE CONFIG "$ instmodsh == """ + perl_setup_perl + " ''vms_prefix':[utils]instmodsh.com"""
7203 $ WRITE CONFIG "$ libnetcfg == """ + perl_setup_perl + " ''vms_prefix':[utils]libnetcfg.com"""
7204 $ WRITE CONFIG "$ perlbug == """ + perl_setup_perl + " ''vms_prefix':[utils]perlbug.com"""
7205 $ WRITE CONFIG "$ perldoc == """ + perl_setup_perl + " ''vms_prefix':[utils]perldoc.com """"-t"""""""
7206 $ WRITE CONFIG "$ perlivp == """ + perl_setup_perl + " ''vms_prefix':[utils]perlivp.com"""
7207 $ WRITE CONFIG "$ piconv == """ + perl_setup_perl + " ''vms_prefix':[utils]piconv.com"""
7208 $ WRITE CONFIG "$ pl2pm == """ + perl_setup_perl + " ''vms_prefix':[utils]pl2pm.com"""
7209 $ WRITE CONFIG "$ pod2html == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2html.com"""
7210 $ WRITE CONFIG "$ pod2latex == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2latex.com"""
7211 $ WRITE CONFIG "$ pod2text == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2text.com"""
7212 $ WRITE CONFIG "$!pod2man == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2man.com"""
7213 $ WRITE CONFIG "$ pod2usage == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2usage.com"""
7214 $ WRITE CONFIG "$ podchecker == """ + perl_setup_perl + " ''vms_prefix':[utils]podchecker.com"""
7215 $ WRITE CONFIG "$ podselect == """ + perl_setup_perl + " ''vms_prefix':[utils]podselect.com"""
7216 $ WRITE CONFIG "$ prove == """ + perl_setup_perl + " ''vms_prefix':[utils]prove.com"""
7217 $ WRITE CONFIG "$ psed == """ + perl_setup_perl + " ''vms_prefix':[utils]psed.com"""
7218 $ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]pstruct.com"""
7219 $ WRITE CONFIG "$ s2p == """ + perl_setup_perl + " ''vms_prefix':[utils]s2p.com"""
7220 $ WRITE CONFIG "$ ptar == """ + perl_setup_perl + " ''vms_prefix':[utils]ptar.com"""
7221 $ WRITE CONFIG "$ ptardiff == """ + perl_setup_perl + " ''vms_prefix':[utils]ptardiff.com"""
7222 $ WRITE CONFIG "$ shasum == """ + perl_setup_perl + " ''vms_prefix':[utils]shasum.com"""
7223 $ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com"""
7224 $ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com"""
7228 $ echo "The file can be found at:"
7229 $ echo4 " ''F$SEARCH(file_2_find)'"
7230 $ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
7231 $ echo "when you are satisfied with a successful compilation,"
7232 $ echo "testing, and installation of your perl."
7234 $ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
7236 $ file_2_find = "[-]''packageup'_install.com"
7237 $ OPEN/WRITE CONFIG 'file_2_find'
7238 $ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
7239 $ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
7240 $ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
7243 $ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
7244 $ echo4 " @ ''F$SEARCH(file_2_find)'"
7245 $ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
7249 $!figure out where we "are" by parsing 'vms_default_directory_name'
7251 $ set_def_command = ""
7252 $ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
7253 $ tmp = vms_default_directory_name - dflt - "]"
7255 $ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
7257 $ tmp1 = F$ELEMENT(i,".",tmp)
7258 $ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
7260 $ THEN set_def_command = "set default [-"
7261 $ ELSE set_def_command = set_def_command + "-"
7265 $Beyond_set_def_loop:
7266 $ IF set_def_command.NES.""
7268 $ set_def_command = set_def_command - "-" + "]"
7270 $ echo4 "In order to build ''package' you must now issue the commands:"
7272 $ echo4 " ''set_def_command'"
7275 $ echo4 "In order to build ''package' you must now issue the command:"
7278 $ echo4 " ''make'''makefile'", macros
7281 $ IF ( F$SEARCH("config.msg").NES."" )
7283 $ echo4 "Hmm. I also noted the following information while running:"
7285 $ TYPE/OUTPUT=SYS$ERROR: config.msg
7286 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
7287 $ DELETE/NOLOG/NOCONFIRM config.msg;
7294 $ CLOSE/NOLOG STDOUT
7295 $ DEASSIGN SYS$OUTPUT
7297 $ CLOSE/NOLOG CONFIG
7298 $ IF F$GETJPI("","FILCNT").GT.vms_filcnt
7299 $ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
7301 $ dflt = F$ENVIRONMENT("DEFAULT")
7302 $ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
7304 $ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
7306 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
7307 $ DELETE/NOLOG/NOCONFIRM UU.DIR;
7309 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
7311 $!: End of Configure