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"
54 $ usesitecustomize = "n"
55 $ C_Compiler_Replace = "CC="
56 $ thread_upcalls = "MTU="
57 $ thread_kernel = "MTK="
58 $ use_two_pot_malloc = "N"
59 $ use_pack_malloc = "N"
60 $ use_debugmalloc = "N"
64 $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
65 $ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
66 $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
68 $! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
69 $! qualifier "just in case" (configure.com is re @ed in a bad state).
70 $! This construct was tested to be not a problem as far back as
71 $! VMS V5.5-2, hopefully earlier versions are OK as well.
75 $! Now keep track of open files
77 $ vms_filcnt = F$GETJPI ("","FILCNT")
79 $!: compute my invocation name
80 $ me = F$ENVIRONMENT("PROCEDURE")
82 $! Many null statements (begin with colon ':') in the Bourne shell version of
83 $! this script serve as comments/placeholders. I have retained some of the ones
84 $! that will help you compare this .COM file to the sh version - as well as
85 $! leave placeholders for future improvements to this .COM file.
86 $! sfn = VMS "skipped for now"
88 $!: Proper PATH separator !sfn
89 $!: Proper PATH setting !sfn
90 $!: Sanity checks !sfn "Say '@''$me''"
91 $!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
92 $!: Configure runs within the UU subdirectory !->after find MANIFEST
93 $! <big long list of default values (mostly null)>
94 $!: We must find out about Eunice early !(?)
95 $!: list of known cpp symbols, sorted alphabetically !sfn
97 $!: default library list !sfn
98 $! <no hints files in use (yet?)>
99 $!: Extra object files, if any, needed on this platform. !sfn
100 $!: Possible local include directories to search. !sfn
101 $!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
102 $!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
103 $!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
104 $!: no include file wanted by default !sfn
106 $!: Possible local library directories to search. !sfn
107 $!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
108 $!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
109 $!: general looking path for locating libraries !sfn
110 $!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
111 $!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
112 $!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
113 $!: Private path used by Configure to find libraries. Its value !sfn
114 $!: is prepended to libpth. This variable takes care of special !sfn
115 $!: machines, like the mips. Usually, it should be empty. !sfn
117 $!: full support for void wanted by default !sfn
118 $!defvoidused=15 !sfn
119 $!: List of libraries we want. !sfn
120 $!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
121 $!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
122 $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
123 $!: We probably want to search /usr/shlib before most other libraries. !sfn
124 $!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
125 $!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
126 $!glibpth="/usr/shlib $glibpth" !sfn
127 $!: Do not use vfork unless overridden by a hint file. !sfn
128 $!usevfork=false !sfn
129 $!: script used to extract .SH files with variable substitutions !sfn
130 $!: produce awk script to parse command line options !sfn
131 $!sfn (assume no sed awk) see below
132 $!: process the command line options
134 $!: set up default values
138 $ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
149 $ use_5005_threads = "N"
155 $ THEN !one or more switches was thrown
162 $ config_args = config_args + F$FAO(" !AS",P'i')
165 $ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
169 $ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
170 $ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
171 $Remove_quotation_mark:
173 $ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
174 $ gotopt = "f" !"alse"
175 $ gotshortopt = "f" !"alse"
176 $ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
179 $ gotopt = "t" !"rue"
181 $ gotshortopt = "t" !"rue"
183 $ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
190 $ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
194 $ IF (F$SEARCH(config_sh).NES."")
196 $ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
197 $ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
200 $ CONTINUE !at this point check UIC && if test allows...
203 $ echo "''me': cannot read config file ''config_sh'."
207 $ echo "''me': cannot read config file ''config_sh'."
212 $ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
219 $ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
226 $ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
233 $ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
240 $ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
245 $ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
252 $ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
259 $ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
261 $ extractsh = "true" !VMS? Yes with munchconfig
266 $ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
269 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
271 $ tmp = P'i' + "=""define"""
275 $ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
277 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
278 $ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
279 $ echo "''me': ignoring -D",P'i'
281 $ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
282 $ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
289 $ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
292 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
294 $ tmp = P'i' + "="""""
298 $ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
300 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
301 $ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
302 $ echo "''me': ignoring -U",P'i'
304 $ tmp = P'i' + "=""undef"""
311 $ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
313 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
314 $ echo "''me' generated by an unknown version of EDT."
320 $ echo "''me': unknown option ",P'i'
323 $ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
325 $ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
327 $ ENDIF ! (P1 .NES. "")
328 $ config_args = F$EDIT(config_args,"TRIM")
332 $ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
333 $ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
334 $ echo " [-Usymbol] [-Usymbol=]"
337 "-d" : use defaults for all answers.
338 "-e" : go on without questioning past the production of config.sh. *
339 "-f" : specify an alternate default configuration file.
340 "-h" : print this help message and exit (with an error status).
341 "-m" : skip the MANIFEST check to see that all files are present
342 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
343 "-s" : silent mode, only echoes questions and essential information.
344 -"D" : define symbol to have some value: *
345 -"Dsymbol" symbol gets the value 'define'
346 -"Dsymbol=value" symbol gets the value 'value'
347 -E : stop at the end of questions, after having produced config.sh. *
348 -K : do not use unless you know what you are doing.
349 -O : let -D and -U override definitions from loaded configuration file. *
350 -S : perform variable substitutions on all .SH files (can mix with -f) *
351 -"U" : undefine symbol: *
352 -"Usymbol" symbol gets the value 'undef'
353 -"Usymbol=" symbol gets completely empty
354 -V : print version number and exit (with a zero status).
356 $ echo "%Config-I-VMS, lower case switches must be enclosed"
357 $ echo "-Config-I-VMS, in double quotation marks, e.g.:"
358 $ echo "-Config-I-VMS, @Configure ""-des"""
359 $ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
360 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
362 $ EXIT 3 ! $STATUS = "%X00000003" (informational)
368 $ IF F$Mode() .eqs. "BATCH"
370 $ STDOUT = F$PARSE(F$GETQUI("DISPLAY_ENTRY", "JOB_NAME"), -
371 F$GETQUI("DISPLAY_ENTRY", "LOG_SPECIFICATION"), ".LOG")
372 $ WRITE SYS$OUTPUT "Warning: Executing in batch mode. To avoid file locking conflicts,"
373 $ WRITE SYS$OUTPUT "output intended for SYS$OUTPUT will be sent to a new version"
374 $ WRITE SYS$OUTPUT STDOUT
376 $ STDOUT = F$TRNLNM("SYS$OUTPUT")
378 $ DEFINE SYS$OUTPUT "_NLA0:"
379 $ echo4 = "write STDOUT "
380 $ cat4 = "TYPE/OUTPUT=''STDOUT'"
381 $ open/write/share=read STDOUT 'STDOUT'
389 $ echo4 = "write SYS$OUTPUT "
393 $!: run the defines and the undefines, if any, but leave the file out there...
394 $! Unfortunately Configure.COM in DCL is not yet set up to do this -
399 $ packageup = F$EDIT((package - "5"),"UPCASE")
401 $!: Eunice requires " " instead of "", can you believe it
404 $ echo "Beginning of configuration questions for ''package'."
407 $!: Some greps do not return status, grrr.
408 $ contains = "SEARCH"
410 $!: first determine how to suppress newline on echo command !cant DCL is record oriented
411 $! echo "Checking ''echo' to see how to suppress newlines..."
412 $! echo "giving up..."
413 $! echo "The star should be here-->*"
415 $!: Now test for existence of everything in MANIFEST
417 $ echo4 "First let's make sure your kit is complete. Checking..."
420 $! Here I assume we are in the [foo.PERLxxx...] tree
421 $! because the search routine simply does set def [-] if necessary.
422 $ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
424 $ manifestfound = F$SEARCH(file_2_find)
425 $ IF (manifestfound .EQS. "")
427 $ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
430 $ GOTO Research_manifest
433 $ echo "There is no MANIFEST file. I hope your kit is complete !"
435 $ GOTO Beyond_manifest
438 $! MANIFEST. has been found and we have set def'ed there.
439 $! Time to bail out before it's too late, i.e. too deep.
440 $! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
441 $ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
442 $ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
443 $! Depth check also unnecessary on ODS 5 (or later) file systems.
444 $ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
445 $ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
446 $ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
450 %Config-E-VMS, ERROR:
451 Sorry! It apears as though your perl build sub-directory is already too
452 deep into the VMS file system. Please try moving stuff into a shallower
453 directory (or altering the "max_allowed_dir_depth" parameter).
455 $ echo4 "ABORTING..."
456 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
458 $ EXIT !2 !$STATUS = "%X00000002" (error)
462 $! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
464 $ IF (manifestfound .NES. "")
466 $ IF ( F$SEARCH("UU.DIR").EQS."" )
468 $ CREATE/DIRECTORY [.UU]
470 $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
472 $!: Configure runs within the UU subdirectory
475 $! a little redundancy never hurt anybody?
476 $ file_2_find = "[-]" + file_2_find
477 $ manifestfound = F$SEARCH(file_2_find)
479 $ OPEN/WRITE MISSING MISSING.
480 $!change to "FALSE" if you wish to skip the manifest search
481 $!(which after all is rather slow in DCL :-)
484 $ echo "Skipping MANIFEST check as requested"
487 $ OPEN/READ CONFIG 'manifestfound'
489 $ READ/END_OF_FILE = Done_manifest CONFIG line
490 $! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
491 $! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
492 $! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
493 $! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
494 $ line = F$EDIT(line,"TRIM, COMPRESS")
495 $ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
496 $ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
498 $Re_strip_line_manifest:
499 $ loca = F$LOCATE("/",file_2_find)
500 $ ante = F$EXTRACT(0,loca,file_2_find)
501 $ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
502 $ test_this = ante + "." + (post - "/")
503 $ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
505 $ file_2_find = ante + "." + (post - "/")
506 $ GOTO Re_strip_line_manifest
508 $ file_2_find = ante + "]" + (post - "/")
510 $ file_2_find = "[-."+file_2_find
512 $ file_2_find = "[-]" + file_2_find
515 $ tmp = F$PARSE(file_2_find + ";",,,,"SYNTAX_ONLY")
516 $ IF F$SEARCH(tmp) .NES. "" THEN file_2_find = tmp
517 $ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
518 $ file_2_find = file_2_find - dirname
520 $! may not need double dot check on ODS-5 volumes
521 $ found = F$SEARCH(dirname + file_2_find)
522 $ IF found .NES. "" THEN GOTO Read_loop_manifest
526 $ dot_ele = F$ELEMENT(dots,".",file_2_find)
527 $ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
529 $ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
530 $ ELSE basename = basename + dot_ele + "_"
535 $ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
536 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
537 basename = f$extract(0,f$length(basename)-1,basename)
538 $ file_2_find = dirname + basename
540 $ found = F$SEARCH(file_2_find)
541 $ IF (found .EQS. "" .AND. dots .GT. 2)
543 $! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
544 $! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
545 $! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
546 $ basename[f$locate(".",basename),1] := _
547 $ dot_ele = F$ELEMENT(dots - 1,"_",basename)
549 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
551 $ found = F$SEARCH(dirname + basename)
552 $ file_2_find = file_2_find + "," + basename
554 $ IF (found .EQS. "")
556 $ WRITE MISSING file_2_find
557 $ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
559 $ miss_list = miss_list + "," + file_2_find
562 $ GOTO Read_loop_manifest
567 $ ENDIF ! (manifestfound .NES. "")
569 $ IF (miss_list .NES. "")
571 $ echo "Some of the files not found include:"
574 $ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
580 THIS PACKAGE SEEMS TO BE INCOMPLETE.
582 You have the option of continuing the configuration process, despite the
583 distinct possibility that your kit is damaged, by typing 'y'es. If you
584 do, don't blame me if something goes wrong. I advise you to type 'n'o
585 and contact the author (dan@sidhe.org)
588 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
591 $ echo4 "Continuing..."
593 $ echo4 "ABORTING..."
597 $ echo4 "Looks good..."
598 $ DELETE/NOLOG/NOCONFIRM MISSING.;
599 $ ENDIF ! (miss_list .NES. "")
600 $ ENDIF ! (manifestfound .EQS. "") ELSE
602 $! after finding MANIFEST (see above)
603 $!: Configure runs within the UU subdirectory
605 $!: compute the number of columns on the terminal for proper question formatting
606 $ IF F$MODE() .EQS. "BATCH"
607 $! else it winds up being 512 in batch
609 $ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
611 $! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
612 $ IF COLUMNS .GT. 210 THEN COLUMNS = 80
613 $! not sure if this would actually be needed - it hopefully will not hurt
614 $ IF COLUMNS .LT. 40 THEN COLUMNS = 40
616 $!: set up the echo used in my read !sfn
617 $!: now set up to do reads with possible shell escape and default assignment !sfn
620 $! The sub_rp splitting is intended to handle long symbols such as the dflt for
625 $ len_rp = F$LENGTH(rp)
626 $ If (.NOT. silent) Then echo ""
631 $ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
632 $ i_rp = i_rp + COLUMNS
633 $ if i_rp .LT. len_rp THEN echo4 "''sub_rp'"
634 $ IF i_rp .LT. len_rp THEN GOTO rp_loop
642 $ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
644 $ IF (ans .EQS. "&-d")
646 $ echo4 "(OK, I will run with -d after this question.)"
648 $ deferred_fastread =1
651 $ IF (ans .EQS. "&-s")
653 $ echo4 "(OK, I will run with -s after this question.)"
655 $ deferred_silent = 1
658 $ if (bool_dflt .nes. "")
660 $ if (ans .eqs. "") then ans = bool_dflt
661 $ ans = f$extract(0,1,f$edit(ans,"collapse,upcase"))
662 $ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
666 $ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
670 $ echo4 "Input not understood please answer 'Yes' or 'No'"
676 $ ans = f$edit(ans,"trim,compress")
677 $ if (ans .eqs. "") then ans = dflt
678 $ if (f$edit(ans,"upcase") .eqs. "NONE") then ans = ""
680 $ if f$type(deferred_silent) .nes. ""
684 $ delete/symbol deferred_silent
686 $ if f$type(deferred_fastread) .nes. ""
689 $ delete/symbol deferred_fastread
695 $!: create .config dir to save info across Configure sessions
696 $ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
698 $ CREATE/DIRECTORY [-.CONFIG]
699 $ OPEN/WRITE CONFIG [-.CONFIG]README.
701 "This directory created by Configure to save information that should"
703 "persist across sessions."
706 "You may safely delete it if you wish."
710 $ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
711 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
712 $ IF (patchlevel_h.NES."")
714 $ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
715 $ IF .NOT. usedevel .AND. usedevel .NES. "define"
717 $ OPEN/READ CONFIG []ver.out
720 $ tmp = F$EDIT(line,"TRIM,COMPRESS")
721 $ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
722 $ line = xpatchlevel / 2
723 $ tmp = xpatchlevel - ( line * 2 )
726 $ echo4 "patchlevel is " + F$STRING(xpatchlevel)
729 *** WHOA THERE!!! ***
731 This is an UNSTABLE DEVELOPMENT release.
732 (The patchlevel, is odd--as opposed to even,
733 and that signifies a development release. If you want a
734 maintenance release, you want an even-numbered release.)
736 Do ***NOT*** install this into production use.
737 Data corruption and crashes are possible.
739 It is most seriously suggested that you do not continue any further
740 unless you want to help in developing and debugging Perl.
744 $ rp="Do you really want to continue? [''bool_dflt'] "
745 $ fastread_save = fastread
748 $ fastread = fastread_save
749 $ delete/symbol fastread_save
752 $ echo4 "Okay, continuing."
755 $ DELETE/NOLOG/NOCONFIRM []ver.out;
762 $ DELETE/NOLOG/NOCONFIRM []ver.out;
764 $!: general instructions
767 $ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
768 $ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
770 $ messages = F$ENVIRONMENT("MESSAGE")
771 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
772 $ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
773 $ IF .NOT.($status.EQ.%X08D78053)
777 $ rp = "Would you like to see the instructions? [''bool_dflt'] "
779 $ if .NOT.ans THEN needman=""
781 $ SET MESSAGE 'messages'
783 $ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
790 This installation shell script will examine your system and ask you questions
791 to determine how the perl5 package should be installed. If you get
792 stuck on a question, you may use a ^C or ^Y shell escape to STOP this
793 process, edit something, then restart this process as you just did.
794 Many of the questions will have default answers in square
795 brackets; typing carriage return will give you the default.
802 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
807 In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
808 the questions and use the computed defaults (or the previous answers provided
809 there was already a config.sh file). Type '@Configure "-h"' for a list of
817 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
822 Much effort has been expended to ensure that this shell script will
823 run on any VMS system. If despite that it blows up on yours, your
824 best bet is to edit Configure.com and @ it again. Whatever problems
825 you have with Configure.com, let me (dan@sidhe.org) know how I blew
829 $!This installation script affects things in two ways:
831 $!1) it may do direct variable substitutions on some of the files included
833 $!2) it builds a config.h file for inclusion in C programs. You may edit
834 $! any of these files as the need arises after running this script.
836 $!If you make a mistake on a question, there is no easy way to back up to it
843 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
845 $ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
847 $ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
851 $ ENDIF !(needman .EQS. "true")
853 $!: see if sh knows # comments !sfn
855 $!: figure out how to guarantee sh startup !sfn
856 $!: find out where common programs are !sfn
857 $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
858 $!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
859 $! echo "I don't know where '$file' is, and my life depends on it."
860 $! echo "Go find a public domain implementation or fix your PATH setting!"
862 $! echo "Don't worry if any of the following aren't found..."
863 $!: determine whether symbolic links are supported !sfn !jem- further down
864 $!: see whether [:lower:] and [:upper:] are supported character classes !sfn
865 $!: set up the translation script tr, must be called with ./tr of course !sfn
867 $!: Try to determine whether config.sh was made on this system
868 $!: Get old answers from old config file if Configure was run on the
869 $!: same system, otherwise use the hints.
870 $ config_sh_es = "''config_sh'/[-]config.sh/[-.vms]config.vms/"
874 $ config_sh = F$ELEMENT(i,"/",config_sh_es)
876 $ IF (config_sh.NES."/").AND.(config_sh.NES."")
878 $ configshfound = F$SEARCH(config_sh)
879 $ IF (configshfound.NES."") THEN GOTO Config_sh_found
881 $ IF (i.LT.max) THEN GOTO Config_sh_look
882 $! genconfig.pl has "osname='VMS'"
883 $ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
884 $ IF (configshfound.EQS."")
886 $ config_sh = "[-]config.sh" ! the fallback default
887 $ GOTO Beyond_config_sh
890 $ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
892 $ IF F$TYPE(config_dflt) .NES. "" THEN bool_dflt = config_dflt
893 $ rp = "Shall I use ''config_sh' for default answers? [''bool_dflt'] "
898 $ echo "Fetching default answers from ''config_sh'..."
900 $! we do our own parsing of the shell-script stuff
901 $! ...and only accept symbols if they're in the | delimited list below
903 $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh|installarchlib|installbin|installman1dir|installman3dir|"
904 $ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
905 $ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
906 $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|usemultiplicity|usemymalloc|usedebugging_perl|useperlio|usesecurelog|"
907 $ config_symbols4 ="|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
908 $ config_symbols5 ="|buildmake|builder|usethreadupcalls|usekernelthreads"
910 $ open/read CONFIG 'config_sh'
912 $ read/end=erd_conf_loop CONFIG line
913 $ line = f$edit(line,"trim")
914 $ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
915 $ sym = f$element(0,"=",line)
916 $ if sym .eqs. "=" then goto rd_conf_loop
920 $ syms = config_symbols'k'
921 $ j = f$locate(dsym, syms)
922 $ if j .lt. f$length(syms) then goto erd_ck_loop
924 $ if k .lt. 6 then goto rd_ck_loop
927 $ val = f$element(1,"=",line)
928 $ val = f$extract(1,f$length(val)-2,val)
929 $ write sys$output "''sym' = ""''val'"""
934 $ delete/symbol config_symbols0
935 $ delete/symbol config_symbols1
936 $ delete/symbol config_symbols2
937 $ delete/symbol config_symbols3
938 $ delete/symbol config_symbols4
939 $ delete/symbol config_symbols5
943 $ if f$type(usedebugging_perl) .nes. ""
945 $ useperldebug = usedebugging_perl
946 $ delete/symbol usedebugging_perl
950 $ if f$type(config_dflt) .nes. "" then DELETE/SYMBOL config_dflt
952 $!we actually do not have "hints/" for VMS
956 $!First time through, eh? I have some defaults handy for the following systems:
959 $! echo " ","VMS_VAX"
960 $! echo " ","VMS_AXP"
961 $! echo " ","VMS_IA64"
962 $! : Now look for a hint file osname_osvers, unless one has been
963 $! : specified already.
966 $!You may give one or more space-separated answers, or "none" if appropriate.
967 $!If your OS version has no hints, DO NOT give a wrong version -- say "none".
969 $! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
973 $!: Restore computed paths !sfn
975 $! %Config-I-VMS, a necessary error trap (could be PC running VCL)
977 $ IF (osname .NES. "VMS")
979 $ echo4 "Hmm.. I wonder what ''osname' is (?)"
983 %Config-E-VMS, ERROR:
985 Err, you do not appear to be running VMS!
986 This procedure is intended to Configure the building of Perl for VMS.
993 $ echo4 "Continuing..."
995 $ echo4 "ABORTING..."
996 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
998 $ EXIT 2 !$STATUS = "%X00000002" (error)
1000 $ ENDIF !(osname .NES./.EQS. "VMS")
1002 $!: who configured the system
1003 $ cf_by = F$EDIT(user,"LOWERCASE")
1004 $ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
1006 $! Peter Prymmer has seen:
1007 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
1008 $! "SYS$TIME_ZONE" = "EDT"
1010 $! Charles Lane recommended:
1011 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
1012 $! "NEWS_TIMEZONE" = "-0500"
1013 $! "ST_TIMEZONE" = "EDT"
1014 $! "JAN_TIME_ZONE" = "EST "
1015 $! "MULTINET_TIMEZONE" = "EST"
1016 $! "DAYLIGHT_SAVINGS" = "1"
1018 $! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
1020 $! "Multinet_Timezone"
1021 $! "TCPware_Timezone"
1024 $! This snippet o' DCL returns a string in default Unix `date` format,
1025 $! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
1027 $ MIN_TZO = -840 !units are minutes here
1030 $ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
1031 $ monn = F$CVTIME(,,"MONTH")
1032 $ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
1033 $ hour = F$CVTIME(,,"HOUR")
1034 $ min = F$CVTIME(,,"MINUTE")
1035 $ sec = F$CVTIME(,,"SECOND")
1036 $ year = F$CVTIME(,,"YEAR")
1038 $ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
1042 $ mon = F$ELEMENT(i,"/",months)
1043 $ IF i.LT.monn THEN GOTO Mon_loop
1046 $ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
1049 $ tzhour = F$INTEGER(systz)/3600
1050 $ tzmins = F$INTEGER(systz)/60
1051 $ tzminrem = tzmins - tzhour*60
1052 $ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1054 $ THEN signothetime = "+"
1055 $ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1056 $ THEN direction = "on GMT/"
1057 $ ELSE direction = "east of "
1059 $ ELSE signothetime = "-"
1060 $ tzhour = -1*tzhour !keeps !UL happy
1061 $ direction = "west of "
1064 $ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1067 $ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1069 $ tzspan = "''tzhour' hours"
1072 $ echo "Your system is ''tzspan' ''direction'UTC in England."
1073 $ rp = "(''systz') Is this UTC Time Zone Offset correct? [''bool_dflt'] "
1079 $ GOTO Beyond_TimeZone
1083 $ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1088 $ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
1089 $ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
1090 $ echo "Eastern Daylight Time (summer) is -4:00 offset."
1092 $ rp = "Enter the Time Zone offset: [''dflt'] "
1094 $ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1095 $ IF ans.EQS."" THEN ans = dflt
1096 $ tzhour = F$ELEMENT(0,":","''ans'") !first
1097 $ IF tzhour.EQS."" THEN tzhour = 0
1098 $ tzhour = F$INTEGER(tzhour)
1099 $ tzminrem = F$ELEMENT(1,":","''ans'") !second
1100 $ IF tzminrem.NES.""
1102 $ tzminrem = F$INTEGER(tzminrem)
1103 $ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1107 $ tzmins = tzhour*60 + tzminrem
1108 $ tzd = F$STRING(tzmins*60)
1111 $ signothetime = "+"
1113 $ tzhour = -1*tzhour !keeps !UL happy
1114 $ signothetime = "-"
1116 $ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1119 $ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1124 $ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1125 $ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1127 $!: determine the architecture name
1128 $! genconfig.pl has either archname='VMS_AXP' or 'VMS_VAX'
1129 $! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME")
1130 $! but does have F$GETSYI("HW_MODEL").
1131 $! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS.
1132 $! "VMS_AXP" from here on to allow cross-platform configuration (e.g.
1133 $! configure a VAX build on an Alpha).
1135 $ IF (F$GETSYI("HW_MODEL") .LT. 1024 .AND. F$GETSYI("HW_MODEL") .GT. 0)
1137 $ archname = "VMS_VAX"
1138 $ otherarch = "an Alpha or IA64"
1140 $ arch_type = "ARCH-TYPE=__VAX__"
1142 $ IF (F$GETSYI("ARCH_TYPE") .EQ. 2)
1144 $ archname = "VMS_AXP"
1145 $ otherarch = "a VAX or IA64"
1146 $ arch_type = "ARCH-TYPE=__AXP__"
1148 $ archname = "VMS_IA64"
1149 $ otherarch = "a VAX or Alpha"
1150 $ arch_type = "ARCH-TYPE=__IA64__"
1155 $ rp = "What is your architecture name? [''archname'] "
1159 $ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
1160 $ IF (ans.NES.archname) !.AND.knowitall
1162 $ echo4 "I'll go with ''archname' anyway..."
1166 $ vms_prefix = "perl_root"
1167 $ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
1168 $ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''bool_dflt'] "
1175 $ IF (archname.EQS."VMS_AXP")
1177 $ macros = macros + """AXE=1"","
1179 $ IF (archname.EQS."VMS_IA64")
1181 $ macros = macros + """IXE=1"","
1185 $!: is AFS running? !sfn
1186 $!: decide how portable to be. Allow command line overrides. !sfn
1187 $!: set up shell script to do ~ expansion !sfn
1188 $!: expand filename !sfn
1189 $!: now set up to get a file name !sfn
1191 $ IF F$TYPE(prefix) .EQS. ""
1193 $ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
1194 $ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - "000000." - ".000000" - ".;"
1195 $ prefixbase = prefix - "]"
1196 $! Add _ROOT to make install PERL_ROOT differ from build directory.
1197 $ prefix = prefixbase + "_ROOT.]"
1199 $ ! more redundant scrubbing of values
1200 $ prefix = prefix - "000000."
1201 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
1203 $!: determine root of directory hierarchy where package will be installed.
1208 $ echo "By default, ''package' will be installed in ''dflt', pod"
1209 $ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
1210 $ echo "all installation directories."
1211 $ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
1212 $ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
1214 $ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
1219 $ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
1223 $ perl_root = prefix
1225 $! Check here for pre-existing PERL_ROOT.
1226 $! -> ask if removal desired.
1227 $! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
1228 $! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
1230 $ tmp = perl_root - ".]" + "]"
1231 $ dflt = f$parse(tmp,,,,)
1234 $ echo4 "''tmp' does not yet exist."
1235 $! create/directory 'tmp'
1237 $ echo4 "''tmp' already exists."
1240 $ vms_skip_install = "true"
1243 $ rp = "Skip the remaining """"where install"""" questions? [''bool_dflt'] "
1245 $ IF (.NOT.ans) THEN vms_skip_install = "false"
1246 $ IF (.NOT.vms_skip_install)
1249 $!: set the prefixit variable, to compute a suitable default value
1251 $!: determine where private library files go
1252 $!: Usual default is /usr/local/lib/perl5. Also allow things like
1253 $!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
1259 There are some auxiliary files for perl5 that need to be put into a
1260 private library directory that is accessible by everyone.
1263 $ IF F$TYPE(privlib) .NES. ""
1264 $ THEN dflt = privlib
1265 $ ELSE dflt = "''vms_prefix':[lib]"
1267 $ rp = "Pathname where the private library files will reside? "
1268 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1272 $ ENDIF !%Config-I-VMS, skip remaining "where install" questions
1274 $ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
1275 $ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
1277 $ THEN bool_dflt = "y"
1278 $ ELSE bool_dflt = "n"
1283 $ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
1284 $ echo "symbol to invoke ''package', which is the usual method."
1285 $ echO "If you do not do so then you would need a DCL command verb at the"
1286 $ echo "process or the system wide level."
1288 $ rp = "Invoke perl as a global symbol foreign command? [''bool_dflt'] "
1290 $ IF (.NOT.ans) THEN perl_symbol = "false"
1292 $ IF (.NOT.perl_symbol)
1294 $ IF perl_verb .EQS. "DCLTABLES"
1295 $ THEN bool_dflt = "n"
1296 $ ELSE bool_dflt = "y"
1301 $ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
1302 $ echo "verb in a per-process table or in the system wide DCLTABLES (which"
1303 $ echo "would require write privilege)."
1305 $ rp = "Invoke perl as a per process command verb? [ ''bool_dflt' ] "
1308 $ THEN perl_verb = "DCLTABLES"
1309 $ ELSE perl_verb = "PROCESS"
1311 $ ENDIF ! (.NOT.perl_symbol)
1313 $!: set the base revision
1315 $ revision = baserev - ".0"
1316 $!: get the patchlevel
1318 $ echo4 "Getting the current patchlevel..."
1323 $ api_subversion="0"
1324 $ perl_patchlevel="0"
1325 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1326 $ IF (patchlevel_h.NES."")
1328 $ got_patch = "false"
1330 $ got_api_revision = "false"
1331 $ got_api_version = "false"
1332 $ got_api_subversion = "false"
1333 $ got_perl_patchlevel= "false"
1334 $ OPEN/READONLY CONFIG 'patchlevel_h'
1336 $ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
1337 $ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
1339 $ line = F$EDIT(line,"COMPRESS, TRIM")
1340 $ patchlevel = F$ELEMENT(2," ",line)
1341 $ got_patch = "true"
1343 $ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
1345 $ line = F$EDIT(line,"COMPRESS, TRIM")
1346 $ subversion = F$ELEMENT(2," ",line)
1349 $ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1351 $ line = F$EDIT(line,"COMPRESS, TRIM")
1352 $ api_revision = F$ELEMENT(2," ",line)
1353 $ got_api_revision = "true"
1355 $ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1357 $ line = F$EDIT(line,"COMPRESS, TRIM")
1358 $ api_version = F$ELEMENT(2," ",line)
1359 $ got_api_version = "true"
1361 $ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1363 $ line = F$EDIT(line,"COMPRESS, TRIM")
1364 $ api_subversion = F$ELEMENT(2," ",line)
1365 $ got_api_subversion = "true"
1367 $ IF ((F$LOCATE("""DEVEL",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1369 $ line = F$EDIT(line,"COMPRESS, TRIM")
1370 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1371 $ perl_patchlevel = perl_patchlevel - "DEVEL"
1372 $ got_perl_patchlevel = "true"
1374 $ IF (.NOT. got_patch) .OR. -
1375 (.NOT. got_sub) .OR. -
1376 (.NOT. got_api_revision) .OR. -
1377 (.NOT. got_api_version) .OR. -
1378 (.NOT. got_api_subversion) .OR. -
1379 (.NOT. got_perl_patchlevel) -
1380 THEN GOTO Patchlevel_h_loop
1385 $ IF F$SEARCH("[-].patch") .NES. ""
1388 $ OPEN/READ PATCH [-].patch
1391 $ tmp = F$EDIT(line,"COLLAPSE")
1393 $ IF tmp .GT. perl_patchlevel then perl_patchlevel = tmp
1396 $ version_patchlevel_string = "version ''patchlevel' subversion ''subversion'"
1397 $ IF got_perl_patchlevel .AND. perl_patchlevel .NES. "0"
1399 $ version_patchlevel_string = "''version_patchlevel_string' patch ''perl_patchlevel'"
1401 $ echo "(You have ''package' ''version_patchlevel_string'.)"
1403 $ version = revision + "_" + patchlevel + "_" + subversion
1405 $ IF (.NOT.vms_skip_install)
1407 $!: set the prefixup variable, to restore leading tilde escape !sfn
1409 $!: determine where public architecture dependent libraries go
1413 $ echo "''package' contains architecture-dependent library files. If you are"
1419 sharing libraries in a heterogeneous environment, you might store
1420 these files in a separate location. Otherwise, you can just include
1421 them with the rest of the public library files.
1424 $ IF F$TYPE(archlib) .NES. ""
1425 $ THEN dflt = archlib
1426 $ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
1428 $ rp = "Where do you want to put the public architecture-dependent libraries? "
1429 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1433 $ ENDIF !%Config-I-VMS, skip "where install" questions
1435 $! This quotation from Configure has to be included on VMS:
1440 There is, however, a strange, musty smell in the air that reminds me of
1441 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1443 $ IF (.NOT.vms_skip_install)
1445 $!: it so happens the Eunice I know will not run shell scripts in Unix format
1447 $!: see if setuid scripts can be secure !sfn
1448 $!: now see if they want to do setuid emulation !sfn
1450 $!: determine where site specific libraries go.
1456 The installation process will also create a directory for
1457 site-specific extensions and modules. Some users find it convenient
1458 to place all local files in this directory rather than in the main
1459 distribution directory.
1462 $ IF F$TYPE(sitelib) .NES. ""
1463 $ THEN dflt = sitelib
1464 $ ELSE dflt = privlib - "]" + ".SITE_PERL]"
1466 $ rp = "Pathname for the site-specific library files? "
1467 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1471 $!: determine where site specific architecture-dependent libraries go.
1473 $ THEN TYPE SYS$INPUT:
1476 The installation process will also create a directory for
1477 architecture-dependent site-specific extensions and modules.
1480 $ IF F$TYPE(sitearch) .NES. ""
1481 $ THEN dflt = sitearch
1482 $ ELSE dflt = sitelib - "]" + "." + archname + "]"
1484 $ rp = "Pathname for the site-specific architecture-dependent library files? "
1485 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1489 $!: determine where old public architecture dependent libraries might be
1491 $!: determine where public executables go
1492 $ IF F$TYPE(bin) .NES. ""
1494 $! ELSE dflt = prefix - ".]" + ".BIN]"
1495 $ ELSE dflt = "/''vms_prefix'"
1497 $ rp = "Pathname where the public executables will reside? "
1498 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1502 $!: determine where add-on public executables go
1503 $ IF F$TYPE(sitebin) .NES. ""
1504 $ THEN dflt = sitebin
1505 $ ELSE dflt = "''vms_prefix':[bin.''archname']"
1507 $ rp = "Pathname where the add-on public executables should be installed? "
1508 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1512 $!: determine where manual pages are on this system
1513 $!: What suffix to use on installed man pages
1514 $!: see if we can have long filenames
1515 $!: determine where library module manual pages go
1516 $!: What suffix to use on installed man pages
1517 $!: see what memory models we can support
1519 $ ELSE ! skipping "where install" questions, we must set some symbols
1520 $ IF F$TYPE(archlib).EQS."" THEN -
1521 archlib="''vms_prefix':[lib.''archname'.''version']"
1522 $ IF F$TYPE(bin) .EQS. "" THEN -
1523 bin="/''vms_prefix'"
1524 $ IF F$TYPE(privlib) .EQS. "" THEN -
1525 privlib ="''vms_prefix':[lib]"
1526 $ IF F$TYPE(sitearch) .EQS. "" THEN -
1527 sitearch="''vms_prefix':[lib.site_perl.''archname']"
1528 $ IF F$TYPE(sitelib) .EQS. "" THEN -
1529 sitelib ="''vms_prefix':[lib.site_perl]"
1530 $ IF F$TYPE(sitebin) .EQS. "" THEN -
1531 sitebin="''vms_prefix':[bin.''archname']"
1532 $ ENDIF !%Config-I-VMS, skip "where install" questions
1534 $! These derived locations can be set whether we've opted to
1535 $! skip the where install questions or not.
1537 $ IF F$TYPE(archlibexp) .EQS. "" THEN -
1538 archlibexp="''vms_prefix':[lib.''archname'.''version']"
1539 $ IF F$TYPE(binexp) .EQS. "" THEN -
1540 binexp ="''vms_prefix':[000000]"
1541 $ IF F$TYPE(builddir) .EQS. "" THEN -
1542 builddir ="''vms_prefix':[000000]"
1543 $ IF F$TYPE(installarchlib) .EQS. "" THEN -
1544 installarchlib="''vms_prefix':[lib.''archname'.''version']"
1545 $ IF F$TYPE(installbin) .EQS. "" THEN -
1546 installbin ="''vms_prefix':[000000]"
1547 $ IF F$TYPE(installscript) .EQS. "" THEN -
1548 installscript ="''vms_prefix':[utils]"
1549 $ IF F$TYPE(installman1dir) .EQS. "" THEN -
1550 installman1dir ="''vms_prefix':[man.man1]"
1551 $ IF F$TYPE(installman3dir) .EQS. "" THEN -
1552 installman3dir ="''vms_prefix':[man.man3]"
1553 $ IF F$TYPE(installprivlib) .EQS. "" THEN -
1554 installprivlib ="''vms_prefix':[lib]"
1555 $ IF F$TYPE(installsitearch) .EQS. "" THEN -
1556 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
1557 $ IF F$TYPE(installsitelib) .EQS. "" THEN -
1558 installsitelib ="''vms_prefix':[lib.site_perl]"
1559 $ IF F$TYPE(oldarchlib) .EQS. "" THEN -
1560 oldarchlib="''vms_prefix':[lib.''archname']"
1561 $ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
1562 oldarchlibexp="''vms_prefix':[lib.''archname']"
1563 $ IF F$TYPE(privlibexp) .EQS. "" THEN -
1564 privlibexp ="''vms_prefix':[lib]"
1565 $ IF F$TYPE(scriptdir) .EQS. "" THEN -
1566 scriptdir ="''vms_prefix':[utils]"
1567 $ IF F$TYPE(sitearchexp) .EQS. "" THEN -
1568 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
1569 $ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
1570 sitelib_stem ="''vms_prefix':[lib.site_perl]"
1571 $ IF F$TYPE(sitelibexp) .EQS. "" THEN -
1572 sitelibexp ="''vms_prefix':[lib.site_perl]"
1574 $!: see if we need a special compiler
1575 $! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
1579 $ vms_cc_available = ""
1581 $ OPEN/WRITE CONFIG ccvms.c
1582 $ WRITE CONFIG "#ifdef __DECC"
1583 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1584 $ WRITE CONFIG "#endif"
1585 $ WRITE CONFIG "#include <stdio.h>"
1586 $ WRITE CONFIG "int main() {"
1587 $ WRITE CONFIG "#ifdef __DECC"
1588 $ WRITE CONFIG " printf(""/DECC\n"");"
1589 $ WRITE CONFIG "#else"
1590 $ WRITE CONFIG " printf(""/VAXC\n"");"
1591 $ WRITE CONFIG "#endif"
1592 $ WRITE CONFIG " exit(0);"
1597 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
1598 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
1599 $ cc/NoObj/list=ccvms.lis ccvms.c
1602 $ IF (silent) THEN GOSUB Shut_up
1603 $ IF tmp.NE.%X10B90001
1605 $ IF tmp.NE.%X10000001
1607 $ nocc = "t" !%X10000001 is return from gcc
1608 $ GOTO Gcc_initial_check
1613 $ IF .NOT.silent THEN echo ""
1614 $ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1615 $ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1619 $ echo "Will try cc/decc..."
1622 $ DEFINE/USER_MODE SYS$ERROR NL:
1623 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1624 $ cc/decc/NoObj/list=ccvms.lis ccvms.c
1627 $ IF (silent) THEN GOSUB Shut_up
1628 $ IF tmp.NE.%X10B90001
1630 $ echo "Apparently you don't have that one."
1633 $ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1634 $ vms_cc_available = vms_cc_available + "cc/decc "
1637 $ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
1638 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
1640 $ vms_cc_dflt = "/decc"
1641 $ vms_cc_available = vms_cc_available + "cc/decc "
1646 $ echo "Checking for gcc"
1647 $ OPEN/WRITE CONFIG gccvers.lis
1649 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1650 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1651 $ 'gcc_symbol'/noobj/version _nla0:
1654 $ IF (silent) THEN GOSUB Shut_up
1656 $ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1658 $ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
1659 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1660 $ GOTO Cxx_initial_check
1662 $ OPEN/READ CONFIG gccvers.lis
1664 $ READ/END_OF_FILE=GCC_List_End CONFIG line
1665 $ GOTO GCC_List_Read
1669 $ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1670 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1674 $! Do note that [vms]perl source files have a ways to go before they will
1675 $! compile under CXX.
1676 $! In order to test Configure.com with CXX invoke it with "-Dtry_cxx" on
1677 $! the command line.
1679 $ IF F$TYPE(try_cxx) .EQS. "" THEN try_cxx := n
1680 $ IF try_cxx .OR. try_cxx .EQS. "define"
1684 $ echo "Checking for CXX..."
1685 $ OPEN/WRITE CONFIG ccvms.c
1686 $ WRITE CONFIG "#include <iostream>"
1687 $ WRITE CONFIG "int main() {"
1688 $ WRITE CONFIG "#ifdef __DECCXX"
1689 $ WRITE CONFIG " cout << __DECCXX, endl;"
1690 $ WRITE CONFIG "#else"
1691 $ WRITE CONFIG " cout << 0,endl;"
1692 $ WRITE CONFIG "#endif"
1693 $! Todo: add G++ identifier check ??
1694 $ WRITE CONFIG " return(0);"
1698 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1699 $ DEFINE/USER_MODE SYS$ERROR NL:
1703 $! success $status with:
1704 $! DEC C++ V1.1-001 on VMS VAX V5.5-2
1705 $! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1706 $! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1707 $! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1708 $ IF tmp .eq. %X15F60001
1712 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1713 $ DEFINE/USER_MODE SYS$ERROR NL:
1714 $ link/nodebug ccvms.obj
1717 $ ! success $status with:
1718 $ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1719 $ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1720 $ IF tmp .eq. %X10000001
1723 $ vms_cc_available = vms_cc_available + "cxx "
1724 $ echo "CXX and LINK are available."
1726 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1728 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1729 $ DEFINE/USER_MODE SYS$ERROR NL:
1733 $ ! success $status with:
1734 $ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1735 $ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1736 $ IF tmp .eq. %X10000001
1738 $ ld_try = "cxxlink"
1739 $ vms_cc_available = vms_cc_available + "cxx "
1740 $ echo "CXX and CXXLINK are available."
1743 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1747 $ DELETE/NOLOG/NOCONFIRM ccvms.c;
1748 $ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1749 $ CALL Cxx_demangler_cleanup
1751 $ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1754 $ DELETE/NOLOG/NOCONFIRM ccvms.*;
1756 $!: see if we need a special compiler
1758 $ echo "Available compiler(s):"
1759 $ echo "( ''vms_cc_available')"
1762 $ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1766 $ rp = "Use which C compiler? [''dflt'] "
1770 $ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1772 $ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1773 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans))
1778 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1780 $ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1785 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1789 $ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1790 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1792 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1797 $ IF Mcc .EQS. "cc/decc"
1800 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1806 $ IF Mcc .EQS. "cc/decc"
1809 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1811 $ IF Mcc .EQS. "gcc"
1814 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1817 $Decc_Version_check:
1819 $ IF ccname .EQS. "DEC"
1822 $ echo4 "Checking for the Dec C version number..."
1823 $ OPEN/WRITE CONFIG deccvers.c
1824 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1825 $ WRITE CONFIG "#include <stdio.h>"
1826 $ WRITE CONFIG "int main() {"
1827 $ WRITE CONFIG "#ifdef __DECC"
1828 $ WRITE CONFIG "#ifdef __DECC_VER"
1829 $ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1830 $ WRITE CONFIG "#else"
1831 $ WRITE CONFIG " printf(""%i\n"", ""1"");"
1832 $ WRITE CONFIG "#endif"
1833 $ WRITE CONFIG "#endif"
1834 $ WRITE CONFIG " exit(0);"
1838 $ DEFINE/USER_MODE SYS$ERROR NL:
1839 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1842 $ IF (silent) THEN GOSUB Shut_up
1843 $ DEFINE/USER_MODE SYS$ERROR NL:
1844 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1845 $ link/nodebug deccvers.obj
1847 $ IF (silent) THEN GOSUB Shut_up
1848 $ OPEN/WRITE CONFIG deccvers.out
1849 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1850 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1851 $ mcr []deccvers.exe
1855 $ IF (silent) THEN GOSUB Shut_up
1856 $ OPEN/READ CONFIG deccvers.out
1857 $ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1860 $ echo "You are using Dec C ''line'"
1862 $ Dec_C_Version = F$INTEGER(line)
1863 $ IF Dec_C_Version .GE. 60200000 .AND. archname .NES. "VMS_VAX"
1865 $ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1866 $ ccflags = ccflags + "/NOANSI_ALIAS"
1868 $ DELETE/NOLOG/NOCONFIRM deccvers.*;
1872 $ IF ccname .EQS. "GCC"
1874 $ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1875 $ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1876 $ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1877 $ IF gcclib_olb .EQS. ""
1879 $! These objects/libs come w/ gcc 2.7.2 for AXP:
1880 $ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1881 $ IF tmp .NES. "" then gcclib_olb = tmp
1882 $ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1885 $ IF gcclib_olb .EQS. ""
1886 $ THEN gcclib_olb = tmp
1887 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1890 $ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1893 $ IF gcclib_olb .EQS. ""
1894 $ THEN gcclib_olb = tmp
1895 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1898 $ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1901 $ IF gcclib_olb .EQS. ""
1902 $ THEN gcclib_olb = tmp
1903 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1906 $ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1908 $ gcclib_olb = gcclib_olb + "/lib"
1910 $ IF gcclib_olb .NES. "" .AND. -
1911 (vaxcrtl_olb .NES. "" .OR. -
1912 vaxcrtl_exe .NES. "" )
1915 $ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1916 $ OPEN/WRITE CONFIG gccvers.c
1917 $ WRITE CONFIG "#include <stdio.h>"
1918 $ WRITE CONFIG "int main() {"
1919 $ WRITE CONFIG "#ifdef __GNUC__"
1920 $ WRITE CONFIG "#ifdef __VERSION__"
1921 $ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1922 $ WRITE CONFIG "#else"
1923 $ WRITE CONFIG " printf(""%s\n"", ""1"");"
1924 $ WRITE CONFIG "#endif"
1925 $ WRITE CONFIG "#endif"
1926 $ WRITE CONFIG " exit(0);"
1929 $ DEFINE SYS$ERROR _NLA0:
1930 $ DEFINE SYS$OUTPUT _NLA0:
1933 $ DEASSIGN SYS$ERROR _NLA0:
1934 $ DEASSIGN SYS$OUTPUT _NLA0:
1935 $ IF (silent) THEN GOSUB Shut_up
1936 $ DEFINE SYS$ERROR _NLA0:
1937 $ DEFINE SYS$OUTPUT _NLA0:
1938 $ IF vaxcrtl_exe .EQS. ""
1940 $ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1942 $ link/nodebug gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
1945 $ link/nodebug gccvers.obj,'gcclib_olb'
1949 $ OPEN/WRITE CONFIG GCCVERS.OPT
1950 $ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1952 $ link/nodebug gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
1955 $ DEASSIGN SYS$ERROR
1956 $ DEASSIGN SYS$OUTPUT
1957 $ IF (silent) THEN GOSUB Shut_up
1958 $ OPEN/WRITE CONFIG gccvers.out
1959 $ DEFINE SYS$ERROR CONFIG
1960 $ DEFINE SYS$OUTPUT CONFIG
1964 $ DEASSIGN SYS$OUTPUT
1965 $ DEASSIGN SYS$ERROR
1966 $ IF (silent) THEN GOSUB Shut_up
1967 $ OPEN/READ CONFIG gccvers.out
1968 $ READ/END_OF_FILE=Gcc_cleanup CONFIG line
1971 $ DELETE/NOLOG/NOCONFIRM gccvers.*;
1972 $ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
1974 $ echo "You are not using GNU cc."
1977 $ echo "You are using GNU cc ''line'"
1980 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1986 $ IF ccname .EQS. "CXX"
1988 $ OPEN/WRITE CONFIG cxxvers.c
1989 $ WRITE CONFIG "#include <stdio.h>"
1990 $ WRITE CONFIG "int main() {"
1991 $ WRITE CONFIG "#ifdef __DECCXX_VER"
1992 $ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
1993 $ WRITE CONFIG "#else"
1994 $ WRITE CONFIG " printf(""%i\n"", ""0"");"
1995 $ WRITE CONFIG "#endif"
1996 $ WRITE CONFIG " return(0);"
2000 $ DEFINE/USER_MODE SYS$ERROR NL:
2001 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2005 $ IF (silent) THEN GOSUB Shut_up
2007 $ DEFINE/USER_MODE SYS$ERROR NL:
2008 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2012 $ IF (silent) THEN GOSUB Shut_up
2013 $ OPEN/WRITE CONFIG cxxvers.out
2015 $ DEFINE/USER_MODE SYS$ERROR CONFIG
2016 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
2021 $ IF (silent) THEN GOSUB Shut_up
2022 $ OPEN/READ CONFIG cxxvers.out
2023 $ READ/END_OF_FILE=Cxx_cleanup CONFIG line
2026 $ DELETE/NOLOG/NOCONFIRM cxxvers.*;
2027 $ echo "You are using CXX ''line'"
2030 $ CALL Cxx_demangler_cleanup
2033 $Cxx_demangler_cleanup: SUBROUTINE
2035 $! If we do build with CXX these demangler Dbs will be left all over.
2036 $! However, configure.com does try to remove the [.UU] sub directory.
2037 $! Be sure to set default to the correct place before calling this sub.
2040 $ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
2041 $ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
2043 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
2044 $ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
2048 $ ENDSUBROUTINE ! Cxx_demangler_cleanup
2053 $ OPEN/READ CONFIG ccvms.lis
2055 $ IF archname .EQS. "VMS_VAX"
2060 $ IF archname .EQS. "VMS_AXP"
2068 $ line = F$EDIT(line,"TRIM,COMPRESS")
2069 $ line = line - "Page 1" ! occurs at end all compilers
2070 $ line = line - "CCVMS " ! filename appears w/ VAXC
2071 $ line = line - "Source Listing " ! Seen w/ AXP DECC
2072 $ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
2074 $ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
2075 $ DELETE/NOLOG/NOCONFIRM ccvms.lis;
2079 $!: What should the include directory be ? (.TLB text libraries)
2081 $ rp = "Where are the include files you want to use? "
2082 $ IF f$length( rp + "[''dflt'] " ).gt.76
2083 $ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
2084 $ ELSE rp = rp + "[''dflt'] "
2089 $!: see if we have to deal with yellow pages, now NIS.
2090 $!: now get the host name
2093 $ echo4 "Figuring out host name..." !>&4
2095 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
2096 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
2097 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
2098 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
2099 $ IF myhostname.eqs."".and. -
2100 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
2101 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
2102 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
2103 $ IF myhostname.eqs."".and. -
2104 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
2105 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
2106 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
2107 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
2108 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
2109 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
2110 $ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
2111 $!: you do not want to know about this
2113 $ rp = "Your host name appears to be """"''myhostname'"""". Right? "
2118 $ READ SYS$COMMAND/PROMPT= -
2119 "Please type the (one word) name of your host: " ans
2122 $!: translate upper to lower if necessary
2123 $ myhostname = F$EDIT(myhostname,"COLLAPSE")
2124 $ mylowhostname = F$EDIT(myhostname," LOWERCASE")
2125 $ IF mylowhostname.NES.myhostname
2127 $ echo "(Normalizing case in your host name)"
2128 $ myhostname = mylowhostname
2131 $ fp = F$LOCATE(".",myhostname)
2132 $ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
2133 $ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
2135 $ rp = "What is your domain name? [''mydomain'] "
2139 $!: translate upper to lower if necessary
2140 $ mydomain = F$EDIT(mydomain,"COLLAPSE")
2141 $ mylowdomain = F$EDIT(mydomain," LOWERCASE")
2142 $ IF mylowdomain.NES.mydomain
2144 $ echo "(Normalizing case in your domain name)"
2145 $ mydomain = mylowdomain
2148 $ myhostname = myhostname - mydomain
2149 $ echo "(Trimming domain name from host name--host name is now ''myhostname')"
2155 I need to get your e-mail address in Internet format if possible, i.e.
2156 something like user@host.domain. Please answer accurately since I have
2157 no easy means to double check it. The default value provided below
2158 is most probably close to the reality but may not be valid from outside
2159 your organization...
2162 $ IF F$TYPE(cf_email) .EQS. ""
2164 $ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
2165 $ rp = "What is your e-mail address? [''dflt'] "
2175 If you or somebody else will be maintaining perl at your site, please
2176 fill in the correct e-mail address here so that they may be contacted
2177 if necessary. Currently, the "perlbug" program included with perl
2178 will send mail to this address in addition to perlbug@perl.com. You may
2179 enter "none" for no administrator.
2182 $ dflt = "''cf_email'"
2183 $ rp = "Perl administrator e-mail address [''dflt'] "
2187 $!: determine where public executable scripts go
2188 $!: determine perl absolute location
2189 $!: figure out how to guarantee perl startup
2191 $!: see how we invoke the C preprocessor
2193 $! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
2194 $!: Set private lib path
2195 $!: Now check and see which directories actually exist, avoiding duplicates
2196 $!: determine optimize, if desired, or use for debug flag also
2197 $!: We will not override a previous value, but we might want to
2198 $!: augment a hint file
2199 $!: the following weeds options from ccflags that are of no interest to cpp
2200 $!: flags used in final linking phase
2201 $!: Try to guess additional flags to pick up local libraries.
2204 $! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
2205 $!: compute shared library extension
2206 $!: Looking for optional libraries
2207 $!: see if nm is to be used to determine whether a symbol is defined or not
2208 $!: get list of predefined functions in a handy place
2209 $!: see if we have sigaction or sigprocmask
2210 $!: see whether socketshr exists
2211 $ IF (F$SEARCH(F$PARSE("SocketShr","Sys$Share:.Exe")).NES."")
2213 $ Has_socketshr = "T"
2215 $ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
2217 $ Has_socketshr = "F"
2219 $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
2221 $ Has_Dec_C_Sockets = "T"
2223 $ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
2225 $ Has_Dec_C_Sockets = "F"
2227 $ ! Hey, we've got both. Default to Dec C, then, since it's better
2228 $ IF Has_socketshr .OR. Has_Dec_C_Sockets
2231 $ echo "You have sockets available. Which socket stack do you want to"
2232 $ echo "build into Perl?"
2233 $ IF Has_Dec_C_Sockets
2237 $ dflt = "SOCKETSHR"
2239 $ rp = "Choose socket stack (NONE"
2240 $ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2241 $ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
2242 $ rp = rp + ") [''dflt'] "
2244 $ Has_Dec_C_Sockets = "F"
2245 $ Has_socketshr = "F"
2246 $ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
2247 $ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
2248 $ IF ans.eqs."socketshr" THEN Has_socketshr = "T"
2252 $! Ask if they want to build with VMS_DEBUG perl
2254 $ echo "Perl can be built to run under the VMS debugger."
2255 $ echo "You should only select this option if you are debugging"
2256 $ echo "perl itself. This can be a useful feature if you are "
2257 $ echo "embedding perl in a program."
2259 $ if f$type(usevmsdebug) .nes. ""
2261 $ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
2263 $ rp = "Build a VMS-DEBUG version of Perl? [''bool_dflt'] "
2265 $ use_vmsdebug_perl = ans
2266 $ IF use_vmsdebug_perl
2268 $ usevmsdebug = "define"
2269 $ macros = macros + """__DEBUG__=1"","
2271 $ usevmsdebug = "undef"
2274 $! Ask if they want to build with DEBUGGING
2276 $ echo "Perl can be built with extra runtime debugging enabled. This"
2277 $ echo "enables the -D switch, at the cost of some performance. It"
2278 $ echo "was mandatory on perl 5.005 and before on VMS, but is now"
2279 $ echo "optional. If you do not generally use it you should probably"
2280 $ echo "leave this off and gain a bit of extra speed."
2282 $ if f$type(useperldebug) .nes. ""
2284 $ if f$extract(0,1,f$edit(useperldebug,"collapse,upcase")).eqs."N" .or. useperldebug .eqs. "undef" then bool_dflt="n"
2286 $ rp = "Build a DEBUGGING version of Perl? [''bool_dflt'] "
2288 $ use_debugging_perl = ans
2290 $! Ask if they want to build with MULTIPLICITY
2292 $ echo "Perl can be built so that multiple Perl interpreters can coexist"
2293 $ echo "within the same Perl executable."
2294 $ echo "There is some performance overhead, however, so you"
2295 $ echo "probably do not want to choose this unless you are going to be"
2296 $ echo "doing things with embedded perl."
2298 $ if f$type(usemultiplicity) .nes. ""
2300 $ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
2302 $ rp = "Build Perl for multiplicity? [''bool_dflt'] "
2306 $ usemultiplicity="define"
2308 $ usemultiplicity="undef"
2311 $! Ask if they want to build with 64-bit support
2312 $ IF (archname.NES."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2315 $ IF F$TYPE(use64bitint) .NES. ""
2317 $ IF use64bitint .OR. use64bitint .eqs. "define" THEN bool_dflt = "y"
2320 $ echo "You have natively 64-bit long integers."
2322 $ echo "Perl can be built to take advantage of 64-bit integer types"
2323 $ echo "on some systems, To do so, Configure can be run with -Duse64bitint."
2324 $ echo "Choosing this option will most probably introduce binary incompatibilities."
2326 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2327 $ rp = "Try to use 64-bit integers, if available? [''bool_dflt'] "
2332 $ IF F$TYPE(use64bitall) .NES. ""
2334 $ IF use64bitall .OR. use64bitall .eqs. "define" THEN bool_dflt = "y"
2337 $ echo "You may also choose to try maximal 64-bitness. It means using as much"
2338 $ echo "64-bitness as possible on the platform. This in turn means even more"
2339 $ echo "binary incompatibilities. On the other hand, your platform may not"
2340 $ echo "have any more 64-bitness available than what you already have chosen."
2342 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2343 $ rp = "Try to use maximal 64-bit support, if available? [''bool_dflt'] "
2346 $ IF use64bitall .AND. .NOT. use64bitint
2349 $ echo "Since you have chosen a maximally 64-bit build, I'm also turning on"
2350 $ echo "the use of 64-bit integers."
2351 $ echo "I am also setting the default to use large files if available."
2355 $ bool_dflt = use64bitall
2356 $ IF F$TYPE(uselargefiles) .NES. ""
2358 $ IF uselargefiles .OR. uselargefiles .eqs. "define" THEN bool_dflt = "y"
2361 $ echo "Perl can be built to understand large files (files larger than 2 gigabytes)"
2362 $ echo "on some systems. To do so, Configure can be run with -Duselargefiles."
2364 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2365 $ rp = "Try to understand large files, if available? [''bool_dflt'] "
2369 $ ENDIF ! not VAX && >= 7.1
2371 $ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
2373 $ usesitecustomize = "define"
2375 $ usesitecustomize = "undef"
2378 $! Ask about threads, if appropriate
2379 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
2382 $ echo "Perl can be built to take advantage of threads on some systems."
2383 $ echo "To do so, configure.com can be run with -""Dusethreads""."
2385 $ echo "Note that Perl built with threading support runs slightly slower"
2386 $ echo "and uses more memory than plain Perl. The current implementation"
2387 $ echo "is believed to be stable, but it is fairly new, and so should be"
2388 $ echo "treated with caution."
2391 $ if f$type(usethreads) .nes. ""
2393 $ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
2395 $! Catch cases where user specified ithreads or 5005threads but
2396 $! forgot -Dusethreads
2397 $ if f$type(useithreads) .nes. ""
2399 $ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
2401 $ if f$type(use5005threads) .nes. ""
2403 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="y"
2405 $ echo "If this doesn't make any sense to you, just accept the default '" + bool_dflt + "'."
2406 $ rp = "Build a threading Perl? [''bool_dflt'] "
2411 $ ! Shall we do the 5.005-type threads, or IThreads?
2412 $ echo "Since release 5.6, Perl has had two different threading implementations,"
2413 $ echo "the newer interpreter-based version (ithreads) with one interpreter per"
2414 $ echo "thread, and the older 5.005 version (5005threads)."
2415 $ echo "The 5005threads version is effectively unmaintained and will probably be"
2416 $ echo "removed in Perl 5.10, so there should be no need to build a Perl using it"
2417 $ echo "unless needed for backwards compatibility with some existing 5.005threads"
2421 $ if f$type(useithreads) .nes. ""
2423 $ if useithreads .eqs. "undef" then bool_dflt="n"
2425 $ if f$type(use5005threads) .nes. ""
2427 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="n"
2429 $ rp = "Use the newer intepreter-based ithreads? [''bool_dflt'] "
2434 $ use_5005_threads="N"
2436 $ use_5005_threads="Y"
2438 $ ! Are they on VMS 7.1 or greater?
2439 $ IF "''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.1"
2442 $ echo "Threaded Perl can be linked to use system upcalls on your system. This feature"
2443 $ echo "allows the thread scheduler to be made aware of system events (such as I/O)"
2444 $ echo "so as to prevent a single thread from blocking all the threads in a program,"
2445 $ echo "even on a single-processor machine."
2447 $ IF f$type(usethreadupcalls) .NES. ""
2449 $ if .not. usethreadupcalls .or. usethreadupcalls .eqs. "undef" then bool_dflt="n"
2451 $ rp = "Enable thread upcalls? [''bool_dflt'] "
2455 $ thread_upcalls = "MTU=MTU=1"
2456 $ usethreadupcalls = "define"
2457 $ ! Are they on alpha or itanium?
2458 $ IF (archname .NES. "VMS_VAX") .AND. ("''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.2")
2461 $ echo "Threaded Perl can be linked to use multiple kernel threads on your system."
2462 $ echo "This feature allows multiple user threads to make use of multiple CPUs on
2463 $ echo "a multi-processor machine."
2465 $ IF f$type(usekernelthreads) .nes. ""
2467 $ if usekernelthreads .or. usekernelthreads .eqs. "define" then bool_dflt="y"
2469 $ rp = "Enable multiple kernel threads? [''bool_dflt'] "
2473 $ thread_kernel = "MTK=MTK=1"
2474 $ usekernelthreads = "define"
2480 $ IF F$TYPE(usethreadupcalls) .EQS. "" THEN usethreadupcalls = "undef"
2481 $ IF F$TYPE(usekernelthreads) .EQS. "" THEN usekernelthreads = "undef"
2482 $ IF archname .NES. "VMS_VAX"
2486 $ echo "By default, perl (and pretty much everything else on VMS) uses"
2487 $ echo "case-insensitive linker symbols. Which is to say, when the"
2488 $ echo "underlying C code makes a call to a routine called Perl_foo in"
2489 $ echo "the source, the name in the object modules or shareable images"
2490 $ echo "is really PERL_FOO. There are some packages that use an"
2491 $ echo "embedded perl interpreter that instead require case-sensitive"
2492 $ echo "linker symbols."
2494 $ echo "If you have no idea what this means, and do not have"
2495 $ echo "any program requiring anything, choose the default."
2496 $ bool_dflt = be_case_sensitive
2497 $ if f$type(usecasesensitive) .nes. ""
2499 $ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2500 $ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2502 $ rp = "Build with case-sensitive symbols? [''bool_dflt'] "
2504 $ be_case_sensitive = ans
2507 $ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers"
2508 $ echo "internally on Alpha, but if you need G_FLOAT for binary compatibility"
2509 $ echo "with an external library or existing data, you may wish to disable"
2510 $ echo "the IEEE math option."
2511 $ bool_dflt = use_ieee_math
2512 $ if f$type(useieee) .nes. ""
2514 $ if useieee .or. useieee .eqs. "define"
2521 $ rp = "Use IEEE math? [''bool_dflt'] "
2523 $ use_ieee_math = ans
2525 $ be_case_sensitive = "n"
2526 $ use_ieee_math = "n"
2529 $ usecasesensitive = "undef"
2530 $ if (use_ieee_math) then useieee = "define"
2531 $ if (be_case_sensitive) then usecasesensitive = "define"
2532 $! Unlink all versions?
2534 $ echo "By default, Perl's unlink() provides VMS-like behavior and only"
2535 $ echo "deletes the latest version of a file. Enabling this option builds"
2536 $ echo "Perl so that unlink() deletes all versions of a file."
2537 $ bool_dflt = unlink_all_versions
2538 $ if f$type(unlink_all_versions) .nes. ""
2540 $ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2547 $ rp = "Make unlink() delete all versions of a file? [''bool_dflt'] "
2549 $ unlink_all_versions = ans
2550 $ IF unlink_all_versions
2552 $ d_unlink_all_versions = "define"
2554 $ d_unlink_all_versions = "undef"
2558 $ echo "Your compiler may want other flags. For this question you should include"
2559 $ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2560 $ echo "or qualifiers used by the compiler."
2562 $ echo "To use no flags, specify the word ""none""."
2563 $ dflt = user_c_flags
2564 $ rp = "Any additional cc flags? [''dflt'] "
2566 $ IF ans .EQS. "none" THEN ans = ""
2567 $ user_c_flags = "''ans'"
2569 $! Ask whether they want to use secure logical translation when tainting
2571 $ echo "As Perl starts up, it checks several logical names, such as"
2572 $ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2573 $ echo "of its behavior. For additional security, you may limit this"
2574 $ echo "process to executive- and kernel-mode translation when tainting"
2575 $ echo "is enabled. In this case, logical names normally skipped when"
2576 $ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2577 $ echo "If you do not choose to do this, the usual order of access modes"
2578 $ echo "is used for logical name translation."
2580 $ echo "This restriction does not apply to the %ENV hash or to implicit"
2581 $ echo "logical name translation during parsing of file specifications;"
2582 $ echo "these always use the normal sequence of access modes for logical"
2583 $ echo "name translation."
2585 $ if f$type(usesecurelog) .nes. ""
2587 $ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2589 $ rp = "Use secure logical name translation? [''bool_dflt'] "
2591 $ d_secintgenv = ans
2592 $ usesecurelog = "undef"
2593 $ if (d_secintgenv) then usesecurelog = "define"
2595 $! Ask whether they want to default filetypes
2597 $ echo "When you pass the name of a program to Perl on the command line,"
2598 $ echo "it generally doesn't supply any defaults unless the -S command"
2599 $ echo "line switch is specified. In keeping with the VMS tradition of"
2600 $ echo "default file types, however, you can configure Perl to try default"
2601 $ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2602 $ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2603 $ echo "finally foo.com)."
2605 $ echo "This is currently broken in some configurations. Only enable it if"
2606 $ echo "you know what you are doing."
2608 $ if f$type(usedefaulttypes) .nes. ""
2610 $ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2612 $ rp = "Always use default file types? [''bool_dflt'] "
2614 $ d_alwdeftype = ans
2615 $ usedefaulttypes = "undef"
2616 $ if (d_alwdeftype) then usedefaulttypes = "define"
2618 $! determine whether to use malloc wrapping
2621 $ IF F$TYPE(usemallocwrap) .nes. ""
2623 $ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
2625 $ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] "
2628 $ THEN usemallocwrap = "define"
2629 $ ELSE usemallocwrap = "undef"
2632 $! Ask if they want to use perl's memory allocator
2634 $ echo "Perl has a built-in memory allocator that is tuned for normal"
2635 $ echo "memory usage. It is oftentimes better than the standard system"
2636 $ echo "memory allocator. It also has the advantage of providing memory"
2637 $ echo "allocation statistics, if you choose to enable them."
2639 $ IF F$TYPE(usemymalloc) .nes. ""
2641 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2643 $ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''bool_dflt'] "
2648 $ IF use_debugging_perl
2651 $ echo "Perl can keep statistics on memory usage if you choose to use"
2652 $ echo "them. This is useful for debugging, but does have some"
2653 $ echo "performance overhead."
2655 $ rp = "Do you want the debugging memory allocator? [''bool_dflt'] "
2657 $ use_debugmalloc = ans
2659 $ ! Check which memory allocator we want
2661 $ echo "There are currently three different memory allocators: the"
2662 $ echo "default (which is a pretty good general-purpose memory manager),"
2663 $ echo "the TWO_POT allocator (which is optimized to save memory for"
2664 $ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2665 $ echo "memory for smaller allocations). They're all good, but if your"
2666 $ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
2667 $ echo "PACK_MALLOC."
2669 $ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2671 $ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2672 $ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2675 $ known_extensions = ""
2677 $ OPEN/READ CONFIG 'manifestfound'
2679 $ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
2680 $ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
2681 F$EXTRACT(0,8,line) .NES. "vms/ext/" THEN goto ext_loop
2682 $ line = F$EDIT(line,"COMPRESS")
2683 $ line = F$ELEMENT(0," ",line)
2684 $ line_len = F$LENGTH(line)
2685 $ IF F$EXTRACT(line_len - 12,12,line) .NES. "/Makefile.PL" THEN goto ext_loop
2686 $ IF F$EXTRACT(0,4,line) .EQS. "ext/" THEN -
2687 xxx = F$EXTRACT(4,line_len - 16,line)
2688 $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
2689 $ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit
2690 $ IF xxx .EQS. "Devel/PPPort/harness" THEN goto ext_loop ! sub extension - omit
2691 $ IF F$EXTRACT(0,7,xxx) .EQS. "Encode/" THEN goto ext_loop ! sub extension - omit
2692 $ IF xxx .EQS. "B/C" THEN goto ext_loop ! sub extension - omit
2693 $ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN -
2694 xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line)
2695 $ known_extensions = known_extensions + " ''xxx'"
2700 $ known_extensions = F$EDIT(known_extensions,"TRIM,COMPRESS")
2701 $ dflt = known_extensions
2702 $ IF ccname .NES. "DEC" .AND. ccname .NES. "CXX"
2704 $ dflt = dflt - "POSIX" ! not with VAX C or GCC
2706 $ dflt = dflt - "ByteLoader" ! needs to be ported
2707 $ dflt = dflt - "DB_File" ! needs to be ported
2708 $ dflt = dflt - "GDBM_File" ! needs porting/special library
2709 $ dflt = dflt - "IPC/SysV" ! needs to be ported
2710 $ dflt = dflt - "NDBM_File" ! needs porting/special library
2711 $ dflt = dflt - "ODBM_File" ! needs porting/special library
2712 $ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
2713 $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
2715 $ dflt = dflt - "Socket" ! optional on VMS
2717 $ IF .NOT. use_threads THEN dflt = dflt - "Thread"
2718 $ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
2720 $! Ask for their default list of extensions to build
2722 $ echo "It is time to specify which modules you want to build into"
2723 $ echo "perl. Most of these are standard and should be chosen, though"
2724 $ echo "you might, for example, want to build GDBM_File instead of"
2725 $ echo "SDBM_File if you have the GDBM library built on your machine."
2727 $ echo "Which modules do you want to build into perl?"
2730 $ extensions = F$EDIT(ans,"TRIM,COMPRESS")
2732 $! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2734 $ echo "Checking your ""make"" utilities..."
2735 $! If the 'build' that you use is not here add it and it's test
2736 $! switch to the _END_ of these strings (and increment max_build)
2737 $! (e.g. builders = builders + "/FOOMAKE"
2738 $! probers = probers + " -fooVersionSwitch"
2739 $! ) & please let me know about it.
2740 $ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2741 $ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2744 $ orig_dflt = f$edit(builder,"UPCASE")
2745 $ if orig_dflt .eqs. "" then orig_dflt = "MMK"
2748 $ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2749 $ WRITE CONFIG "dont_make_anything_yet:"
2750 $ WRITE CONFIG F$FAO("!_")
2753 $ messages = F$ENVIRONMENT("MESSAGE")
2755 $ build = F$ELEMENT(n,"/",builders)
2756 $ probe = F$ELEMENT(n,"!",probers)
2757 $ echo "Testing whether you have ''build' on your system..."
2759 $! Noted with GNU Make version 3.60 that the $status and $severity
2760 $! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2761 $! $SEVERITY == "4".
2764 $ ON CONTROL_Y THEN GOTO Reenable_messages_build
2765 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
2767 $ IF ($SEVERITY .EQ. 1) ! not adequate?
2770 $ IF (build .EQS. orig_dflt)
2772 $ default_set = "TRUE"
2775 $ ok_builders = ok_builders + " " + build
2776 $ IF (.NOT. default_set) THEN dflt = build
2780 $Reenable_messages_build:
2781 $ SET MESSAGE 'messages'
2783 $ on control_y then goto clean_up
2785 $ IF (n .LT. max_build) THEN GOTO Build_probe
2788 $ IF (ok_builders .NES. "")
2790 $ echo "Here is the list of builders you can apparently use:"
2791 $ echo "(",ok_builders," )"
2792 $ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
2794 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2795 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2804 %Config-E-VMS, ERROR:
2805 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2806 utility of some sort and after checking my "builders" list I cannot find
2807 the symbol or command you use on your system to compile programs.
2810 $ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
2811 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2812 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2815 $ echo "I do not know where ""make"" is, and my life depends on it."
2816 $ echo "Go find a make program or fix your DCL$PATH setting!"
2817 $ echo "ABORTING..."
2818 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
2820 $ EXIT 2 !$STATUS = "%X00000002" (error)
2826 $ DELETE/NOLOG/NOCONFIRM Makefile.;
2832 There seems to be trouble. I just tried to create a file in
2834 $ echo4 'F$ENVIRONMENT("DEFAULT")'
2837 but was unsuccessful. I am stopping now. Please check that directories'
2838 PROTECTION bits. I will leave you in the directory where you started
2841 $ echo4 "ABORTING..."
2847 $! echo " Very well I will proceed with ""''build'"""
2848 $ make = F$EDIT(build,"UPCASE")
2850 $!: locate the preferred pager for this system
2851 $!pagers = "most|more|less|type/page"
2852 $ IF osvers .GES. "V6.1"
2854 $ dflt = "type/page=save=10"
2856 $ dflt = "type/page"
2858 $! assume that the presence of a most symbol indicates the presence
2860 $ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
2861 $ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
2862 $ rp="What pager is used on your system? [''dflt'] "
2866 $! update [.vms]config.vms here
2868 $! update makefile here
2869 $! echo4 "Updating makefile..."
2871 $ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
2873 $ makefile = "" !wrt MANIFEST dir
2874 $ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
2875 $ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
2876 $ Makefile_SH = "descrip_mms.template"
2878 $ makefile = " -f Makefile." !wrt MANIFEST dir
2879 $ UUmakefile = "[-]Makefile." !wrt CWD dir
2880 $ DEFmakefile = "Makefile." !wrt DEF dir (?)
2881 $ Makefile_SH = "Makefile.in"
2884 $ IF macros .NES. ""
2886 $ tmp = F$LENGTH(macros)
2887 $ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
2888 $ macros = "/macro=(" + macros + ")"
2890 $! Build up the extra C flags
2894 $ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm"
2896 $ IF be_case_sensitive
2898 $ extra_flags = "''extra_flags'" + "/Names=As_Is"
2900 $ extra_flags = "''extra_flags'" + "''user_c_flags'"
2902 $ min_pgflquota = "100000"
2903 $ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
2904 $ IF pgflquota .LES. min_pgflquota
2906 $ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
2907 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
2910 $ echo4 "Continuing..."
2912 $ echo4 "ABORTING..."
2917 $! PerlIO abstraction
2920 $ IF F$TYPE(useperlio) .NES. ""
2922 $ if f$extract(0,1,f$edit(useperlio,"collapse,upcase")) .eqs. "N" .or. useperlio .eqs. "undef" then bool_dflt = "n"
2926 $ echo "Previous versions of ''package' used the standard IO mechanisms as"
2929 defined in <stdio.h>. Versions 5.003_02 and later of perl allow
2930 alternate IO mechanisms via the PerlIO abstraction layer, but the
2931 stdio mechanism is still available if needed. The abstraction layer
2932 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
2933 Using PerlIO with sfio may cause problems with some extension modules.
2936 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2938 $ rp = "Use the PerlIO abstraction layer? [''bool_dflt'] "
2942 $ useperlio = "define"
2944 $ echo "Ok, doing things the stdio way."
2945 $ useperlio = "undef"
2949 $ echo4 "Checking the C run-time library."
2951 $! Former SUBCONFIGURE.COM
2953 $! - build a config.sh for VMS Perl.
2954 $! - use built config.sh to take config_h.SH -> config.h
2955 $! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
2956 $! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
2957 $! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
2959 $! Note for folks from other platforms changing things in here:
2961 $! Fancy changes (based on compiler capabilities or VMS version or
2962 $! whatever) are tricky, so go ahead and punt on those.
2964 $! Simple changes, though (say, always setting something to 1, or undef,
2965 $! or something like that) are straightforward. Adding a new constant
2966 $! item for the ultimately created config.sh requires at least one
2967 $! (possibly more) line(s) to this file.
2969 $! Add a line in the format:
2971 $! $ WC "foo='undef'"
2973 $! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
2974 $! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
2975 $! is sorted ASCII and corresponds to the output of config.sh in the
2976 $! Bourne shell version of Configure).
2977 $! Be very careful with quoting, as it can be tricky.
2978 $! For example if instead of a constant string like 'undef' or 'define'
2979 $! you wanted to add something to VMS's config.sh that looks like:
2983 $! then add a line that looks like this before the
2984 $! '##END WRITE NEW CONSTANTS HERE##' tagged line:
2986 $! $ WC "blank_string='" + "'"
2988 $! (+ is the string concatenator and "''var'" has the effect
2989 $! of "${var}" in perl or sh, but "'const'" is not interpolated).
2991 $! Note that unitialized variables, such as a line like:
2993 $! $ WC "new_var='" + new_var + "'"
2995 $! should be avoided unless new_var has a value assigned prior
2996 $! to that line (think of perl's -w warnings).
2998 $! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
3002 $ vms_ver = F$EXTRACT(1,3, osvers)
3003 $ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
3004 $ MCC = f$edit(mcc, "UPCASE")
3005 $ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
3006 $ IF ccname .EQS. "DEC"
3008 $ Checkcc := "''Mcc'/prefix=all"
3010 $ IF ccname .EQS. "CXX"
3014 $ Checkcc := "''Mcc'"
3017 $ ccflags = ccflags + extra_flags
3018 $ IF be_case_sensitive
3020 $ d_vms_be_case_sensitive = "define"
3022 $ d_vms_be_case_sensitive = "undef"
3024 $! Some constant defaults.
3025 $ hwname = f$getsyi("HW_NAME")
3026 $ myname = myhostname
3027 $ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
3032 $ IF use64bitint .OR. use64bitint .EQS. "define"
3034 $ use64bitint = "define"
3035 $ uselongdouble = "define"
3037 $ usemorebits = "define"
3038 $ ivdformat="""Ld"""
3039 $ uvuformat="""Lu"""
3040 $ uvoformat="""Lo"""
3041 $ uvxformat="""Lx"""
3042 $ uvXUformat="""LX"""
3044 $ use64bitint = "undef"
3045 $ uselongdouble = "undef"
3046 $ usemorebits = "undef"
3047 $ ivdformat="""ld"""
3048 $ uvuformat="""lu"""
3049 $ uvoformat="""lo"""
3050 $ uvxformat="""lx"""
3051 $ uvXUformat="""lX"""
3053 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
3055 $ nveformat="""Le"""
3056 $ nvfformat="""Lf"""
3057 $ nvgformat="""Lg"""
3063 $ IF use64bitall .OR. use64bitall .EQS. "define"
3065 $ use64bitall = "define"
3067 $ use64bitall = "undef"
3069 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
3071 $ uselargefiles = "define"
3073 $ uselargefiles = "undef"
3076 $ usemymalloc = "undef"
3077 $ if mymalloc then usemymalloc = "define"
3081 $ IF (sharedperl .AND. archname .EQS. "VMS_AXP")
3089 $ IF (sharedperl .AND. archname .EQS. "VMS_IA64")
3104 $ dlobj="dl_vms''obj_ext'"
3106 $ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3108 $ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3116 $ THEN d_mymalloc="define"
3117 $ ELSE d_mymalloc="undef"
3121 $ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
3122 $ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
3124 $ IF ((use_threads) .AND. (vms_ver .LES. "6.2"))
3126 $ 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"
3130 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
3137 $! perllibs should be libs with all non-core libs (such as gdbm) removed.
3143 $ IF use64bitint .OR. use64bitint .EQS. "define"
3145 $ d_PRId64 = "define"
3146 $ d_PRIu64 = "define"
3147 $ d_PRIo64 = "define"
3148 $ d_PRIx64 = "define"
3149 $ d_PRIXU64 = "define"
3150 $ sPRId64 = """Ld"""
3151 $ sPRIXU64 = """LX"""
3152 $ sPRIi64 = """Li"""
3153 $ sPRIo64 = """Lo"""
3154 $ sPRIu64 = """Lu"""
3155 $ sPRIx64 = """Lx"""
3157 $ quadtype = "long long"
3158 $ uquadtype = "unsigned long long"
3159 $ quadkind = "QUAD_IS_LONG_LONG"
3160 $ d_frexpl = "define"
3161 $ d_isnan = "define"
3162 $ d_isnanl = "define"
3163 $ d_modfl = "define"
3164 $ d_modflproto = "define"
3166 $ d_PRId64 = "undef"
3167 $ d_PRIXU64 = "undef"
3168 $ d_PRIu64 = "undef"
3169 $ d_PRIo64 = "undef"
3170 $ d_PRIx64 = "undef"
3172 $ sPRIXU64 = """lX"""
3179 $ uquadtype = "unsigned long"
3180 $ quadkind = "QUAD_IS_LONG"
3181 $ d_frexpl = "undef"
3183 $ d_isnanl = "undef"
3185 $ d_modflproto = "undef"
3188 $! Now some that we build up
3192 $ IF use_5005_threads
3194 $ arch = "''arch'-thread"
3195 $ archname = "''archname'-thread"
3196 $ d_old_pthread_create_joinable = "undef"
3197 $ old_pthread_create_joinable = " "
3198 $ use5005threads = "define"
3199 $ useithreads = "undef"
3201 $ arch = "''arch'-ithread"
3202 $ archname = "''archname'-ithread"
3203 $ d_old_pthread_create_joinable = "undef"
3204 $ old_pthread_create_joinable = " "
3205 $ use5005threads = "undef"
3206 $ useithreads = "define"
3209 $ d_old_pthread_create_joinable = "undef"
3210 $ old_pthread_create_joinable = " "
3211 $ use5005threads = "undef"
3212 $ useithreads = "undef"
3215 $! Some that we need to invoke the compiler for
3218 $! handy construction aliases/symbols
3220 $ OS := "open/write CONFIG []try.c"
3221 $ WS := "write CONFIG"
3222 $ CS := "close CONFIG"
3223 $ DS := "delete/nolog/noconfirm []try.*;*"
3225 $ good_compile = %X10B90001
3226 $ IF ccname .EQS. "GCC"
3228 $ open/write OPTCHAN []try.opt
3229 $ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3230 $ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3233 $ good_compile = %X10000001
3235 $ IF ccname .EQS. "CXX"
3237 $ good_compile = %X15F60001
3239 $ good_link = %X10000001
3240 $ tmp = "" ! null string default
3242 $ GOTO beyond_compile_ok
3244 $! Check for type sizes
3249 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3250 $ WS "#include <stdlib.h>"
3252 $ WS "#include <stdio.h>"
3255 $ WS "printf(""%d\n"", sizeof(''tmp'));"
3262 $!: locate header file
3266 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3267 $ WS "#include <stdlib.h>"
3269 $ WS "#include <stdio.h>"
3270 $ WS "#include <''tmp'>"
3273 $ WS "printf(""define\n"");"
3280 $!: define an alternate in-header-list? function
3284 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3286 $ echo4 "<''tmp'> found."
3289 $ echo4 "<''tmp'> NOT found."
3294 $!: define an is-in-libc? function
3297 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3299 $ echo4 "''tmp'() found."
3302 $ echo4 "''tmp'() NOT found."
3307 $!: define a shorthand compile call
3311 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3313 $ OPEN/WRITE CONFIG []try.out
3314 $ DEFINE/USER_MODE SYS$ERROR CONFIG
3315 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3318 $ OPEN/READ CONFIG []try.out
3321 $ DELETE/NOLOG/NOCONFIRM []try.out;
3322 $ DELETE/NOLOG/NOCONFIRM []try.exe;
3324 $ tmp = "" ! null string default
3330 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3331 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3335 $ 'ld' try.obj,try.opt/opt
3336 $ link_status = $status
3339 $ link_status = $status
3342 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3345 $!: define a shorthand compile call for compilations that should be ok.
3347 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3348 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3351 $ compile_status = $status
3353 $ DELETE/NOLOG/NOCONFIRM try.c;
3358 $! Check for __STDC__
3361 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3362 $ WS "#include <stdlib.h>"
3364 $ WS "#include <stdio.h>"
3367 $ WS "#ifdef __STDC__"
3368 $ WS "printf(""42\n"");"
3370 $ WS "printf(""1\n"");"
3377 $ IF F$INTEGER(tmp) .eq. 42
3379 $ echo4 "Your C compiler and pre-processor defines the symbol:"
3383 $! Check for double size
3385 $ echo4 "Checking to see how big your double precision numbers are..."
3387 $ GOSUB type_size_check
3389 $ echo "Your double is ''doublesize' bytes long."
3391 $! Check for long double size
3394 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3395 $ WS "#pragma message disable ALL" ! VAX compilers may have distracting informationals
3396 $ WS "#include <stdlib.h>"
3398 $ WS "#include <stdio.h>"
3401 $ WS "printf(""%d\n"", sizeof(long double));"
3405 $ echo4 "Checking to see if you have long double..."
3407 $ IF link_status .NE. good_link
3411 $ echo "You do not have long double."
3413 $ echo "You have long double."
3414 $ echo4 "Checking to see how big your long doubles are..."
3417 $ d_longdbl = "define"
3418 $ echo "Your long doubles are ''longdblsize' bytes long."
3421 $ IF d_longdbl .OR. d_longdbl .EQS. "define"
3423 $ d_PRIEUldbl = "define"
3424 $ d_PRIFUldbl = "define"
3425 $ d_PRIGUldbl = "define"
3426 $ d_PRIeldbl = "define"
3427 $ d_PRIfldbl = "define"
3428 $ d_PRIgldbl = "define"
3429 $ sPRIEUldbl = """LE"""
3430 $ sPRIFUldbl = """LF"""
3431 $ sPRIGUldbl = """LG"""
3432 $ sPRIeldbl = """Le"""
3433 $ sPRIfldbl = """Lf"""
3434 $ sPRIgldbl = """Lg"""
3436 $ d_PRIEUldbl = "undef"
3437 $ d_PRIFUldbl = "undef"
3438 $ d_PRIGUldbl = "undef"
3439 $ d_PRIeldbl = "undef"
3440 $ d_PRIfldbl = "undef"
3441 $ d_PRIgldbl = "undef"
3449 $ d_SCNfldbl = d_PRIfldbl
3450 $ sSCNfldbl = sPRIfldbl ! expect consistency
3452 $!: check for long long
3454 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3455 $ WS "#include <stdlib.h>"
3457 $ WS "#include <stdio.h>"
3460 $ WS "printf(""%d\n"", sizeof(long long));"
3464 $ echo4 "Checking to see if you have long long..."
3466 $ IF link_status .NE. good_link
3469 $ d_longlong="undef"
3470 $ echo "You do not have long long."
3472 $ echo "You have long long."
3473 $ echo4 "Checking to see how big your long longs are..."
3475 $ longlongsize = tmp
3476 $ d_longlong = "define"
3477 $ echo "Your long longs are ''longlongsize' bytes long."
3480 $! Check the prototype for getgid
3482 $ echo "Looking for the type for group ids returned by getgid()."
3484 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3485 $ WS "#include <stdlib.h>"
3487 $ WS "#include <stdio.h>"
3488 $ WS "#include <types.h>"
3496 $ IF compile_status .NE. good_compile
3498 $! Okay, gid_t failed. Must be unsigned int
3499 $ gidtype = "unsigned int"
3500 $ echo4 "assuming ""''gidtype'""."
3503 $ echo4 "gid_t found."
3506 $! Check to see if we've got dev_t
3508 $ echo "Looking for the type for dev."
3510 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3511 $ WS "#include <stdlib.h>"
3513 $ WS "#include <stdio.h>"
3514 $ WS "#include <types.h>"
3522 $ IF compile_status .NE. good_compile
3524 $! Okay, dev_t failed. Must be unsigned int
3525 $ devtype = "unsigned int"
3526 $ echo4 "assuming ""''devtype'""."
3529 $ echo4 "dev_t found."
3532 $! Check to see if we've got unistd.h (which we ought to, but you never know)
3539 $! Check to see if we've got utime.h (which we should use if we have)
3546 $! do we have getppid()?
3548 $ IF i_unistd .EQS. "define"
3551 $ WS "#include <stdio.h>"
3552 $ WS "#include <unistd.h>"
3554 $ WS "printf(""%d\n"",getppid());"
3562 $ d_getppid = "undef"
3565 $!: see if this is a libutil.h system
3571 $! Check to see if we've got shadow.h (probably not, but...)
3577 $! Check to see if we've got socks.h (probably not, but...)
3583 $! Check the prototype for select
3585 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3588 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3589 $ WS "#include <stdlib.h>"
3591 $ WS "#include <stdio.h>"
3592 $ WS "#include <types.h>"
3593 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3596 $ WS "#include <socketshr.h>"
3598 $ WS "#include <time.h>"
3599 $ WS "#include <socket.h>"
3606 $ WS "bar = select(2, foo, foo, foo, NULL);"
3611 $ IF compile_status .NE. good_compile
3613 $! Okay, select failed. Must be an int *
3614 $ selecttype = "int *"
3615 $ echo4 "select() NOT found."
3617 $ selecttype="fd_set *"
3618 $ echo4 "select() found."
3621 $ ! No sockets, so stick in an int * : no select, so pick a harmless default
3622 $ selecttype = "int *"
3625 $! Check to see if fd_set exists
3627 $ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3629 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3630 $ WS "#include <stdlib.h>"
3632 $ WS "#include <stdio.h>"
3633 $ WS "#include <types.h>"
3636 $ WS "#include <socketshr.h>"
3638 $ IF Has_Dec_C_Sockets
3640 $ WS "#include <time.h>"
3641 $ WS "#include <socket.h>"
3651 $ IF compile_status .ne. good_compile
3653 $! Okay, fd_set failed. Must not exist
3654 $ d_fd_set = "undef"
3655 $ echo4 "Hmm, your compiler has some difficulty with fd_set."
3658 $ echo4 "Well, your system knows about the normal fd_set typedef..."
3661 $! Check for inttypes.h
3663 $ tmp = "inttypes.h"
3667 $! Check to see if off64_t exists
3669 $ echo4 "Checking to see if you have off64_t..."
3671 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3672 $ WS "#include <stdlib.h>"
3674 $ WS "#include <stdio.h>"
3675 $ WS "#include <types.h>"
3676 $ WS "#''i_inttypes' IIH"
3678 $ WS "#include <inttypes.h>"
3687 $ IF compile_status .EQ. good_compile
3689 $ d_off64_t="define"
3690 $ echo "You have off64_t."
3692 $ d_off64_t = "undef"
3693 $ echo "You do not have off64_t."
3696 $! Check to see if fpos64_t exists
3698 $ echo4 "Checking to see if you have fpos64_t..."
3700 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3701 $ WS "#include <stdlib.h>"
3703 $ WS "#include <stdio.h>"
3704 $ WS "#include <types.h>"
3705 $ WS "#''i_inttypes' IIH"
3707 $ WS "#include <inttypes.h>"
3711 $ WS "fpos64_t bar;"
3716 $ IF compile_status .EQ. good_compile
3718 $ d_fpos64_t="define"
3719 $ echo "You have fpos64_t."
3721 $ d_fpos64_t = "undef"
3722 $ echo "You do not have fpos64_t."
3725 $! Check to see if int64_t exists
3727 $ echo4 "Checking to see if you have int64_t..."
3729 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3730 $ WS "#include <stdlib.h>"
3732 $ WS "#include <stdio.h>"
3733 $ WS "#include <types.h>"
3734 $ WS "#''i_inttypes' IIH"
3736 $ WS "#include <inttypes.h>"
3745 $ IF compile_status .EQ. good_compile
3747 $ d_int64_t="define"
3748 $ echo "You have int64_t."
3750 $ d_int64_t = "undef"
3751 $ echo "You do not have int64_t."
3754 $! Check to see if fseeko exists
3757 $ WS "#include <stdio.h>"
3760 $ WS "FILE *f=NULL;"
3761 $ WS "fseeko(f,(off_t)0,SEEK_SET);"
3769 $! Check to see if ftello exists
3772 $ WS "#include <stdio.h>"
3775 $ WS "FILE *f=NULL; off_t o=0;"
3784 $!: see if this is a netdb.h system
3785 $ IF Has_Dec_C_Sockets
3792 $! Check for h_errno
3794 $ echo4 "Checking to see if you have h_errno..."
3796 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3797 $ WS "#include <stdlib.h>"
3799 $ WS "#include <stdio.h>"
3800 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3801 $ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
3809 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3812 $ echo "You have h_errno."
3815 $ echo "You do not have h_errno."
3818 $! Check to see if gethostname exists
3820 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3823 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3824 $ WS "#include <stdlib.h>"
3826 $ WS "#include <stdio.h>"
3827 $ WS "#include <types.h>"
3830 $ WS "#include <socketshr.h>"
3832 $ WS "#include <time.h>"
3833 $ WS "#include <socket.h>"
3837 $ WS "char name[100];"
3838 $ WS "int bar, baz;"
3840 $ WS "baz = gethostname(name, bar);"
3845 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3847 $ d_gethname="define"
3848 $ echo4 "gethostname() found."
3850 $ d_gethname="undef"
3853 $ ! No sockets, so no gethname
3854 $ d_gethname = "undef"
3857 $! Check for sys/file.h
3859 $ tmp = "sys/file.h"
3864 $! Check for sys/ioctl.h
3866 $ tmp = "sys/ioctl.h"
3870 $! Check for sys/utsname.h
3872 $ tmp = "sys/utsname.h"
3874 $ i_sysutsname = tmp
3876 $! Check for syslog.h
3888 $! Check for sys/uio.h
3894 $! Check for sys/mode.h
3896 $ tmp = "sys/mode.h"
3900 $! Check for sys/access.h
3902 $ tmp = "sys/access.h"
3906 $! Check for sys/security.h
3908 $ tmp = "sys/security.h"
3912 $! Check for fcntl.h
3921 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3922 $ WS "#include <stdlib.h>"
3924 $ WS "#include <stdio.h>"
3925 $ WS "#include <fcntl.h>"
3928 $ WS "fcntl(1,2,3);"
3936 $! Check for fcntl locking capability
3938 $ echo4 "Checking if fcntl-based file locking works... "
3940 $ IF d_fcntl .EQS. "define"
3943 $ WS "#include <stdio.h>"
3944 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3945 $ WS "#include <stdlib.h>"
3947 $ WS "#include <fcntl.h>"
3948 $ WS "#include <unistd.h>"
3950 $ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
3951 $ WS " struct flock flock;"
3952 $ WS " int retval, fd;"
3953 $ WS " fd = open(""try.c"", O_RDONLY);"
3954 $ WS " flock.l_type = F_RDLCK;"
3955 $ WS " flock.l_whence = SEEK_SET;"
3956 $ WS " flock.l_start = flock.l_len = 0;"
3957 $ WS " retval = fcntl(fd, F_SETLK, &flock);"
3959 $ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
3961 $ WS " printf(""undef\n"");"
3966 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3969 $ IF tmp .EQS. "define"
3971 $ echo4 "Yes, it seems to work."
3973 $ echo4 "Nope, it didn't work."
3976 $ echo4 "I'm unable to compile the test program, so I'll assume not."
3980 $ echo4 "Nope, since you don't even have fcntl()."
3982 $ d_fcntl_can_lock = tmp
3987 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3988 $ WS "#include <stdlib.h>"
3990 $ WS "#include <string.h>"
3993 $ WS "char * place;"
3994 $ WS "place = memchr(""foo"", 47, 3);"
4002 $! Check for strtoull
4005 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4006 $ WS "#include <stdlib.h>"
4008 $ WS "#include <string.h>"
4011 $ WS "unsigned __int64 result;"
4012 $ WS "result = strtoull(""123123"", NULL, 10);"
4020 $! Check for strtouq
4023 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4024 $ WS "#include <stdlib.h>"
4026 $ WS "#include <string.h>"
4029 $ WS "unsigned __int64 result;"
4030 $ WS "result = strtouq(""123123"", NULL, 10);"
4038 $! Check for strtoll
4041 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4042 $ WS "#include <stdlib.h>"
4044 $ WS "#include <string.h>"
4047 $ WS "__int64 result;"
4048 $ WS "result = strtoll(""123123"", NULL, 10);"
4059 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4060 $ WS "#include <stdlib.h>"
4062 $ WS "#include <string.h>"
4065 $ WS "__int64 result;"
4066 $ WS "result = strtoq(""123123"", NULL, 10);"
4074 $! Check for strtold
4077 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4078 $ WS "#include <stdlib.h>"
4080 $ WS "#include <string.h>"
4083 $ WS "long double result;"
4084 $ WS "result = strtold(""123123"", NULL, 10);"
4095 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4096 $ WS "#include <stdlib.h>"
4098 $ WS "#include <string.h>"
4101 $ WS " __int64 result;"
4102 $ WS "result = atoll(""123123"");"
4113 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4114 $ WS "#include <stdlib.h>"
4116 $ WS "#include <string.h>"
4120 $ WS "result = atolf(""123123"");"
4131 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4132 $ WS "#include <stdlib.h>"
4134 $ WS "#include <stdio.h>"
4137 $ WS "access(""foo"", F_OK);"
4148 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4149 $ WS "#include <stdlib.h>"
4151 $ WS "#include <stdio.h>"
4152 $ WS "#include <strings.h>"
4155 $ WS "char foo[10];"
4156 $ WS "bzero(foo, 10);"
4167 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4168 $ WS "#include <stdlib.h>"
4170 $ WS "#include <stdio.h>"
4171 $ WS "#include <strings.h>"
4174 $ WS "char foo[10], bar[10];"
4175 $ WS "bcopy(""foo"", bar, 3);"
4183 $! Check for mkstemp
4186 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4187 $ WS "#include <stdlib.h>"
4189 $ WS "#include <stdio.h>"
4192 $ WS "mkstemp(""foo"");"
4200 $! Check for mkstemps
4203 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4204 $ WS "#include <stdlib.h>"
4206 $ WS "#include <stdio.h>"
4209 $ WS "mkstemps(""foo"", 1);"
4217 $! Check for mkdtemp
4220 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4221 $ WS "#include <stdlib.h>"
4223 $ WS "#include <stdio.h>"
4226 $ WS "mkdtemp(""foo"");"
4236 $ if i_poll .eqs. "define"
4239 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4240 $ WS "#include <stdlib.h>"
4242 $ WS "#include <poll.h>"
4245 $ WS "struct pollfd pfd;"
4246 $ WS "int count=poll(&pfd,1,0);"
4257 $! Check for setvbuf
4260 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4261 $ WS "#include <stdlib.h>"
4263 $ WS "#include <stdio.h>"
4267 $ WS "char Buffer[99];"
4268 $ WS "foo = fopen(""foo"", ""r"");"
4269 $ WS "setvbuf(foo, Buffer, 0, 0);"
4277 $! see if sfio.h is available
4278 $! see if sfio library is available
4279 $! Ok, but do we want to use it.
4280 $! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
4281 $! IF val .EQS. "define"
4283 $! IF usesfio .EQS. "define"
4287 $! echo "''package' can use the sfio library, but it is experimental."
4288 $! IF useperlio .EQS. "undef"
4290 $! echo "For sfio also the PerlIO abstraction layer is needed."
4291 $! echo "Earlier you said you would not want that."
4293 $! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
4295 $! IF ans .EQS. "" THEN ans = dflt
4298 $! echo "Ok, turning on both sfio and PerlIO, then."
4299 $! useperlio="define"
4302 $! echo "Ok, avoiding sfio this time. I'll use stdio instead."
4306 $! IF usesfio .EQS. "define"
4308 $! echo4 "Sorry, cannot find sfio on this machine."
4309 $! echo4 "Ignoring your setting of usesfio=''usesfio'."
4317 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4318 $ WS "#include <stdlib.h>"
4320 $ WS "#include <stdio.h>"
4323 $ WS "setenv(""FOO"", ""BAR"", 0);"
4331 $! Check for setproctitle
4334 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4335 $ WS "#include <stdlib.h>"
4337 $ WS "#include <stdio.h>"
4340 $ WS "setproctitle(""%s"", ""FOO"");"
4344 $ tmp = "setproctitle"
4346 $ d_setproctitle = tmp
4348 $! Check for <netinet/in.h>
4350 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4352 $ tmp = "netinet/in.h"
4359 $! Check for <netinet/tcp.h>
4361 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4363 $ tmp = "netinet/tcp.h"
4365 $ i_netinettcp = tmp
4367 $ i_netinettcp="undef"
4370 $! Check for endhostent
4372 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4375 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4376 $ WS "#include <stdlib.h>"
4378 $ WS "#include <stdio.h>"
4380 $ THEN WS "#include <socketshr.h>"
4381 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4385 $ WS "endhostent();"
4389 $ tmp = "endhostent"
4396 $! Check for endnetent
4398 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4401 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4402 $ WS "#include <stdlib.h>"
4404 $ WS "#include <stdio.h>"
4406 $ THEN WS "#include <socketshr.h>"
4407 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4422 $! Check for endprotoent
4424 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4427 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4428 $ WS "#include <stdlib.h>"
4430 $ WS "#include <stdio.h>"
4432 $ THEN WS "#include <socketshr.h>"
4433 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4437 $ WS "endprotoent();"
4441 $ tmp = "endprotoent"
4448 $! Check for endservent
4450 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4453 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4454 $ WS "#include <stdlib.h>"
4456 $ WS "#include <stdio.h>"
4458 $ THEN WS "#include <socketshr.h>"
4459 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4463 $ WS "endservent();"
4467 $ tmp = "endservent"
4474 $! Check for sethostent
4476 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4479 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4480 $ WS "#include <stdlib.h>"
4482 $ WS "#include <stdio.h>"
4484 $ THEN WS "#include <socketshr.h>"
4485 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4489 $ WS "sethostent(1);"
4493 $ tmp = "sethostent"
4500 $! Check for setnetent
4502 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4505 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4506 $ WS "#include <stdlib.h>"
4508 $ WS "#include <stdio.h>"
4510 $ THEN WS "#include <socketshr.h>"
4511 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4515 $ WS "setnetent(1);"
4526 $! Check for setprotoent
4528 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4531 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4532 $ WS "#include <stdlib.h>"
4534 $ WS "#include <stdio.h>"
4536 $ THEN WS "#include <socketshr.h>"
4537 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4541 $ WS "setprotoent(1);"
4545 $ tmp = "setprotoent"
4552 $! Check for setservent
4554 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4557 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4558 $ WS "#include <stdlib.h>"
4560 $ WS "#include <stdio.h>"
4562 $ THEN WS "#include <socketshr.h>"
4563 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4567 $ WS "setservent(1);"
4571 $ tmp = "setservent"
4578 $! Check for gethostent
4580 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4583 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4584 $ WS "#include <stdlib.h>"
4586 $ WS "#include <stdio.h>"
4588 $ THEN WS "#include <socketshr.h>"
4589 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4593 $ WS "gethostent();"
4597 $ tmp = "gethostent"
4604 $! Check for getnetent
4606 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4609 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4610 $ WS "#include <stdlib.h>"
4612 $ WS "#include <stdio.h>"
4614 $ THEN WS "#include <socketshr.h>"
4615 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4630 $! Check for getprotoent
4632 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4635 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4636 $ WS "#include <stdlib.h>"
4638 $ WS "#include <stdio.h>"
4640 $ THEN WS "#include <socketshr.h>"
4641 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4645 $ WS "getprotoent();"
4649 $ tmp = "getprotoent"
4656 $! Check for getservent
4658 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4661 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4662 $ WS "#include <stdlib.h>"
4664 $ WS "#include <stdio.h>"
4666 $ THEN WS "#include <socketshr.h>"
4667 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4671 $ WS "getservent();"
4675 $ tmp = "getservent"
4682 $! Check for nanosleep
4685 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4686 $ WS "#include <stdlib.h>"
4688 $ WS "#include <time.h>"
4691 $ WS "int asleep = nanosleep(NULL,NULL);"
4699 $! Check for socklen_t
4701 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4703 $ echo4 "Checking to see if you have socklen_t..."
4705 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4706 $ WS "#include <stdlib.h>"
4708 $ WS "#include <stdio.h>"
4710 $ THEN WS "#include <socketshr.h>"
4711 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4715 $ WS "socklen_t x = 16;"
4720 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4722 $ d_socklen_t="define"
4723 $ echo "You have socklen_t."
4725 $ d_socklen_t="undef"
4726 $ echo "You do not have socklen_t."
4729 $ d_socklen_t="undef"
4732 $! Check for pthread_yield
4737 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4738 $ WS "#include <stdlib.h>"
4740 $ WS "#include <pthread.h>"
4741 $ WS "#include <stdio.h>"
4744 $ WS "pthread_yield();"
4748 $ tmp = "pthread_yield"
4750 $ d_pthread_yield = tmp
4752 $ d_pthread_yield="undef"
4755 $! Check for sched_yield
4760 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4761 $ WS "#include <stdlib.h>"
4763 $ WS "#include <pthread.h>"
4764 $ WS "#include <stdio.h>"
4767 $ WS "sched_yield();"
4771 $ tmp = "sched_yield"
4773 $ d_sched_yield = tmp
4774 $ IF d_sched_yield .EQS. "define"
4775 $ THEN sched_yield = "sched_yield"
4776 $ ELSE sched_yield = " "
4779 $ d_sched_yield="undef"
4783 $! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.
4784 $! (The actual test is to be written.)
4786 $ d_pthread_attr_setscope="undef"
4788 $! Check for generic pointer size
4790 $ echo4 "Checking to see how big your pointers are..."
4792 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4793 $ WS "#include <stdlib.h>"
4795 $ WS "#include <stdio.h>"
4799 $ WS "foo = sizeof(char *);"
4800 $ WS "printf(""%d\n"", foo);"
4805 $ GOSUB type_size_check
4807 $ echo "Your pointers are ''ptrsize' bytes long."
4809 $! Check for size_t size
4813 $ echo4 "Checking the size of ''zzz'..."
4814 $ GOSUB type_size_check
4816 $ echo "Your ''zzz' size is ''sizesize' bytes."
4818 $! Check for _LARGEFILE capability.
4822 $ WS "#define _LARGEFILE"
4823 $ WS "#include <stdio.h>"
4826 $ WS "printf(""%d\n"", sizeof(off_t));"
4831 $ IF link_status .EQ. good_link
4836 $ echo "Your off_t size is ''off_t_size' bytes when _LARGEFILE is defined."
4837 $ IF off_t_size .ne. 8 .AND. (uselargefiles .OR. uselargefiles .eqs. "define")
4839 $ echo4 "You configured with -Duselargefiles but your CRTL does not support _LARGEFILE."
4840 $ echo4 "I'm disabling large file support."
4841 $ uselargefiles = "undef"
4844 $! Tests for hard link, symbolic links, and 7.3 + CRTL features
4846 $ d_lchown = "undef"
4849 $ d_readlink = "undef"
4850 $ d_symlink = "undef"
4851 $ d_realpath = "undef"
4853 $! Hard link support has been present since 7.3-1 except for the
4854 $! easy to use DCL test to see if hardlinks are enabled on the build
4855 $! disk. That would require more work to test, and I am only testing
4856 $! this on 8.2, so that is why the 8.2 test.
4858 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4860 $ IF f$getdvi("SYS$DISK","HARDLINKS_SUPPORTED")
4862 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links enabled on build disk."
4863 $ echo "I will build with hard link support"
4866 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links disabled on build disk."
4867 $ echo "I will not build with hard link support."
4870 $ echo4 "I can not detect if your CRTL and build disk support hard links."
4871 $ echo4 "I am disabling hard link support."
4874 $ IF uselargefiles .OR. uselargefiles .eqs. "define"
4876 $ echo4 "Largefile support enabled (plus standard stat support on V8.2 and later)"
4878 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4881 "Looking for the realpath() function to indicate symbolic link support..."
4883 $! WS "#include <stdlib.h>"
4884 $ WS "void exit(int foo);"
4885 $ WS "char *realpath(const char *file_name, char * resolved_name, ...);"
4888 $ WS "char result[255];"
4889 $ WS "realpath(""foo"",result);"
4894 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4897 "Found realpath() which indicates symbolic link support is present."
4898 $ d_lchown = "define"
4899 $ d_lstat = "define"
4900 $ d_readlink = "define"
4901 $ d_symlink = "define"
4902 $! d_realpath = "define" ! Perl will not put it in the config.h file?
4903 $! Perl apparently does not use a built in realpath() on other platforms,
4904 $! but there is a severe performance penatly on OpenVMS to use the Perl
4905 $! script that implements a realpath(). The d_symlink symbol is used
4906 $! as a replacement for the d_realpath since they are related and both
4907 $! were activated by the CRTL at the same time.
4910 $ echo4 "Your system does not support symbolic links."
4911 $ echo4 "I am disabling symbolic link support."
4914 $ echo4 "Your system does not support symbolic links."
4915 $ echo4 "I am disabling symbolic link support."
4918 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4920 $ echo4 "-Duselargefiles is required for symbolic link support."
4921 $ echo4 "You did not specify that, so I am disabling symbolic link support."
4926 $! Check for grp.h -- should be 7.3 and later, but test to be sure
4932 $! VMS V7.3-2 powered options
4933 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
4935 $ d_getgrgid_r = "undef"
4936 $ getgrgid_r_proto = "0"
4937 $ d_getgrnam_r = "undef"
4938 $ getgrnam_r_proto = "0"
4939 $ d_getpgid = "undef"
4940 $ d_getpgrp = "undef"
4941 $! N.B. We already have home-grown thread-safe versions of
4942 $! getpwnam and getpwuid -- no need to use CRTL versions
4943 $ d_getpwnam_r = "undef"
4944 $ getpwnam_r_proto = "0"
4945 $ d_getpwuid_r = "undef"
4946 $ getpwuid_r_proto = "0"
4947 $ d_setgrent = "undef"
4948 $ d_ttyname_r = "undef"
4949 $ ttyname_r_proto = "0"
4950 $ d_snprintf = "undef"
4951 $ d_vsnprintf = "undef"
4952 $ if (vms_ver .GES. "7.3-2") .AND. (archname .NES. "VMS_VAX")
4954 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 routines"
4955 $ d_getgrgid_r = "define"
4956 $ getgrgid_r_proto = "1"
4957 $ d_getgrnam_r = "define"
4958 $ getgrnam_r_proto = "1"
4959 $ if d_symlink .or. d_symlink .EQS. "define"
4961 $! FIXME: Need to find how to activate this.
4962 $! d_getpgid = "define"
4963 $! d_getpgrp = "define"
4965 $ d_setgrent = "define"
4966 $ d_ttyname_r = "define"
4967 $ ttyname_r_proto = "1"
4968 $ d_snprintf = "define"
4969 $ d_vsnprintf = "define"
4972 $! VMS V7.3-2 powered options
4973 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
4974 $! Only implementing right now on 8.2 because that is what I am testing
4975 $! These functions may require POSIX UIDs/GIDs to be active, so I am
4976 $! not activating the features at this time, just preparing this file
4977 $! to easily use them in the future.
4979 $ d_seteuid = "undef"
4980 $ d_setpgid = "undef"
4981 $ d_setpgrp = "undef"
4982 $ d_setregid = "undef"
4983 $ d_setreuid = "undef"
4984 $ d_setsid = "undef"
4985 $ ! Disable this section for now.
4986 $!$ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4989 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 UID setting routines"
4990 $ d_seteuid = "define"
4991 $ d_setpgid = "define"
4992 $ d_setpgrp = "define"
4993 $ d_setregid = "define"
4994 $ d_setreuid = "define"
4995 $ d_setsid = "define"
4998 $! VMS V8 powered options
4999 $! We know that it is only available for 8.2 and later on 64 bit platforms.
5001 $ d_fstatvfs = "undef"
5002 $! d_statvfs = "undef"
5003 $ i_sysstatvfs = "undef"
5004 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5006 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with 8.2 routines"
5007 $ d_fstatvfs = "define"
5008 $! d_statvfs = "define"
5009 $ i_sysstatvfs = "define"
5012 $! Check rand48 and its ilk
5014 $ echo4 "Looking for a random number function..."
5016 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5017 $ WS "#include <stdlib.h>"
5019 $ WS "#include <stdio.h>"
5022 $ WS "srand48(12L);"
5027 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5029 $ drand01 = "drand48()"
5031 $ randfunc = "drand48"
5032 $ randseedtype = "long int"
5033 $ seedfunc = "srand48"
5034 $ echo4 "Good, found drand48()."
5035 $ d_drand48proto = "define"
5037 $ d_drand48proto = "undef"
5038 $ drand01="random()"
5040 $ randfunc = "random"
5041 $ randseedtype = "unsigned"
5042 $ seedfunc = "srandom"
5044 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5045 $ WS "#include <stdlib.h>"
5047 $ WS "#include <stdio.h>"
5055 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5057 $ echo4 "OK, found random()."
5059 $ drand01="(((float)rand())*MY_INV_RAND_MAX)"
5061 $ randseedtype = "unsigned"
5062 $ seedfunc = "srand"
5063 $ echo4 "Yick, looks like I have to use rand()."
5066 $! Done with compiler checks. Clean up.
5067 $ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
5068 $ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
5069 $ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
5070 $ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
5071 $ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
5072 $ IF ccname .EQS. "CXX"
5074 $ CALL Cxx_demangler_cleanup
5077 $! Some that are compiler or VMS version sensitive
5080 $ IF ccname .EQS. "GCC"
5082 $ d_attribut="define"
5086 $ d_attribut="undef"
5089 $! Dec C >= 5.2 and VMS ver >= 7.0
5090 $ IF (ccname .EQS. "DEC") .AND. -
5091 (F$INTEGER(Dec_C_Version).GE.50200000) .AND. (vms_ver .GES. "7.0")
5094 $ d_getitimer="define"
5095 $ d_gettimeod="define"
5097 $ d_mprotect="define"
5102 $! d_unsetenv="define" ! Fix me - Activating requires changing VMS code
5103 $ d_unsetenv="undef" ! Change will be needed to allow GNV integration
5104 $ d_clearenv="undef"
5106 $ d_setitimer="define"
5107 $ d_sigaction="define"
5108 $ d_sigprocmask="define"
5109 $ d_truncate="define"
5113 $ sig_name1="ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE"
5114 $ sig_name2=" ALRM TERM USR1 USR2 NUM18 NUM19 CHLD CONT STOP TSTP TTIN TTOU DEBUG"
5115 $ IF (vms_ver .GES. "7.3")
5117 $ sig_name2 = sig_name2 + " NUM27 WINCH"
5119 $!* signal.h defines SIGRTMIN as 33 and SIGRTMAX as 64, but there is no
5120 $!* sigqueue function or other apparent means to do realtime signalling,
5121 $!* so let's not try to include the realtime range for now.
5122 $!* sig_name3=" NUM29 NUM30 NUM31 NUM32 RTMIN NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43"
5123 $!* sig_name4=" NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58"
5124 $!* sig_name5=" NUM59 NUM60 NUM61 NUMT62 NUM63 RTMAX"
5125 $ sig_name = sig_name1 + sig_name2
5128 $ sig_name_init = ""
5131 $ PARSE_SIG_NAME_LOOP:
5133 $ tmp = F$ELEMENT(sig_index, " ", sig_name)
5134 $ IF F$LENGTH(F$EDIT(tmp,"TRIM")) .eq. 0 THEN GOTO END_SIG_NAME_LOOP
5135 $ sig_name_init = sig_name_init + """''tmp'"","
5136 $ sig_num = sig_num + "''sig_index' "
5137 $ sig_num_init = sig_num_init + "''sig_index',"
5138 $ sig_index = sig_index + 1
5139 $ GOTO PARSE_SIG_NAME_LOOP
5141 $ END_SIG_NAME_LOOP:
5143 $ sig_name_init = sig_name_init + "0"
5144 $ sig_num_init = sig_num_init + "0"
5145 $ sig_size = "''sig_index'"
5146 $ sig_index = sig_index - 1
5147 $ sig_count = "''sig_index'"
5149 $ d_pathconf="define"
5150 $ d_fpathconf="define"
5151 $ d_sysconf="define"
5152 $ d_sigsetjmp="define"
5154 $ pidtype="unsigned int"
5156 $ d_getitimer="undef"
5157 $ d_gettimeod="undef"
5159 $ d_mprotect="undef"
5164 $ d_unsetenv="undef"
5165 $ d_clearenv="undef"
5167 $ d_setitimer="undef"
5168 $ d_sigaction="undef"
5169 $ d_sigprocmask="undef"
5170 $ d_truncate="undef"
5173 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"
5174 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5175 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
5176 $ sig_name_init = psnwc1 + psnwc2
5177 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"
5178 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
5181 $ if (vms_ver .GES. "6.2") then sig_count="17"
5182 $ uidtype="unsigned int"
5183 $ d_pathconf="undef"
5184 $ d_fpathconf="undef"
5186 $ d_sigsetjmp="undef"
5188 $!: see if tzname[] exists
5190 $ WS "#include <stdio.h>"
5191 $ WS "#include <time.h>"
5192 $ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
5195 $ IF compile_status .EQ. good_compile
5197 $ d_tzname = "undef"
5198 $ echo4 "tzname[] NOT found."
5200 $ d_tzname = "define"
5201 $ echo4 "tzname[] found."
5203 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
5205 $ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
5207 $ d_phostname="define"
5209 $ d_phostname="undef"
5213 $ IF ccname .EQS. "DEC"
5215 $ d_mbstowcs="define"
5217 $ d_stdiobase="define"
5218 $ d_stdio_cnt_lval="define"
5219 $ d_stdio_ptr_lval="define"
5220 $ d_stdstdio="define"
5221 $ d_faststdio="define"
5222 $ d_wcstombs="define"
5225 $ d_strcoll="define"
5226 $ d_strxfrm="define"
5229 $ i_langinfo="define"
5230 $ d_locconv="define"
5231 $ IF vms_ver .GES. "6.2"
5233 $ d_nl_langinfo="define"
5235 $ d_nl_langinfo="undef"
5237 $ d_setlocale="define"
5238 $ vms_cc_type="decc"
5240 $ d_mbstowcs="undef"
5242 $ d_stdiobase="undef"
5243 $ d_stdio_cnt_lval="undef"
5244 $ d_stdio_ptr_lval="undef"
5245 $ d_stdstdio="undef"
5246 $ d_faststdio="undef"
5247 $ d_wcstombs="undef"
5254 $ i_langinfo="undef"
5256 $ d_nl_langinfo="undef"
5257 $ d_setlocale="undef"
5259 $ d_stdio_ptr_lval_sets_cnt="undef"
5260 $ d_stdio_ptr_lval_nochange_cnt="define"
5261 $ usefaststdio="undef"
5264 $ if Has_Socketshr .OR. Has_Dec_C_Sockets
5266 $ d_vms_do_sockets="define"
5269 $ d_sockpair = "undef"
5270 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5272 $ echo "Found 64 bit OpenVMS 8.2, will build with socketpair support"
5273 $ d_sockpair = "define"
5276 $ netdb_hlen_type="int"
5277 $ netdb_host_type="char *"
5278 $ netdb_name_type="char *"
5279 $ netdb_net_type="long"
5280 $ d_gethbyaddr="define"
5281 $ d_gethbyname="define"
5282 $ d_getnbyaddr="define"
5283 $ d_getnbyname="define"
5284 $ d_getpbynumber="define"
5285 $ d_getpbyname="define"
5286 $ d_getsbyport="define"
5287 $ d_getsbyname="define"
5288 $ d_gethostprotos="define"
5289 $ d_getnetprotos="define"
5290 $ d_getprotoprotos="define"
5291 $ d_getservprotos="define"
5292 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
5294 $ socksizetype="unsigned int"
5296 $ socksizetype="int *"
5299 $ d_vms_do_sockets="undef"
5302 $ d_socketpair = "undef"
5304 $ netdb_hlen_type="int"
5305 $ netdb_host_type="char *"
5306 $ netdb_name_type="char *"
5307 $ netdb_net_type="long"
5308 $ d_gethbyaddr="undef"
5309 $ d_gethbyname="undef"
5310 $ d_getnbyaddr="undef"
5311 $ d_getnbyname="undef"
5312 $ d_getpbynumber="undef"
5313 $ d_getpbyname="undef"
5314 $ d_getsbyport="undef"
5315 $ d_getsbyname="undef"
5316 $ d_gethostprotos="undef"
5317 $ d_getnetprotos="undef"
5318 $ d_getprotoprotos="undef"
5319 $ d_getservprotos="undef"
5320 $ socksizetype="undef"
5325 $ usethreads="define"
5326 $ d_pthreads_created_joinable="define"
5327 $ if (vms_ver .GES. "7.0")
5329 $ d_oldpthreads="undef"
5331 $ d_oldpthreads="define"
5334 $ d_oldpthreads="undef"
5335 $ usethreads="undef"
5336 $ d_pthreads_created_joinable="undef"
5339 $! new (5.005_62++) typedefs for primitives
5341 $ echo "Choosing the C types to be used for Perl's internal types..."
5343 $ uvtype="unsigned long"
5345 $ u8type="unsigned char"
5347 $ u16type="unsigned short"
5349 $ u32type="unsigned int"
5350 $ i64type="long long"
5351 $ u64type="unsigned long long"
5354 $ IF use64bitint .OR. use64bitint .EQS. "define"
5356 $ ivtype = "''i64type'"
5357 $ uvtype = "''u64type'"
5358 $ nvtype="long double"
5365 $ GOSUB type_size_check
5367 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
5368 $ IF ivtype .eqs. "long"
5369 $ THEN longsize = tmp
5372 $ GOSUB type_size_check
5377 $ GOSUB type_size_check
5379 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
5382 $ GOSUB type_size_check
5386 $ GOSUB type_size_check
5389 $ tmp = "''i16type'"
5390 $ GOSUB type_size_check
5392 $ IF i16type .eqs. "short"
5393 $ THEN shortsize = tmp
5396 $ gosub type_size_check
5400 $ tmp = "''u16type'"
5401 $ GOSUB type_size_check
5404 $ tmp = "''i32type'"
5405 $ GOSUB type_size_check
5407 $ IF i32type .eqs. "int"
5408 $ THEN intsize = tmp
5411 $ gosub type_size_check
5415 $ tmp = "''u32type'"
5416 $ gosub type_size_check
5420 $ GOSUB type_size_check
5423 $ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
5424 $ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
5425 $ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
5427 $ echo4 "Checking whether your NVs can preserve your UVs..."
5429 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5430 $ WS "#include <stdlib.h>"
5432 $ WS "#include <stdio.h>"
5434 $ WS " ''uvtype' k = (''uvtype')~0, l;"
5435 $ WS " ''nvtype' d;"
5437 $ WS " d = (''nvtype')l;"
5438 $ WS " l = (''uvtype')d;"
5440 $ WS " printf(""preserve\n"");"
5445 $ IF tmp .EQS. "preserve"
5447 $ d_nv_preserves_uv = "define"
5448 $ echo "Yes, they can."
5449 $ nv_preserves_uv_bits = F$STRING(F$INTEGER(uvsize) * 8)
5451 $ d_nv_preserves_uv = "undef"
5452 $ echo "No, they can't."
5453 $ echo4 "Checking how many bits of your UVs your NVs can preserve..."
5455 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5456 $ WS "#include <stdlib.h>"
5458 $ WS "#include <stdio.h>"
5460 $ WS " ''uvtype' u = 0;"
5461 $ WS " int n = 8 * ''uvsize';"
5463 $ WS " for (i = 0; i < n; i++) {"
5464 $ WS " u = u << 1 | (''uvtype')1;"
5465 $ WS " if ((''uvtype')(''nvtype')u != u)"
5468 $ WS " printf(""%d\n"", i);"
5473 $ nv_preserves_uv_bits = tmp
5476 $ echo4 "Checking if kill() uses SYS$FORCEX or can't be called from a signal handler..."
5477 $ kill_by_sigprc = "undef"
5479 $ WS "#include <stdio.h>"
5480 $ WS "#include <signal.h>"
5481 $ WS "#include <unistd.h>"
5482 $ WS "void handler1(int s) { printf(""%d"",s); kill(getpid(),2); }"
5483 $ WS "void handler2(int s) { printf(""%d"",s); }"
5485 $ WS " printf(""0"");"
5486 $ WS " signal(1,handler1);"
5487 $ WS " signal(2,handler2);"
5488 $ WS " kill(getpid(),1);"
5490 $ WS " printf(""\n"");"
5493 $ ON ERROR THEN CONTINUE
5495 $ IF tmp .NES. "012"
5497 $ echo4 "Yes, it has at least one of those limitations."
5498 $ echo4 "Checking whether we can use SYS$SIGPRC instead..."
5500 $ WS "#include <stdio.h>"
5501 $ WS "#include <lib$routines.h>"
5502 $ WS "unsigned long code = 0;"
5503 $ WS "int handler(unsigned long *args) {"
5504 $ WS " code = args[1];"
5508 $ WS " int iss, sys$sigprc();"
5509 $ WS " lib$establish(handler);"
5510 $ WS " iss = sys$sigprc(0,0,0x1234);"
5511 $ WS " iss = ((iss&1)==1 && code == 0x1234);"
5512 $ WS " printf(""%d\n"",iss);"
5515 $ ON ERROR THEN CONTINUE
5519 $ echo4 "Yep, we can."
5520 $ kill_by_sigprc = "define"
5522 $! Use the same list of signals the CRTL does for recent systems, but cook our own for very old systems.
5523 $! Note that the list controls what signals can be caught by name as well as what can be raised via kill().
5525 $ if vms_ver .LT. "6.2"
5527 $! since SIGBUS and SIGSEGV indistinguishable, make them the same here.
5528 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT"
5529 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5530 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",0"
5531 $ sig_name_init = psnwc1 + psnwc2
5532 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6"
5533 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,0"
5538 $ echo4 "Nope, we can't."
5541 $ echo4 "Nope, it doesn't."
5545 $! Finally the composite ones. All config
5547 $ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
5549 $ IF ccname .EQS. "DEC"
5551 $ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5553 $ i_dirent = "undef"
5554 $ IF ccname .EQS. "CXX"
5556 $ i_dirent = "define"
5557 $ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5559 $ IF use_vmsdebug_perl
5561 $ optimize="/List/Debug/NoOpt"
5562 $ ldflags="/Debug/Trace/Map"
5565 $ optimize= "/NoList"
5566 $ ldflags="/NoTrace/NoMap"
5570 $! Okay, we've got everything configured. Now go write out a config.sh.
5571 $ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
5572 $ echo4 "Creating ''basename_config_sh'..."
5573 $ open/write CONFIG 'config_sh'
5574 $ WC := write CONFIG
5576 $! ##BEGIN WRITE NEW CONSTANTS HERE##
5580 $ WC "# This file was produced by Configure.COM on a ''osname' system."
5582 $ WC "# Package name : ''package'"
5583 $ WC "# Source directory : ''src'"
5584 $ WC "# Configuration time: " + cf_time
5585 $ WC "# Configuration by : " + cf_by
5586 $ WC "# Target system : " + myuname
5588 $ WC "Makefile_SH='" + Makefile_SH + "'"
5589 $ WC "Mcc='" + Mcc + "'"
5590 $ WC "PERL_REVISION='" + revision + "'"
5591 $ WC "PERL_VERSION='" + patchlevel + "'"
5592 $ WC "PERL_SUBVERSION='" + subversion + "'"
5593 $ WC "PERL_API_REVISION='" + api_revision + "'"
5594 $ WC "PERL_API_VERSION='" + api_version + "'"
5595 $ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
5596 $ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'"
5597 $ WC "PERL_CONFIG_SH='true'"
5598 $ WC "_a='" + lib_ext + "'"
5599 $ WC "_exe='" + exe_ext + "'"
5600 $ WC "_o='" + obj_ext + "'"
5601 $ WC "alignbytes='" + alignbytes + "'"
5602 $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
5604 $ WC "archlib='" + archlib + "'"
5605 $ WC "archlibexp='" + archlibexp + "'"
5606 $ WC "archname='" + archname + "'"
5607 $ WC "baserev='" + baserev + "'"
5608 $ WC "bin='" + bin + "'"
5609 $ WC "binexp='" + binexp + "'"
5610 $ WC "builddir='" + builddir + "'"
5611 $ WC "byteorder='1234'"
5612 $ WC "castflags='0'"
5613 $ WC "cc='" + perl_cc + "'"
5614 $ WC "cccdlflags='" + cccdlflags + "'"
5615 $ WC "ccdlflags='" + ccdlflags + "'"
5616 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
5618 $ IF usestdstat .OR. usestdstat .EQS. "define"
5620 $ ccdefines = "_USE_STD_STAT=1"
5622 $ ccdefines = "_LARGEFILE=1"
5627 $ IF ccdefines .NES. ""
5629 $ WC "ccflags='" + ccflags + "/Define=" + ccdefines + "'"
5631 $ WC "ccflags='" + ccflags + "'"
5633 $ WC "ccflags_uselargefiles='" + "'"
5634 $ WC "ccname='" + ccname + "'"
5635 $ WC "ccversion='" + ccversion + "'"
5636 $ WC "cf_by='" + cf_by + "'"
5637 $ WC "cf_email='" + cf_email + "'"
5638 $ WC "cf_time='" + cf_time + "'"
5639 $ WC "config_args='" + config_args + "'"
5640 $ WC "config_sh='" + config_sh + "'"
5641 $ WC "cpp_stuff='" + cpp_stuff + "'"
5642 $ WC "cpplast='" + cpplast + "'"
5643 $ WC "cppminus='" + cppminus + "'"
5644 $ WC "cpprun='" + cpprun + "'"
5645 $ WC "cppstdin='" + cppstdin + "'"
5646 $ IF use64bitint .OR. use64bitint .EQS. "define"
5648 $! gcvt() does not work for > 16 decimal places; fallback to sprintf
5649 $ WC "d_Gconvert='sprintf((b),""%.*" + (nvgformat-"""") + ",(n),(x))'"
5651 $ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
5653 $ WC "d_PRIEldbl='" + d_PRIEUldbl + "'"
5654 $ WC "d_PRIFldbl='" + d_PRIFUldbl + "'"
5655 $ WC "d_PRIGldbl='" + d_PRIGUldbl + "'"
5656 $ WC "d_PRIXU64='" + d_PRIXU64 + "'"
5657 $ WC "d_PRId64='" + d_PRId64 + "'"
5658 $ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
5659 $ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
5660 $ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
5661 $ WC "d_PRIo64='" + d_PRIo64 + "'"
5662 $ WC "d_PRIu64='" + d_PRIu64 + "'"
5663 $ WC "d_PRIx64='" + d_PRIx64 + "'"
5664 $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
5665 $ WC "d__fwalk='undef'"
5666 $ WC "d_access='" + d_access + "'"
5667 $ WC "d_accessx='undef'"
5668 $ WC "d_aintl='undef'"
5669 $ WC "d_alarm='define'"
5670 $ WC "d_archlib='define'"
5671 $ WC "d_atolf='" + d_atolf + "'"
5672 $ WC "d_atoll='" + d_atoll + "'"
5673 $ WC "d_attribute_format='" + d_attribut + "'"
5674 $ WC "d_attribute_malloc='undef'"
5675 $ WC "d_attribute_nonnull='undef'"
5676 $ WC "d_attribute_noreturn='undef'"
5677 $ WC "d_attribute_pure='undef'"
5678 $ WC "d_attribute_unused='undef'"
5679 $ WC "d_attribute_warn_unused_result='undef'"
5680 $ WC "d_bcmp='" + d_bcmp + "'"
5681 $ WC "d_bcopy='" + d_bcopy + "'"
5682 $ WC "d_bincompat3='undef'"
5683 $! WC "d_bsdpgrp='undef'"
5684 $ WC "d_bsdgetpgrp='undef'"
5685 $ WC "d_bsdsetpgrp='undef'"
5686 $ WC "d_builtin_choose_expr='undef'" ! GCC only
5687 $ WC "d_builtin_expect='undef'" ! GCC only
5688 $ WC "d_bzero='" + d_bzero + "'"
5689 $ WC "d_casti32='define'"
5690 $ WC "d_castneg='define'"
5691 $ WC "d_charvspr='undef'"
5692 $ WC "d_chown='define'"
5693 $ WC "d_chroot='undef'"
5694 $ WC "d_chsize='undef'"
5695 $ WC "d_class='undef'"
5696 $ WC "d_cmsghdr_s='undef'"
5697 $ WC "d_const='define'"
5698 $ WC "d_copysignl='define'"
5699 $ WC "d_cplusplus='undef'"
5700 $ WC "d_crypt='define'"
5701 $ WC "d_csh='undef'"
5702 $ WC "d_cuserid='define'"
5703 $ WC "d_c99_variadic_macros='undef'"
5704 $ WC "d_dbl_dig='define'"
5705 $ WC "d_dbminitproto='undef'"
5706 $ WC "d_difftime='define'"
5707 $ WC "d_dirfd='undef'"
5708 $ WC "d_dirnamlen='define'"
5709 $ WC "d_dlerror='undef'"
5710 $ WC "d_dlsymun='undef'"
5711 $ WC "d_dosuid='undef'"
5712 $ WC "d_drand48proto='" + d_drand48proto + "'"
5713 $ WC "d_dup2='define'"
5714 $ WC "d_eaccess='undef'"
5715 $ WC "d_endgrent='define'"
5716 $ WC "d_endhent='" + d_endhent + "'"
5717 $ WC "d_endnent='" + d_endnent + "'"
5718 $ WC "d_endpent='" + d_endpent + "'"
5719 $ WC "d_endpwent='define'"
5720 $ WC "d_endsent='" + d_endsent + "'"
5721 $ WC "d_eofnblk='undef'"
5722 $ WC "d_eunice='undef'"
5723 $ WC "d_fchmod='undef'"
5724 $ WC "d_fchdir='undef'"
5725 $ WC "d_fchown='undef'"
5726 $ WC "d_fcntl='" + d_fcntl + "'"
5727 $ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
5728 $ WC "d_fd_set='" + d_fd_set + "'"
5729 $ WC "d_fgetpos='define'"
5730 $ WC "d_finite='undef'"
5731 $ WC "d_finitel='undef'"
5732 $ WC "d_flexfnam='define'"
5733 $ WC "d_flock='undef'"
5734 $ WC "d_flockproto='undef'"
5735 $ WC "d_fork='undef'"
5736 $ WC "d_fp_class='undef'"
5737 $ WC "d_fpathconf='" + d_fpathconf + "'"
5738 $ WC "d_fpclass='undef'"
5739 $ WC "d_fpclassify='undef'"
5740 $ WC "d_fpclassl='undef'"
5741 $ WC "d_fpos64_t='" + d_fpos64_t + "'"
5742 $ WC "d_frexpl='" + d_frexpl + "'"
5743 $ WC "d_fs_data_s='undef'"
5744 $ WC "d_fseeko='" + d_fseeko + "'"
5745 $ WC "d_fsetpos='define'"
5746 $ WC "d_fstatfs='undef'"
5747 $ WC "d_fstatvfs='" + d_fstatvfs + "'"
5748 $ WC "d_fsync='undef'"
5749 $ WC "d_ftello='" + d_ftello + "'"
5750 $ WC "d_futimes='undef'"
5751 $ WC "d_getcwd='define'"
5752 $ WC "d_getespwnam='undef'"
5753 $ WC "d_getfsstat='undef'"
5754 $ WC "d_getgrent='define'"
5755 $ WC "d_getgrps='undef'"
5756 $ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
5757 $ WC "d_gethbyname='" + d_gethbyname + "'"
5758 $ WC "d_gethent='" + d_gethent + "'"
5759 $ WC "d_gethname='" + d_gethname + "'"
5760 $ WC "d_gethostprotos='" + d_gethostprotos + "'"
5761 $ WC "d_getitimer='" + d_getitimer + "'"
5762 $ WC "d_getlogin='define'"
5763 $ WC "d_getmnt='undef'"
5764 $ WC "d_getmntent='undef'"
5765 $ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
5766 $ WC "d_getnbyname='" + d_getnbyname + "'"
5767 $ WC "d_getnent='" + d_getnent + "'"
5768 $ WC "d_getnetprotos='" + d_getnetprotos + "'"
5769 $ WC "d_getpagsz='undef'"
5770 $ WC "d_getpbyname='" + d_getpbyname + "'"
5771 $ WC "d_getpbynumber='" + d_getpbynumber + "'"
5772 $ WC "d_getpent='" + d_getpent + "'"
5773 $ WC "d_getpgid='" + d_getpgid + "'"
5774 $ WC "d_getpgrp2='undef'"
5775 $ WC "d_getpgrp='" + d_getpgrp + "'"
5776 $ WC "d_getppid='" + d_getppid + "'"
5777 $ WC "d_getprior='undef'"
5778 $ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
5779 $ WC "d_getprpwnam='undef'"
5780 $ WC "d_getpwent='define'"
5781 $ WC "d_getsbyname='" + d_getsbyname + "'"
5782 $ WC "d_getsbyport='" + d_getsbyport + "'"
5783 $ WC "d_getsent='" + d_getsent + "'"
5784 $ WC "d_getservprotos='" + d_getservprotos + "'"
5785 $ WC "d_getspnam='undef'"
5786 $ WC "d_gettimeod='" + d_gettimeod + "'"
5787 $ WC "d_gnulibc='undef'"
5788 $ WC "d_grpasswd='undef'"
5789 $ WC "d_hasmntopt='undef'"
5790 $ WC "d_htonl='" + d_htonl + "'"
5791 $ WC "d_ilogbl='undef'"
5792 $ WC "d_inc_version_list='undef'"
5793 $ WC "d_index='" + d_index + "'"
5794 $ WC "d_inetaton='undef'"
5795 $ WC "d_int64_t='" + d_int64_t + "'"
5796 $ WC "d_isascii='define'"
5797 $ WC "d_isfinite='undef'"
5798 $ WC "d_isinf='undef'"
5799 $ WC "d_isnan='" + d_isnan + "'"
5800 $ WC "d_isnanl='" + d_isnanl + "'"
5801 $ WC "d_killpg='undef'"
5802 $ WC "d_lchown='" + d_lchown + "'"
5803 $ WC "d_ldbl_dig='define'"
5804 $ WC "d_libm_lib_version='undef'"
5805 $ WC "d_link='" + d_link + "'"
5806 $ WC "d_llseek='undef'"
5807 $ WC "d_locconv='" + d_locconv + "'"
5808 $ WC "d_lockf='undef'"
5809 $ WC "d_longdbl='" + d_longdbl + "'"
5810 $ WC "d_longlong='" + d_longlong + "'"
5811 $ WC "d_lseekproto='define'"
5812 $ WC "d_lstat='" + d_lstat + "'"
5813 $ WC "d_madvise='undef'"
5814 $ WC "d_malloc_size='undef'"
5815 $ WC "d_malloc_good_size='undef'"
5816 $ WC "d_mblen='" + d_mblen + "'"
5817 $ WC "d_mbstowcs='" + d_mbstowcs + "'"
5818 $ WC "d_mbtowc='" + d_mbtowc + "'"
5819 $ WC "d_memchr='" + d_memchr + "'"
5820 $ WC "d_memcmp='define'"
5821 $ WC "d_memcpy='define'"
5822 $ WC "d_memmove='define'"
5823 $ WC "d_memset='define'"
5824 $ WC "d_mkdir='define'"
5825 $ WC "d_mkdtemp='" + d_mkdtemp + "'"
5826 $ WC "d_mkfifo='undef'"
5827 $ WC "d_mknod='undef'"
5828 $ WC "d_mkstemp='" + d_mkstemp + "'"
5829 $ WC "d_mkstemps='" + d_mkstemps + "'"
5830 $ WC "d_mktime='" + d_mktime + "'"
5831 $ WC "d_mmap='" + d_mmap + "'"
5832 $ WC "d_modfl='" + d_modfl + "'"
5833 $ WC "d_modflproto='" + d_modflproto + "'"
5834 $ WC "d_modfl_pow32_bug='undef'"
5835 $ WC "d_mprotect='" + d_mprotect + "'"
5836 $ WC "d_msg='undef'"
5837 $ WC "d_msg_ctrunc='undef'"
5838 $ WC "d_msg_dontroute='undef'"
5839 $ WC "d_msg_oob='undef'"
5840 $ WC "d_msg_peek='undef'"
5841 $ WC "d_msg_proxy='undef'"
5842 $ WC "d_msghdr_s='undef'"
5843 $ WC "d_msync='" + d_msync + "'"
5844 $ WC "d_munmap='" + d_munmap + "'"
5845 $ WC "d_mymalloc='" + d_mymalloc + "'"
5846 $ WC "d_nanosleep='" + d_nanosleep + "'"
5847 $ WC "d_nice='define'"
5848 $ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
5849 $ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
5850 $ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
5851 $ WC "d_nv_zero_is_allbits_zero='define'"
5852 $ WC "d_off64_t='" + d_off64_t + "'"
5853 $ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
5854 $ WC "d_oldarchlib='define'"
5855 $ WC "d_oldpthreads='" + d_oldpthreads + "'"
5856 $ WC "d_open3='define'"
5857 $ WC "d_pathconf='" + d_pathconf + "'"
5858 $ WC "d_pause='define'"
5859 $ WC "d_perl_otherlibdirs='undef'"
5860 $ WC "d_phostname='" + d_phostname + "'"
5861 $ WC "d_pipe='define'"
5862 $ WC "d_poll='" + d_poll + "'"
5863 $ WC "d_procselfexe='undef'"
5864 $ WC "d_pthread_atfork='undef'"
5865 $ WC "d_pthread_attr_setscope='" + d_pthread_attr_setscope + "'"
5866 $ WC "d_pthread_yield='" + d_pthread_yield + "'"
5867 $ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
5868 $ WC "d_pwage='undef'"
5869 $ WC "d_pwchange='undef'"
5870 $ WC "d_pwclass='undef'"
5871 $ WC "d_pwcomment='define'"
5872 $ WC "d_pwexpire='undef'"
5873 $ WC "d_pwgecos='define'"
5874 $ WC "d_pwpasswd='define'"
5875 $ WC "d_pwquota='undef'"
5876 $ WC "d_qgcvt='undef'"
5877 $ WC "d_quad='" + d_quad + "'"
5878 $ WC "d_readdir='define'"
5879 $ WC "d_readlink='" + d_readlink + "'"
5880 $ WC "d_readv='undef'"
5881 $ WC "d_realpath='" + d_realpath + "'"
5882 $ WC "d_recvmsg='undef'"
5883 $ WC "d_rename='define'"
5884 $ WC "d_rewinddir='define'"
5885 $ WC "d_rmdir='define'"
5886 $ WC "d_safebcpy='undef'"
5887 $ WC "d_safemcpy='define'"
5888 $ WC "d_sanemcmp='define'"
5889 $ WC "d_sbrkproto='define'"
5890 $ WC "d_scalbnl='undef'"
5891 $ WC "d_sched_yield='" + d_sched_yield + "'"
5892 $ WC "d_scm_rights='undef'"
5893 $ WC "d_seekdir='define'"
5894 $ WC "d_select='" + d_select + "'"
5895 $ WC "d_sem='undef'"
5896 $ WC "d_semctl_semid_ds='undef'"
5897 $ WC "d_semctl_semun='undef'"
5898 $ WC "d_sendmsg='undef'"
5899 $ WC "d_setegid='undef'"
5900 $ WC "d_setenv='" + d_setenv + "'"
5901 $ WC "d_seteuid='" + d_seteuid + "'"
5902 $ WC "d_setgrent='" + d_setgrent + "'"
5903 $ WC "d_setgrps='undef'"
5904 $ WC "d_sethent='" + d_sethent + "'"
5905 $ WC "d_setitimer='" + d_setitimer + "'"
5906 $ WC "d_setlinebuf='undef'"
5907 $ WC "d_setlocale='" + d_setlocale + "'"
5908 $ WC "d_setnent='" + d_setnent + "'"
5909 $ WC "d_setpent='" + d_setpent + "'"
5910 $ WC "d_setpgid='" + d_setpgid + "'"
5911 $ WC "d_setpgrp2='undef'"
5912 $ WC "d_setpgrp='" + d_setpgrp + "'"
5913 $ WC "d_setprior='undef'"
5914 $ WC "d_setproctitle='" + d_setproctitle + "'"
5915 $ WC "d_setpwent='define'"
5916 $ WC "d_setregid='" + d_setregid + "'"
5917 $ WC "d_setresgid='undef'"
5918 $ WC "d_setresuid='undef'"
5919 $ WC "d_setreuid='" + d_setreuid + "'"
5920 $ WC "d_setrgid='undef'"
5921 $ WC "d_setruid='undef'"
5922 $ WC "d_setsent='" + d_setsent + "'"
5923 $ WC "d_setsid='" + d_setsid + "'"
5924 $ WC "d_setvbuf='" + d_setvbuf + "'"
5925 $ WC "d_sfio='undef'"
5926 $ WC "d_shm='undef'"
5927 $ WC "d_shmatprototype='undef'"
5928 $ WC "d_sigaction='" + d_sigaction + "'"
5929 $ WC "d_sigprocmask='" + d_sigprocmask + "'"
5930 $ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
5931 $ WC "d_sitearch='define'"
5932 $ WC "d_sockatmark='undef'"
5933 $ WC "d_sockatmarkproto='undef'"
5934 $ WC "d_socket='" + d_socket + "'"
5935 $ WC "d_socklen_t='" + d_socklen_t + "'"
5936 $ WC "d_sockpair='" + d_sockpair + "'"
5937 $ WC "d_socks5_init='undef'"
5938 $ WC "d_sprintf_returns_strlen='define'"
5939 $ WC "d_sqrtl='define'"
5940 $ WC "d_sresgproto='undef'"
5941 $ WC "d_sresgproto='undef'"
5942 $ WC "d_sresproto='undef'"
5943 $ WC "d_sresuproto='undef'"
5944 $ WC "d_statblks='undef'"
5945 $ WC "d_statfs_f_flags='undef'"
5946 $ WC "d_statfs_s='undef'"
5947 $ WC "d_statfsflags='undef'"
5948 $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
5949 $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
5950 $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
5951 $ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
5952 $ WC "d_stdio_stream_array='undef'"
5953 $ WC "d_stdiobase='" + d_stdiobase + "'"
5954 $ WC "d_stdstdio='" + d_stdstdio + "'"
5955 $ WC "d_faststdio='" + d_faststdio + "'"
5956 $ WC "d_strchr='define'"
5957 $ WC "d_strcoll='" + d_strcoll + "'"
5958 $ WC "d_strctcpy='define'"
5959 $ WC "d_strerrm='strerror((e),vaxc$errno)'"
5960 $ WC "d_strerror='define'"
5961 $ WC "d_strftime='define'"
5962 $ WC "d_strlcat='undef'"
5963 $ WC "d_strlcpy='undef'"
5964 $ WC "d_strtod='define'"
5965 $ WC "d_strtol='define'"
5966 $ WC "d_strtold='" + d_strtold + "'"
5967 $ WC "d_strtoll='" + d_strtoll + "'"
5968 $ WC "d_strtoq='" + d_strtoq + "'"
5969 $ WC "d_strtoul='define'"
5970 $ WC "d_strtoull='" + d_strtoull + "'"
5971 $ WC "d_strtouq='" + d_strtouq + "'"
5972 $ WC "d_strxfrm='" + d_strxfrm + "'"
5973 $ WC "d_suidsafe='undef'"
5974 $ WC "d_symlink='" + d_symlink + "'"
5975 $ WC "d_syscall='undef'"
5976 $ WC "d_syscallproto='undef'"
5977 $ WC "d_sysconf='" + d_sysconf + "'"
5978 $ WC "d_syserrlst='undef'"
5979 $ WC "d_system='define'"
5980 $ WC "d_tcgetpgrp='undef'"
5981 $ WC "d_tcsetpgrp='undef'"
5982 $ WC "d_telldir='define'"
5983 $ WC "d_telldirproto='define'"
5984 $ WC "d_time='define'"
5985 $ WC "d_times='define'"
5986 $ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.0")
5988 $ WC "d_tm_tm_gmtoff='define'"
5989 $ WC "d_tm_tm_zone='define'"
5991 $ WC "d_tm_tm_gmtoff='undef'"
5992 $ WC "d_tm_tm_zone='undef'"
5994 $ WC "d_truncate='" + d_truncate + "'"
5995 $ WC "d_tzname='" + d_tzname + "'"
5996 $ WC "d_u32align='define'"
5997 $ WC "d_ualarm='" + d_ualarm + "'"
5998 $ WC "d_umask='define'"
5999 $ WC "d_uname='" + d_uname + "'"
6000 $ WC "d_union_semun='undef'"
6001 $ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'" ! VMS-specific
6002 $ WC "d_unordered='undef'"
6003 $ WC "d_unsetenv='" + d_unsetenv + "'"
6004 $ WC "d_clearenv='" + d_clearenv + "'"
6005 $ WC "d_usleep='" + d_usleep + "'"
6006 $ WC "d_usleepproto='" + d_usleep + "'"
6007 $ WC "d_ustat='undef'"
6008 $ WC "d_vendorarch='undef'"
6009 $ WC "d_vendorlib='undef'"
6010 $ WC "d_vfork='define'"
6011 $ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
6012 $ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
6013 $ WC "d_void_closedir='define'"
6014 $ WC "d_volatile='define'"
6015 $ WC "d_vprintf='define'"
6016 $ WC "d_vsnprintf='" + d_vsnprintf + "'"
6017 $ WC "d_wait4='" + d_wait4 + "'"
6018 $ WC "d_waitpid='define'"
6019 $ WC "d_wcstombs='" + d_wcstombs + "'"
6020 $ WC "d_wctomb='" + d_wctomb + "'"
6021 $ WC "d_writev='undef'"
6022 $ WC "db_hashtype=' '"
6023 $ WC "db_prefixtype=' '"
6024 $ WC "db_version_major='" + "'"
6025 $ WC "db_version_minor='" + "'"
6026 $ WC "db_version_patch='" + "'"
6027 $ WC "dbgprefix='" + dbgprefix + "'"
6028 $ WC "defvoidused='15'"
6029 $ WC "devtype='" + devtype + "'"
6030 $ WC "direntrytype='struct dirent'"
6031 $ WC "dlext='" + dlext + "'"
6032 $ WC "dlobj='" + dlobj + "'"
6033 $ WC "dlsrc='dl_vms.c'"
6034 $ WC "doublesize='" + doublesize + "'"
6035 $ WC "drand01='" + drand01 + "'"
6037 $! The extensions symbol may be quite long
6039 $ tmp = "dynamic_ext='" + extensions + "'"
6043 $ WC "ebcdic='undef'"
6044 $ WC "embedmymalloc='" + usemymalloc + "'"
6045 $ WC "eunicefix=':'"
6046 $ WC "exe_ext='" + exe_ext + "'"
6048 $! The extensions symbol may be quite long
6050 $ tmp = "extensions='" + extensions + "'"
6053 $ WC "fflushNULL='define'"
6054 $ WC "fflushall='undef'"
6055 $ WC "fpostype='fpos_t'"
6056 $ WC "freetype='void'"
6057 $ WC "full_ar='" + "'"
6058 $ WC "full_csh='" + " '"
6059 $ WC "full_sed='_NLA0:'"
6060 $ WC "gccversion='" + gccversion + "'"
6061 $ WC "gidformat='lu'"
6064 $ WC "gidtype='" + gidtype + "'"
6065 $ WC "groupstype='Gid_t'"
6067 $ WC "hintfile='" + "'"
6068 $ WC "i16size='" + i16size + "'"
6069 $ WC "i16type='" + i16type + "'"
6070 $ WC "i32size='" + i32size + "'"
6071 $ WC "i32type='" + i32type + "'"
6072 $ WC "i64size='" + i64size + "'"
6073 $ WC "i64type='" + i64type + "'"
6074 $ WC "i8size='" + i8size + "'"
6075 $ WC "i8type='" + i8type + "'"
6076 $ WC "i_arpainet='undef'"
6077 $ WC "i_crypt='undef'"
6079 $ WC "i_dbm='undef'"
6080 $ WC "i_dirent='" + i_dirent + "'"
6081 $ WC "i_dlfcn='undef'"
6082 $ WC "i_fcntl='" + i_fcntl + "'"
6083 $ WC "i_float='define'"
6085 $ WC "i_fp_class='undef'"
6086 $ WC "i_grp='" + i_grp + "'"
6087 $ WC "i_ieeefp='undef'"
6088 $ WC "i_inttypes='" + i_inttypes + "'"
6089 $ WC "i_langinfo='" + i_langinfo + "'"
6090 $ WC "i_libutil='" + i_libutil + "'"
6091 $ WC "i_limits='define'"
6092 $ WC "i_locale='" + i_locale + "'"
6093 $ WC "i_machcthr='undef'"
6094 $ WC "i_machcthreads='undef'"
6095 $ WC "i_math='define'"
6096 $ WC "i_memory='undef'"
6097 $ WC "i_mntent='undef'"
6098 $ WC "i_ndbm='undef'"
6099 $ WC "i_netdb='" + i_netdb + "'"
6100 $ WC "i_neterrno='define'"
6101 $ WC "i_netinettcp='" + i_netinettcp + "'"
6102 $ WC "i_niin='" + i_niin + "'"
6103 $ WC "i_poll='" + i_poll + "'"
6104 $ WC "i_prot='undef'"
6105 $ WC "i_pthread='define'"
6106 $ WC "i_pwd='undef'"
6107 $ WC "i_rpcsvcdbm='undef'"
6108 $ WC "i_sfio='undef'"
6109 $ WC "i_sgtty='undef'"
6110 $ WC "i_shadow='" + i_shadow + "'"
6111 $ WC "i_socks='" + i_socks + "'"
6112 $ WC "i_stdarg='define'"
6113 $ WC "i_stddef='define'"
6114 $ WC "i_stdlib='define'"
6115 $ WC "i_string='define'"
6116 $ WC "i_sunmath='undef'"
6117 $ WC "i_sysaccess='" + i_sysaccess + "'"
6118 $ WC "i_sysdir='undef'"
6119 $ WC "i_sysfile='" + i_sysfile + "'"
6120 $ WC "i_sysioctl='" + i_sysioctl + "'"
6121 $ WC "i_syslog='" + i_syslog + "'"
6122 $ WC "i_sysmman='undef'"
6123 $ WC "i_sysmode='" + i_sysmode + "'"
6124 $ WC "i_sysmount='undef'"
6125 $ WC "i_sysndir='undef'"
6126 $ WC "i_sysparam='undef'"
6127 $ WC "i_sysresrc='undef'"
6128 $ WC "i_syssecrt='" + i_syssecrt + "'"
6129 $ WC "i_sysselct='undef'"
6130 $ WC "i_syssockio='undef'"
6131 $ WC "i_sysstat='define'"
6132 $ WC "i_sysstatfs='undef'"
6133 $ WC "i_sysstatvfs='" + i_sysstatvfs + "'"
6134 $ WC "i_systime='undef'"
6135 $ WC "i_systimek='undef'"
6136 $ WC "i_systimes='undef'"
6137 $ WC "i_systypes='define'"
6138 $ WC "i_sysuio='" + i_sysuio + "'"
6139 $ WC "i_sysun='undef'"
6140 $ WC "i_sysutsname='" + i_sysutsname + "'"
6141 $ WC "i_sysvfs='undef'"
6142 $ WC "i_syswait='undef'"
6143 $ WC "i_termio='undef'"
6144 $ WC "i_termios='undef'"
6145 $ WC "i_time='define'"
6146 $ WC "i_unistd='" + i_unistd + "'"
6147 $ WC "i_ustat='undef'"
6148 $ WC "i_utime='" + i_utime + "'"
6149 $ WC "i_values='undef'"
6150 $ WC "i_varargs='undef'"
6151 $ WC "i_vfork='undef'"
6152 $ WC "inc_version_list='0'"
6153 $ WC "inc_version_list_init='0'"
6154 $ WC "installarchlib='" + installarchlib + "'"
6155 $ WC "installbin='" + installbin + "'"
6156 $ WC "installman1dir='" + installman1dir + "'"
6157 $ WC "installman3dir='" + installman3dir + "'"
6158 $ WC "installprefix='" + vms_prefix + "'"
6159 $ WC "installprefixexp='" + vms_prefix + ":'"
6160 $ WC "installprivlib='" + installprivlib + "'"
6161 $ WC "installscript='" + installscript + "'"
6162 $ WC "installsitearch='" + installsitearch + "'"
6163 $ WC "installsitebin='" + sitebin + "'"
6164 $ WC "installsitelib='" + installsitelib + "'"
6165 $ WC "installusrbinperl='undef'"
6166 $ WC "intsize='" + intsize + "'"
6167 $ WC "ivdformat='" + ivdformat + "'"
6168 $ WC "ivsize='" + ivsize + "'"
6169 $ WC "ivtype='" + ivtype + "'"
6171 $! The known_extensions symbol may be quite long
6173 $ tmp = "known_extensions='" + known_extensions + "'"
6176 $ WC "ld='" + ld + "'"
6177 $ WC "lddlflags='/Share'"
6178 $ WC "ldflags='" + ldflags + "'"
6179 $ WC "ldflags_uselargefiles='" + "'"
6180 $ WC "lib_ext='" + lib_ext + "'"
6181 $ WC "libc='" + libc + "'"
6182 $ WC "libpth='/sys$share /sys$library'"
6183 $ WC "libs='" + libs + "'"
6184 $ WC "libswanted='" + "'"
6185 $ WC "libswanted_uselargefiles='" + "'"
6186 $ WC "longdblsize='" + longdblsize + "'"
6187 $ WC "longlongsize='" + longlongsize + "'"
6188 $ WC "longsize='" + longsize + "'"
6189 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6191 $ WC "lseeksize='8'"
6192 $ WC "lseektype='off_t'"
6194 $ WC "lseeksize='4'"
6195 $ WC "lseektype='int'"
6199 $ WC "make='" + make + "'"
6200 $ WC "malloctype='void *'"
6201 $ WC "usemallocwrap='" + usemallocwrap + "'"
6202 $ WC "man1ext='rno'"
6203 $ WC "man3ext='rno'"
6204 $ WC "mmaptype='void *'"
6205 $ WC "modetype='unsigned int'"
6206 $ WC "multiarch='undef'"
6207 $ WC "mydomain='" + mydomain + "'"
6208 $ WC "myhostname='" + myhostname + "'"
6209 $ WC "myuname='" + myuname + "'"
6210 $ WC "need_va_copy='undef'"
6211 $ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
6212 $ WC "netdb_host_type='" + netdb_host_type + "'"
6213 $ WC "netdb_name_type='" + netdb_name_type + "'"
6214 $ WC "netdb_net_type='" + netdb_net_type + "'"
6215 $ WC "nonxs_ext='" + nonxs_ext + "'"
6216 $ WC "nveformat='" + nveformat + "'"
6217 $ WC "nvfformat='" + nvfformat + "'"
6218 $ WC "nvgformat='" + nvgformat + "'"
6219 $ WC "nvsize='" + nvsize + "'"
6220 $ WC "nvtype='" + nvtype + "'"
6221 $ WC "o_nonblock=' '"
6222 $ WC "obj_ext='" + obj_ext + "'"
6223 $ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
6224 $ WC "oldarchlib='" + oldarchlib + "'"
6225 $ WC "oldarchlibexp='" + oldarchlibexp + "'"
6226 $ WC "optimize='" + optimize + "'"
6227 $ WC "osname='" + osname + "'"
6228 $ WC "osvers='" + osvers + "'"
6229 $ WC "otherlibdirs='" + "'"
6230 $ WC "package='" + package + "'"
6231 $ WC "pager='" + pager + "'"
6232 $ WC "patchlevel='" + patchlevel + "'"
6234 $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
6235 $ WC "perladmin='" + perladmin + "'"
6236 $ WC "perllibs='" + perllibs + "'"
6237 $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'"
6238 $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific
6239 $ WC "perl_verb='" + perl_verb + "'" ! VMS specific
6240 $ WC "pgflquota='" + pgflquota + "'"
6241 $ WC "pidtype='" + pidtype + "'"
6242 $ WC "prefix='" + vms_prefix + "'"
6243 $ WC "prefixexp='" + vms_prefix + ":'"
6244 $ WC "privlib='" + privlib + "'"
6245 $ WC "privlibexp='" + privlibexp + "'"
6246 $ WC "procselfexe=' '"
6247 $ WC "prototype='define'"
6248 $ WC "ptrsize='" + ptrsize + "'"
6249 $ WC "quadkind='" + quadkind + "'"
6250 $ WC "quadtype='" + quadtype + "'"
6251 $ WC "randbits='" + randbits + "'"
6252 $ WC "randfunc='" + randfunc + "'"
6253 $ WC "randseedtype='" + randseedtype + "'"
6254 $ WC "ranlib='" + "'"
6255 $ WC "rd_nodata=' '"
6256 $ WC "revision='" + revision + "'"
6257 $ WC "sPRId64='" + sPRId64 + "'"
6258 $ WC "sPRIEldbl='" + sPRIEUldbl + "'"
6259 $ WC "sPRIFldbl='" + sPRIFUldbl + "'"
6260 $ WC "sPRIGldbl='" + sPRIGUldbl + "'"
6261 $ WC "sPRIX64='" + sPRIXU64 + "'"
6262 $ WC "sPRIeldbl='" + sPRIeldbl + "'"
6263 $ WC "sPRIfldbl='" + sPRIfldbl + "'"
6264 $ WC "sPRIgldbl='" + sPRIgldbl + "'"
6265 $! WC "sPRIi64='" + sPRIi64 + "'"
6266 $ WC "sPRIo64='" + sPRIo64 + "'"
6267 $ WC "sPRIu64='" + sPRIu64 + "'"
6268 $ WC "sPRIx64='" + sPRIx64 + "'"
6269 $ WC "sSCNfldbl='" + sSCNfldbl + "'"
6270 $ WC "sched_yield='" + sched_yield + "'"
6271 $ WC "scriptdir='" + scriptdir + "'"
6272 $ WC "scriptdirexp='" + scriptdir + "'" ! use scriptdir for now
6273 $ WC "seedfunc='" + seedfunc + "'"
6274 $ WC "selectminbits='32'"
6275 $ WC "selecttype='" + selecttype + "'"
6277 $ WC "shmattype='" + " '"
6278 $ WC "shortsize='" + shortsize + "'"
6279 $ WC "shrplib='define'"
6280 $ IF (f$length(sig_name) .GE. 244)
6282 $ tmp = "sig_name='" + sig_name + "'"
6286 $ WC "sig_name='" + sig_name + "'"
6288 $ IF (f$length(sig_name_init) .GE. 244)
6290 $ tmp = "sig_name_init='" + sig_name_init + "'"
6294 $ WC "sig_name_init='" + sig_name_init + "'"
6296 $ WC "sig_num='" + sig_num + "'"
6297 $ WC "sig_num_init='" + sig_num_init + "'"
6298 $ WC "sig_count='" + sig_count + "'"
6299 $ WC "sig_size='" + sig_size + "'"
6300 $ WC "signal_t='" + signal_t + "'"
6301 $ WC "sitearch='" + sitearch + "'"
6302 $ WC "sitearchexp='" + sitearchexp + "'"
6303 $ WC "sitebin='" + sitebin + "'"
6304 $ WC "sitebinexp='" + sitebin + "'"
6305 $ WC "sitelib='" + sitelib + "'"
6306 $ WC "sitelib_stem='" + sitelib_stem + "'"
6307 $ WC "sitelibexp='" + sitelibexp + "'"
6308 $ WC "siteprefix='" + vms_prefix + "'"
6309 $ WC "siteprefixexp='" + vms_prefix + ":'"
6310 $ WC "sizesize='" + sizesize + "'"
6311 $ WC "sizetype='size_t'"
6312 $ WC "so='" + so + "'"
6313 $ WC "socksizetype='" + socksizetype + "'"
6314 $ WC "spitshell='write sys$output '"
6315 $ WC "src='" + src + "'"
6316 $ WC "ssizetype='int'"
6317 $ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
6318 $ WC "static_ext='" + static_ext + "'"
6319 $ WC "stdchar='" + stdchar + "'"
6320 $ WC "stdio_base='((*fp)->_base)'"
6321 $ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
6322 $ WC "stdio_cnt='((*fp)->_cnt)'"
6323 $ WC "stdio_ptr='((*fp)->_ptr)'"
6324 $ WC "stdio_stream_array=' " + "'"
6325 $ WC "subversion='" + subversion + "'"
6326 $ WC "timetype='" + timetype + "'"
6327 $ WC "u16size='" + u16size + "'"
6328 $ WC "u16type='" + u16type + "'"
6329 $ WC "u32size='" + u32size + "'"
6330 $ WC "u32type='" + u32type + "'"
6331 $ WC "u64size='" + u64size + "'"
6332 $ WC "u64type='" + u64type + "'"
6333 $ WC "u8size='" + u8size + "'"
6334 $ WC "u8type='" + u8type + "'"
6335 $ WC "uidformat='lu'"
6338 $ WC "uidtype='" + uidtype + "'"
6339 $ WC "uquadtype='" + uquadtype + "'"
6340 $ WC "use5005threads='" + use5005threads + "'"
6341 $ WC "use64bitall='" + use64bitall + "'"
6342 $ WC "use64bitint='" + use64bitint + "'"
6343 $ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific
6344 $ WC "usedebugging_perl='"+use_debugging_perl+"'"
6345 $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
6346 $ WC "usecrosscompile='undef'"
6347 $ WC "usedl='" + usedl + "'"
6348 $ WC "usefaststdio='" + usefaststdio + "'"
6349 $ WC "useieee='" + useieee + "'" ! VMS-specific
6350 $ WC "useithreads='" + useithreads + "'"
6351 $ WC "usekernelthreads='" + usekernelthreads + "'" ! VMS-specific
6352 $ WC "uselargefiles='" + uselargefiles + "'"
6353 $ WC "uselongdouble='" + uselongdouble + "'"
6354 $ WC "usemorebits='" + usemorebits + "'"
6355 $ WC "usemultiplicity='" + usemultiplicity + "'"
6356 $ WC "usemymalloc='" + usemymalloc + "'"
6357 $ WC "useperlio='" + useperlio + "'"
6358 $ WC "useposix='false'"
6359 $ WC "usereentrant='undef'"
6360 $ WC "userelocatableinc='undef'"
6361 $ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
6362 $ WC "usesitecustomize='" + usesitecustomize + "'"
6363 $ WC "usesocks='undef'"
6364 $ WC "usethreads='" + usethreads + "'"
6365 $ WC "usethreadupcalls='" + usethreadupcalls + "'" ! VMS-specific
6366 $ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01
6367 $ WC "usevfork='true'"
6368 $ WC "usevmsdebug='" + usevmsdebug + "'" ! VMS-specific
6369 $ WC "uvoformat='" + uvoformat + "'"
6370 $ WC "uvsize='" + uvsize + "'"
6371 $ WC "uvtype='" + uvtype + "'"
6372 $ WC "uvuformat='" + uvuformat + "'"
6373 $ WC "uvxformat='" + uvxformat + "'"
6374 $ WC "uvXUformat='" + uvXUformat + "'"
6375 $ WC "vendorarch='" + "'"
6376 $ WC "vendorarchexp='" + "'"
6377 $ WC "vendorbin='" + "'"
6378 $ WC "vendorbinexp='" + "'"
6379 $ WC "vendorlib_stem='" + "'"
6380 $ WC "vendorlib='" + "'"
6381 $ WC "vendorlibexp='" + "'"
6382 $ WC "vendorprefix='" + "'"
6383 $ WC "vendorprefixexp='" + "'"
6384 $ WC "version='" + version + "'"
6385 $ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
6386 $ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
6387 $ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
6388 $ WC "vms_ver='" + vms_ver + "'" ! VMS specific
6389 $ WC "voidflags='15'"
6391 $! ## The UNIXy POSIXy reentrantey thingys ##
6392 $! See "Appendix B, Version-Dependency Tables" in the C RTL
6393 $! manual for when assorted _r functions became available.
6395 $ IF use_threads .AND. vms_ver .GES. "7.2"
6397 $ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'"
6398 $ WC "d_asctime_r='define'"
6399 $ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'"
6400 $ WC "d_ctime_r='define'"
6402 $ WC "asctime_r_proto='0'"
6403 $ WC "d_asctime_r='undef'"
6404 $ WC "ctime_r_proto='0'"
6405 $ WC "d_ctime_r='undef'"
6407 $ WC "d_crypt_r='undef'"
6408 $ WC "d_ctermid_r='undef'"
6409 $ WC "d_drand48_r='undef'"
6410 $ WC "d_endgrent_r='undef'"
6411 $ WC "d_endhostent_r='undef'"
6412 $ WC "d_endnetent_r='undef'"
6413 $ WC "d_endprotoent_r='undef'"
6414 $ WC "d_endpwent_r='undef'"
6415 $ WC "d_endservent_r='undef'"
6416 $ WC "d_getgrent_r='undef'"
6417 $ WC "d_getgrgid_r='" + d_getgrgid_r + "'"
6418 $ WC "d_getgrnam_r='" + d_getgrnam_r + "'"
6419 $ WC "d_gethostbyaddr_r='undef'"
6420 $ WC "d_gethostbyname_r='undef'"
6421 $ WC "d_gethostent_r='undef'"
6422 $ WC "d_getlogin_r='undef'"
6423 $ WC "d_getnetbyaddr_r='undef'"
6424 $ WC "d_getnetbyname_r='undef'"
6425 $ WC "d_getnetent_r='undef'"
6426 $ WC "d_getprotobyname_r='undef'"
6427 $ WC "d_getprotobynumber_r='undef'"
6428 $ WC "d_getprotoent_r='undef'"
6429 $ WC "d_getpwent_r='undef'"
6430 $ WC "d_getpwnam_r='" + d_getpwnam_r + "'"
6431 $ WC "d_getpwuid_r='" + d_getpwuid_r + "'"
6432 $ WC "d_getservbyname_r='undef'"
6433 $ WC "d_getservbyport_r='undef'"
6434 $ WC "d_getservent_r='undef'"
6435 $ WC "d_getspnam_r='undef'"
6436 $ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime
6437 $ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime
6438 $ WC "d_random_r='undef'"
6439 $ WC "d_readdir_r='define'" ! always defined; we roll our own
6440 $ WC "d_readdir64_r='undef'"
6441 $ WC "d_setgrent_r='undef'"
6442 $ WC "d_sethostent_r='undef'"
6443 $ WC "d_setlocale_r='undef'"
6444 $ WC "d_setnetent_r='undef'"
6445 $ WC "d_setprotoent_r='undef'"
6446 $ WC "d_setpwent_r='undef'"
6447 $ WC "d_setservent_r='undef'"
6448 $ WC "d_snprintf='" + d_snprintf + "'"
6449 $ WC "d_srand48_r='undef'"
6450 $ WC "d_srandom_r='undef'"
6451 $ WC "d_strerror_r='undef'"
6452 $ WC "d_tmpnam_r='undef'"
6453 $ WC "d_ttyname_r='" + d_ttyname_r + "'"
6454 $ WC "ctermid_r_proto='0'"
6455 $ WC "crypt_r_proto='0'"
6456 $ WC "drand48_r_proto='0'"
6457 $ WC "endgrent_r_proto='0'"
6458 $ WC "endhostent_r_proto='0'"
6459 $ WC "endnetent_r_proto='0'"
6460 $ WC "endprotoent_r_proto='0'"
6461 $ WC "endpwent_r_proto='0'"
6462 $ WC "endservent_r_proto='0'"
6463 $ WC "getgrent_r_proto='0'"
6464 $ WC "getgrgid_r_proto='" + getgrgid_r_proto + "'"
6465 $ WC "getgrnam_r_proto='" + getgrnam_r_proto + "'"
6466 $ WC "gethostbyaddr_r_proto='0'"
6467 $ WC "gethostbyname_r_proto='0'"
6468 $ WC "gethostent_r_proto='0'"
6469 $ WC "getlogin_r_proto='0'"
6470 $ WC "getnetbyaddr_r_proto='0'"
6471 $ WC "getnetbyname_r_proto='0'"
6472 $ WC "getnetent_r_proto='0'"
6473 $ WC "getprotobyname_r_proto='0'"
6474 $ WC "getprotobynumber_r_proto='0'"
6475 $ WC "getprotoent_r_proto='0'"
6476 $ WC "getpwent_r_proto='0'"
6477 $ WC "getpwnam_r_proto='0'"
6478 $ WC "getpwuid_r_proto='0'"
6479 $ WC "getservbyname_r_proto='0'"
6480 $ WC "getservbyport_r_proto='0'"
6481 $ WC "getservent_r_proto='0'"
6482 $ WC "getspnam_r_proto='0'"
6483 $ WC "gmtime_r_proto='0'"
6484 $ WC "localtime_r_proto='0'"
6485 $ WC "random_r_proto='0'"
6486 $ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
6487 $ WC "readdir64_r_proto='0'"
6488 $ WC "setgrent_r_proto='0'"
6489 $ WC "sethostent_r_proto='0'"
6490 $ WC "setlocale_r_proto='0'"
6491 $ WC "setnetent_r_proto='0'"
6492 $ WC "setprotoent_r_proto='0'"
6493 $ WC "setpwent_r_proto='0'"
6494 $ WC "setservent_r_proto='0'"
6495 $ WC "srand48_r_proto='0'"
6496 $ WC "srandom_r_proto='0'"
6497 $ WC "strerror_r_proto='0'"
6498 $ WC "tmpnam_r_proto='0'"
6499 $ WC "ttyname_r_proto='" + ttyname_r_proto + "'"
6501 $! ##END WRITE NEW CONSTANTS HERE##
6505 $! Okay, we've gotten here. Build munchconfig.exe
6506 $ COPY/NOLOG [-.vms]munchconfig.c []
6507 $ COPY/NOLOG [-.vms]'Makefile_SH' []
6508 $ 'Perl_CC' munchconfig.c
6511 $ OPEN/WRITE CONFIG []munchconfig.opt
6512 $ IF ccname .EQS. "GCC"
6514 $ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
6516 $ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
6518 $ 'ld' munchconfig.obj,munchconfig.opt/opt
6519 $ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
6521 $ 'ld' munchconfig.obj
6523 $ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
6524 $ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
6525 $ IF ccname .EQS. "CXX"
6527 $ CALL Cxx_demangler_cleanup
6530 $ IF alldone .EQS. ""
6535 If you'd like to make any changes to the config.sh file before I begin
6536 to configure things, answer yes to the following question.
6540 $ rp="Do you wish to edit ''basename_config_sh'? [''bool_dflt'] "
6545 $ echo4 "Be sure to type LOGOUT after you have edited the file,"
6546 $ echo4 "then this procedure will resume."
6548 $ default = F$ENVIRONMENT("DEFAULT")
6549 $ DIRECTORY 'config_sh'
6552 $ SET DEFAULT 'default'
6557 $ echo4 "Adding ''osname' specific preprocessor commands."
6559 $ ! we need an fdl file
6560 $ CREATE [-]CONFIG.FDL
6565 $ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
6566 $ ! First spit out the header info with the local defines (to get
6567 $ ! around the 255 character command line limit)
6568 $ OPEN/APPEND CONFIG [-]config.local
6569 $ IF use_debugging_perl THEN WC "#define DEBUGGING"
6570 $ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
6571 $ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
6572 $ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
6573 $ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
6574 $ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
6575 $ IF (Has_Dec_C_Sockets)
6577 $ WC "#define VMS_DO_SOCKETS"
6578 $ WC "#define DECCRTL_SOCKETS"
6580 $ IF Has_Socketshr THEN WC "#define VMS_DO_SOCKETS"
6582 $! This is VMS-specific for now
6583 $ WC "#''d_setenv' HAS_SETENV"
6584 $ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
6585 $ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
6586 $ IF use64bitint .OR. use64bitint .EQS. "define"
6588 $ WC "#define USE_64_BIT_INT"
6589 $ WC "#define USE_LONG_DOUBLE"
6591 $ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
6592 WC "#define USE_64_BIT_ALL"
6593 $ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
6594 $ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
6595 $ WC "#define HAS_ENVGETENV"
6596 $ WC "#define PERL_EXTERNAL_GLOB"
6597 $ IF archname .EQS. "VMS_VAX" .AND. -
6598 ccname .EQS. "DEC" .AND. -
6599 ccversion .LE. 50390006
6601 $! Alas this does not help to build Fcntl
6602 $! WC "#define PERL_IGNORE_FPUSIG SIGFPE"
6604 $ IF kill_by_sigprc .EQS. "define" then WC "#define KILL_BY_SIGPRC"
6605 $ IF unlink_all_versions .OR. unlink_all_versions .EQS. "define" THEN -
6606 WC "#define UNLINK_ALL_VERSIONS"
6609 $ echo4 "Doing variable substitutions on .SH files..."
6610 $ echo4 "Extracting config.h (with variable substitutions)"
6612 $! Now build the normal config.h
6613 $ DEFINE/USER_MODE sys$output [-]config.main
6614 $ mcr []munchconfig 'config_sh' [-]config_h.sh
6615 $ ! Concatenate them together
6616 $ copy [-]config.local,[-]config.main [-]config.h
6618 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
6619 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
6620 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
6622 $ IF ccname .EQS. "DEC"
6624 $ DECC_REPLACE = "DECC=decc=1"
6626 $ DECC_REPLACE = "DECC="
6628 $ IF ccname .EQS. "CXX"
6630 $ DECCXX_REPLACE = "DECCXX=DECCXX=1"
6632 $ DECCXX_REPLACE = "DECCXX="
6634 $ IF ccname .EQS. "GCC"
6636 $ GNUC_REPLACE = "GNUC=gnuc=1"
6638 $ GNUC_REPLACE = "GNUC="
6640 $ IF Has_Dec_C_Sockets
6642 $ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
6646 $ SOCKET_REPLACE = "SOCKET=SOCKETSHR_SOCKETS=1"
6648 $ SOCKET_REPLACE = "SOCKET="
6653 $ IF (vms_ver .LES. "6.2")
6655 $ THREAD_REPLACE = "THREAD=OLDTHREADED=1"
6657 $ THREAD_REPLACE = "THREAD=THREADED=1"
6660 $ THREAD_REPLACE = "THREAD="
6664 $ MALLOC_REPLACE = "MALLOC=MALLOC=1"
6666 $ MALLOC_REPLACE = "MALLOC="
6668 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6670 $ IF usestdstat .or. usestdstat .eqs. "define"
6672 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_USE_STD_STAT=1"
6674 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_LARGEFILE=1"
6677 $ LARGEFILE_REPLACE = "LARGEFILE="
6679 $ echo4 "Extracting ''defmakefile' (with variable substitutions)"
6680 $ DEFINE/USER_MODE sys$output 'UUmakefile'
6681 $ mcr []munchconfig 'config_sh' 'Makefile_SH' "''DECC_REPLACE'" "''DECCXX_REPLACE'" "''ARCH_TYPE'" "''GNUC_REPLACE'" -
6682 "''SOCKET_REPLACE'" "''THREAD_REPLACE'" "''C_Compiler_Replace'" "''MALLOC_REPLACE'" -
6683 "''THREAD_UPCALLS'" "''THREAD_KERNEL'" "PV=''version'" "FLAGS=FLAGS=''extra_flags'" "''LARGEFILE_REPLACE'"
6684 $! Clean up after ourselves
6685 $ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
6687 $ echo4 "Extracting make_ext.com (without variable substitutions)"
6688 $ Create Sys$Disk:[-]make_ext.com
6689 $ Deck/Dollar="$EndOfTpl$"
6691 $! NOTE: This file is extracted as part of the VMS configuration process.
6692 $! Any changes made to it directly will be lost. If you need to make any
6693 $! changes, please edit the template in Configure.Com instead.
6694 $ def = F$Environment("Default")
6695 $! p1 - how to invoke miniperl (passed in from descrip.mms)
6696 $ p1 = F$Edit(p1,"Upcase,Compress,Trim")
6697 $ If F$Locate("MCR ",p1).eq.0 Then p1 = F$Extract(3,255,p1)
6698 $ miniperl = "$" + F$Search(F$Parse(p1,".Exe"))
6699 $! p2 - how to invoke local make utility (passed in from descrip.mms)
6701 $ if f$type('p2') .nes. "" then makeutil = 'p2'
6702 $! p3 - make target (passed in from descrip.mms)
6703 $ targ = F$Edit(p3,"Lowercase")
6706 $ open/read CONFIG config.sh
6708 $ read/end=end_ext_loop CONFIG line
6709 $ if (f$extract(0,12,line) .NES. "extensions='")
6710 $ then goto find_ext_loop
6711 $ else extensions = f$extract(12,f$length(line),line) - "'"
6715 $ extensions = f$edit(extensions,"TRIM,COMPRESS")
6718 $ ext = f$element(i," ",extensions)
6719 $ If ext .eqs. " " .or. ext .eqs. "" Then Goto done
6720 $ Define/User_mode Perl_Env_Tables CLISYM_LOCAL
6723 ($extdir = $ENV{'ext'}) =~ s/::/./g;
6725 if ($extdir =~ /^vms/i) { $extdir =~ s/vms/.vms.ext/i; }
6726 else { $extdir = ".ext.$extdir"; }
6727 ($ENV{'extdir'} = "[$extdir]");
6728 ($ENV{'up'} = ('-') x ($extdir =~ tr/././));
6730 $ Set Default &extdir
6732 $ If F$Locate("clean",targ) .eqs. F$Length(targ)
6734 $ Write Sys$Output ""
6735 $ Write Sys$Output " Making ''ext' (dynamic)"
6736 $ On Error Then Goto done
6737 $ If F$Search("Descrip.MMS") .eqs. ""
6741 $ If F$CvTime(F$File("Descrip.MMS","rdt")) .lts. -
6742 F$CvTime(F$File("Makefile.PL","rdt")) Then redesc = 1
6745 $ Write Sys$Output "''targ'ing ''ext' . . ."
6746 $ On Error Then Continue
6749 miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]" "PERL_CORE=1"
6761 $! Note that the /key qualifier to search, as in:
6762 $! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
6763 $! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
6765 $ echo4 "Extracting extra_pods.com (without variable substitutions)"
6766 $ Create Sys$Disk:[-]extra_pods.com
6767 $ Deck/Dollar="$EOExtra_Pods$"
6769 $! NOTE: This file is extracted as part of the VMS configuration process.
6770 $! Any changes made to it directly will be lost. If you need to make any
6771 $! changes, please edit the template in Configure.Com instead.
6772 $! Use FORCE if you've just podified a README.* file on VMS.
6773 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
6774 search README.* "=head"/window=0/output=extra.pods
6775 $ open/read/error=extra_close EXTRA extra.pods
6777 $ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
6778 $ file_type = f$edit(f$parse(file,,,"TYPE",),"LOWERCASE") - "."
6779 $ if file_type .nes. "VMS" .and. file_type .nes. "vms"
6781 $ pod_file = "[.pod]perl''file_type'.pod"
6782 $ file = file - "''f$parse(file,,,"VERSION",)'"
6783 $ if p1 .eqs. "CLEAN"
6784 $ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
6787 $ if f$search(pod_file) .eqs. ""
6788 $ then do_copy := true
6790 $ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
6791 $ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
6792 $ if file_rdt .GTS. pod_file_rdt then do_copy := true
6794 $ ! wacky method to preserve case on ODS-5 even when parse style is traditional
6795 $ if do_copy then mcr sys$disk:[]miniperl.exe -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"
6801 $ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
6802 purge/nolog extra.pods
6806 $! Warn of dangerous symbols or logical names
6808 $Bad_environment: SUBROUTINE
6810 $ IF p2 .eqs. "SYMBOL"
6812 $ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
6814 $ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
6816 $ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
6818 $ IF f$search("config.msg") .nes. ""
6820 $ OPEN/APPEND CONFIG config.msg
6822 $ OPEN/WRITE CONFIG config.msg
6824 $ IF Bad_env .eqs. "SYMBOL"
6827 $ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
6828 $ WRITE CONFIG " delete before building ''package' via:"
6829 $ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
6830 $ IF f$locate("""",&p1) .ge. f$length(&p1)
6832 $ WRITE CONFIG " after building, testing, and installing ''package'"
6833 $ WRITE CONFIG " restore the symbol with:"
6834 $ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
6837 $ IF Bad_env .eqs. "LOGICAL"
6840 $ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
6841 $ WRITE CONFIG " deassign before building ''package'"
6847 $ ENDSUBROUTINE ! Bad_environment
6849 $ echo4 "Checking for dangerous pre-existing global symbols and logical names."
6850 $ CALL Bad_environment "COMP"
6851 $ CALL Bad_environment "EXT"
6852 $ CALL Bad_environment "FOO"
6853 $ CALL Bad_environment "LIB"
6854 $ CALL Bad_environment "LIST"
6855 $ CALL Bad_environment "MIME"
6856 $ CALL Bad_environment "POSIX"
6857 $ CALL Bad_environment "SYS"
6858 $ CALL Bad_environment "T"
6859 $ CALL Bad_environment "THREAD"
6860 $ CALL Bad_environment "THREADS"
6861 $ CALL Bad_environment "TIME"
6862 $ CALL Bad_environment "TMP"
6863 $ CALL Bad_environment "UNICODE"
6864 $ CALL Bad_environment "UTIL"
6865 $ CALL Bad_environment "TEST" "SYMBOL"
6866 $ IF f$search("config.msg") .eqs. "" THEN echo "OK."
6868 $! %Config-I-VMS, write perl_setup.com here
6870 $ IF (.NOT.perl_symbol)
6872 $ file_2_find = "[-]''packageup'.cld"
6874 $ echo4 "The perl.cld file is now being written..."
6875 $ OPEN/WRITE CONFIG 'file_2_find'
6877 $ IF (sharedperl .AND. F$EXTRACT(0,7,archname) .EQS. "VMS_AXP") THEN ext := .AXE
6878 $ IF (sharedperl .AND. F$EXTRACT(0,8,archname) .EQS. "VMS_IA64") THEN ext := .IXE
6879 $ IF (use_vmsdebug_perl)
6881 $ WRITE CONFIG "define verb dbgperl"
6882 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
6883 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6885 $ WRITE CONFIG "define verb perl"
6886 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
6887 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6889 $ WRITE CONFIG "define verb perl"
6890 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
6891 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
6894 $ ENDIF ! (.NOT.perl_symbol)
6896 $ echo4 "The perl_setup.com file is now being written..."
6897 $ file_2_find = "[-]perl_setup.com"
6899 $! Folks are likely to want to edit perl_setup.com.
6900 $! STMLF RFM plays nicer with ported editors than does VFC.
6902 $ CREATE [-]CONFIG.FDL
6907 $ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
6908 $ OPEN/APPEND CONFIG 'file_2_find'
6909 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
6911 $ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
6912 $ IF cf_email.NES.perladmin
6914 $ WRITE CONFIG "$! perl configured by ''cf_email'"
6916 $ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
6919 $! HP hack to make distributing binaries easier
6920 $!----------------------------------------------
6921 $ pcsi_producer = f$trnlnm("PCSI_PRODUCER")
6922 $ if pcsi_producer .eqs. ""
6924 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' ''prefix'"
6926 $ WRITE CONFIG "$ myproc = f$environment(""PROCEDURE"")"
6927 $ WRITE CONFIG "$ myroot_dev = f$parse(myproc,,,""DEVICE"",""NO_CONCEAL"")"
6928 $ WRITE CONFIG "$ myroot_dir = f$parse(myproc,,,""DIRECTORY"",""NO_CONCEAL"")"
6929 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000."" - ""><000000."""
6930 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000]"" - ""><000000>"""
6931 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""]["" - ""><"""
6932 $ WRITE CONFIG "$ myroot_dir = myroot_dir - "".]"" - "".>"" - ""["" - ""]"" - ""<"" - "">"""
6933 $ WRITE CONFIG "$ if f$trnlnm(""HP_BUILD_PERL_BIN_KIT"",""LNM$PROCESS_TABLE"") .EQS. """""
6934 $ WRITE CONFIG "$ then"
6935 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' 'myroot_dev'['myroot_dir'.]"
6936 $ WRITE CONFIG "$ endif"
6938 $ WRITE CONFIG "$ ext = "".exe"""
6941 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 2 then ext = "".AXE"""
6942 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 3 then ext = "".IXE"""
6946 $ perl_setup_perl = "'" + "'perl'" ! triple quoted foreign command symbol
6947 $ IF (use_vmsdebug_perl)
6949 $ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgperl'ext'"
6950 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgperl'ext'"
6951 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
6953 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
6954 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
6956 $ ELSE ! .NOT.perl_symbol
6957 $ perl_setup_perl = "perl" ! command verb
6958 $ IF (use_vmsdebug_perl)
6960 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
6962 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
6964 $ IF perl_verb .EQS. "PROCESS"
6966 $ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
6968 $ ENDIF ! perl_symbol
6972 $ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6973 $ ELSE !leave in but commented out (in case setting was from perl :-)
6974 $ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6977 $ WRITE CONFIG "$! Symbols for commonly used programs:"
6979 $ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
6980 $ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
6981 $ IF F$LOCATE("Devel::DProf",extensions) .LT. F$LENGTH(extensions)
6983 $ WRITE CONFIG "$ dprofpp == """ + perl_setup_perl + " ''vms_prefix':[utils]dprofpp.com"""
6985 $ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
6986 $ WRITE CONFIG "$ find2perl == """ + perl_setup_perl + " ''vms_prefix':[utils]find2perl.com"""
6987 $ WRITE CONFIG "$ h2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]h2ph.com"""
6988 $ WRITE CONFIG "$ h2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]h2xs.com"""
6989 $ WRITE CONFIG "$ instmodsh == """ + perl_setup_perl + " ''vms_prefix':[utils]instmodsh.com"""
6990 $ WRITE CONFIG "$ libnetcfg == """ + perl_setup_perl + " ''vms_prefix':[utils]libnetcfg.com"""
6991 $ WRITE CONFIG "$ perlbug == """ + perl_setup_perl + " ''vms_prefix':[utils]perlbug.com"""
6992 $ WRITE CONFIG "$ perldoc == """ + perl_setup_perl + " ''vms_prefix':[utils]perldoc.com """"-t"""""""
6993 $ WRITE CONFIG "$ perlivp == """ + perl_setup_perl + " ''vms_prefix':[utils]perlivp.com"""
6994 $ WRITE CONFIG "$ piconv == """ + perl_setup_perl + " ''vms_prefix':[utils]piconv.com"""
6995 $ WRITE CONFIG "$ pl2pm == """ + perl_setup_perl + " ''vms_prefix':[utils]pl2pm.com"""
6996 $ WRITE CONFIG "$ pod2html == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2html.com"""
6997 $ WRITE CONFIG "$ pod2latex == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2latex.com"""
6998 $ WRITE CONFIG "$ pod2text == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2text.com"""
6999 $ WRITE CONFIG "$!pod2man == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2man.com"""
7000 $ WRITE CONFIG "$ pod2usage == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2usage.com"""
7001 $ WRITE CONFIG "$ podchecker == """ + perl_setup_perl + " ''vms_prefix':[utils]podchecker.com"""
7002 $ WRITE CONFIG "$ podselect == """ + perl_setup_perl + " ''vms_prefix':[utils]podselect.com"""
7003 $ WRITE CONFIG "$ prove == """ + perl_setup_perl + " ''vms_prefix':[utils]prove.com"""
7004 $ WRITE CONFIG "$ psed == """ + perl_setup_perl + " ''vms_prefix':[utils]psed.com"""
7005 $ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]pstruct.com"""
7006 $ WRITE CONFIG "$ s2p == """ + perl_setup_perl + " ''vms_prefix':[utils]s2p.com"""
7007 $ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com"""
7008 $ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com"""
7012 $ echo "The file can be found at:"
7013 $ echo4 " ''F$SEARCH(file_2_find)'"
7014 $ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
7015 $ echo "when you are satisfied with a successful compilation,"
7016 $ echo "testing, and installation of your perl."
7018 $ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
7020 $ file_2_find = "[-]''packageup'_install.com"
7021 $ OPEN/WRITE CONFIG 'file_2_find'
7022 $ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
7023 $ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
7024 $ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
7027 $ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
7028 $ echo4 " @ ''F$SEARCH(file_2_find)'"
7029 $ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
7033 $!figure out where we "are" by parsing 'vms_default_directory_name'
7035 $ set_def_command = ""
7036 $ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
7037 $ tmp = vms_default_directory_name - dflt - "]"
7039 $ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
7041 $ tmp1 = F$ELEMENT(i,".",tmp)
7042 $ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
7044 $ THEN set_def_command = "set default [-"
7045 $ ELSE set_def_command = set_def_command + "-"
7049 $Beyond_set_def_loop:
7050 $ IF set_def_command.NES.""
7052 $ set_def_command = set_def_command - "-" + "]"
7054 $ echo4 "In order to build ''package' you must now issue the commands:"
7056 $ echo4 " ''set_def_command'"
7059 $ echo4 "In order to build ''package' you must now issue the command:"
7062 $ echo4 " ''make'''makefile'", macros
7065 $ IF ( F$SEARCH("config.msg").NES."" )
7067 $ echo4 "Hmm. I also noted the following information while running:"
7069 $ TYPE/OUTPUT=SYS$ERROR: config.msg
7070 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
7071 $ DELETE/NOLOG/NOCONFIRM config.msg;
7078 $ CLOSE/NOLOG STDOUT
7079 $ DEASSIGN SYS$OUTPUT
7081 $ CLOSE/NOLOG CONFIG
7082 $ IF F$GETJPI("","FILCNT").GT.vms_filcnt
7083 $ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
7085 $ dflt = F$ENVIRONMENT("DEFAULT")
7086 $ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
7088 $ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
7090 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
7091 $ DELETE/NOLOG/NOCONFIRM UU.DIR;
7093 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
7095 $!: End of Configure