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"
56 $ usesitecustomize = "n"
57 $ C_Compiler_Replace = "CC="
58 $ thread_upcalls = "MTU="
59 $ thread_kernel = "MTK="
60 $ use_two_pot_malloc = "N"
61 $ use_pack_malloc = "N"
62 $ use_debugmalloc = "N"
66 $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
67 $ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
68 $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
70 $! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
71 $! qualifier "just in case" (configure.com is re @ed in a bad state).
72 $! This construct was tested to be not a problem as far back as
73 $! VMS V5.5-2, hopefully earlier versions are OK as well.
77 $! Now keep track of open files
79 $ vms_filcnt = F$GETJPI ("","FILCNT")
81 $!: compute my invocation name
82 $ me = F$ENVIRONMENT("PROCEDURE")
84 $! Many null statements (begin with colon ':') in the Bourne shell version of
85 $! this script serve as comments/placeholders. I have retained some of the ones
86 $! that will help you compare this .COM file to the sh version - as well as
87 $! leave placeholders for future improvements to this .COM file.
88 $! sfn = VMS "skipped for now"
90 $!: Proper PATH separator !sfn
91 $!: Proper PATH setting !sfn
92 $!: Sanity checks !sfn "Say '@''$me''"
93 $!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
94 $!: Configure runs within the UU subdirectory !->after find MANIFEST
95 $! <big long list of default values (mostly null)>
96 $!: We must find out about Eunice early !(?)
97 $!: list of known cpp symbols, sorted alphabetically !sfn
99 $!: default library list !sfn
100 $! <no hints files in use (yet?)>
101 $!: Extra object files, if any, needed on this platform. !sfn
102 $!: Possible local include directories to search. !sfn
103 $!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
104 $!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
105 $!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
106 $!: no include file wanted by default !sfn
108 $!: Possible local library directories to search. !sfn
109 $!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
110 $!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
111 $!: general looking path for locating libraries !sfn
112 $!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
113 $!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
114 $!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
115 $!: Private path used by Configure to find libraries. Its value !sfn
116 $!: is prepended to libpth. This variable takes care of special !sfn
117 $!: machines, like the mips. Usually, it should be empty. !sfn
119 $!: full support for void wanted by default !sfn
120 $!defvoidused=15 !sfn
121 $!: List of libraries we want. !sfn
122 $!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
123 $!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
124 $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
125 $!: We probably want to search /usr/shlib before most other libraries. !sfn
126 $!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
127 $!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
128 $!glibpth="/usr/shlib $glibpth" !sfn
129 $!: Do not use vfork unless overridden by a hint file. !sfn
130 $!usevfork=false !sfn
131 $!: script used to extract .SH files with variable substitutions !sfn
132 $!: produce awk script to parse command line options !sfn
133 $!sfn (assume no sed awk) see below
134 $!: process the command line options
136 $!: set up default values
140 $ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
151 $ use_5005_threads = "N"
157 $ THEN !one or more switches was thrown
164 $ config_args = config_args + F$FAO(" !AS",P'i')
167 $ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
171 $ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
172 $ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
173 $Remove_quotation_mark:
175 $ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
176 $ gotopt = "f" !"alse"
177 $ gotshortopt = "f" !"alse"
178 $ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
181 $ gotopt = "t" !"rue"
183 $ gotshortopt = "t" !"rue"
185 $ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
192 $ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
196 $ IF (F$SEARCH(config_sh).NES."")
198 $ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
199 $ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
202 $ CONTINUE !at this point check UIC && if test allows...
205 $ echo "''me': cannot read config file ''config_sh'."
209 $ echo "''me': cannot read config file ''config_sh'."
214 $ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
221 $ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
228 $ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
235 $ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
242 $ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
247 $ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
254 $ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
261 $ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
263 $ extractsh = "true" !VMS? Yes with munchconfig
268 $ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
271 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
273 $ tmp = P'i' + "=""define"""
277 $ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
279 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
280 $ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
281 $ echo "''me': ignoring -D",P'i'
283 $ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
284 $ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
291 $ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
294 $ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
296 $ tmp = P'i' + "="""""
300 $ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
302 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
303 $ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
304 $ echo "''me': ignoring -U",P'i'
306 $ tmp = P'i' + "=""undef"""
313 $ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
315 $ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
316 $ echo "''me' generated by an unknown version of EDT."
322 $ echo "''me': unknown option ",P'i'
325 $ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
327 $ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
329 $ ENDIF ! (P1 .NES. "")
330 $ config_args = F$EDIT(config_args,"TRIM")
334 $ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
335 $ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
336 $ echo " [-Usymbol] [-Usymbol=]"
339 "-d" : use defaults for all answers.
340 "-e" : go on without questioning past the production of config.sh. *
341 "-f" : specify an alternate default configuration file.
342 "-h" : print this help message and exit (with an error status).
343 "-m" : skip the MANIFEST check to see that all files are present
344 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
345 "-s" : silent mode, only echoes questions and essential information.
346 -"D" : define symbol to have some value: *
347 -"Dsymbol" symbol gets the value 'define'
348 -"Dsymbol=value" symbol gets the value 'value'
349 -E : stop at the end of questions, after having produced config.sh. *
350 -K : do not use unless you know what you are doing.
351 -O : let -D and -U override definitions from loaded configuration file. *
352 -S : perform variable substitutions on all .SH files (can mix with -f) *
353 -"U" : undefine symbol: *
354 -"Usymbol" symbol gets the value 'undef'
355 -"Usymbol=" symbol gets completely empty
356 -V : print version number and exit (with a zero status).
358 $ echo "%Config-I-VMS, lower case switches must be enclosed"
359 $ echo "-Config-I-VMS, in double quotation marks, e.g.:"
360 $ echo "-Config-I-VMS, @Configure ""-des"""
361 $ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
362 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
364 $ EXIT 3 ! $STATUS = "%X00000003" (informational)
370 $ IF F$Mode() .eqs. "BATCH"
372 $ STDOUT = F$PARSE(F$GETQUI("DISPLAY_ENTRY", "JOB_NAME"), -
373 F$GETQUI("DISPLAY_ENTRY", "LOG_SPECIFICATION"), ".LOG")
374 $ WRITE SYS$OUTPUT "Warning: Executing in batch mode. To avoid file locking conflicts,"
375 $ WRITE SYS$OUTPUT "output intended for SYS$OUTPUT will be sent to a new version"
376 $ WRITE SYS$OUTPUT STDOUT
378 $ STDOUT = F$TRNLNM("SYS$OUTPUT")
380 $ DEFINE SYS$OUTPUT "_NLA0:"
381 $ echo4 = "write STDOUT "
382 $ cat4 = "TYPE/OUTPUT=''STDOUT'"
383 $ open/write/share=read STDOUT 'STDOUT'
391 $ echo4 = "write SYS$OUTPUT "
395 $!: run the defines and the undefines, if any, but leave the file out there...
396 $! Unfortunately Configure.COM in DCL is not yet set up to do this -
401 $ packageup = F$EDIT((package - "5"),"UPCASE")
403 $!: Eunice requires " " instead of "", can you believe it
406 $ echo "Beginning of configuration questions for ''package'."
409 $!: Some greps do not return status, grrr.
410 $ contains = "SEARCH"
412 $!: first determine how to suppress newline on echo command !cant DCL is record oriented
413 $! echo "Checking ''echo' to see how to suppress newlines..."
414 $! echo "giving up..."
415 $! echo "The star should be here-->*"
417 $!: Now test for existence of everything in MANIFEST
419 $ echo4 "First let's make sure your kit is complete. Checking..."
422 $! Here I assume we are in the [foo.PERLxxx...] tree
423 $! because the search routine simply does set def [-] if necessary.
424 $ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
426 $ manifestfound = F$SEARCH(file_2_find)
427 $ IF (manifestfound .EQS. "")
429 $ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
432 $ GOTO Research_manifest
435 $ echo "There is no MANIFEST file. I hope your kit is complete !"
437 $ GOTO Beyond_manifest
440 $! MANIFEST. has been found and we have set def'ed there.
441 $! Time to bail out before it's too late, i.e. too deep.
442 $! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
443 $ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
444 $ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
445 $! Depth check also unnecessary on ODS 5 (or later) file systems.
446 $ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
447 $ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
448 $ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
452 %Config-E-VMS, ERROR:
453 Sorry! It apears as though your perl build sub-directory is already too
454 deep into the VMS file system. Please try moving stuff into a shallower
455 directory (or altering the "max_allowed_dir_depth" parameter).
457 $ echo4 "ABORTING..."
458 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
460 $ EXIT !2 !$STATUS = "%X00000002" (error)
464 $! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
466 $ IF (manifestfound .NES. "")
468 $ IF ( F$SEARCH("UU.DIR").EQS."" )
470 $ CREATE/DIRECTORY [.UU]
472 $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
474 $!: Configure runs within the UU subdirectory
477 $! a little redundancy never hurt anybody?
478 $ file_2_find = "[-]" + file_2_find
479 $ manifestfound = F$SEARCH(file_2_find)
481 $ OPEN/WRITE MISSING MISSING.
482 $!change to "FALSE" if you wish to skip the manifest search
483 $!(which after all is rather slow in DCL :-)
486 $ echo "Skipping MANIFEST check as requested"
489 $ OPEN/READ CONFIG 'manifestfound'
491 $ READ/END_OF_FILE = Done_manifest CONFIG line
492 $! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
493 $! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
494 $! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
495 $! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
496 $ line = F$EDIT(line,"TRIM, COMPRESS")
497 $ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
498 $ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
500 $Re_strip_line_manifest:
501 $ loca = F$LOCATE("/",file_2_find)
502 $ ante = F$EXTRACT(0,loca,file_2_find)
503 $ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
504 $ test_this = ante + "." + (post - "/")
505 $ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
507 $ file_2_find = ante + "." + (post - "/")
508 $ GOTO Re_strip_line_manifest
510 $ file_2_find = ante + "]" + (post - "/")
512 $ file_2_find = "[-."+file_2_find
514 $ file_2_find = "[-]" + file_2_find
517 $ tmp = F$PARSE(file_2_find + ";",,,,"SYNTAX_ONLY")
518 $ IF F$SEARCH(tmp) .NES. "" THEN file_2_find = tmp
519 $ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
520 $ file_2_find = file_2_find - dirname
522 $! may not need double dot check on ODS-5 volumes
523 $ found = F$SEARCH(dirname + file_2_find)
524 $ IF found .NES. "" THEN GOTO Read_loop_manifest
528 $ dot_ele = F$ELEMENT(dots,".",file_2_find)
529 $ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
531 $ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
532 $ ELSE basename = basename + dot_ele + "_"
537 $ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
538 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
539 basename = f$extract(0,f$length(basename)-1,basename)
540 $ file_2_find = dirname + basename
542 $ found = F$SEARCH(file_2_find)
543 $ IF (found .EQS. "" .AND. dots .GT. 2)
545 $! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
546 $! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
547 $! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
548 $ dotloc = f$locate(".",basename)
549 $ basename[dotloc,1] := "_"
550 $ dot_ele = F$ELEMENT(dots - 1,"_",f$extract(dotloc,f$length(basename),basename))
552 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
554 $ found = F$SEARCH(dirname + basename)
555 $ file_2_find = file_2_find + "," + basename
557 $ IF (found .EQS. "")
559 $ WRITE MISSING file_2_find
560 $ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
562 $ miss_list = miss_list + "," + file_2_find
565 $ GOTO Read_loop_manifest
570 $ ENDIF ! (manifestfound .NES. "")
572 $ IF (miss_list .NES. "")
574 $ echo "Some of the files not found include:"
577 $ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
583 THIS PACKAGE SEEMS TO BE INCOMPLETE.
585 You have the option of continuing the configuration process, despite the
586 distinct possibility that your kit is damaged, by typing 'y'es. If you
587 do, don't blame me if something goes wrong. I advise you to type 'n'o
588 and contact the author (dan@sidhe.org)
591 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
594 $ echo4 "Continuing..."
596 $ echo4 "ABORTING..."
600 $ echo4 "Looks good..."
601 $ DELETE/NOLOG/NOCONFIRM MISSING.;
602 $ ENDIF ! (miss_list .NES. "")
603 $ ENDIF ! (manifestfound .EQS. "") ELSE
605 $! after finding MANIFEST (see above)
606 $!: Configure runs within the UU subdirectory
608 $!: compute the number of columns on the terminal for proper question formatting
609 $ IF F$MODE() .EQS. "BATCH"
610 $! else it winds up being 512 in batch
612 $ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
614 $! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
615 $ IF COLUMNS .GT. 210 THEN COLUMNS = 80
616 $! not sure if this would actually be needed - it hopefully will not hurt
617 $ IF COLUMNS .LT. 40 THEN COLUMNS = 40
619 $!: set up the echo used in my read !sfn
620 $!: now set up to do reads with possible shell escape and default assignment !sfn
623 $! The sub_rp splitting is intended to handle long symbols such as the dflt for
628 $ len_rp = F$LENGTH(rp)
629 $ If (.NOT. silent) Then echo ""
634 $ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
635 $ i_rp = i_rp + COLUMNS
636 $ if i_rp .LT. len_rp THEN echo4 "''sub_rp'"
637 $ IF i_rp .LT. len_rp THEN GOTO rp_loop
645 $ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
647 $ IF (ans .EQS. "&-d")
649 $ echo4 "(OK, I will run with -d after this question.)"
651 $ deferred_fastread =1
654 $ IF (ans .EQS. "&-s")
656 $ echo4 "(OK, I will run with -s after this question.)"
658 $ deferred_silent = 1
661 $ if (bool_dflt .nes. "")
663 $ if (ans .eqs. "") then ans = bool_dflt
664 $ ans = f$extract(0,1,f$edit(ans,"collapse,upcase"))
665 $ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
669 $ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
673 $ echo4 "Input not understood please answer 'Yes' or 'No'"
679 $ ans = f$edit(ans,"trim,compress")
680 $ if (ans .eqs. "") then ans = dflt
681 $ if (f$edit(ans,"upcase") .eqs. "NONE") then ans = ""
683 $ if f$type(deferred_silent) .nes. ""
687 $ delete/symbol deferred_silent
689 $ if f$type(deferred_fastread) .nes. ""
692 $ delete/symbol deferred_fastread
698 $!: create .config dir to save info across Configure sessions
699 $ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
701 $ CREATE/DIRECTORY [-.CONFIG]
702 $ OPEN/WRITE CONFIG [-.CONFIG]README.
704 "This directory created by Configure to save information that should"
706 "persist across sessions."
709 "You may safely delete it if you wish."
713 $ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
714 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
715 $ IF (patchlevel_h.NES."")
717 $ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
718 $ IF .NOT. usedevel .AND. usedevel .NES. "define"
720 $ OPEN/READ CONFIG []ver.out
723 $ tmp = F$EDIT(line,"TRIM,COMPRESS")
724 $ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
725 $ line = xpatchlevel / 2
726 $ tmp = xpatchlevel - ( line * 2 )
729 $ echo4 "patchlevel is " + F$STRING(xpatchlevel)
732 *** WHOA THERE!!! ***
734 This is an UNSTABLE DEVELOPMENT release.
735 (The patchlevel, is odd--as opposed to even,
736 and that signifies a development release. If you want a
737 maintenance release, you want an even-numbered release.)
739 Do ***NOT*** install this into production use.
740 Data corruption and crashes are possible.
742 It is most seriously suggested that you do not continue any further
743 unless you want to help in developing and debugging Perl.
747 $ rp="Do you really want to continue? [''bool_dflt'] "
748 $ fastread_save = fastread
751 $ fastread = fastread_save
752 $ delete/symbol fastread_save
755 $ echo4 "Okay, continuing."
758 $ DELETE/NOLOG/NOCONFIRM []ver.out;
765 $ DELETE/NOLOG/NOCONFIRM []ver.out;
767 $!: general instructions
770 $ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
771 $ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
773 $ messages = F$ENVIRONMENT("MESSAGE")
774 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
775 $ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
776 $ IF .NOT.($status.EQ.%X08D78053)
780 $ rp = "Would you like to see the instructions? [''bool_dflt'] "
782 $ if .NOT.ans THEN needman=""
784 $ SET MESSAGE 'messages'
786 $ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
793 This installation shell script will examine your system and ask you questions
794 to determine how the perl5 package should be installed. If you get
795 stuck on a question, you may use a ^C or ^Y shell escape to STOP this
796 process, edit something, then restart this process as you just did.
797 Many of the questions will have default answers in square
798 brackets; typing carriage return will give you the default.
805 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
810 In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
811 the questions and use the computed defaults (or the previous answers provided
812 there was already a config.sh file). Type '@Configure "-h"' for a list of
820 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
825 Much effort has been expended to ensure that this shell script will
826 run on any VMS system. If despite that it blows up on yours, your
827 best bet is to edit Configure.com and @ it again. Whatever problems
828 you have with Configure.com, let me (dan@sidhe.org) know how I blew
832 $!This installation script affects things in two ways:
834 $!1) it may do direct variable substitutions on some of the files included
836 $!2) it builds a config.h file for inclusion in C programs. You may edit
837 $! any of these files as the need arises after running this script.
839 $!If you make a mistake on a question, there is no easy way to back up to it
846 $ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
848 $ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
850 $ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
854 $ ENDIF !(needman .EQS. "true")
856 $!: see if sh knows # comments !sfn
858 $!: figure out how to guarantee sh startup !sfn
859 $!: find out where common programs are !sfn
860 $!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
861 $!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
862 $! echo "I don't know where '$file' is, and my life depends on it."
863 $! echo "Go find a public domain implementation or fix your PATH setting!"
865 $! echo "Don't worry if any of the following aren't found..."
866 $!: determine whether symbolic links are supported !sfn !jem- further down
867 $!: see whether [:lower:] and [:upper:] are supported character classes !sfn
868 $!: set up the translation script tr, must be called with ./tr of course !sfn
870 $!: Try to determine whether config.sh was made on this system
871 $!: Get old answers from old config file if Configure was run on the
872 $!: same system, otherwise use the hints.
873 $ config_sh_es = "''config_sh'/[-]config.sh/[-.vms]config.vms/"
877 $ config_sh = F$ELEMENT(i,"/",config_sh_es)
879 $ IF (config_sh.NES."/").AND.(config_sh.NES."")
881 $ configshfound = F$SEARCH(config_sh)
882 $ IF (configshfound.NES."") THEN GOTO Config_sh_found
884 $ IF (i.LT.max) THEN GOTO Config_sh_look
885 $! genconfig.pl has "osname='VMS'"
886 $ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
887 $ IF (configshfound.EQS."")
889 $ config_sh = "[-]config.sh" ! the fallback default
890 $ GOTO Beyond_config_sh
893 $ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
895 $ IF F$TYPE(config_dflt) .NES. "" THEN bool_dflt = config_dflt
896 $ rp = "Shall I use ''config_sh' for default answers? [''bool_dflt'] "
901 $ echo "Fetching default answers from ''config_sh'..."
903 $! we do our own parsing of the shell-script stuff
904 $! ...and only accept symbols if they're in the | delimited list below
906 $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh|installarchlib|installbin|installman1dir|installman3dir|"
907 $ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
908 $ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
909 $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|uselongdouble|usemultiplicity|usemymalloc|usedebugging_perl|"
910 $ config_symbols4 ="|useperlio|usesecurelog||usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
911 $ config_symbols5 ="|buildmake|builder|usethreadupcalls|usekernelthreads|usedecterm"
913 $ open/read CONFIG 'config_sh'
915 $ read/end=erd_conf_loop CONFIG line
916 $ line = f$edit(line,"trim")
917 $ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
918 $ sym = f$element(0,"=",line)
919 $ if sym .eqs. "=" then goto rd_conf_loop
923 $ syms = config_symbols'k'
924 $ j = f$locate(dsym, syms)
925 $ if j .lt. f$length(syms) then goto erd_ck_loop
927 $ if k .lt. 6 then goto rd_ck_loop
930 $ val = f$element(1,"=",line)
931 $ val = f$extract(1,f$length(val)-2,val)
932 $ write sys$output "''sym' = ""''val'"""
937 $ delete/symbol config_symbols0
938 $ delete/symbol config_symbols1
939 $ delete/symbol config_symbols2
940 $ delete/symbol config_symbols3
941 $ delete/symbol config_symbols4
942 $ delete/symbol config_symbols5
946 $ if f$type(usedebugging_perl) .nes. ""
948 $ useperldebug = usedebugging_perl
949 $ delete/symbol usedebugging_perl
953 $ if f$type(config_dflt) .nes. "" then DELETE/SYMBOL config_dflt
955 $!we actually do not have "hints/" for VMS
959 $!First time through, eh? I have some defaults handy for the following systems:
962 $! echo " ","VMS_VAX"
963 $! echo " ","VMS_AXP"
964 $! echo " ","VMS_IA64"
965 $! : Now look for a hint file osname_osvers, unless one has been
966 $! : specified already.
969 $!You may give one or more space-separated answers, or "none" if appropriate.
970 $!If your OS version has no hints, DO NOT give a wrong version -- say "none".
972 $! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
976 $!: Restore computed paths !sfn
978 $! %Config-I-VMS, a necessary error trap (could be PC running VCL)
980 $ IF (osname .NES. "VMS")
982 $ echo4 "Hmm.. I wonder what ''osname' is (?)"
986 %Config-E-VMS, ERROR:
988 Err, you do not appear to be running VMS!
989 This procedure is intended to Configure the building of Perl for VMS.
996 $ echo4 "Continuing..."
998 $ echo4 "ABORTING..."
999 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
1001 $ EXIT 2 !$STATUS = "%X00000002" (error)
1003 $ ENDIF !(osname .NES./.EQS. "VMS")
1005 $!: who configured the system
1006 $ cf_by = F$EDIT(user,"LOWERCASE")
1007 $ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
1009 $! Peter Prymmer has seen:
1010 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
1011 $! "SYS$TIME_ZONE" = "EDT"
1013 $! Charles Lane recommended:
1014 $! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
1015 $! "NEWS_TIMEZONE" = "-0500"
1016 $! "ST_TIMEZONE" = "EDT"
1017 $! "JAN_TIME_ZONE" = "EST "
1018 $! "MULTINET_TIMEZONE" = "EST"
1019 $! "DAYLIGHT_SAVINGS" = "1"
1021 $! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
1023 $! "Multinet_Timezone"
1024 $! "TCPware_Timezone"
1027 $! This snippet o' DCL returns a string in default Unix `date` format,
1028 $! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
1030 $ MIN_TZO = -840 !units are minutes here
1033 $ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
1034 $ monn = F$CVTIME(,,"MONTH")
1035 $ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
1036 $ hour = F$CVTIME(,,"HOUR")
1037 $ min = F$CVTIME(,,"MINUTE")
1038 $ sec = F$CVTIME(,,"SECOND")
1039 $ year = F$CVTIME(,,"YEAR")
1041 $ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
1045 $ mon = F$ELEMENT(i,"/",months)
1046 $ IF i.LT.monn THEN GOTO Mon_loop
1049 $ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
1052 $ tzhour = F$INTEGER(systz)/3600
1053 $ tzmins = F$INTEGER(systz)/60
1054 $ tzminrem = tzmins - tzhour*60
1055 $ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1057 $ THEN signothetime = "+"
1058 $ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1059 $ THEN direction = "on GMT/"
1060 $ ELSE direction = "east of "
1062 $ ELSE signothetime = "-"
1063 $ tzhour = -1*tzhour !keeps !UL happy
1064 $ direction = "west of "
1067 $ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1070 $ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1072 $ tzspan = "''tzhour' hours"
1075 $ echo "Your system is ''tzspan' ''direction'UTC in England."
1076 $ rp = "(''systz') Is this UTC Time Zone Offset correct? [''bool_dflt'] "
1082 $ GOTO Beyond_TimeZone
1086 $ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1091 $ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
1092 $ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
1093 $ echo "Eastern Daylight Time (summer) is -4:00 offset."
1095 $ rp = "Enter the Time Zone offset: [''dflt'] "
1097 $ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1098 $ IF ans.EQS."" THEN ans = dflt
1099 $ tzhour = F$ELEMENT(0,":","''ans'") !first
1100 $ IF tzhour.EQS."" THEN tzhour = 0
1101 $ tzhour = F$INTEGER(tzhour)
1102 $ tzminrem = F$ELEMENT(1,":","''ans'") !second
1103 $ IF tzminrem.NES.""
1105 $ tzminrem = F$INTEGER(tzminrem)
1106 $ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1110 $ tzmins = tzhour*60 + tzminrem
1111 $ tzd = F$STRING(tzmins*60)
1114 $ signothetime = "+"
1116 $ tzhour = -1*tzhour !keeps !UL happy
1117 $ signothetime = "-"
1119 $ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1122 $ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1127 $ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1128 $ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1130 $!: determine the architecture name
1131 $! genconfig.pl has either archname='VMS_AXP' or 'VMS_VAX'
1132 $! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME")
1133 $! but does have F$GETSYI("HW_MODEL").
1134 $! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS.
1135 $! "VMS_AXP" from here on to allow cross-platform configuration (e.g.
1136 $! configure a VAX build on an Alpha).
1138 $ IF (F$GETSYI("HW_MODEL") .LT. 1024 .AND. F$GETSYI("HW_MODEL") .GT. 0)
1140 $ archname = "VMS_VAX"
1141 $ otherarch = "an Alpha or IA64"
1143 $ arch_type = "ARCH-TYPE=__VAX__"
1145 $ IF (F$GETSYI("ARCH_TYPE") .EQ. 2)
1147 $ archname = "VMS_AXP"
1148 $ otherarch = "a VAX or IA64"
1149 $ arch_type = "ARCH-TYPE=__AXP__"
1151 $ archname = "VMS_IA64"
1152 $ otherarch = "a VAX or Alpha"
1153 $ arch_type = "ARCH-TYPE=__IA64__"
1158 $ rp = "What is your architecture name? [''archname'] "
1162 $ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
1163 $ IF (ans.NES.archname) !.AND.knowitall
1165 $ echo4 "I'll go with ''archname' anyway..."
1169 $ vms_prefix = "perl_root"
1170 $ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
1171 $ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''bool_dflt'] "
1178 $ IF (archname.EQS."VMS_AXP")
1180 $ macros = macros + """AXE=1"","
1182 $ IF (archname.EQS."VMS_IA64")
1184 $ macros = macros + """IXE=1"","
1188 $!: is AFS running? !sfn
1189 $!: decide how portable to be. Allow command line overrides. !sfn
1190 $!: set up shell script to do ~ expansion !sfn
1191 $!: expand filename !sfn
1192 $!: now set up to get a file name !sfn
1194 $ IF F$TYPE(prefix) .EQS. ""
1196 $ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
1197 $ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - "000000." - ".000000" - ".;"
1198 $ prefixbase = prefix - "]"
1199 $! Add _ROOT to make install PERL_ROOT differ from build directory.
1200 $ prefix = prefixbase + "_ROOT.]"
1202 $ ! more redundant scrubbing of values
1203 $ prefix = prefix - "000000."
1204 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
1206 $!: determine root of directory hierarchy where package will be installed.
1211 $ echo "By default, ''package' will be installed in ''dflt', pod"
1212 $ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
1213 $ echo "all installation directories."
1214 $ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
1215 $ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
1217 $ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
1222 $ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
1226 $ perl_root = prefix
1228 $! Check here for pre-existing PERL_ROOT.
1229 $! -> ask if removal desired.
1230 $! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
1231 $! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
1233 $ tmp = perl_root - ".]" + "]"
1234 $ dflt = f$parse(tmp,,,,)
1237 $ echo4 "''tmp' does not yet exist."
1238 $! create/directory 'tmp'
1240 $ echo4 "''tmp' already exists."
1243 $ vms_skip_install = "true"
1246 $ rp = "Skip the remaining """"where install"""" questions? [''bool_dflt'] "
1248 $ IF (.NOT.ans) THEN vms_skip_install = "false"
1249 $ IF (.NOT.vms_skip_install)
1252 $!: set the prefixit variable, to compute a suitable default value
1254 $!: determine where private library files go
1255 $!: Usual default is /usr/local/lib/perl5. Also allow things like
1256 $!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
1262 There are some auxiliary files for perl5 that need to be put into a
1263 private library directory that is accessible by everyone.
1266 $ IF F$TYPE(privlib) .NES. ""
1267 $ THEN dflt = privlib
1268 $ ELSE dflt = "''vms_prefix':[lib]"
1270 $ rp = "Pathname where the private library files will reside? "
1271 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1275 $ ENDIF !%Config-I-VMS, skip remaining "where install" questions
1277 $ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
1278 $ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
1280 $ THEN bool_dflt = "y"
1281 $ ELSE bool_dflt = "n"
1286 $ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
1287 $ echo "symbol to invoke ''package', which is the usual method."
1288 $ echO "If you do not do so then you would need a DCL command verb at the"
1289 $ echo "process or the system wide level."
1291 $ rp = "Invoke perl as a global symbol foreign command? [''bool_dflt'] "
1293 $ IF (.NOT.ans) THEN perl_symbol = "false"
1295 $ IF (.NOT.perl_symbol)
1297 $ IF perl_verb .EQS. "DCLTABLES"
1298 $ THEN bool_dflt = "n"
1299 $ ELSE bool_dflt = "y"
1304 $ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
1305 $ echo "verb in a per-process table or in the system wide DCLTABLES (which"
1306 $ echo "would require write privilege)."
1308 $ rp = "Invoke perl as a per process command verb? [ ''bool_dflt' ] "
1311 $ THEN perl_verb = "DCLTABLES"
1312 $ ELSE perl_verb = "PROCESS"
1314 $ ENDIF ! (.NOT.perl_symbol)
1316 $!: set the base revision
1318 $ revision = baserev - ".0"
1319 $!: get the patchlevel
1321 $ echo4 "Getting the current patchlevel..."
1326 $ api_subversion="0"
1327 $ perl_patchlevel="0"
1328 $ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1329 $ IF (patchlevel_h.NES."")
1331 $ got_patch = "false"
1333 $ got_api_revision = "false"
1334 $ got_api_version = "false"
1335 $ got_api_subversion = "false"
1336 $ got_perl_patchlevel= "false"
1337 $ OPEN/READONLY CONFIG 'patchlevel_h'
1339 $ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
1340 $ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
1342 $ line = F$EDIT(line,"COMPRESS, TRIM")
1343 $ patchlevel = F$ELEMENT(2," ",line)
1344 $ got_patch = "true"
1346 $ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
1348 $ line = F$EDIT(line,"COMPRESS, TRIM")
1349 $ subversion = F$ELEMENT(2," ",line)
1352 $ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1354 $ line = F$EDIT(line,"COMPRESS, TRIM")
1355 $ api_revision = F$ELEMENT(2," ",line)
1356 $ got_api_revision = "true"
1358 $ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1360 $ line = F$EDIT(line,"COMPRESS, TRIM")
1361 $ api_version = F$ELEMENT(2," ",line)
1362 $ got_api_version = "true"
1364 $ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1366 $ line = F$EDIT(line,"COMPRESS, TRIM")
1367 $ api_subversion = F$ELEMENT(2," ",line)
1368 $ got_api_subversion = "true"
1370 $ IF ((F$LOCATE("""DEVEL",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1372 $ line = F$EDIT(line,"COMPRESS, TRIM")
1373 $ perl_patchlevel = F$ELEMENT(1,"""",line)
1374 $ perl_patchlevel = perl_patchlevel - "DEVEL"
1375 $ got_perl_patchlevel = "true"
1377 $ IF (.NOT. got_patch) .OR. -
1378 (.NOT. got_sub) .OR. -
1379 (.NOT. got_api_revision) .OR. -
1380 (.NOT. got_api_version) .OR. -
1381 (.NOT. got_api_subversion) .OR. -
1382 (.NOT. got_perl_patchlevel) -
1383 THEN GOTO Patchlevel_h_loop
1388 $ IF F$SEARCH("[-].patch") .NES. ""
1391 $ OPEN/READ PATCH [-].patch
1394 $ tmp = F$EDIT(line,"COLLAPSE")
1396 $ IF tmp .GT. perl_patchlevel then perl_patchlevel = tmp
1399 $ version_patchlevel_string = "version ''patchlevel' subversion ''subversion'"
1400 $ IF got_perl_patchlevel .AND. perl_patchlevel .NES. "0"
1402 $ version_patchlevel_string = "''version_patchlevel_string' patch ''perl_patchlevel'"
1404 $ echo "(You have ''package' ''version_patchlevel_string'.)"
1406 $ version = revision + "_" + patchlevel + "_" + subversion
1408 $ IF (.NOT.vms_skip_install)
1410 $!: set the prefixup variable, to restore leading tilde escape !sfn
1412 $!: determine where public architecture dependent libraries go
1416 $ echo "''package' contains architecture-dependent library files. If you are"
1422 sharing libraries in a heterogeneous environment, you might store
1423 these files in a separate location. Otherwise, you can just include
1424 them with the rest of the public library files.
1427 $ IF F$TYPE(archlib) .NES. ""
1428 $ THEN dflt = archlib
1429 $ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
1431 $ rp = "Where do you want to put the public architecture-dependent libraries? "
1432 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1436 $ ENDIF !%Config-I-VMS, skip "where install" questions
1438 $! This quotation from Configure has to be included on VMS:
1443 There is, however, a strange, musty smell in the air that reminds me of
1444 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1446 $ IF (.NOT.vms_skip_install)
1448 $!: it so happens the Eunice I know will not run shell scripts in Unix format
1450 $!: see if setuid scripts can be secure !sfn
1451 $!: now see if they want to do setuid emulation !sfn
1453 $!: determine where site specific libraries go.
1459 The installation process will also create a directory for
1460 site-specific extensions and modules. Some users find it convenient
1461 to place all local files in this directory rather than in the main
1462 distribution directory.
1465 $ IF F$TYPE(sitelib) .NES. ""
1466 $ THEN dflt = sitelib
1467 $ ELSE dflt = privlib - "]" + ".SITE_PERL]"
1469 $ rp = "Pathname for the site-specific library files? "
1470 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1474 $!: determine where site specific architecture-dependent libraries go.
1476 $ THEN TYPE SYS$INPUT:
1479 The installation process will also create a directory for
1480 architecture-dependent site-specific extensions and modules.
1483 $ IF F$TYPE(sitearch) .NES. ""
1484 $ THEN dflt = sitearch
1485 $ ELSE dflt = sitelib - "]" + "." + archname + "]"
1487 $ rp = "Pathname for the site-specific architecture-dependent library files? "
1488 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1492 $!: determine where old public architecture dependent libraries might be
1494 $!: determine where public executables go
1495 $ IF F$TYPE(bin) .NES. ""
1497 $! ELSE dflt = prefix - ".]" + ".BIN]"
1498 $ ELSE dflt = "/''vms_prefix'"
1500 $ rp = "Pathname where the public executables will reside? "
1501 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1505 $!: determine where add-on public executables go
1506 $ IF F$TYPE(sitebin) .NES. ""
1507 $ THEN dflt = sitebin
1508 $ ELSE dflt = "''vms_prefix':[bin.''archname']"
1510 $ rp = "Pathname where the add-on public executables should be installed? "
1511 $ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1515 $!: determine where manual pages are on this system
1516 $!: What suffix to use on installed man pages
1517 $!: see if we can have long filenames
1518 $!: determine where library module manual pages go
1519 $!: What suffix to use on installed man pages
1520 $!: see what memory models we can support
1522 $ ELSE ! skipping "where install" questions, we must set some symbols
1523 $ IF F$TYPE(archlib).EQS."" THEN -
1524 archlib="''vms_prefix':[lib.''archname'.''version']"
1525 $ IF F$TYPE(bin) .EQS. "" THEN -
1526 bin="/''vms_prefix'"
1527 $ IF F$TYPE(privlib) .EQS. "" THEN -
1528 privlib ="''vms_prefix':[lib]"
1529 $ IF F$TYPE(sitearch) .EQS. "" THEN -
1530 sitearch="''vms_prefix':[lib.site_perl.''archname']"
1531 $ IF F$TYPE(sitelib) .EQS. "" THEN -
1532 sitelib ="''vms_prefix':[lib.site_perl]"
1533 $ IF F$TYPE(sitebin) .EQS. "" THEN -
1534 sitebin="''vms_prefix':[bin.''archname']"
1535 $ ENDIF !%Config-I-VMS, skip "where install" questions
1537 $! These derived locations can be set whether we've opted to
1538 $! skip the where install questions or not.
1540 $ IF F$TYPE(archlibexp) .EQS. "" THEN -
1541 archlibexp="''vms_prefix':[lib.''archname'.''version']"
1542 $ IF F$TYPE(binexp) .EQS. "" THEN -
1543 binexp ="''vms_prefix':[000000]"
1544 $ IF F$TYPE(builddir) .EQS. "" THEN -
1545 builddir ="''vms_prefix':[000000]"
1546 $ IF F$TYPE(installarchlib) .EQS. "" THEN -
1547 installarchlib="''vms_prefix':[lib.''archname'.''version']"
1548 $ IF F$TYPE(installbin) .EQS. "" THEN -
1549 installbin ="''vms_prefix':[000000]"
1550 $ IF F$TYPE(installscript) .EQS. "" THEN -
1551 installscript ="''vms_prefix':[utils]"
1552 $ IF F$TYPE(installman1dir) .EQS. "" THEN -
1553 installman1dir ="''vms_prefix':[man.man1]"
1554 $ IF F$TYPE(installman3dir) .EQS. "" THEN -
1555 installman3dir ="''vms_prefix':[man.man3]"
1556 $ IF F$TYPE(installprivlib) .EQS. "" THEN -
1557 installprivlib ="''vms_prefix':[lib]"
1558 $ IF F$TYPE(installsitearch) .EQS. "" THEN -
1559 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
1560 $ IF F$TYPE(installsitelib) .EQS. "" THEN -
1561 installsitelib ="''vms_prefix':[lib.site_perl]"
1562 $ IF F$TYPE(oldarchlib) .EQS. "" THEN -
1563 oldarchlib="''vms_prefix':[lib.''archname']"
1564 $ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
1565 oldarchlibexp="''vms_prefix':[lib.''archname']"
1566 $ IF F$TYPE(privlibexp) .EQS. "" THEN -
1567 privlibexp ="''vms_prefix':[lib]"
1568 $ IF F$TYPE(scriptdir) .EQS. "" THEN -
1569 scriptdir ="''vms_prefix':[utils]"
1570 $ IF F$TYPE(sitearchexp) .EQS. "" THEN -
1571 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
1572 $ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
1573 sitelib_stem ="''vms_prefix':[lib.site_perl]"
1574 $ IF F$TYPE(sitelibexp) .EQS. "" THEN -
1575 sitelibexp ="''vms_prefix':[lib.site_perl]"
1577 $!: see if we need a special compiler
1578 $! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
1582 $ vms_cc_available = ""
1584 $ OPEN/WRITE CONFIG ccvms.c
1585 $ WRITE CONFIG "#ifdef __DECC"
1586 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1587 $ WRITE CONFIG "#endif"
1588 $ WRITE CONFIG "#include <stdio.h>"
1589 $ WRITE CONFIG "int main() {"
1590 $ WRITE CONFIG "#ifdef __DECC"
1591 $ WRITE CONFIG " printf(""/DECC\n"");"
1592 $ WRITE CONFIG "#else"
1593 $ WRITE CONFIG " printf(""/VAXC\n"");"
1594 $ WRITE CONFIG "#endif"
1595 $ WRITE CONFIG " exit(0);"
1600 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
1601 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
1602 $ cc/NoObj/list=ccvms.lis ccvms.c
1605 $ IF (silent) THEN GOSUB Shut_up
1606 $ IF tmp.NE.%X10B90001
1608 $ IF tmp.NE.%X10000001
1610 $ nocc = "t" !%X10000001 is return from gcc
1611 $ GOTO Gcc_initial_check
1616 $ IF .NOT.silent THEN echo ""
1617 $ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1618 $ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1622 $ echo "Will try cc/decc..."
1625 $ DEFINE/USER_MODE SYS$ERROR NL:
1626 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1627 $ cc/decc/NoObj/list=ccvms.lis ccvms.c
1630 $ IF (silent) THEN GOSUB Shut_up
1631 $ IF tmp.NE.%X10B90001
1633 $ echo "Apparently you don't have that one."
1636 $ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1637 $ vms_cc_available = vms_cc_available + "cc/decc "
1640 $ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
1641 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
1643 $ vms_cc_dflt = "/decc"
1644 $ vms_cc_available = vms_cc_available + "cc/decc "
1649 $ echo "Checking for gcc"
1650 $ OPEN/WRITE CONFIG gccvers.lis
1652 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1653 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1654 $ 'gcc_symbol'/noobj/version _nla0:
1657 $ IF (silent) THEN GOSUB Shut_up
1659 $ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1661 $ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
1662 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1663 $ GOTO Cxx_initial_check
1665 $ OPEN/READ CONFIG gccvers.lis
1667 $ READ/END_OF_FILE=GCC_List_End CONFIG line
1668 $ GOTO GCC_List_Read
1672 $ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1673 $ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1677 $! Do note that [vms]perl source files have a ways to go before they will
1678 $! compile under CXX.
1679 $! In order to test Configure.com with CXX invoke it with "-Dtry_cxx" on
1680 $! the command line.
1682 $ IF F$TYPE(try_cxx) .EQS. "" THEN try_cxx := n
1683 $ IF try_cxx .OR. try_cxx .EQS. "define"
1687 $ echo "Checking for CXX..."
1688 $ OPEN/WRITE CONFIG ccvms.c
1689 $ WRITE CONFIG "#include <iostream>"
1690 $ WRITE CONFIG "int main() {"
1691 $ WRITE CONFIG "#ifdef __DECCXX"
1692 $ WRITE CONFIG " cout << __DECCXX, endl;"
1693 $ WRITE CONFIG "#else"
1694 $ WRITE CONFIG " cout << 0,endl;"
1695 $ WRITE CONFIG "#endif"
1696 $! Todo: add G++ identifier check ??
1697 $ WRITE CONFIG " return(0);"
1701 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1702 $ DEFINE/USER_MODE SYS$ERROR NL:
1706 $! success $status with:
1707 $! DEC C++ V1.1-001 on VMS VAX V5.5-2
1708 $! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1709 $! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1710 $! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1711 $ IF tmp .eq. %X15F60001
1715 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1716 $ DEFINE/USER_MODE SYS$ERROR NL:
1717 $ link/nodebug ccvms.obj
1720 $ ! success $status with:
1721 $ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1722 $ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1723 $ IF tmp .eq. %X10000001
1726 $ vms_cc_available = vms_cc_available + "cxx "
1727 $ echo "CXX and LINK are available."
1729 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1731 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1732 $ DEFINE/USER_MODE SYS$ERROR NL:
1736 $ ! success $status with:
1737 $ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1738 $ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1739 $ IF tmp .eq. %X10000001
1741 $ ld_try = "cxxlink"
1742 $ vms_cc_available = vms_cc_available + "cxx "
1743 $ echo "CXX and CXXLINK are available."
1746 $ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1750 $ DELETE/NOLOG/NOCONFIRM ccvms.c;
1751 $ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1752 $ CALL Cxx_demangler_cleanup
1754 $ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1757 $ DELETE/NOLOG/NOCONFIRM ccvms.*;
1759 $!: see if we need a special compiler
1761 $ echo "Available compiler(s):"
1762 $ echo "( ''vms_cc_available')"
1765 $ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1769 $ rp = "Use which C compiler? [''dflt'] "
1773 $ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1775 $ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1776 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans))
1781 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1783 $ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1788 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1792 $ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1793 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1795 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1800 $ IF Mcc .EQS. "cc/decc"
1803 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1809 $ IF Mcc .EQS. "cc/decc"
1812 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1814 $ IF Mcc .EQS. "gcc"
1817 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1820 $Decc_Version_check:
1822 $ IF ccname .EQS. "DEC"
1825 $ echo4 "Checking for the Dec C version number..."
1826 $ OPEN/WRITE CONFIG deccvers.c
1827 $ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1828 $ WRITE CONFIG "#include <stdio.h>"
1829 $ WRITE CONFIG "int main() {"
1830 $ WRITE CONFIG "#ifdef __DECC"
1831 $ WRITE CONFIG "#ifdef __DECC_VER"
1832 $ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1833 $ WRITE CONFIG "#else"
1834 $ WRITE CONFIG " printf(""%i\n"", ""1"");"
1835 $ WRITE CONFIG "#endif"
1836 $ WRITE CONFIG "#endif"
1837 $ WRITE CONFIG " exit(0);"
1841 $ DEFINE/USER_MODE SYS$ERROR NL:
1842 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1845 $ IF (silent) THEN GOSUB Shut_up
1846 $ DEFINE/USER_MODE SYS$ERROR NL:
1847 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1848 $ link/nodebug deccvers.obj
1850 $ IF (silent) THEN GOSUB Shut_up
1851 $ OPEN/WRITE CONFIG deccvers.out
1852 $ DEFINE/USER_MODE SYS$ERROR CONFIG
1853 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1854 $ mcr []deccvers.exe
1858 $ IF (silent) THEN GOSUB Shut_up
1859 $ OPEN/READ CONFIG deccvers.out
1860 $ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1863 $ echo "You are using Dec C ''line'"
1865 $ Dec_C_Version = F$INTEGER(line)
1866 $ IF Dec_C_Version .GE. 60200000 .AND. archname .NES. "VMS_VAX"
1868 $ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1869 $ ccflags = ccflags + "/NOANSI_ALIAS"
1871 $ DELETE/NOLOG/NOCONFIRM deccvers.*;
1875 $ IF ccname .EQS. "GCC"
1877 $ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1878 $ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1879 $ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1880 $ IF gcclib_olb .EQS. ""
1882 $! These objects/libs come w/ gcc 2.7.2 for AXP:
1883 $ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1884 $ IF tmp .NES. "" then gcclib_olb = tmp
1885 $ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1888 $ IF gcclib_olb .EQS. ""
1889 $ THEN gcclib_olb = tmp
1890 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1893 $ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1896 $ IF gcclib_olb .EQS. ""
1897 $ THEN gcclib_olb = tmp
1898 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1901 $ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1904 $ IF gcclib_olb .EQS. ""
1905 $ THEN gcclib_olb = tmp
1906 $ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1909 $ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1911 $ gcclib_olb = gcclib_olb + "/lib"
1913 $ IF gcclib_olb .NES. "" .AND. -
1914 (vaxcrtl_olb .NES. "" .OR. -
1915 vaxcrtl_exe .NES. "" )
1918 $ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1919 $ OPEN/WRITE CONFIG gccvers.c
1920 $ WRITE CONFIG "#include <stdio.h>"
1921 $ WRITE CONFIG "int main() {"
1922 $ WRITE CONFIG "#ifdef __GNUC__"
1923 $ WRITE CONFIG "#ifdef __VERSION__"
1924 $ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1925 $ WRITE CONFIG "#else"
1926 $ WRITE CONFIG " printf(""%s\n"", ""1"");"
1927 $ WRITE CONFIG "#endif"
1928 $ WRITE CONFIG "#endif"
1929 $ WRITE CONFIG " exit(0);"
1932 $ DEFINE SYS$ERROR _NLA0:
1933 $ DEFINE SYS$OUTPUT _NLA0:
1936 $ DEASSIGN SYS$ERROR _NLA0:
1937 $ DEASSIGN SYS$OUTPUT _NLA0:
1938 $ IF (silent) THEN GOSUB Shut_up
1939 $ DEFINE SYS$ERROR _NLA0:
1940 $ DEFINE SYS$OUTPUT _NLA0:
1941 $ IF vaxcrtl_exe .EQS. ""
1943 $ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1945 $ link/nodebug gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
1948 $ link/nodebug gccvers.obj,'gcclib_olb'
1952 $ OPEN/WRITE CONFIG GCCVERS.OPT
1953 $ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1955 $ link/nodebug gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
1958 $ DEASSIGN SYS$ERROR
1959 $ DEASSIGN SYS$OUTPUT
1960 $ IF (silent) THEN GOSUB Shut_up
1961 $ OPEN/WRITE CONFIG gccvers.out
1962 $ DEFINE SYS$ERROR CONFIG
1963 $ DEFINE SYS$OUTPUT CONFIG
1967 $ DEASSIGN SYS$OUTPUT
1968 $ DEASSIGN SYS$ERROR
1969 $ IF (silent) THEN GOSUB Shut_up
1970 $ OPEN/READ CONFIG gccvers.out
1971 $ READ/END_OF_FILE=Gcc_cleanup CONFIG line
1974 $ DELETE/NOLOG/NOCONFIRM gccvers.*;
1975 $ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
1977 $ echo "You are not using GNU cc."
1980 $ echo "You are using GNU cc ''line'"
1983 $ C_COMPILER_Replace = "CC=cc=''Mcc'"
1989 $ IF ccname .EQS. "CXX"
1991 $ OPEN/WRITE CONFIG cxxvers.c
1992 $ WRITE CONFIG "#include <stdio.h>"
1993 $ WRITE CONFIG "int main() {"
1994 $ WRITE CONFIG "#ifdef __DECCXX_VER"
1995 $ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
1996 $ WRITE CONFIG "#else"
1997 $ WRITE CONFIG " printf(""%i\n"", ""0"");"
1998 $ WRITE CONFIG "#endif"
1999 $ WRITE CONFIG " return(0);"
2003 $ DEFINE/USER_MODE SYS$ERROR NL:
2004 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2008 $ IF (silent) THEN GOSUB Shut_up
2010 $ DEFINE/USER_MODE SYS$ERROR NL:
2011 $ DEFINE/USER_MODE SYS$OUTPUT NL:
2015 $ IF (silent) THEN GOSUB Shut_up
2016 $ OPEN/WRITE CONFIG cxxvers.out
2018 $ DEFINE/USER_MODE SYS$ERROR CONFIG
2019 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
2024 $ IF (silent) THEN GOSUB Shut_up
2025 $ OPEN/READ CONFIG cxxvers.out
2026 $ READ/END_OF_FILE=Cxx_cleanup CONFIG line
2029 $ DELETE/NOLOG/NOCONFIRM cxxvers.*;
2030 $ echo "You are using CXX ''line'"
2033 $ d_cplusplus = "define"
2034 $ CALL Cxx_demangler_cleanup
2036 $ d_cplusplus = "undef"
2039 $Cxx_demangler_cleanup: SUBROUTINE
2041 $! If we do build with CXX these demangler Dbs will be left all over.
2042 $! However, configure.com does try to remove the [.UU] sub directory.
2043 $! Be sure to set default to the correct place before calling this sub.
2046 $ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
2047 $ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
2049 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
2050 $ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
2054 $ ENDSUBROUTINE ! Cxx_demangler_cleanup
2059 $ OPEN/READ CONFIG ccvms.lis
2061 $ IF archname .EQS. "VMS_VAX"
2066 $ IF archname .EQS. "VMS_AXP"
2074 $ line = F$EDIT(line,"TRIM,COMPRESS")
2075 $ line = line - "Page 1" ! occurs at end all compilers
2076 $ line = line - "CCVMS " ! filename appears w/ VAXC
2077 $ line = line - "Source Listing " ! Seen w/ AXP DECC
2078 $ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
2080 $ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
2081 $ DELETE/NOLOG/NOCONFIRM ccvms.lis;
2085 $!: What should the include directory be ? (.TLB text libraries)
2087 $ rp = "Where are the include files you want to use? "
2088 $ IF f$length( rp + "[''dflt'] " ).gt.76
2089 $ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
2090 $ ELSE rp = rp + "[''dflt'] "
2095 $!: see if we have to deal with yellow pages, now NIS.
2096 $!: now get the host name
2099 $ echo4 "Figuring out host name..." !>&4
2101 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
2102 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
2103 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
2104 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
2105 $ IF myhostname.eqs."".and. -
2106 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
2107 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
2108 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
2109 $ IF myhostname.eqs."".and. -
2110 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
2111 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
2112 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
2113 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
2114 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
2115 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
2116 $ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
2117 $!: you do not want to know about this
2119 $ rp = "Your host name appears to be """"''myhostname'"""". Right? "
2124 $ READ SYS$COMMAND/PROMPT= -
2125 "Please type the (one word) name of your host: " ans
2128 $!: translate upper to lower if necessary
2129 $ myhostname = F$EDIT(myhostname,"COLLAPSE")
2130 $ mylowhostname = F$EDIT(myhostname," LOWERCASE")
2131 $ IF mylowhostname.NES.myhostname
2133 $ echo "(Normalizing case in your host name)"
2134 $ myhostname = mylowhostname
2137 $ fp = F$LOCATE(".",myhostname)
2138 $ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
2139 $ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
2141 $ rp = "What is your domain name? [''mydomain'] "
2145 $!: translate upper to lower if necessary
2146 $ mydomain = F$EDIT(mydomain,"COLLAPSE")
2147 $ mylowdomain = F$EDIT(mydomain," LOWERCASE")
2148 $ IF mylowdomain.NES.mydomain
2150 $ echo "(Normalizing case in your domain name)"
2151 $ mydomain = mylowdomain
2154 $ myhostname = myhostname - mydomain
2155 $ echo "(Trimming domain name from host name--host name is now ''myhostname')"
2161 I need to get your e-mail address in Internet format if possible, i.e.
2162 something like user@host.domain. Please answer accurately since I have
2163 no easy means to double check it. The default value provided below
2164 is most probably close to the reality but may not be valid from outside
2165 your organization...
2168 $ IF F$TYPE(cf_email) .EQS. ""
2170 $ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
2171 $ rp = "What is your e-mail address? [''dflt'] "
2181 If you or somebody else will be maintaining perl at your site, please
2182 fill in the correct e-mail address here so that they may be contacted
2183 if necessary. Currently, the "perlbug" program included with perl
2184 will send mail to this address in addition to perlbug@perl.com. You may
2185 enter "none" for no administrator.
2188 $ dflt = "''cf_email'"
2189 $ rp = "Perl administrator e-mail address [''dflt'] "
2193 $!: determine where public executable scripts go
2194 $!: determine perl absolute location
2195 $!: figure out how to guarantee perl startup
2197 $!: see how we invoke the C preprocessor
2199 $! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
2200 $!: Set private lib path
2201 $!: Now check and see which directories actually exist, avoiding duplicates
2202 $!: determine optimize, if desired, or use for debug flag also
2203 $!: We will not override a previous value, but we might want to
2204 $!: augment a hint file
2205 $!: the following weeds options from ccflags that are of no interest to cpp
2206 $!: flags used in final linking phase
2207 $!: Try to guess additional flags to pick up local libraries.
2210 $! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
2211 $!: compute shared library extension
2212 $!: Looking for optional libraries
2213 $!: see if nm is to be used to determine whether a symbol is defined or not
2214 $!: get list of predefined functions in a handy place
2215 $!: see if we have sigaction or sigprocmask
2216 $!: see whether socketshr exists
2217 $ IF (F$SEARCH(F$PARSE("SocketShr","Sys$Share:.Exe")).NES."")
2219 $ Has_socketshr = "T"
2221 $ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
2223 $ Has_socketshr = "F"
2225 $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
2227 $ Has_Dec_C_Sockets = "T"
2229 $ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
2231 $ Has_Dec_C_Sockets = "F"
2233 $ ! Hey, we've got both. Default to Dec C, then, since it's better
2234 $ IF Has_socketshr .OR. Has_Dec_C_Sockets
2237 $ echo "You have sockets available. Which socket stack do you want to"
2238 $ echo "build into Perl?"
2239 $ IF Has_Dec_C_Sockets
2243 $ dflt = "SOCKETSHR"
2245 $ rp = "Choose socket stack (NONE"
2246 $ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2247 $ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
2248 $ rp = rp + ") [''dflt'] "
2250 $ Has_Dec_C_Sockets = "F"
2251 $ Has_socketshr = "F"
2252 $ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
2253 $ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
2254 $ IF ans.eqs."socketshr" THEN Has_socketshr = "T"
2258 $! Ask if they want to build with VMS_DEBUG perl
2260 $ echo "Perl can be built to run under the VMS debugger."
2261 $ echo "You should only select this option if you are debugging"
2262 $ echo "perl itself. This can be a useful feature if you are "
2263 $ echo "embedding perl in a program."
2265 $ if f$type(usevmsdebug) .nes. ""
2267 $ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
2269 $ rp = "Build a VMS-DEBUG version of Perl? [''bool_dflt'] "
2271 $ use_vmsdebug_perl = ans
2272 $ IF use_vmsdebug_perl
2274 $ usevmsdebug = "define"
2275 $ macros = macros + """__DEBUG__=1"","
2277 $ usevmsdebug = "undef"
2280 $! Ask if they want to build with DEBUGGING
2282 $ echo "Perl can be built with extra runtime debugging enabled. This"
2283 $ echo "enables the -D switch, at the cost of some performance. It"
2284 $ echo "was mandatory on perl 5.005 and before on VMS, but is now"
2285 $ echo "optional. If you do not generally use it you should probably"
2286 $ echo "leave this off and gain a bit of extra speed."
2288 $ if f$type(useperldebug) .nes. ""
2290 $ if f$extract(0,1,f$edit(useperldebug,"collapse,upcase")).eqs."N" .or. useperldebug .eqs. "undef" then bool_dflt="n"
2292 $ rp = "Build a DEBUGGING version of Perl? [''bool_dflt'] "
2294 $ use_debugging_perl = ans
2296 $! Ask if they want to build with MULTIPLICITY
2298 $ echo "Perl can be built so that multiple Perl interpreters can coexist"
2299 $ echo "within the same Perl executable."
2300 $ echo "There is some performance overhead, however, so you"
2301 $ echo "probably do not want to choose this unless you are going to be"
2302 $ echo "doing things with embedded perl."
2304 $ if f$type(usemultiplicity) .nes. ""
2306 $ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
2308 $ rp = "Build Perl for multiplicity? [''bool_dflt'] "
2312 $ usemultiplicity="define"
2314 $ usemultiplicity="undef"
2317 $! Ask if they want to build with 64-bit support
2318 $ IF (archname.NES."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2321 $ IF F$TYPE(use64bitint) .NES. ""
2323 $ IF use64bitint .OR. use64bitint .eqs. "define" THEN bool_dflt = "y"
2326 $ echo "You have natively 64-bit long integers."
2328 $ echo "Perl can be built to take advantage of 64-bit integer types"
2329 $ echo "on some systems, To do so, Configure can be run with -Duse64bitint."
2330 $ echo "Choosing this option will most probably introduce binary incompatibilities."
2332 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2333 $ rp = "Try to use 64-bit integers, if available? [''bool_dflt'] "
2338 $ IF F$TYPE(use64bitall) .NES. ""
2340 $ IF use64bitall .OR. use64bitall .eqs. "define" THEN bool_dflt = "y"
2343 $ echo "You may also choose to try maximal 64-bitness. It means using as much"
2344 $ echo "64-bitness as possible on the platform. This in turn means even more"
2345 $ echo "binary incompatibilities. On the other hand, your platform may not"
2346 $ echo "have any more 64-bitness available than what you already have chosen."
2348 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2349 $ rp = "Try to use maximal 64-bit support, if available? [''bool_dflt'] "
2352 $ IF use64bitall .AND. .NOT. use64bitint
2355 $ echo "Since you have chosen a maximally 64-bit build, I'm also turning on"
2356 $ echo "the use of 64-bit integers."
2360 $ bool_dflt = use64bitall
2361 $ IF F$TYPE(uselargefiles) .NES. ""
2363 $ IF uselargefiles .OR. uselargefiles .eqs. "define" THEN bool_dflt = "y"
2366 $ echo "Perl can be built to understand large files (files larger than 2 gigabytes)"
2367 $ echo "on some systems. To do so, Configure can be run with -Duselargefiles."
2369 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2370 $ rp = "Try to understand large files, if available? [''bool_dflt'] "
2375 $ IF F$TYPE(uselongdouble) .NES. ""
2377 $ IF uselongdouble .OR. uselongdouble .eqs. "define" THEN bool_dflt = "y"
2380 $ echo "Perl can be built to take advantage of long doubles which"
2381 $ echo "(if available) may give more accuracy and range for floating point numbers."
2383 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2384 $ rp = "Try to use long doubles, if available? [''bool_dflt'] "
2386 $ uselongdouble = ans
2388 $ ENDIF ! not VAX && >= 7.1
2390 $ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
2392 $ usesitecustomize = "define"
2394 $ usesitecustomize = "undef"
2397 $! Ask about threads, if appropriate
2398 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
2401 $ echo "Perl can be built to take advantage of threads on some systems."
2402 $ echo "To do so, configure.com can be run with -""Dusethreads""."
2404 $ echo "Note that Perl built with threading support runs slightly slower"
2405 $ echo "and uses more memory than plain Perl. The current implementation"
2406 $ echo "is believed to be stable, but it is fairly new, and so should be"
2407 $ echo "treated with caution."
2410 $ if f$type(usethreads) .nes. ""
2412 $ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
2414 $! Catch cases where user specified ithreads or 5005threads but
2415 $! forgot -Dusethreads
2416 $ if f$type(useithreads) .nes. ""
2418 $ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
2420 $ if f$type(use5005threads) .nes. ""
2422 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="y"
2424 $ echo "If this doesn't make any sense to you, just accept the default '" + bool_dflt + "'."
2425 $ rp = "Build a threading Perl? [''bool_dflt'] "
2430 $ ! Shall we do the 5.005-type threads, or IThreads?
2431 $ echo "Since release 5.6, Perl has had two different threading implementations,"
2432 $ echo "the newer interpreter-based version (ithreads) with one interpreter per"
2433 $ echo "thread, and the older 5.005 version (5005threads)."
2434 $ echo "The 5005threads version is effectively unmaintained and will probably be"
2435 $ echo "removed in Perl 5.10, so there should be no need to build a Perl using it"
2436 $ echo "unless needed for backwards compatibility with some existing 5.005threads"
2440 $ if f$type(useithreads) .nes. ""
2442 $ if useithreads .eqs. "undef" then bool_dflt="n"
2444 $ if f$type(use5005threads) .nes. ""
2446 $ if use5005threads .or. use5005threads .eqs. "define" then bool_dflt="n"
2448 $ rp = "Use the newer intepreter-based ithreads? [''bool_dflt'] "
2453 $ use_5005_threads="N"
2455 $ use_5005_threads="Y"
2457 $ ! Are they on VMS 7.1 or greater?
2458 $ IF "''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.1"
2461 $ echo "Threaded Perl can be linked to use system upcalls on your system. This feature"
2462 $ echo "allows the thread scheduler to be made aware of system events (such as I/O)"
2463 $ echo "so as to prevent a single thread from blocking all the threads in a program,"
2464 $ echo "even on a single-processor machine."
2466 $ IF f$type(usethreadupcalls) .NES. ""
2468 $ if .not. usethreadupcalls .or. usethreadupcalls .eqs. "undef" then bool_dflt="n"
2470 $ rp = "Enable thread upcalls? [''bool_dflt'] "
2474 $ thread_upcalls = "MTU=MTU=1"
2475 $ usethreadupcalls = "define"
2476 $ ! Are they on alpha or itanium?
2477 $ IF (archname .NES. "VMS_VAX") .AND. ("''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.2")
2480 $ echo "Threaded Perl can be linked to use multiple kernel threads on your system."
2481 $ echo "This feature allows multiple user threads to make use of multiple CPUs on
2482 $ echo "a multi-processor machine."
2484 $ IF f$type(usekernelthreads) .nes. ""
2486 $ if usekernelthreads .or. usekernelthreads .eqs. "define" then bool_dflt="y"
2488 $ rp = "Enable multiple kernel threads? [''bool_dflt'] "
2492 $ thread_kernel = "MTK=MTK=1"
2493 $ usekernelthreads = "define"
2499 $ IF F$TYPE(usethreadupcalls) .EQS. "" THEN usethreadupcalls = "undef"
2500 $ IF F$TYPE(usekernelthreads) .EQS. "" THEN usekernelthreads = "undef"
2501 $ IF archname .NES. "VMS_VAX"
2505 $ echo "By default, perl (and pretty much everything else on VMS) uses"
2506 $ echo "case-insensitive linker symbols. Which is to say, when the"
2507 $ echo "underlying C code makes a call to a routine called Perl_foo in"
2508 $ echo "the source, the name in the object modules or shareable images"
2509 $ echo "is really PERL_FOO. There are some packages that use an"
2510 $ echo "embedded perl interpreter that instead require case-sensitive"
2511 $ echo "linker symbols."
2513 $ echo "If you have no idea what this means, and do not have"
2514 $ echo "any program requiring anything, choose the default."
2515 $ bool_dflt = be_case_sensitive
2516 $ if f$type(usecasesensitive) .nes. ""
2518 $ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2519 $ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2521 $ rp = "Build with case-sensitive symbols? [''bool_dflt'] "
2523 $ be_case_sensitive = ans
2526 $ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers"
2527 $ echo "internally on Alpha, but if you need G_FLOAT for binary compatibility"
2528 $ echo "with an external library or existing data, you may wish to disable"
2529 $ echo "the IEEE math option."
2530 $ bool_dflt = use_ieee_math
2531 $ if f$type(useieee) .nes. ""
2533 $ if useieee .or. useieee .eqs. "define"
2540 $ rp = "Use IEEE math? [''bool_dflt'] "
2542 $ use_ieee_math = ans
2544 $ be_case_sensitive = "n"
2545 $ use_ieee_math = "n"
2548 $ usecasesensitive = "undef"
2549 $ if (use_ieee_math) then useieee = "define"
2550 $ if (be_case_sensitive) then usecasesensitive = "define"
2551 $! Unlink all versions?
2553 $ echo "By default, Perl's unlink() provides VMS-like behavior and only"
2554 $ echo "deletes the latest version of a file. Enabling this option builds"
2555 $ echo "Perl so that unlink() deletes all versions of a file."
2556 $ bool_dflt = unlink_all_versions
2557 $ if f$type(unlink_all_versions) .nes. ""
2559 $ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2566 $ rp = "Make unlink() delete all versions of a file? [''bool_dflt'] "
2568 $ unlink_all_versions = ans
2569 $ IF unlink_all_versions
2571 $ d_unlink_all_versions = "define"
2573 $ d_unlink_all_versions = "undef"
2576 $! To avoid 'SYSTEM-F-PROTINSTALL, protected images must be installed'
2577 $! at run time, we must check that the DECterm image is both present
2578 $! and installed as a known image.
2580 $ decterm_capable = "FALSE"
2581 $ dflt = "SYS$SHARE:DECW$TERMINALSHR12.EXE"
2582 $ IF F$SEARCH(dflt) .NES. ""
2584 $ decterm_capable = F$FILE_ATTRIBUTES(dflt, "KNOWN")
2586 $ dflt = "SYS$SHARE:DECW$TERMINALSHR.EXE"
2587 $ IF F$SEARCH(dflt) .NES. "" THEN decterm_capable = F$FILE_ATTRIBUTES(dflt, "KNOWN")
2590 $ IF F$TYPE(usedecterm) .NES. ""
2592 $ if usedecterm .or. usedecterm .eqs. "define"
2601 $ IF .NOT. use_debugging_perl THEN bool_dflt = "n"
2603 $ echo "Perl can be built to support DECterms from the Perl debugger"
2605 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2606 $ rp = "Build with DECterm Perl debugger support, if available? [''bool_dflt'] "
2609 $ IF (usedecterm .OR. usedecterm .EQS. "define") .AND. .NOT. decterm_capable
2611 $ echo4 "No installed DECterm image found, disabling..."
2616 $ echo "Your compiler may want other flags. For this question you should include"
2617 $ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2618 $ echo "or qualifiers used by the compiler."
2620 $ echo "To use no flags, specify the word ""none""."
2621 $ dflt = user_c_flags
2622 $ rp = "Any additional cc flags? [''dflt'] "
2624 $ IF ans .EQS. "none" THEN ans = ""
2625 $ user_c_flags = "''ans'"
2627 $! Ask whether they want to use secure logical translation when tainting
2629 $ echo "As Perl starts up, it checks several logical names, such as"
2630 $ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2631 $ echo "of its behavior. For additional security, you may limit this"
2632 $ echo "process to executive- and kernel-mode translation when tainting"
2633 $ echo "is enabled. In this case, logical names normally skipped when"
2634 $ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2635 $ echo "If you do not choose to do this, the usual order of access modes"
2636 $ echo "is used for logical name translation."
2638 $ echo "This restriction does not apply to the %ENV hash or to implicit"
2639 $ echo "logical name translation during parsing of file specifications;"
2640 $ echo "these always use the normal sequence of access modes for logical"
2641 $ echo "name translation."
2643 $ if f$type(usesecurelog) .nes. ""
2645 $ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2647 $ rp = "Use secure logical name translation? [''bool_dflt'] "
2649 $ d_secintgenv = ans
2650 $ usesecurelog = "undef"
2651 $ if (d_secintgenv) then usesecurelog = "define"
2653 $! Ask whether they want to default filetypes
2655 $ echo "When you pass the name of a program to Perl on the command line,"
2656 $ echo "it generally doesn't supply any defaults unless the -S command"
2657 $ echo "line switch is specified. In keeping with the VMS tradition of"
2658 $ echo "default file types, however, you can configure Perl to try default"
2659 $ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2660 $ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2661 $ echo "finally foo.com)."
2663 $ echo "This is currently broken in some configurations. Only enable it if"
2664 $ echo "you know what you are doing."
2666 $ if f$type(usedefaulttypes) .nes. ""
2668 $ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2670 $ rp = "Always use default file types? [''bool_dflt'] "
2672 $ d_alwdeftype = ans
2673 $ usedefaulttypes = "undef"
2674 $ if (d_alwdeftype) then usedefaulttypes = "define"
2676 $! determine whether to use malloc wrapping
2679 $ IF F$TYPE(usemallocwrap) .nes. ""
2681 $ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
2683 $ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] "
2686 $ THEN usemallocwrap = "define"
2687 $ ELSE usemallocwrap = "undef"
2690 $! Ask if they want to use perl's memory allocator
2692 $ echo "Perl has a built-in memory allocator that is tuned for normal"
2693 $ echo "memory usage. It is oftentimes better than the standard system"
2694 $ echo "memory allocator. It also has the advantage of providing memory"
2695 $ echo "allocation statistics, if you choose to enable them."
2697 $ IF F$TYPE(usemymalloc) .nes. ""
2699 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2701 $ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''bool_dflt'] "
2706 $ IF use_debugging_perl
2709 $ echo "Perl can keep statistics on memory usage if you choose to use"
2710 $ echo "them. This is useful for debugging, but does have some"
2711 $ echo "performance overhead."
2713 $ rp = "Do you want the debugging memory allocator? [''bool_dflt'] "
2715 $ use_debugmalloc = ans
2717 $ ! Check which memory allocator we want
2719 $ echo "There are currently three different memory allocators: the"
2720 $ echo "default (which is a pretty good general-purpose memory manager),"
2721 $ echo "the TWO_POT allocator (which is optimized to save memory for"
2722 $ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2723 $ echo "memory for smaller allocations). They're all good, but if your"
2724 $ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
2725 $ echo "PACK_MALLOC."
2727 $ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2729 $ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2730 $ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2733 $ known_extensions = ""
2735 $ OPEN/READ CONFIG 'manifestfound'
2737 $ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
2738 $ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
2739 F$EXTRACT(0,8,line) .NES. "vms/ext/" THEN goto ext_loop
2740 $ line = F$EDIT(line,"COMPRESS")
2741 $ line = F$ELEMENT(0," ",line)
2742 $ line_len = F$LENGTH(line)
2743 $ IF F$EXTRACT(line_len - 12,12,line) .NES. "/Makefile.PL" THEN goto ext_loop
2744 $ IF F$EXTRACT(0,4,line) .EQS. "ext/" THEN -
2745 xxx = F$EXTRACT(4,line_len - 16,line)
2746 $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
2747 $ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit
2748 $ IF xxx .EQS. "Devel/PPPort/harness" THEN goto ext_loop ! sub extension - omit
2749 $ IF F$EXTRACT(0,7,xxx) .EQS. "Encode/" THEN goto ext_loop ! sub extension - omit
2750 $ IF xxx .EQS. "B/C" THEN goto ext_loop ! sub extension - omit
2751 $ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN -
2752 xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line)
2753 $ known_extensions = known_extensions + " ''xxx'"
2758 $ known_extensions = F$EDIT(known_extensions,"TRIM,COMPRESS")
2759 $ dflt = known_extensions
2760 $ IF ccname .NES. "DEC" .AND. ccname .NES. "CXX"
2762 $ dflt = dflt - "POSIX" ! not with VAX C or GCC
2764 $ dflt = dflt - "ByteLoader" ! needs to be ported
2765 $ dflt = dflt - "DB_File" ! needs to be ported
2766 $ dflt = dflt - "GDBM_File" ! needs porting/special library
2767 $ dflt = dflt - "IPC/SysV" ! needs to be ported
2768 $ dflt = dflt - "NDBM_File" ! needs porting/special library
2769 $ dflt = dflt - "ODBM_File" ! needs porting/special library
2770 $ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
2771 $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
2773 $ dflt = dflt - "Socket" ! optional on VMS
2775 $ IF .NOT. use_threads THEN dflt = dflt - "Thread"
2776 $ dflt = dflt - "Win32API/File" - "Win32CORE" - "Win32" ! need Dave Cutler's other project
2777 $ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
2779 $! Ask for their default list of extensions to build
2781 $ echo "It is time to specify which modules you want to build into"
2782 $ echo "perl. Most of these are standard and should be chosen, though"
2783 $ echo "you might, for example, want to build GDBM_File instead of"
2784 $ echo "SDBM_File if you have the GDBM library built on your machine."
2786 $ echo "Which modules do you want to build into perl?"
2789 $ extensions = F$EDIT(ans,"TRIM,COMPRESS")
2791 $! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2793 $ echo "Checking your ""make"" utilities..."
2794 $! If the 'build' that you use is not here add it and it's test
2795 $! switch to the _END_ of these strings (and increment max_build)
2796 $! (e.g. builders = builders + "/FOOMAKE"
2797 $! probers = probers + " -fooVersionSwitch"
2798 $! ) & please let me know about it.
2799 $ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2800 $ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2803 $ orig_dflt = f$edit(builder,"UPCASE")
2804 $ if orig_dflt .eqs. "" then orig_dflt = "MMK"
2807 $ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2808 $ WRITE CONFIG "dont_make_anything_yet:"
2809 $ WRITE CONFIG F$FAO("!_")
2812 $ messages = F$ENVIRONMENT("MESSAGE")
2814 $ build = F$ELEMENT(n,"/",builders)
2815 $ probe = F$ELEMENT(n,"!",probers)
2816 $ echo "Testing whether you have ''build' on your system..."
2818 $! Noted with GNU Make version 3.60 that the $status and $severity
2819 $! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2820 $! $SEVERITY == "4".
2823 $ ON CONTROL_Y THEN GOTO Reenable_messages_build
2824 $ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
2826 $ IF ($SEVERITY .EQ. 1) ! not adequate?
2829 $ IF (build .EQS. orig_dflt)
2831 $ default_set = "TRUE"
2834 $ ok_builders = ok_builders + " " + build
2835 $ IF (.NOT. default_set) THEN dflt = build
2839 $Reenable_messages_build:
2840 $ SET MESSAGE 'messages'
2842 $ on control_y then goto clean_up
2844 $ IF (n .LT. max_build) THEN GOTO Build_probe
2847 $ IF (ok_builders .NES. "")
2849 $ echo "Here is the list of builders you can apparently use:"
2850 $ echo "(",ok_builders," )"
2851 $ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
2853 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2854 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2863 %Config-E-VMS, ERROR:
2864 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2865 utility of some sort and after checking my "builders" list I cannot find
2866 the symbol or command you use on your system to compile programs.
2869 $ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
2870 $ ans = F$EDIT(ans,"TRIM, COMPRESS")
2871 $ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2874 $ echo "I do not know where ""make"" is, and my life depends on it."
2875 $ echo "Go find a make program or fix your DCL$PATH setting!"
2876 $ echo "ABORTING..."
2877 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
2879 $ EXIT 2 !$STATUS = "%X00000002" (error)
2885 $ DELETE/NOLOG/NOCONFIRM Makefile.;
2891 There seems to be trouble. I just tried to create a file in
2893 $ echo4 'F$ENVIRONMENT("DEFAULT")'
2896 but was unsuccessful. I am stopping now. Please check that directories'
2897 PROTECTION bits. I will leave you in the directory where you started
2900 $ echo4 "ABORTING..."
2906 $! echo " Very well I will proceed with ""''build'"""
2907 $ make = F$EDIT(build,"UPCASE")
2909 $!: locate the preferred pager for this system
2910 $!pagers = "most|more|less|type/page"
2911 $ IF osvers .GES. "V6.1"
2913 $ dflt = "type/page=save=10"
2915 $ dflt = "type/page"
2917 $! assume that the presence of a most symbol indicates the presence
2919 $ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
2920 $ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
2921 $ rp="What pager is used on your system? [''dflt'] "
2925 $! update [.vms]config.vms here
2927 $! update makefile here
2928 $! echo4 "Updating makefile..."
2930 $ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
2932 $ makefile = "" !wrt MANIFEST dir
2933 $ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
2934 $ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
2935 $ Makefile_SH = "descrip_mms.template"
2937 $ makefile = " -f Makefile." !wrt MANIFEST dir
2938 $ UUmakefile = "[-]Makefile." !wrt CWD dir
2939 $ DEFmakefile = "Makefile." !wrt DEF dir (?)
2940 $ Makefile_SH = "Makefile.in"
2943 $ IF macros .NES. ""
2945 $ tmp = F$LENGTH(macros)
2946 $ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
2947 $ macros = "/macro=(" + macros + ")"
2949 $! Build up the extra C flags
2953 $ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm"
2955 $ IF be_case_sensitive
2957 $ extra_flags = "''extra_flags'" + "/Names=As_Is"
2959 $ extra_flags = "''extra_flags'" + "''user_c_flags'"
2961 $ min_pgflquota = "100000"
2962 $ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
2963 $ IF pgflquota .LES. min_pgflquota
2965 $ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
2966 $ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
2969 $ echo4 "Continuing..."
2971 $ echo4 "ABORTING..."
2976 $! PerlIO abstraction
2979 $ IF F$TYPE(useperlio) .NES. ""
2981 $ if f$extract(0,1,f$edit(useperlio,"collapse,upcase")) .eqs. "N" .or. useperlio .eqs. "undef" then bool_dflt = "n"
2985 $ echo "Previous versions of ''package' used the standard IO mechanisms as"
2988 defined in <stdio.h>. Versions 5.003_02 and later of perl allow
2989 alternate IO mechanisms via the PerlIO abstraction layer, but the
2990 stdio mechanism is still available if needed. The abstraction layer
2991 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
2992 Using PerlIO with sfio may cause problems with some extension modules.
2995 $ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2997 $ rp = "Use the PerlIO abstraction layer? [''bool_dflt'] "
3001 $ useperlio = "define"
3003 $ echo "Ok, doing things the stdio way."
3004 $ useperlio = "undef"
3008 $ echo4 "Checking the C run-time library."
3010 $! Former SUBCONFIGURE.COM
3012 $! - build a config.sh for VMS Perl.
3013 $! - use built config.sh to take config_h.SH -> config.h
3014 $! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
3015 $! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
3016 $! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
3018 $! Note for folks from other platforms changing things in here:
3020 $! Fancy changes (based on compiler capabilities or VMS version or
3021 $! whatever) are tricky, so go ahead and punt on those.
3023 $! Simple changes, though (say, always setting something to 1, or undef,
3024 $! or something like that) are straightforward. Adding a new constant
3025 $! item for the ultimately created config.sh requires at least one
3026 $! (possibly more) line(s) to this file.
3028 $! Add a line in the format:
3030 $! $ WC "foo='undef'"
3032 $! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
3033 $! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
3034 $! is sorted ASCII and corresponds to the output of config.sh in the
3035 $! Bourne shell version of Configure).
3036 $! Be very careful with quoting, as it can be tricky.
3037 $! For example if instead of a constant string like 'undef' or 'define'
3038 $! you wanted to add something to VMS's config.sh that looks like:
3042 $! then add a line that looks like this before the
3043 $! '##END WRITE NEW CONSTANTS HERE##' tagged line:
3045 $! $ WC "blank_string='" + "'"
3047 $! (+ is the string concatenator and "''var'" has the effect
3048 $! of "${var}" in perl or sh, but "'const'" is not interpolated).
3050 $! Note that unitialized variables, such as a line like:
3052 $! $ WC "new_var='" + new_var + "'"
3054 $! should be avoided unless new_var has a value assigned prior
3055 $! to that line (think of perl's -w warnings).
3057 $! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
3061 $ vms_ver = F$EXTRACT(1,3, osvers)
3062 $ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
3063 $ MCC = f$edit(mcc, "UPCASE")
3064 $ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
3065 $ IF ccname .EQS. "DEC"
3067 $ Checkcc := "''Mcc'/prefix=all"
3069 $ IF ccname .EQS. "CXX"
3073 $ Checkcc := "''Mcc'"
3076 $ ccflags = ccflags + extra_flags
3077 $ IF be_case_sensitive
3079 $ d_vms_be_case_sensitive = "define"
3081 $ d_vms_be_case_sensitive = "undef"
3083 $! Some constant defaults.
3084 $ hwname = f$getsyi("HW_NAME")
3085 $ myname = myhostname
3086 $ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
3091 $! FIXME -- This section does not really handle all the different permutations
3092 $! of 64-bitness, and it does not provide for the /POINTER_SIZE=64 compiler
3093 $! option that would be necessary to support the "explicit 64-bit interfaces"
3094 $! promised by -Dusemorebits.
3096 $ usemorebits = "undef"
3097 $ IF use64bitint .OR. use64bitint .EQS. "define"
3099 $ use64bitint = "define"
3100 $ ivdformat="""Ld"""
3101 $ uvuformat="""Lu"""
3102 $ uvoformat="""Lo"""
3103 $ uvxformat="""Lx"""
3104 $ uvXUformat="""LX"""
3106 $ use64bitint = "undef"
3107 $ ivdformat="""ld"""
3108 $ uvuformat="""lu"""
3109 $ uvoformat="""lo"""
3110 $ uvxformat="""lx"""
3111 $ uvXUformat="""lX"""
3113 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
3115 $ uselongdouble = "define"
3117 $ nveformat="""Le"""
3118 $ nvfformat="""Lf"""
3119 $ nvgformat="""Lg"""
3121 $ uselongdouble = "undef"
3126 $ IF use64bitall .OR. use64bitall .EQS. "define"
3128 $ use64bitall = "define"
3130 $ use64bitall = "undef"
3132 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
3134 $ uselargefiles = "define"
3136 $ uselargefiles = "undef"
3139 $ usemymalloc = "undef"
3140 $ if mymalloc then usemymalloc = "define"
3144 $ IF (sharedperl .AND. archname .EQS. "VMS_AXP")
3152 $ IF (sharedperl .AND. archname .EQS. "VMS_IA64")
3167 $ dlobj="dl_vms''obj_ext'"
3169 $ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3171 $ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
3179 $ THEN d_mymalloc="define"
3180 $ ELSE d_mymalloc="undef"
3184 $ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
3185 $ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
3187 $ IF ((use_threads) .AND. (vms_ver .LES. "6.2"))
3189 $ 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"
3193 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
3200 $! perllibs should be libs with all non-core libs (such as gdbm) removed.
3206 $ IF use64bitint .OR. use64bitint .EQS. "define"
3208 $ d_PRId64 = "define"
3209 $ d_PRIu64 = "define"
3210 $ d_PRIo64 = "define"
3211 $ d_PRIx64 = "define"
3212 $ d_PRIXU64 = "define"
3213 $ sPRId64 = """Ld"""
3214 $ sPRIXU64 = """LX"""
3215 $ sPRIi64 = """Li"""
3216 $ sPRIo64 = """Lo"""
3217 $ sPRIu64 = """Lu"""
3218 $ sPRIx64 = """Lx"""
3220 $ quadtype = "long long"
3221 $ uquadtype = "unsigned long long"
3222 $ quadkind = "QUAD_IS_LONG_LONG"
3224 $ d_PRId64 = "undef"
3225 $ d_PRIXU64 = "undef"
3226 $ d_PRIu64 = "undef"
3227 $ d_PRIo64 = "undef"
3228 $ d_PRIx64 = "undef"
3230 $ sPRIXU64 = """lX"""
3237 $ uquadtype = "unsigned long"
3238 $ quadkind = "QUAD_IS_LONG"
3241 $ IF archname .NES. "VMS_VAX"
3243 $ d_frexpl = "define"
3244 $ d_modfl = "define"
3245 $ d_modflproto = "define"
3247 $ d_frexpl = "undef"
3249 $ d_modflproto = "undef"
3252 $ IF useieee .OR. useieee .EQS. "define"
3254 $ d_isnan = "define"
3255 $ d_isnanl = "define"
3258 $ d_isnanl = "undef"
3261 $! Now some that we build up
3265 $ IF use_5005_threads
3267 $ arch = "''arch'-thread"
3268 $ archname = "''archname'-thread"
3269 $ d_old_pthread_create_joinable = "undef"
3270 $ old_pthread_create_joinable = " "
3271 $ use5005threads = "define"
3272 $ useithreads = "undef"
3274 $ arch = "''arch'-ithread"
3275 $ archname = "''archname'-ithread"
3276 $ d_old_pthread_create_joinable = "undef"
3277 $ old_pthread_create_joinable = " "
3278 $ use5005threads = "undef"
3279 $ useithreads = "define"
3282 $ d_old_pthread_create_joinable = "undef"
3283 $ old_pthread_create_joinable = " "
3284 $ use5005threads = "undef"
3285 $ useithreads = "undef"
3288 $! Some that we need to invoke the compiler for
3291 $! handy construction aliases/symbols
3293 $ OS := "open/write CONFIG []try.c"
3294 $ WS := "write CONFIG"
3295 $ CS := "close CONFIG"
3296 $ DS := "delete/nolog/noconfirm []try.*;*"
3298 $ good_compile = %X10B90001
3299 $ IF ccname .EQS. "GCC"
3301 $ open/write OPTCHAN []try.opt
3302 $ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3303 $ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3306 $ good_compile = %X10000001
3308 $ IF ccname .EQS. "CXX"
3310 $ good_compile = %X15F60001
3312 $ good_link = %X10000001
3313 $ tmp = "" ! null string default
3315 $ GOTO beyond_compile_ok
3317 $! Check for type sizes
3322 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3323 $ WS "#include <stdlib.h>"
3325 $ WS "#include <stdio.h>"
3328 $ WS "printf(""%d\n"", sizeof(''tmp'));"
3335 $!: locate header file
3339 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3340 $ WS "#include <stdlib.h>"
3342 $ WS "#include <stdio.h>"
3343 $ WS "#include <''tmp'>"
3346 $ WS "printf(""define\n"");"
3353 $!: define an alternate in-header-list? function
3357 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3359 $ echo4 "<''tmp'> found."
3362 $ echo4 "<''tmp'> NOT found."
3367 $!: define an is-in-libc? function
3370 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3372 $ echo4 "''tmp'() found."
3375 $ echo4 "''tmp'() NOT found."
3380 $!: define a shorthand compile call
3384 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3386 $ OPEN/WRITE CONFIG []try.out
3387 $ DEFINE/USER_MODE SYS$ERROR CONFIG
3388 $ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3391 $ OPEN/READ CONFIG []try.out
3394 $ DELETE/NOLOG/NOCONFIRM []try.out;
3395 $ DELETE/NOLOG/NOCONFIRM []try.exe;
3397 $ tmp = "" ! null string default
3403 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3404 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3408 $ 'ld' try.obj,try.opt/opt
3409 $ link_status = $status
3412 $ link_status = $status
3415 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3418 $!: define a shorthand compile call for compilations that should be ok.
3420 $ DEFINE/USER_MODE SYS$ERROR _NLA0:
3421 $ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3424 $ compile_status = $status
3426 $ DELETE/NOLOG/NOCONFIRM try.c;
3431 $! Check for __STDC__
3434 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3435 $ WS "#include <stdlib.h>"
3437 $ WS "#include <stdio.h>"
3440 $ WS "#ifdef __STDC__"
3441 $ WS "printf(""42\n"");"
3443 $ WS "printf(""1\n"");"
3450 $ IF F$INTEGER(tmp) .eq. 42
3452 $ echo4 "Your C compiler and pre-processor defines the symbol:"
3456 $! Check for double size
3458 $ echo4 "Checking to see how big your double precision numbers are..."
3460 $ GOSUB type_size_check
3462 $ echo "Your double is ''doublesize' bytes long."
3464 $! Check for long double size
3467 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3468 $ WS "#pragma message disable ALL" ! VAX compilers may have distracting informationals
3469 $ WS "#include <stdlib.h>"
3471 $ WS "#include <stdio.h>"
3474 $ WS "printf(""%d\n"", sizeof(long double));"
3478 $ echo4 "Checking to see if you have long double..."
3480 $ IF link_status .NE. good_link
3484 $ echo "You do not have long double."
3486 $ echo "You have long double."
3487 $ echo4 "Checking to see how big your long doubles are..."
3490 $ d_longdbl = "define"
3491 $ echo "Your long doubles are ''longdblsize' bytes long."
3494 $ IF d_longdbl .OR. d_longdbl .EQS. "define"
3496 $ d_PRIEUldbl = "define"
3497 $ d_PRIFUldbl = "define"
3498 $ d_PRIGUldbl = "define"
3499 $ d_PRIeldbl = "define"
3500 $ d_PRIfldbl = "define"
3501 $ d_PRIgldbl = "define"
3502 $ sPRIEUldbl = """LE"""
3503 $ sPRIFUldbl = """LF"""
3504 $ sPRIGUldbl = """LG"""
3505 $ sPRIeldbl = """Le"""
3506 $ sPRIfldbl = """Lf"""
3507 $ sPRIgldbl = """Lg"""
3509 $ d_PRIEUldbl = "undef"
3510 $ d_PRIFUldbl = "undef"
3511 $ d_PRIGUldbl = "undef"
3512 $ d_PRIeldbl = "undef"
3513 $ d_PRIfldbl = "undef"
3514 $ d_PRIgldbl = "undef"
3522 $ d_SCNfldbl = d_PRIfldbl
3523 $ sSCNfldbl = sPRIfldbl ! expect consistency
3525 $!: check for long long
3527 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3528 $ WS "#include <stdlib.h>"
3530 $ WS "#include <stdio.h>"
3533 $ WS "printf(""%d\n"", sizeof(long long));"
3537 $ echo4 "Checking to see if you have long long..."
3539 $ IF link_status .NE. good_link
3542 $ d_longlong="undef"
3543 $ echo "You do not have long long."
3545 $ echo "You have long long."
3546 $ echo4 "Checking to see how big your long longs are..."
3548 $ longlongsize = tmp
3549 $ d_longlong = "define"
3550 $ echo "Your long longs are ''longlongsize' bytes long."
3553 $! Check the prototype for getgid
3555 $ echo "Looking for the type for group ids returned by getgid()."
3557 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3558 $ WS "#include <stdlib.h>"
3560 $ WS "#include <stdio.h>"
3561 $ WS "#include <types.h>"
3569 $ IF compile_status .NE. good_compile
3571 $! Okay, gid_t failed. Must be unsigned int
3572 $ gidtype = "unsigned int"
3573 $ echo4 "assuming ""''gidtype'""."
3576 $ echo4 "gid_t found."
3579 $! Check to see if we've got dev_t
3581 $ echo "Looking for the type for dev."
3583 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3584 $ WS "#include <stdlib.h>"
3586 $ WS "#include <stdio.h>"
3587 $ WS "#include <types.h>"
3595 $ IF compile_status .NE. good_compile
3597 $! Okay, dev_t failed. Must be unsigned int
3598 $ devtype = "unsigned int"
3599 $ echo4 "assuming ""''devtype'""."
3602 $ echo4 "dev_t found."
3605 $! Check to see if we've got unistd.h (which we ought to, but you never know)
3612 $! Check to see if we've got utime.h (which we should use if we have)
3619 $! do we have getppid()?
3621 $ IF i_unistd .EQS. "define"
3624 $ WS "#include <stdio.h>"
3625 $ WS "#include <unistd.h>"
3627 $ WS "printf(""%d\n"",getppid());"
3635 $ d_getppid = "undef"
3638 $!: see if this is a libutil.h system
3644 $! Check to see if we've got shadow.h (probably not, but...)
3650 $! Check to see if we've got socks.h (probably not, but...)
3656 $! Check the prototype for select
3658 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3661 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3662 $ WS "#include <stdlib.h>"
3664 $ WS "#include <stdio.h>"
3665 $ WS "#include <types.h>"
3666 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3669 $ WS "#include <socketshr.h>"
3671 $ WS "#include <time.h>"
3672 $ WS "#include <socket.h>"
3679 $ WS "bar = select(2, foo, foo, foo, NULL);"
3684 $ IF compile_status .NE. good_compile
3686 $! Okay, select failed. Must be an int *
3687 $ selecttype = "int *"
3688 $ echo4 "select() NOT found."
3690 $ selecttype="fd_set *"
3691 $ echo4 "select() found."
3694 $ ! No sockets, so stick in an int * : no select, so pick a harmless default
3695 $ selecttype = "int *"
3698 $! Check to see if fd_set exists
3700 $ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3702 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3703 $ WS "#include <stdlib.h>"
3705 $ WS "#include <stdio.h>"
3706 $ WS "#include <types.h>"
3709 $ WS "#include <socketshr.h>"
3711 $ IF Has_Dec_C_Sockets
3713 $ WS "#include <time.h>"
3714 $ WS "#include <socket.h>"
3724 $ IF compile_status .ne. good_compile
3726 $! Okay, fd_set failed. Must not exist
3727 $ d_fd_set = "undef"
3728 $ echo4 "Hmm, your compiler has some difficulty with fd_set."
3731 $ echo4 "Well, your system knows about the normal fd_set typedef..."
3734 $! Check for inttypes.h
3736 $ tmp = "inttypes.h"
3740 $! Check to see if off64_t exists
3742 $ echo4 "Checking to see if you have off64_t..."
3744 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3745 $ WS "#include <stdlib.h>"
3747 $ WS "#include <stdio.h>"
3748 $ WS "#include <types.h>"
3749 $ WS "#''i_inttypes' IIH"
3751 $ WS "#include <inttypes.h>"
3760 $ IF compile_status .EQ. good_compile
3762 $ d_off64_t="define"
3763 $ echo "You have off64_t."
3765 $ d_off64_t = "undef"
3766 $ echo "You do not have off64_t."
3769 $! Check to see if fpos64_t exists
3771 $ echo4 "Checking to see if you have fpos64_t..."
3773 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3774 $ WS "#include <stdlib.h>"
3776 $ WS "#include <stdio.h>"
3777 $ WS "#include <types.h>"
3778 $ WS "#''i_inttypes' IIH"
3780 $ WS "#include <inttypes.h>"
3784 $ WS "fpos64_t bar;"
3789 $ IF compile_status .EQ. good_compile
3791 $ d_fpos64_t="define"
3792 $ echo "You have fpos64_t."
3794 $ d_fpos64_t = "undef"
3795 $ echo "You do not have fpos64_t."
3798 $! Check to see if int64_t exists
3800 $ echo4 "Checking to see if you have int64_t..."
3802 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3803 $ WS "#include <stdlib.h>"
3805 $ WS "#include <stdio.h>"
3806 $ WS "#include <types.h>"
3807 $ WS "#''i_inttypes' IIH"
3809 $ WS "#include <inttypes.h>"
3818 $ IF compile_status .EQ. good_compile
3820 $ d_int64_t="define"
3821 $ echo "You have int64_t."
3823 $ d_int64_t = "undef"
3824 $ echo "You do not have int64_t."
3827 $! Check to see if fseeko exists
3830 $ WS "#include <stdio.h>"
3833 $ WS "FILE *f=NULL;"
3834 $ WS "fseeko(f,(off_t)0,SEEK_SET);"
3842 $! Check to see if ftello exists
3845 $ WS "#include <stdio.h>"
3848 $ WS "FILE *f=NULL; off_t o=0;"
3857 $!: see if this is a netdb.h system
3858 $ IF Has_Dec_C_Sockets
3865 $! Check for h_errno
3867 $ echo4 "Checking to see if you have h_errno..."
3869 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3870 $ WS "#include <stdlib.h>"
3872 $ WS "#include <stdio.h>"
3873 $ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3874 $ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
3882 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3885 $ echo "You have h_errno."
3888 $ echo "You do not have h_errno."
3891 $! Check to see if gethostname exists
3893 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3896 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3897 $ WS "#include <stdlib.h>"
3899 $ WS "#include <stdio.h>"
3900 $ WS "#include <types.h>"
3903 $ WS "#include <socketshr.h>"
3905 $ WS "#include <time.h>"
3906 $ WS "#include <socket.h>"
3910 $ WS "char name[100];"
3911 $ WS "int bar, baz;"
3913 $ WS "baz = gethostname(name, bar);"
3918 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3920 $ d_gethname="define"
3921 $ echo4 "gethostname() found."
3923 $ d_gethname="undef"
3926 $ ! No sockets, so no gethname
3927 $ d_gethname = "undef"
3930 $! Check for sys/file.h
3932 $ tmp = "sys/file.h"
3937 $! Check for sys/ioctl.h
3939 $ tmp = "sys/ioctl.h"
3943 $! Check for sys/utsname.h
3945 $ tmp = "sys/utsname.h"
3947 $ i_sysutsname = tmp
3949 $! Check for syslog.h
3961 $! Check for sys/uio.h
3967 $! Check for sys/mode.h
3969 $ tmp = "sys/mode.h"
3973 $! Check for sys/access.h
3975 $ tmp = "sys/access.h"
3979 $! Check for sys/security.h
3981 $ tmp = "sys/security.h"
3985 $! Check for fcntl.h
3994 $ WS "#if defined(__DECC) || defined(__DECCXX)"
3995 $ WS "#include <stdlib.h>"
3997 $ WS "#include <stdio.h>"
3998 $ WS "#include <fcntl.h>"
4001 $ WS "fcntl(1,2,3);"
4009 $! Check for fcntl locking capability
4011 $ echo4 "Checking if fcntl-based file locking works... "
4013 $ IF d_fcntl .EQS. "define"
4016 $ WS "#include <stdio.h>"
4017 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4018 $ WS "#include <stdlib.h>"
4020 $ WS "#include <fcntl.h>"
4021 $ WS "#include <unistd.h>"
4023 $ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
4024 $ WS " struct flock flock;"
4025 $ WS " int retval, fd;"
4026 $ WS " fd = open(""try.c"", O_RDONLY);"
4027 $ WS " flock.l_type = F_RDLCK;"
4028 $ WS " flock.l_whence = SEEK_SET;"
4029 $ WS " flock.l_start = flock.l_len = 0;"
4030 $ WS " retval = fcntl(fd, F_SETLK, &flock);"
4032 $ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
4034 $ WS " printf(""undef\n"");"
4039 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4042 $ IF tmp .EQS. "define"
4044 $ echo4 "Yes, it seems to work."
4046 $ echo4 "Nope, it didn't work."
4049 $ echo4 "I'm unable to compile the test program, so I'll assume not."
4053 $ echo4 "Nope, since you don't even have fcntl()."
4055 $ d_fcntl_can_lock = tmp
4060 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4061 $ WS "#include <stdlib.h>"
4063 $ WS "#include <string.h>"
4066 $ WS "char * place;"
4067 $ WS "place = memchr(""foo"", 47, 3);"
4075 $! Check for strtoull
4078 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4079 $ WS "#include <stdlib.h>"
4081 $ WS "#include <string.h>"
4084 $ WS "unsigned __int64 result;"
4085 $ WS "result = strtoull(""123123"", NULL, 10);"
4093 $! Check for strtouq
4096 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4097 $ WS "#include <stdlib.h>"
4099 $ WS "#include <string.h>"
4102 $ WS "unsigned __int64 result;"
4103 $ WS "result = strtouq(""123123"", NULL, 10);"
4111 $! Check for strtoll
4114 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4115 $ WS "#include <stdlib.h>"
4117 $ WS "#include <string.h>"
4120 $ WS "__int64 result;"
4121 $ WS "result = strtoll(""123123"", NULL, 10);"
4132 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4133 $ WS "#include <stdlib.h>"
4135 $ WS "#include <string.h>"
4138 $ WS "__int64 result;"
4139 $ WS "result = strtoq(""123123"", NULL, 10);"
4147 $! Check for strtold
4150 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4151 $ WS "#include <stdlib.h>"
4153 $ WS "#include <string.h>"
4156 $ WS "long double result;"
4157 $ WS "result = strtold(""123123"", NULL, 10);"
4168 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4169 $ WS "#include <stdlib.h>"
4171 $ WS "#include <string.h>"
4174 $ WS " __int64 result;"
4175 $ WS "result = atoll(""123123"");"
4186 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4187 $ WS "#include <stdlib.h>"
4189 $ WS "#include <string.h>"
4193 $ WS "result = atolf(""123123"");"
4204 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4205 $ WS "#include <stdlib.h>"
4207 $ WS "#include <stdio.h>"
4210 $ WS "access(""foo"", F_OK);"
4221 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4222 $ WS "#include <stdlib.h>"
4224 $ WS "#include <stdio.h>"
4225 $ WS "#include <strings.h>"
4228 $ WS "char foo[10];"
4229 $ WS "bzero(foo, 10);"
4240 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4241 $ WS "#include <stdlib.h>"
4243 $ WS "#include <stdio.h>"
4244 $ WS "#include <strings.h>"
4247 $ WS "char foo[10], bar[10];"
4248 $ WS "bcopy(""foo"", bar, 3);"
4256 $! Check for mkstemp
4259 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4260 $ WS "#include <stdlib.h>"
4262 $ WS "#include <stdio.h>"
4265 $ WS "mkstemp(""foo"");"
4273 $! Check for mkstemps
4276 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4277 $ WS "#include <stdlib.h>"
4279 $ WS "#include <stdio.h>"
4282 $ WS "mkstemps(""foo"", 1);"
4290 $! Check for mkdtemp
4293 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4294 $ WS "#include <stdlib.h>"
4296 $ WS "#include <stdio.h>"
4299 $ WS "mkdtemp(""foo"");"
4309 $ if i_poll .eqs. "define"
4312 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4313 $ WS "#include <stdlib.h>"
4315 $ WS "#include <poll.h>"
4318 $ WS "struct pollfd pfd;"
4319 $ WS "int count=poll(&pfd,1,0);"
4330 $! Check for setvbuf
4333 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4334 $ WS "#include <stdlib.h>"
4336 $ WS "#include <stdio.h>"
4340 $ WS "char Buffer[99];"
4341 $ WS "foo = fopen(""foo"", ""r"");"
4342 $ WS "setvbuf(foo, Buffer, 0, 0);"
4350 $! see if sfio.h is available
4351 $! see if sfio library is available
4352 $! Ok, but do we want to use it.
4353 $! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
4354 $! IF val .EQS. "define"
4356 $! IF usesfio .EQS. "define"
4360 $! echo "''package' can use the sfio library, but it is experimental."
4361 $! IF useperlio .EQS. "undef"
4363 $! echo "For sfio also the PerlIO abstraction layer is needed."
4364 $! echo "Earlier you said you would not want that."
4366 $! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
4368 $! IF ans .EQS. "" THEN ans = dflt
4371 $! echo "Ok, turning on both sfio and PerlIO, then."
4372 $! useperlio="define"
4375 $! echo "Ok, avoiding sfio this time. I'll use stdio instead."
4379 $! IF usesfio .EQS. "define"
4381 $! echo4 "Sorry, cannot find sfio on this machine."
4382 $! echo4 "Ignoring your setting of usesfio=''usesfio'."
4390 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4391 $ WS "#include <stdlib.h>"
4393 $ WS "#include <stdio.h>"
4396 $ WS "setenv(""FOO"", ""BAR"", 0);"
4404 $! Check for setproctitle
4407 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4408 $ WS "#include <stdlib.h>"
4410 $ WS "#include <stdio.h>"
4413 $ WS "setproctitle(""%s"", ""FOO"");"
4417 $ tmp = "setproctitle"
4419 $ d_setproctitle = tmp
4421 $! Check for <netinet/in.h>
4423 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4425 $ tmp = "netinet/in.h"
4432 $! Check for <netinet/tcp.h>
4434 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4436 $ tmp = "netinet/tcp.h"
4438 $ i_netinettcp = tmp
4440 $ i_netinettcp="undef"
4443 $! Check for endhostent
4445 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4448 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4449 $ WS "#include <stdlib.h>"
4451 $ WS "#include <stdio.h>"
4453 $ THEN WS "#include <socketshr.h>"
4454 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4458 $ WS "endhostent();"
4462 $ tmp = "endhostent"
4469 $! Check for endnetent
4471 $ IF Has_Dec_C_Sockets .or. Has_Socketshr
4474 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4475 $ WS "#include <stdlib.h>"
4477 $ WS "#include <stdio.h>"
4479 $ THEN WS "#include <socketshr.h>"
4480 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4495 $! Check for endprotoent
4497 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4500 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4501 $ WS "#include <stdlib.h>"
4503 $ WS "#include <stdio.h>"
4505 $ THEN WS "#include <socketshr.h>"
4506 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4510 $ WS "endprotoent();"
4514 $ tmp = "endprotoent"
4521 $! Check for endservent
4523 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4526 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4527 $ WS "#include <stdlib.h>"
4529 $ WS "#include <stdio.h>"
4531 $ THEN WS "#include <socketshr.h>"
4532 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4536 $ WS "endservent();"
4540 $ tmp = "endservent"
4547 $! Check for sethostent
4549 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4552 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4553 $ WS "#include <stdlib.h>"
4555 $ WS "#include <stdio.h>"
4557 $ THEN WS "#include <socketshr.h>"
4558 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4562 $ WS "sethostent(1);"
4566 $ tmp = "sethostent"
4573 $! Check for setnetent
4575 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4578 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4579 $ WS "#include <stdlib.h>"
4581 $ WS "#include <stdio.h>"
4583 $ THEN WS "#include <socketshr.h>"
4584 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4588 $ WS "setnetent(1);"
4599 $! Check for setprotoent
4601 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4604 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4605 $ WS "#include <stdlib.h>"
4607 $ WS "#include <stdio.h>"
4609 $ THEN WS "#include <socketshr.h>"
4610 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4614 $ WS "setprotoent(1);"
4618 $ tmp = "setprotoent"
4625 $! Check for setservent
4627 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4630 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4631 $ WS "#include <stdlib.h>"
4633 $ WS "#include <stdio.h>"
4635 $ THEN WS "#include <socketshr.h>"
4636 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4640 $ WS "setservent(1);"
4644 $ tmp = "setservent"
4651 $! Check for gethostent
4653 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4656 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4657 $ WS "#include <stdlib.h>"
4659 $ WS "#include <stdio.h>"
4661 $ THEN WS "#include <socketshr.h>"
4662 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4666 $ WS "gethostent();"
4670 $ tmp = "gethostent"
4677 $! Check for getnetent
4679 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4682 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4683 $ WS "#include <stdlib.h>"
4685 $ WS "#include <stdio.h>"
4687 $ THEN WS "#include <socketshr.h>"
4688 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4703 $! Check for getprotoent
4705 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4708 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4709 $ WS "#include <stdlib.h>"
4711 $ WS "#include <stdio.h>"
4713 $ THEN WS "#include <socketshr.h>"
4714 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4718 $ WS "getprotoent();"
4722 $ tmp = "getprotoent"
4729 $! Check for getservent
4731 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4734 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4735 $ WS "#include <stdlib.h>"
4737 $ WS "#include <stdio.h>"
4739 $ THEN WS "#include <socketshr.h>"
4740 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4744 $ WS "getservent();"
4748 $ tmp = "getservent"
4755 $! Check for nanosleep
4758 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4759 $ WS "#include <stdlib.h>"
4761 $ WS "#include <time.h>"
4764 $ WS "int asleep = nanosleep(NULL,NULL);"
4772 $! Check for socklen_t
4774 $ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4776 $ echo4 "Checking to see if you have socklen_t..."
4778 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4779 $ WS "#include <stdlib.h>"
4781 $ WS "#include <stdio.h>"
4783 $ THEN WS "#include <socketshr.h>"
4784 $ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4788 $ WS "socklen_t x = 16;"
4793 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4795 $ d_socklen_t="define"
4796 $ echo "You have socklen_t."
4798 $ d_socklen_t="undef"
4799 $ echo "You do not have socklen_t."
4802 $ d_socklen_t="undef"
4805 $! Check for pthread_yield
4810 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4811 $ WS "#include <stdlib.h>"
4813 $ WS "#include <pthread.h>"
4814 $ WS "#include <stdio.h>"
4817 $ WS "pthread_yield();"
4821 $ tmp = "pthread_yield"
4823 $ d_pthread_yield = tmp
4825 $ d_pthread_yield="undef"
4828 $! Check for sched_yield
4833 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4834 $ WS "#include <stdlib.h>"
4836 $ WS "#include <pthread.h>"
4837 $ WS "#include <stdio.h>"
4840 $ WS "sched_yield();"
4844 $ tmp = "sched_yield"
4846 $ d_sched_yield = tmp
4847 $ IF d_sched_yield .EQS. "define"
4848 $ THEN sched_yield = "sched_yield"
4849 $ ELSE sched_yield = " "
4852 $ d_sched_yield="undef"
4856 $! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.
4857 $! (The actual test is to be written.)
4859 $ d_pthread_attr_setscope="undef"
4861 $! Check for generic pointer size
4863 $ echo4 "Checking to see how big your pointers are..."
4865 $ WS "#if defined(__DECC) || defined(__DECCXX)"
4866 $ WS "#include <stdlib.h>"
4868 $ WS "#include <stdio.h>"
4872 $ WS "foo = sizeof(char *);"
4873 $ WS "printf(""%d\n"", foo);"
4878 $ GOSUB type_size_check
4880 $ echo "Your pointers are ''ptrsize' bytes long."
4882 $! Check for size_t size
4886 $ echo4 "Checking the size of ''zzz'..."
4887 $ GOSUB type_size_check
4889 $ echo "Your ''zzz' size is ''sizesize' bytes."
4891 $! Check for _LARGEFILE capability.
4895 $ WS "#define _LARGEFILE"
4896 $ WS "#include <stdio.h>"
4899 $ WS "printf(""%d\n"", sizeof(off_t));"
4904 $ IF link_status .EQ. good_link
4909 $ echo "Your off_t size is ''off_t_size' bytes when _LARGEFILE is defined."
4910 $ IF off_t_size .ne. 8 .AND. (uselargefiles .OR. uselargefiles .eqs. "define")
4912 $ echo4 "You configured with -Duselargefiles but your CRTL does not support _LARGEFILE."
4913 $ echo4 "I'm disabling large file support."
4914 $ uselargefiles = "undef"
4917 $! Tests for hard link, symbolic links, and 7.3 + CRTL features
4919 $ d_lchown = "undef"
4922 $ d_readlink = "undef"
4923 $ d_symlink = "undef"
4924 $ d_realpath = "undef"
4926 $! Hard link support has been present since 7.3-1 except for the
4927 $! easy to use DCL test to see if hardlinks are enabled on the build
4928 $! disk. That would require more work to test, and I am only testing
4929 $! this on 8.2, so that is why the 8.2 test.
4931 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4933 $ IF f$getdvi("SYS$DISK","HARDLINKS_SUPPORTED")
4935 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links enabled on build disk."
4936 $ echo "I will build with hard link support"
4939 $ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links disabled on build disk."
4940 $ echo "I will not build with hard link support."
4943 $ echo4 "I can not detect if your CRTL and build disk support hard links."
4944 $ echo4 "I am disabling hard link support."
4947 $ IF uselargefiles .OR. uselargefiles .eqs. "define"
4949 $ echo4 "Largefile support enabled (plus standard stat support on V8.2 and later)"
4951 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4954 "Looking for the realpath() function to indicate symbolic link support..."
4956 $! WS "#include <stdlib.h>"
4957 $ WS "void exit(int foo);"
4958 $ WS "char *realpath(const char *file_name, char * resolved_name, ...);"
4961 $ WS "char result[255];"
4962 $ WS "realpath(""foo"",result);"
4967 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4970 "Found realpath() which indicates symbolic link support is present."
4971 $ d_lchown = "define"
4972 $ d_lstat = "define"
4973 $ d_readlink = "define"
4974 $ d_symlink = "define"
4975 $! d_realpath = "define" ! Perl will not put it in the config.h file?
4976 $! Perl apparently does not use a built in realpath() on other platforms,
4977 $! but there is a severe performance penatly on OpenVMS to use the Perl
4978 $! script that implements a realpath(). The d_symlink symbol is used
4979 $! as a replacement for the d_realpath since they are related and both
4980 $! were activated by the CRTL at the same time.
4983 $ echo4 "Your system does not support symbolic links."
4984 $ echo4 "I am disabling symbolic link support."
4987 $ echo4 "Your system does not support symbolic links."
4988 $ echo4 "I am disabling symbolic link support."
4991 $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
4993 $ echo4 "-Duselargefiles is required for symbolic link support."
4994 $ echo4 "You did not specify that, so I am disabling symbolic link support."
4999 $! Check for grp.h -- should be 7.3 and later, but test to be sure
5005 $! VMS V7.3-2 powered options
5006 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
5008 $ d_getgrgid_r = "undef"
5009 $ getgrgid_r_proto = "0"
5010 $ d_getgrnam_r = "undef"
5011 $ getgrnam_r_proto = "0"
5012 $ d_getpgid = "undef"
5013 $ d_getpgrp = "undef"
5014 $! N.B. We already have home-grown thread-safe versions of
5015 $! getpwnam and getpwuid -- no need to use CRTL versions
5016 $ d_getpwnam_r = "undef"
5017 $ getpwnam_r_proto = "0"
5018 $ d_getpwuid_r = "undef"
5019 $ getpwuid_r_proto = "0"
5020 $ d_setgrent = "undef"
5021 $ d_ttyname_r = "undef"
5022 $ ttyname_r_proto = "0"
5023 $ d_snprintf = "undef"
5024 $ d_vsnprintf = "undef"
5025 $ if (vms_ver .GES. "7.3-2") .AND. (archname .NES. "VMS_VAX")
5027 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 routines"
5028 $ d_getgrgid_r = "define"
5029 $ getgrgid_r_proto = "1"
5030 $ d_getgrnam_r = "define"
5031 $ getgrnam_r_proto = "1"
5032 $ if d_symlink .or. d_symlink .EQS. "define"
5034 $! FIXME: Need to find how to activate this.
5035 $! d_getpgid = "define"
5036 $! d_getpgrp = "define"
5038 $ d_setgrent = "define"
5039 $ d_ttyname_r = "define"
5040 $ ttyname_r_proto = "1"
5041 $ d_snprintf = "define"
5042 $ d_vsnprintf = "define"
5045 $! VMS V7.3-2 powered options
5046 $! We know that it is only available for V7.3-2 and later on 64 bit platforms.
5047 $! Only implementing right now on 8.2 because that is what I am testing
5048 $! These functions may require POSIX UIDs/GIDs to be active, so I am
5049 $! not activating the features at this time, just preparing this file
5050 $! to easily use them in the future.
5052 $ d_seteuid = "undef"
5053 $ d_setpgid = "undef"
5054 $ d_setpgrp = "undef"
5055 $ d_setregid = "undef"
5056 $ d_setreuid = "undef"
5057 $ d_setsid = "undef"
5058 $ ! Disable this section for now.
5059 $!$ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5062 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 UID setting routines"
5063 $ d_seteuid = "define"
5064 $ d_setpgid = "define"
5065 $ d_setpgrp = "define"
5066 $ d_setregid = "define"
5067 $ d_setreuid = "define"
5068 $ d_setsid = "define"
5071 $! VMS V8 powered options
5072 $! We know that it is only available for 8.2 and later on 64 bit platforms.
5074 $ d_fstatvfs = "undef"
5075 $! d_statvfs = "undef"
5076 $ i_sysstatvfs = "undef"
5077 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5079 $ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with 8.2 routines"
5080 $ d_fstatvfs = "define"
5081 $! d_statvfs = "define"
5082 $ i_sysstatvfs = "define"
5085 $! Check rand48 and its ilk
5087 $ echo4 "Looking for a random number function..."
5089 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5090 $ WS "#include <stdlib.h>"
5092 $ WS "#include <stdio.h>"
5095 $ WS "srand48(12L);"
5100 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5102 $ drand01 = "drand48()"
5104 $ randfunc = "drand48"
5105 $ randseedtype = "long int"
5106 $ seedfunc = "srand48"
5107 $ echo4 "Good, found drand48()."
5108 $ d_drand48proto = "define"
5110 $ d_drand48proto = "undef"
5111 $ drand01="random()"
5113 $ randfunc = "random"
5114 $ randseedtype = "unsigned"
5115 $ seedfunc = "srandom"
5117 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5118 $ WS "#include <stdlib.h>"
5120 $ WS "#include <stdio.h>"
5128 $ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5130 $ echo4 "OK, found random()."
5132 $ drand01="(((float)rand())*MY_INV_RAND_MAX)"
5134 $ randseedtype = "unsigned"
5135 $ seedfunc = "srand"
5136 $ echo4 "Yick, looks like I have to use rand()."
5139 $! Done with compiler checks. Clean up.
5140 $ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
5141 $ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
5142 $ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
5143 $ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
5144 $ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
5145 $ IF ccname .EQS. "CXX"
5147 $ CALL Cxx_demangler_cleanup
5150 $! Some that are compiler or VMS version sensitive
5153 $ IF ccname .EQS. "GCC"
5155 $ d_attribut="define"
5159 $ d_attribut="undef"
5162 $! Dec C >= 5.2 and VMS ver >= 7.0
5163 $ IF (ccname .EQS. "DEC") .AND. -
5164 (F$INTEGER(Dec_C_Version).GE.50200000) .AND. (vms_ver .GES. "7.0")
5167 $ d_getitimer="define"
5168 $ d_gettimeod="define"
5170 $ d_mprotect="define"
5175 $! d_unsetenv="define" ! Fix me - Activating requires changing VMS code
5176 $ d_unsetenv="undef" ! Change will be needed to allow GNV integration
5177 $ d_clearenv="undef"
5179 $ d_setitimer="define"
5180 $ d_sigaction="define"
5181 $ d_sigprocmask="define"
5182 $ d_truncate="define"
5186 $ sig_name1="ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE"
5187 $ sig_name2=" ALRM TERM USR1 USR2 NUM18 NUM19 CHLD CONT STOP TSTP TTIN TTOU DEBUG"
5188 $ IF (vms_ver .GES. "7.3")
5190 $ sig_name2 = sig_name2 + " NUM27 WINCH"
5192 $!* signal.h defines SIGRTMIN as 33 and SIGRTMAX as 64, but there is no
5193 $!* sigqueue function or other apparent means to do realtime signalling,
5194 $!* so let's not try to include the realtime range for now.
5195 $!* sig_name3=" NUM29 NUM30 NUM31 NUM32 RTMIN NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43"
5196 $!* sig_name4=" NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58"
5197 $!* sig_name5=" NUM59 NUM60 NUM61 NUMT62 NUM63 RTMAX"
5198 $ sig_name = sig_name1 + sig_name2
5201 $ sig_name_init = ""
5204 $ PARSE_SIG_NAME_LOOP:
5206 $ tmp = F$ELEMENT(sig_index, " ", sig_name)
5207 $ IF F$LENGTH(F$EDIT(tmp,"TRIM")) .eq. 0 THEN GOTO END_SIG_NAME_LOOP
5208 $ sig_name_init = sig_name_init + """''tmp'"","
5209 $ sig_num = sig_num + "''sig_index' "
5210 $ sig_num_init = sig_num_init + "''sig_index',"
5211 $ sig_index = sig_index + 1
5212 $ GOTO PARSE_SIG_NAME_LOOP
5214 $ END_SIG_NAME_LOOP:
5216 $ sig_name_init = sig_name_init + "0"
5217 $ sig_num_init = sig_num_init + "0"
5218 $ sig_size = "''sig_index'"
5219 $ sig_index = sig_index - 1
5220 $ sig_count = "''sig_index'"
5222 $ d_pathconf="define"
5223 $ d_fpathconf="define"
5224 $ d_sysconf="define"
5225 $ d_sigsetjmp="define"
5227 $ pidtype="unsigned int"
5229 $ d_getitimer="undef"
5230 $ d_gettimeod="undef"
5232 $ d_mprotect="undef"
5237 $ d_unsetenv="undef"
5238 $ d_clearenv="undef"
5240 $ d_setitimer="undef"
5241 $ d_sigaction="undef"
5242 $ d_sigprocmask="undef"
5243 $ d_truncate="undef"
5246 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"
5247 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5248 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
5249 $ sig_name_init = psnwc1 + psnwc2
5250 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"
5251 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
5254 $ if (vms_ver .GES. "6.2") then sig_count="17"
5255 $ uidtype="unsigned int"
5256 $ d_pathconf="undef"
5257 $ d_fpathconf="undef"
5259 $ d_sigsetjmp="undef"
5261 $!: see if tzname[] exists
5263 $ WS "#include <stdio.h>"
5264 $ WS "#include <time.h>"
5265 $ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
5268 $ IF compile_status .EQ. good_compile
5270 $ d_tzname = "undef"
5271 $ echo4 "tzname[] NOT found."
5273 $ d_tzname = "define"
5274 $ echo4 "tzname[] found."
5276 $ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
5278 $ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
5280 $ d_phostname="define"
5282 $ d_phostname="undef"
5286 $ IF ccname .EQS. "DEC"
5288 $ d_mbstowcs="define"
5290 $ d_stdiobase="define"
5291 $ d_stdio_cnt_lval="define"
5292 $ d_stdio_ptr_lval="define"
5293 $ d_stdstdio="define"
5294 $ d_faststdio="define"
5295 $ d_wcstombs="define"
5298 $ d_strcoll="define"
5299 $ d_strxfrm="define"
5302 $ i_langinfo="define"
5303 $ d_locconv="define"
5304 $ IF vms_ver .GES. "6.2"
5306 $ d_nl_langinfo="define"
5308 $ d_nl_langinfo="undef"
5310 $ d_setlocale="define"
5311 $ vms_cc_type="decc"
5313 $ d_mbstowcs="undef"
5315 $ d_stdiobase="undef"
5316 $ d_stdio_cnt_lval="undef"
5317 $ d_stdio_ptr_lval="undef"
5318 $ d_stdstdio="undef"
5319 $ d_faststdio="undef"
5320 $ d_wcstombs="undef"
5327 $ i_langinfo="undef"
5329 $ d_nl_langinfo="undef"
5330 $ d_setlocale="undef"
5332 $ d_stdio_ptr_lval_sets_cnt="undef"
5333 $ d_stdio_ptr_lval_nochange_cnt="define"
5334 $ usefaststdio="undef"
5337 $ if Has_Socketshr .OR. Has_Dec_C_Sockets
5339 $ d_vms_do_sockets="define"
5342 $ d_sockpair = "undef"
5343 $ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
5345 $ echo "Found 64 bit OpenVMS 8.2, will build with socketpair support"
5346 $ d_sockpair = "define"
5349 $ netdb_hlen_type="int"
5350 $ netdb_host_type="char *"
5351 $ netdb_name_type="char *"
5352 $ netdb_net_type="long"
5353 $ d_gethbyaddr="define"
5354 $ d_gethbyname="define"
5355 $ d_getnbyaddr="define"
5356 $ d_getnbyname="define"
5357 $ d_getpbynumber="define"
5358 $ d_getpbyname="define"
5359 $ d_getsbyport="define"
5360 $ d_getsbyname="define"
5361 $ d_gethostprotos="define"
5362 $ d_getnetprotos="define"
5363 $ d_getprotoprotos="define"
5364 $ d_getservprotos="define"
5365 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
5367 $ socksizetype="unsigned int"
5369 $ socksizetype="int *"
5372 $ d_vms_do_sockets="undef"
5375 $ d_socketpair = "undef"
5377 $ netdb_hlen_type="int"
5378 $ netdb_host_type="char *"
5379 $ netdb_name_type="char *"
5380 $ netdb_net_type="long"
5381 $ d_gethbyaddr="undef"
5382 $ d_gethbyname="undef"
5383 $ d_getnbyaddr="undef"
5384 $ d_getnbyname="undef"
5385 $ d_getpbynumber="undef"
5386 $ d_getpbyname="undef"
5387 $ d_getsbyport="undef"
5388 $ d_getsbyname="undef"
5389 $ d_gethostprotos="undef"
5390 $ d_getnetprotos="undef"
5391 $ d_getprotoprotos="undef"
5392 $ d_getservprotos="undef"
5393 $ socksizetype="undef"
5398 $ usethreads="define"
5399 $ d_pthreads_created_joinable="define"
5400 $ if (vms_ver .GES. "7.0")
5402 $ d_oldpthreads="undef"
5404 $ d_oldpthreads="define"
5407 $ d_oldpthreads="undef"
5408 $ usethreads="undef"
5409 $ d_pthreads_created_joinable="undef"
5412 $! new (5.005_62++) typedefs for primitives
5414 $ echo "Choosing the C types to be used for Perl's internal types..."
5416 $ uvtype="unsigned long"
5418 $ u8type="unsigned char"
5420 $ u16type="unsigned short"
5422 $ u32type="unsigned int"
5423 $ i64type="long long"
5424 $ u64type="unsigned long long"
5427 $ IF use64bitint .OR. use64bitint .EQS. "define"
5429 $ ivtype = "''i64type'"
5430 $ uvtype = "''u64type'"
5436 $ IF uselongdouble .OR. uselongdouble .EQS. "define"
5438 $ nvtype="long double"
5442 $ GOSUB type_size_check
5444 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
5445 $ IF ivtype .eqs. "long"
5446 $ THEN longsize = tmp
5449 $ GOSUB type_size_check
5454 $ GOSUB type_size_check
5456 $ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
5459 $ GOSUB type_size_check
5463 $ GOSUB type_size_check
5466 $ tmp = "''i16type'"
5467 $ GOSUB type_size_check
5469 $ IF i16type .eqs. "short"
5470 $ THEN shortsize = tmp
5473 $ gosub type_size_check
5477 $ tmp = "''u16type'"
5478 $ GOSUB type_size_check
5481 $ tmp = "''i32type'"
5482 $ GOSUB type_size_check
5484 $ IF i32type .eqs. "int"
5485 $ THEN intsize = tmp
5488 $ gosub type_size_check
5492 $ tmp = "''u32type'"
5493 $ gosub type_size_check
5497 $ GOSUB type_size_check
5500 $ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
5501 $ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
5502 $ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
5504 $ echo4 "Checking whether your NVs can preserve your UVs..."
5506 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5507 $ WS "#include <stdlib.h>"
5509 $ WS "#include <stdio.h>"
5511 $ WS " ''uvtype' k = (''uvtype')~0, l;"
5512 $ WS " ''nvtype' d;"
5514 $ WS " d = (''nvtype')l;"
5515 $ WS " l = (''uvtype')d;"
5517 $ WS " printf(""preserve\n"");"
5522 $ IF tmp .EQS. "preserve"
5524 $ d_nv_preserves_uv = "define"
5525 $ echo "Yes, they can."
5526 $ nv_preserves_uv_bits = F$STRING(F$INTEGER(uvsize) * 8)
5528 $ d_nv_preserves_uv = "undef"
5529 $ echo "No, they can't."
5530 $ echo4 "Checking how many bits of your UVs your NVs can preserve..."
5532 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5533 $ WS "#include <stdlib.h>"
5535 $ WS "#include <stdio.h>"
5537 $ WS " ''uvtype' u = 0;"
5538 $ WS " int n = 8 * ''uvsize';"
5540 $ WS " for (i = 0; i < n; i++) {"
5541 $ WS " u = u << 1 | (''uvtype')1;"
5542 $ WS " if ((''uvtype')(''nvtype')u != u)"
5545 $ WS " printf(""%d\n"", i);"
5550 $ nv_preserves_uv_bits = tmp
5553 $! Check for signbit (must already know nvtype)
5555 $ echo4 "Checking to see if you have signbit() available to work on ''nvtype'..."
5557 $ WS "#if defined(__DECC) || defined(__DECCXX)"
5558 $ WS "#include <stdlib.h>"
5560 $ WS "#include <fp.h>"
5561 $ WS "#include <stdio.h>"
5564 $ WS " ''nvtype' x = 0.0;"
5565 $ WS " ''nvtype' y = -0.0;"
5566 $ WS " if ((signbit(x) == 0) && (signbit(y) != 0))"
5567 $ WS " printf(""1\n"");"
5569 $ WS " printf(""0\n"");"
5575 $ d_signbit = "define"
5578 $ d_signbit = "undef"
5582 $ echo4 "Checking if kill() uses SYS$FORCEX or can't be called from a signal handler..."
5583 $ kill_by_sigprc = "undef"
5585 $ WS "#include <stdio.h>"
5586 $ WS "#include <signal.h>"
5587 $ WS "#include <unistd.h>"
5588 $ WS "void handler1(int s) { printf(""%d"",s); kill(getpid(),2); }"
5589 $ WS "void handler2(int s) { printf(""%d"",s); }"
5591 $ WS " printf(""0"");"
5592 $ WS " signal(1,handler1);"
5593 $ WS " signal(2,handler2);"
5594 $ WS " kill(getpid(),1);"
5596 $ WS " printf(""\n"");"
5599 $ ON ERROR THEN CONTINUE
5601 $ IF tmp .NES. "012"
5603 $ echo4 "Yes, it has at least one of those limitations."
5604 $ echo4 "Checking whether we can use SYS$SIGPRC instead..."
5606 $ WS "#include <stdio.h>"
5607 $ WS "#include <lib$routines.h>"
5608 $ WS "unsigned long code = 0;"
5609 $ WS "int handler(unsigned long *args) {"
5610 $ WS " code = args[1];"
5614 $ WS " int iss, sys$sigprc();"
5615 $ WS " lib$establish(handler);"
5616 $ WS " iss = sys$sigprc(0,0,0x1234);"
5617 $ WS " iss = ((iss&1)==1 && code == 0x1234);"
5618 $ WS " printf(""%d\n"",iss);"
5621 $ ON ERROR THEN CONTINUE
5625 $ echo4 "Yep, we can."
5626 $ kill_by_sigprc = "define"
5628 $! Use the same list of signals the CRTL does for recent systems, but cook our own for very old systems.
5629 $! Note that the list controls what signals can be caught by name as well as what can be raised via kill().
5631 $ if vms_ver .LT. "6.2"
5633 $! since SIGBUS and SIGSEGV indistinguishable, make them the same here.
5634 $ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT"
5635 $ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
5636 $ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",0"
5637 $ sig_name_init = psnwc1 + psnwc2
5638 $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6"
5639 $ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,0"
5644 $ echo4 "Nope, we can't."
5647 $ echo4 "Nope, it doesn't."
5651 $! Finally the composite ones. All config
5653 $ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
5655 $ IF ccname .EQS. "DEC"
5657 $ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5659 $ i_dirent = "undef"
5660 $ IF ccname .EQS. "CXX"
5662 $ i_dirent = "define"
5663 $ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
5665 $ IF use_vmsdebug_perl
5667 $ optimize="/List/Debug/NoOpt"
5668 $ ldflags="/Debug/Trace/Map"
5671 $ optimize= "/NoList"
5672 $ ldflags="/NoTrace/NoMap"
5676 $! Okay, we've got everything configured. Now go write out a config.sh.
5677 $ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
5678 $ echo4 "Creating ''basename_config_sh'..."
5679 $ open/write CONFIG 'config_sh'
5680 $ WC := write CONFIG
5682 $! ##BEGIN WRITE NEW CONSTANTS HERE##
5686 $ WC "# This file was produced by Configure.COM on a ''osname' system."
5688 $ WC "# Package name : ''package'"
5689 $ WC "# Source directory : ''src'"
5690 $ WC "# Configuration time: " + cf_time
5691 $ WC "# Configuration by : " + cf_by
5692 $ WC "# Target system : " + myuname
5694 $ WC "Makefile_SH='" + Makefile_SH + "'"
5695 $ WC "Mcc='" + Mcc + "'"
5696 $ WC "PERL_REVISION='" + revision + "'"
5697 $ WC "PERL_VERSION='" + patchlevel + "'"
5698 $ WC "PERL_SUBVERSION='" + subversion + "'"
5699 $ WC "PERL_API_REVISION='" + api_revision + "'"
5700 $ WC "PERL_API_VERSION='" + api_version + "'"
5701 $ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
5702 $ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'"
5703 $ WC "PERL_CONFIG_SH='true'"
5704 $ WC "_a='" + lib_ext + "'"
5705 $ WC "_exe='" + exe_ext + "'"
5706 $ WC "_o='" + obj_ext + "'"
5707 $ WC "alignbytes='" + alignbytes + "'"
5708 $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
5710 $ WC "archlib='" + archlib + "'"
5711 $ WC "archlibexp='" + archlibexp + "'"
5712 $ WC "archname='" + archname + "'"
5713 $ WC "baserev='" + baserev + "'"
5714 $ WC "bin='" + bin + "'"
5715 $ WC "binexp='" + binexp + "'"
5716 $ WC "builddir='" + builddir + "'"
5717 $ WC "byteorder='1234'"
5718 $ WC "castflags='0'"
5719 $ WC "cc='" + perl_cc + "'"
5720 $ WC "cccdlflags='" + cccdlflags + "'"
5721 $ WC "ccdlflags='" + ccdlflags + "'"
5722 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
5724 $ IF usestdstat .OR. usestdstat .EQS. "define"
5726 $ ccdefines = "_USE_STD_STAT=1"
5728 $ ccdefines = "_LARGEFILE=1"
5733 $ IF ccdefines .NES. ""
5735 $ WC "ccflags='" + ccflags + "/Define=" + ccdefines + "'"
5737 $ WC "ccflags='" + ccflags + "'"
5739 $ WC "ccflags_uselargefiles='" + "'"
5740 $ WC "ccname='" + ccname + "'"
5741 $ WC "ccversion='" + ccversion + "'"
5742 $ WC "cf_by='" + cf_by + "'"
5743 $ WC "cf_email='" + cf_email + "'"
5744 $ WC "cf_time='" + cf_time + "'"
5745 $ WC "config_args='" + config_args + "'"
5746 $ WC "config_sh='" + config_sh + "'"
5747 $ WC "cpp_stuff='" + cpp_stuff + "'"
5748 $ WC "cpplast='" + cpplast + "'"
5749 $ WC "cppminus='" + cppminus + "'"
5750 $ WC "cpprun='" + cpprun + "'"
5751 $ WC "cppstdin='" + cppstdin + "'"
5752 $ IF use64bitint .OR. use64bitint .EQS. "define"
5754 $! gcvt() does not work for > 16 decimal places; fallback to sprintf
5755 $ WC "d_Gconvert='sprintf((b),""%.*" + (nvgformat-"""") + ",(n),(x))'"
5757 $ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
5759 $ WC "d_PRIEldbl='" + d_PRIEUldbl + "'"
5760 $ WC "d_PRIFldbl='" + d_PRIFUldbl + "'"
5761 $ WC "d_PRIGldbl='" + d_PRIGUldbl + "'"
5762 $ WC "d_PRIXU64='" + d_PRIXU64 + "'"
5763 $ WC "d_PRId64='" + d_PRId64 + "'"
5764 $ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
5765 $ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
5766 $ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
5767 $ WC "d_PRIo64='" + d_PRIo64 + "'"
5768 $ WC "d_PRIu64='" + d_PRIu64 + "'"
5769 $ WC "d_PRIx64='" + d_PRIx64 + "'"
5770 $ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
5771 $ WC "d__fwalk='undef'"
5772 $ WC "d_access='" + d_access + "'"
5773 $ WC "d_accessx='undef'"
5774 $ WC "d_aintl='undef'"
5775 $ WC "d_alarm='define'"
5776 $ WC "d_archlib='define'"
5777 $ WC "d_atolf='" + d_atolf + "'"
5778 $ WC "d_atoll='" + d_atoll + "'"
5779 $ WC "d_attribute_format='" + d_attribut + "'"
5780 $ WC "d_attribute_malloc='undef'"
5781 $ WC "d_attribute_nonnull='undef'"
5782 $ WC "d_attribute_noreturn='undef'"
5783 $ WC "d_attribute_pure='undef'"
5784 $ WC "d_attribute_unused='undef'"
5785 $ WC "d_attribute_warn_unused_result='undef'"
5786 $ WC "d_printf_format_null='undef'"
5787 $ WC "d_bcmp='" + d_bcmp + "'"
5788 $ WC "d_bcopy='" + d_bcopy + "'"
5789 $ WC "d_bincompat3='undef'"
5790 $! WC "d_bsdpgrp='undef'"
5791 $ WC "d_bsdgetpgrp='undef'"
5792 $ WC "d_bsdsetpgrp='undef'"
5793 $ WC "d_builtin_choose_expr='undef'" ! GCC only
5794 $ WC "d_builtin_expect='undef'" ! GCC only
5795 $ WC "d_bzero='" + d_bzero + "'"
5796 $ WC "d_casti32='define'"
5797 $ WC "d_castneg='define'"
5798 $ WC "d_charvspr='undef'"
5799 $ WC "d_chown='define'"
5800 $ WC "d_chroot='undef'"
5801 $ WC "d_chsize='undef'"
5802 $ WC "d_class='undef'"
5803 $ WC "d_cmsghdr_s='undef'"
5804 $ WC "d_const='define'"
5805 $ WC "d_copysignl='define'"
5806 $ WC "d_cplusplus='" + d_cplusplus + "'"
5807 $ WC "d_crypt='define'"
5808 $ WC "d_csh='undef'"
5809 $ WC "d_ctermid='define'"
5810 $ WC "d_cuserid='define'"
5811 $ WC "d_c99_variadic_macros='undef'"
5812 $ WC "d_dbl_dig='define'"
5813 $ WC "d_dbminitproto='undef'"
5814 $ WC "d_difftime='define'"
5815 $ WC "d_dir_dd_fd='undef'"
5816 $ WC "d_dirfd='undef'"
5817 $ WC "d_dirnamlen='define'"
5818 $ WC "d_dlerror='undef'"
5819 $ WC "d_dlsymun='undef'"
5820 $ WC "d_dosuid='undef'"
5821 $ WC "d_drand48proto='" + d_drand48proto + "'"
5822 $ WC "d_dup2='define'"
5823 $ WC "d_eaccess='undef'"
5824 $ WC "d_endgrent='define'"
5825 $ WC "d_endhent='" + d_endhent + "'"
5826 $ WC "d_endnent='" + d_endnent + "'"
5827 $ WC "d_endpent='" + d_endpent + "'"
5828 $ WC "d_endpwent='define'"
5829 $ WC "d_endsent='" + d_endsent + "'"
5830 $ WC "d_eofnblk='undef'"
5831 $ WC "d_eunice='undef'"
5832 $ WC "d_fchmod='undef'"
5833 $ WC "d_fchdir='undef'"
5834 $ WC "d_fchown='undef'"
5835 $ WC "d_fcntl='" + d_fcntl + "'"
5836 $ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
5837 $ WC "d_fd_set='" + d_fd_set + "'"
5838 $ WC "d_fgetpos='define'"
5839 $ WC "d_finite='undef'"
5840 $ WC "d_finitel='undef'"
5841 $ WC "d_flexfnam='define'"
5842 $ WC "d_flock='undef'"
5843 $ WC "d_flockproto='undef'"
5844 $ WC "d_fork='undef'"
5845 $ WC "d_fp_class='undef'"
5846 $ WC "d_fpathconf='" + d_fpathconf + "'"
5847 $ WC "d_fpclass='undef'"
5848 $ WC "d_fpclassify='undef'"
5849 $ WC "d_fpclassl='undef'"
5850 $ WC "d_fpos64_t='" + d_fpos64_t + "'"
5851 $ WC "d_frexpl='" + d_frexpl + "'"
5852 $ WC "d_fs_data_s='undef'"
5853 $ WC "d_fseeko='" + d_fseeko + "'"
5854 $ WC "d_fsetpos='define'"
5855 $ WC "d_fstatfs='undef'"
5856 $ WC "d_fstatvfs='" + d_fstatvfs + "'"
5857 $ WC "d_fsync='undef'"
5858 $ WC "d_ftello='" + d_ftello + "'"
5859 $ WC "d_futimes='undef'"
5860 $ WC "d_getcwd='define'"
5861 $ WC "d_getespwnam='undef'"
5862 $ WC "d_getfsstat='undef'"
5863 $ WC "d_getgrent='define'"
5864 $ WC "d_getgrps='undef'"
5865 $ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
5866 $ WC "d_gethbyname='" + d_gethbyname + "'"
5867 $ WC "d_gethent='" + d_gethent + "'"
5868 $ WC "d_gethname='" + d_gethname + "'"
5869 $ WC "d_gethostprotos='" + d_gethostprotos + "'"
5870 $ WC "d_getitimer='" + d_getitimer + "'"
5871 $ WC "d_getlogin='define'"
5872 $ WC "d_getmnt='undef'"
5873 $ WC "d_getmntent='undef'"
5874 $ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
5875 $ WC "d_getnbyname='" + d_getnbyname + "'"
5876 $ WC "d_getnent='" + d_getnent + "'"
5877 $ WC "d_getnetprotos='" + d_getnetprotos + "'"
5878 $ WC "d_getpagsz='undef'"
5879 $ WC "d_getpbyname='" + d_getpbyname + "'"
5880 $ WC "d_getpbynumber='" + d_getpbynumber + "'"
5881 $ WC "d_getpent='" + d_getpent + "'"
5882 $ WC "d_getpgid='" + d_getpgid + "'"
5883 $ WC "d_getpgrp2='undef'"
5884 $ WC "d_getpgrp='" + d_getpgrp + "'"
5885 $ WC "d_getppid='" + d_getppid + "'"
5886 $ WC "d_getprior='undef'"
5887 $ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
5888 $ WC "d_getprpwnam='undef'"
5889 $ WC "d_getpwent='define'"
5890 $ WC "d_getsbyname='" + d_getsbyname + "'"
5891 $ WC "d_getsbyport='" + d_getsbyport + "'"
5892 $ WC "d_getsent='" + d_getsent + "'"
5893 $ WC "d_getservprotos='" + d_getservprotos + "'"
5894 $ WC "d_getspnam='undef'"
5895 $ WC "d_gettimeod='" + d_gettimeod + "'"
5896 $ WC "d_gnulibc='undef'"
5897 $ WC "d_grpasswd='undef'"
5898 $ WC "d_hasmntopt='undef'"
5899 $ WC "d_htonl='" + d_htonl + "'"
5900 $ WC "d_ilogbl='undef'"
5901 $ WC "d_inc_version_list='undef'"
5902 $ WC "d_index='" + d_index + "'"
5903 $ WC "d_inetaton='undef'"
5904 $ WC "d_int64_t='" + d_int64_t + "'"
5905 $ WC "d_isascii='define'"
5906 $ WC "d_isfinite='undef'"
5907 $ WC "d_isinf='undef'"
5908 $ WC "d_isnan='" + d_isnan + "'"
5909 $ WC "d_isnanl='" + d_isnanl + "'"
5910 $ WC "d_killpg='undef'"
5911 $ WC "d_lchown='" + d_lchown + "'"
5912 $ WC "d_ldbl_dig='define'"
5913 $ WC "d_libm_lib_version='undef'"
5914 $ WC "d_link='" + d_link + "'"
5915 $ WC "d_llseek='undef'"
5916 $ WC "d_locconv='" + d_locconv + "'"
5917 $ WC "d_lockf='undef'"
5918 $ WC "d_longdbl='" + d_longdbl + "'"
5919 $ WC "d_longlong='" + d_longlong + "'"
5920 $ WC "d_lseekproto='define'"
5921 $ WC "d_lstat='" + d_lstat + "'"
5922 $ WC "d_madvise='undef'"
5923 $ WC "d_malloc_size='undef'"
5924 $ WC "d_malloc_good_size='undef'"
5925 $ WC "d_mblen='" + d_mblen + "'"
5926 $ WC "d_mbstowcs='" + d_mbstowcs + "'"
5927 $ WC "d_mbtowc='" + d_mbtowc + "'"
5928 $ WC "d_memchr='" + d_memchr + "'"
5929 $ WC "d_memcmp='define'"
5930 $ WC "d_memcpy='define'"
5931 $ WC "d_memmove='define'"
5932 $ WC "d_memset='define'"
5933 $ WC "d_mkdir='define'"
5934 $ WC "d_mkdtemp='" + d_mkdtemp + "'"
5935 $ WC "d_mkfifo='undef'"
5936 $ WC "d_mknod='undef'"
5937 $ WC "d_mkstemp='" + d_mkstemp + "'"
5938 $ WC "d_mkstemps='" + d_mkstemps + "'"
5939 $ WC "d_mktime='" + d_mktime + "'"
5940 $ WC "d_mmap='" + d_mmap + "'"
5941 $ WC "d_modfl='" + d_modfl + "'"
5942 $ WC "d_modflproto='" + d_modflproto + "'"
5943 $ WC "d_modfl_pow32_bug='undef'"
5944 $ WC "d_mprotect='" + d_mprotect + "'"
5945 $ WC "d_msg='undef'"
5946 $ WC "d_msg_ctrunc='undef'"
5947 $ WC "d_msg_dontroute='undef'"
5948 $ WC "d_msg_oob='undef'"
5949 $ WC "d_msg_peek='undef'"
5950 $ WC "d_msg_proxy='undef'"
5951 $ WC "d_msghdr_s='undef'"
5952 $ WC "d_msync='" + d_msync + "'"
5953 $ WC "d_munmap='" + d_munmap + "'"
5954 $ WC "d_mymalloc='" + d_mymalloc + "'"
5955 $ WC "d_nanosleep='" + d_nanosleep + "'"
5956 $ WC "d_nice='define'"
5957 $ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
5958 $ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
5959 $ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
5960 $ WC "d_nv_zero_is_allbits_zero='define'"
5961 $ WC "d_off64_t='" + d_off64_t + "'"
5962 $ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
5963 $ WC "d_oldarchlib='define'"
5964 $ WC "d_oldpthreads='" + d_oldpthreads + "'"
5965 $ WC "d_open3='define'"
5966 $ WC "d_pathconf='" + d_pathconf + "'"
5967 $ WC "d_pause='define'"
5968 $ WC "d_perl_otherlibdirs='undef'"
5969 $ WC "d_phostname='" + d_phostname + "'"
5970 $ WC "d_pipe='define'"
5971 $ WC "d_poll='" + d_poll + "'"
5972 $ WC "d_procselfexe='undef'"
5973 $ WC "d_pseudofork='undef'"
5974 $ WC "d_pthread_atfork='undef'"
5975 $ WC "d_pthread_attr_setscope='" + d_pthread_attr_setscope + "'"
5976 $ WC "d_pthread_yield='" + d_pthread_yield + "'"
5977 $ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
5978 $ WC "d_pwage='undef'"
5979 $ WC "d_pwchange='undef'"
5980 $ WC "d_pwclass='undef'"
5981 $ WC "d_pwcomment='define'"
5982 $ WC "d_pwexpire='undef'"
5983 $ WC "d_pwgecos='define'"
5984 $ WC "d_pwpasswd='define'"
5985 $ WC "d_pwquota='undef'"
5986 $ WC "d_qgcvt='undef'"
5987 $ WC "d_quad='" + d_quad + "'"
5988 $ WC "d_readdir='define'"
5989 $ WC "d_readlink='" + d_readlink + "'"
5990 $ WC "d_readv='undef'"
5991 $ WC "d_realpath='" + d_realpath + "'"
5992 $ WC "d_recvmsg='undef'"
5993 $ WC "d_rename='define'"
5994 $ WC "d_rewinddir='define'"
5995 $ WC "d_rmdir='define'"
5996 $ WC "d_safebcpy='undef'"
5997 $ WC "d_safemcpy='define'"
5998 $ WC "d_sanemcmp='define'"
5999 $ WC "d_sbrkproto='define'"
6000 $ WC "d_scalbnl='undef'"
6001 $ WC "d_sched_yield='" + d_sched_yield + "'"
6002 $ WC "d_scm_rights='undef'"
6003 $ WC "d_seekdir='define'"
6004 $ WC "d_select='" + d_select + "'"
6005 $ WC "d_sem='undef'"
6006 $ WC "d_semctl_semid_ds='undef'"
6007 $ WC "d_semctl_semun='undef'"
6008 $ WC "d_sendmsg='undef'"
6009 $ WC "d_setegid='undef'"
6010 $ WC "d_setenv='" + d_setenv + "'"
6011 $ WC "d_seteuid='" + d_seteuid + "'"
6012 $ WC "d_setgrent='" + d_setgrent + "'"
6013 $ WC "d_setgrps='undef'"
6014 $ WC "d_sethent='" + d_sethent + "'"
6015 $ WC "d_setitimer='" + d_setitimer + "'"
6016 $ WC "d_setlinebuf='undef'"
6017 $ WC "d_setlocale='" + d_setlocale + "'"
6018 $ WC "d_setnent='" + d_setnent + "'"
6019 $ WC "d_setpent='" + d_setpent + "'"
6020 $ WC "d_setpgid='" + d_setpgid + "'"
6021 $ WC "d_setpgrp2='undef'"
6022 $ WC "d_setpgrp='" + d_setpgrp + "'"
6023 $ WC "d_setprior='undef'"
6024 $ WC "d_setproctitle='" + d_setproctitle + "'"
6025 $ WC "d_setpwent='define'"
6026 $ WC "d_setregid='" + d_setregid + "'"
6027 $ WC "d_setresgid='undef'"
6028 $ WC "d_setresuid='undef'"
6029 $ WC "d_setreuid='" + d_setreuid + "'"
6030 $ WC "d_setrgid='undef'"
6031 $ WC "d_setruid='undef'"
6032 $ WC "d_setsent='" + d_setsent + "'"
6033 $ WC "d_setsid='" + d_setsid + "'"
6034 $ WC "d_setvbuf='" + d_setvbuf + "'"
6035 $ WC "d_sfio='undef'"
6036 $ WC "d_shm='undef'"
6037 $ WC "d_shmatprototype='undef'"
6038 $ WC "d_sigaction='" + d_sigaction + "'"
6039 $ WC "d_signbit='" + d_signbit + "'"
6040 $ WC "d_sigprocmask='" + d_sigprocmask + "'"
6041 $ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
6042 $ WC "d_sitearch='define'"
6043 $ WC "d_sockatmark='undef'"
6044 $ WC "d_sockatmarkproto='undef'"
6045 $ WC "d_socket='" + d_socket + "'"
6046 $ WC "d_socklen_t='" + d_socklen_t + "'"
6047 $ WC "d_sockpair='" + d_sockpair + "'"
6048 $ WC "d_socks5_init='undef'"
6049 $ WC "d_sprintf_returns_strlen='define'"
6050 $ WC "d_sqrtl='define'"
6051 $ WC "d_sresgproto='undef'"
6052 $ WC "d_sresgproto='undef'"
6053 $ WC "d_sresproto='undef'"
6054 $ WC "d_sresuproto='undef'"
6055 $ WC "d_statblks='undef'"
6056 $ WC "d_statfs_f_flags='undef'"
6057 $ WC "d_statfs_s='undef'"
6058 $ WC "d_statfsflags='undef'"
6059 $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
6060 $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
6061 $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
6062 $ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
6063 $ WC "d_stdio_stream_array='undef'"
6064 $ WC "d_stdiobase='" + d_stdiobase + "'"
6065 $ WC "d_stdstdio='" + d_stdstdio + "'"
6066 $ WC "d_faststdio='" + d_faststdio + "'"
6067 $ WC "d_strchr='define'"
6068 $ WC "d_strcoll='" + d_strcoll + "'"
6069 $ WC "d_strctcpy='define'"
6070 $ WC "d_strerrm='strerror((e),vaxc$errno)'"
6071 $ WC "d_strerror='define'"
6072 $ WC "d_strftime='define'"
6073 $ WC "d_strlcat='undef'"
6074 $ WC "d_strlcpy='undef'"
6075 $ WC "d_strtod='define'"
6076 $ WC "d_strtol='define'"
6077 $ WC "d_strtold='" + d_strtold + "'"
6078 $ WC "d_strtoll='" + d_strtoll + "'"
6079 $ WC "d_strtoq='" + d_strtoq + "'"
6080 $ WC "d_strtoul='define'"
6081 $ WC "d_strtoull='" + d_strtoull + "'"
6082 $ WC "d_strtouq='" + d_strtouq + "'"
6083 $ WC "d_strxfrm='" + d_strxfrm + "'"
6084 $ WC "d_suidsafe='undef'"
6085 $ WC "d_symlink='" + d_symlink + "'"
6086 $ WC "d_syscall='undef'"
6087 $ WC "d_syscallproto='undef'"
6088 $ WC "d_sysconf='" + d_sysconf + "'"
6089 $ WC "d_syserrlst='undef'"
6090 $ WC "d_system='define'"
6091 $ WC "d_tcgetpgrp='undef'"
6092 $ WC "d_tcsetpgrp='undef'"
6093 $ WC "d_telldir='define'"
6094 $ WC "d_telldirproto='define'"
6095 $ WC "d_time='define'"
6096 $ WC "d_times='define'"
6097 $ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.0")
6099 $ WC "d_tm_tm_gmtoff='define'"
6100 $ WC "d_tm_tm_zone='define'"
6102 $ WC "d_tm_tm_gmtoff='undef'"
6103 $ WC "d_tm_tm_zone='undef'"
6105 $ WC "d_truncate='" + d_truncate + "'"
6106 $ WC "d_tzname='" + d_tzname + "'"
6107 $ WC "d_u32align='define'"
6108 $ WC "d_ualarm='" + d_ualarm + "'"
6109 $ WC "d_umask='define'"
6110 $ WC "d_uname='" + d_uname + "'"
6111 $ WC "d_union_semun='undef'"
6112 $ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'" ! VMS-specific
6113 $ WC "d_unordered='undef'"
6114 $ WC "d_unsetenv='" + d_unsetenv + "'"
6115 $ WC "d_clearenv='" + d_clearenv + "'"
6116 $ WC "d_usleep='" + d_usleep + "'"
6117 $ WC "d_usleepproto='" + d_usleep + "'"
6118 $ WC "d_ustat='undef'"
6119 $ WC "d_vendorarch='undef'"
6120 $ WC "d_vendorlib='undef'"
6121 $ WC "d_vfork='define'"
6122 $ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
6123 $ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
6124 $ WC "d_void_closedir='define'"
6125 $ WC "d_volatile='define'"
6126 $ WC "d_vprintf='define'"
6127 $ WC "d_vsnprintf='" + d_vsnprintf + "'"
6128 $ WC "d_wait4='" + d_wait4 + "'"
6129 $ WC "d_waitpid='define'"
6130 $ WC "d_wcstombs='" + d_wcstombs + "'"
6131 $ WC "d_wctomb='" + d_wctomb + "'"
6132 $ WC "d_writev='undef'"
6133 $ WC "db_hashtype=' '"
6134 $ WC "db_prefixtype=' '"
6135 $ WC "db_version_major='" + "'"
6136 $ WC "db_version_minor='" + "'"
6137 $ WC "db_version_patch='" + "'"
6138 $ WC "dbgprefix='" + dbgprefix + "'"
6139 $ WC "defvoidused='15'"
6140 $ WC "devtype='" + devtype + "'"
6141 $ WC "direntrytype='struct dirent'"
6142 $ WC "dlext='" + dlext + "'"
6143 $ WC "dlobj='" + dlobj + "'"
6144 $ WC "dlsrc='dl_vms.c'"
6145 $ WC "doublesize='" + doublesize + "'"
6146 $ WC "drand01='" + drand01 + "'"
6148 $! The extensions symbol may be quite long
6150 $ tmp = "dynamic_ext='" + extensions + "'"
6154 $ WC "ebcdic='undef'"
6155 $ WC "embedmymalloc='" + usemymalloc + "'"
6156 $ WC "eunicefix=':'"
6157 $ WC "exe_ext='" + exe_ext + "'"
6159 $! The extensions symbol may be quite long
6161 $ tmp = "extensions='" + extensions + "'"
6164 $ WC "fflushNULL='define'"
6165 $ WC "fflushall='undef'"
6166 $ WC "fpostype='fpos_t'"
6167 $ WC "freetype='void'"
6168 $ WC "full_ar='" + "'"
6169 $ WC "full_csh='" + " '"
6170 $ WC "full_sed='_NLA0:'"
6171 $ WC "gccversion='" + gccversion + "'"
6172 $ WC "gidformat='lu'"
6175 $ WC "gidtype='" + gidtype + "'"
6176 $ WC "groupstype='Gid_t'"
6178 $ WC "hintfile='" + "'"
6179 $ WC "i16size='" + i16size + "'"
6180 $ WC "i16type='" + i16type + "'"
6181 $ WC "i32size='" + i32size + "'"
6182 $ WC "i32type='" + i32type + "'"
6183 $ WC "i64size='" + i64size + "'"
6184 $ WC "i64type='" + i64type + "'"
6185 $ WC "i8size='" + i8size + "'"
6186 $ WC "i8type='" + i8type + "'"
6187 $ WC "i_arpainet='undef'"
6188 $ WC "i_crypt='undef'"
6190 $ WC "i_dbm='undef'"
6191 $ WC "i_dirent='" + i_dirent + "'"
6192 $ WC "i_dlfcn='undef'"
6193 $ WC "i_fcntl='" + i_fcntl + "'"
6194 $ WC "i_float='define'"
6196 $ WC "i_fp_class='undef'"
6197 $ WC "i_gdbm='undef'"
6198 $ WC "i_grp='" + i_grp + "'"
6199 $ WC "i_ieeefp='undef'"
6200 $ WC "i_inttypes='" + i_inttypes + "'"
6201 $ WC "i_langinfo='" + i_langinfo + "'"
6202 $ WC "i_libutil='" + i_libutil + "'"
6203 $ WC "i_limits='define'"
6204 $ WC "i_locale='" + i_locale + "'"
6205 $ WC "i_machcthr='undef'"
6206 $ WC "i_machcthreads='undef'"
6207 $ WC "i_math='define'"
6208 $ WC "i_memory='undef'"
6209 $ WC "i_mntent='undef'"
6210 $ WC "i_ndbm='undef'"
6211 $ WC "i_netdb='" + i_netdb + "'"
6212 $ WC "i_neterrno='define'"
6213 $ WC "i_netinettcp='" + i_netinettcp + "'"
6214 $ WC "i_niin='" + i_niin + "'"
6215 $ WC "i_poll='" + i_poll + "'"
6216 $ WC "i_prot='undef'"
6217 $ WC "i_pthread='define'"
6218 $ WC "i_pwd='undef'"
6219 $ WC "i_rpcsvcdbm='undef'"
6220 $ WC "i_sfio='undef'"
6221 $ WC "i_sgtty='undef'"
6222 $ WC "i_shadow='" + i_shadow + "'"
6223 $ WC "i_socks='" + i_socks + "'"
6224 $ WC "i_stdarg='define'"
6225 $ WC "i_stddef='define'"
6226 $ WC "i_stdlib='define'"
6227 $ WC "i_string='define'"
6228 $ WC "i_sunmath='undef'"
6229 $ WC "i_sysaccess='" + i_sysaccess + "'"
6230 $ WC "i_sysdir='undef'"
6231 $ WC "i_sysfile='" + i_sysfile + "'"
6232 $ WC "i_sysioctl='" + i_sysioctl + "'"
6233 $ WC "i_syslog='" + i_syslog + "'"
6234 $ WC "i_sysmman='undef'"
6235 $ WC "i_sysmode='" + i_sysmode + "'"
6236 $ WC "i_sysmount='undef'"
6237 $ WC "i_sysndir='undef'"
6238 $ WC "i_sysparam='undef'"
6239 $ WC "i_sysresrc='undef'"
6240 $ WC "i_syssecrt='" + i_syssecrt + "'"
6241 $ WC "i_sysselct='undef'"
6242 $ WC "i_syssockio='undef'"
6243 $ WC "i_sysstat='define'"
6244 $ WC "i_sysstatfs='undef'"
6245 $ WC "i_sysstatvfs='" + i_sysstatvfs + "'"
6246 $ WC "i_systime='undef'"
6247 $ WC "i_systimek='undef'"
6248 $ WC "i_systimes='undef'"
6249 $ WC "i_systypes='define'"
6250 $ WC "i_sysuio='" + i_sysuio + "'"
6251 $ WC "i_sysun='undef'"
6252 $ WC "i_sysutsname='" + i_sysutsname + "'"
6253 $ WC "i_sysvfs='undef'"
6254 $ WC "i_syswait='undef'"
6255 $ WC "i_termio='undef'"
6256 $ WC "i_termios='undef'"
6257 $ WC "i_time='define'"
6258 $ WC "i_unistd='" + i_unistd + "'"
6259 $ WC "i_ustat='undef'"
6260 $ WC "i_utime='" + i_utime + "'"
6261 $ WC "i_values='undef'"
6262 $ WC "i_varargs='undef'"
6263 $ WC "i_vfork='undef'"
6264 $ WC "inc_version_list='0'"
6265 $ WC "inc_version_list_init='0'"
6266 $ WC "installarchlib='" + installarchlib + "'"
6267 $ WC "installbin='" + installbin + "'"
6268 $ WC "installman1dir='" + installman1dir + "'"
6269 $ WC "installman3dir='" + installman3dir + "'"
6270 $ WC "installprefix='" + vms_prefix + "'"
6271 $ WC "installprefixexp='" + vms_prefix + ":'"
6272 $ WC "installprivlib='" + installprivlib + "'"
6273 $ WC "installscript='" + installscript + "'"
6274 $ WC "installsitearch='" + installsitearch + "'"
6275 $ WC "installsitebin='" + sitebin + "'"
6276 $ WC "installsitelib='" + installsitelib + "'"
6277 $ WC "installusrbinperl='undef'"
6278 $ WC "intsize='" + intsize + "'"
6279 $ WC "ivdformat='" + ivdformat + "'"
6280 $ WC "ivsize='" + ivsize + "'"
6281 $ WC "ivtype='" + ivtype + "'"
6283 $! The known_extensions symbol may be quite long
6285 $ tmp = "known_extensions='" + known_extensions + "'"
6288 $ WC "ld='" + ld + "'"
6289 $ WC "lddlflags='/Share'"
6290 $ WC "ldflags='" + ldflags + "'"
6291 $ WC "ldflags_uselargefiles='" + "'"
6292 $ WC "lib_ext='" + lib_ext + "'"
6293 $ WC "libc='" + libc + "'"
6294 $ WC "libpth='/sys$share /sys$library'"
6295 $ WC "libs='" + libs + "'"
6296 $ WC "libswanted='" + "'"
6297 $ WC "libswanted_uselargefiles='" + "'"
6298 $ WC "longdblsize='" + longdblsize + "'"
6299 $ WC "longlongsize='" + longlongsize + "'"
6300 $ WC "longsize='" + longsize + "'"
6301 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6303 $ WC "lseeksize='8'"
6304 $ WC "lseektype='off_t'"
6306 $ WC "lseeksize='4'"
6307 $ WC "lseektype='int'"
6311 $ WC "make='" + make + "'"
6312 $ WC "malloctype='void *'"
6313 $ WC "usemallocwrap='" + usemallocwrap + "'"
6314 $ WC "man1ext='rno'"
6315 $ WC "man3ext='rno'"
6316 $ WC "mmaptype='void *'"
6317 $ WC "modetype='unsigned int'"
6318 $ WC "multiarch='undef'"
6319 $ WC "mydomain='" + mydomain + "'"
6320 $ WC "myhostname='" + myhostname + "'"
6321 $ WC "myuname='" + myuname + "'"
6322 $ WC "need_va_copy='undef'"
6323 $ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
6324 $ WC "netdb_host_type='" + netdb_host_type + "'"
6325 $ WC "netdb_name_type='" + netdb_name_type + "'"
6326 $ WC "netdb_net_type='" + netdb_net_type + "'"
6327 $ WC "nonxs_ext='" + nonxs_ext + "'"
6328 $ WC "nveformat='" + nveformat + "'"
6329 $ WC "nvfformat='" + nvfformat + "'"
6330 $ WC "nvgformat='" + nvgformat + "'"
6331 $ WC "nvsize='" + nvsize + "'"
6332 $ WC "nvtype='" + nvtype + "'"
6333 $ WC "o_nonblock=' '"
6334 $ WC "obj_ext='" + obj_ext + "'"
6335 $ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
6336 $ WC "oldarchlib='" + oldarchlib + "'"
6337 $ WC "oldarchlibexp='" + oldarchlibexp + "'"
6338 $ WC "optimize='" + optimize + "'"
6339 $ WC "osname='" + osname + "'"
6340 $ WC "osvers='" + osvers + "'"
6341 $ WC "otherlibdirs='" + "'"
6342 $ WC "package='" + package + "'"
6343 $ WC "pager='" + pager + "'"
6344 $ WC "patchlevel='" + patchlevel + "'"
6346 $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
6347 $ WC "perladmin='" + perladmin + "'"
6348 $ WC "perllibs='" + perllibs + "'"
6349 $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'"
6350 $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific
6351 $ WC "perl_verb='" + perl_verb + "'" ! VMS specific
6352 $ WC "pgflquota='" + pgflquota + "'"
6353 $ WC "pidtype='" + pidtype + "'"
6354 $ WC "prefix='" + vms_prefix + "'"
6355 $ WC "prefixexp='" + vms_prefix + ":'"
6356 $ WC "privlib='" + privlib + "'"
6357 $ WC "privlibexp='" + privlibexp + "'"
6358 $ WC "procselfexe=' '"
6359 $ WC "prototype='define'"
6360 $ WC "ptrsize='" + ptrsize + "'"
6361 $ WC "quadkind='" + quadkind + "'"
6362 $ WC "quadtype='" + quadtype + "'"
6363 $ WC "randbits='" + randbits + "'"
6364 $ WC "randfunc='" + randfunc + "'"
6365 $ WC "randseedtype='" + randseedtype + "'"
6366 $ WC "ranlib='" + "'"
6367 $ WC "rd_nodata=' '"
6368 $ WC "revision='" + revision + "'"
6369 $ WC "sPRId64='" + sPRId64 + "'"
6370 $ WC "sPRIEldbl='" + sPRIEUldbl + "'"
6371 $ WC "sPRIFldbl='" + sPRIFUldbl + "'"
6372 $ WC "sPRIGldbl='" + sPRIGUldbl + "'"
6373 $ WC "sPRIX64='" + sPRIXU64 + "'"
6374 $ WC "sPRIeldbl='" + sPRIeldbl + "'"
6375 $ WC "sPRIfldbl='" + sPRIfldbl + "'"
6376 $ WC "sPRIgldbl='" + sPRIgldbl + "'"
6377 $! WC "sPRIi64='" + sPRIi64 + "'"
6378 $ WC "sPRIo64='" + sPRIo64 + "'"
6379 $ WC "sPRIu64='" + sPRIu64 + "'"
6380 $ WC "sPRIx64='" + sPRIx64 + "'"
6381 $ WC "sSCNfldbl='" + sSCNfldbl + "'"
6382 $ WC "sched_yield='" + sched_yield + "'"
6383 $ WC "scriptdir='" + scriptdir + "'"
6384 $ WC "scriptdirexp='" + scriptdir + "'" ! use scriptdir for now
6385 $ WC "seedfunc='" + seedfunc + "'"
6386 $ WC "selectminbits='32'"
6387 $ WC "selecttype='" + selecttype + "'"
6389 $ WC "shmattype='" + " '"
6390 $ WC "shortsize='" + shortsize + "'"
6391 $ WC "shrplib='define'"
6392 $ IF (f$length(sig_name) .GE. 244)
6394 $ tmp = "sig_name='" + sig_name + "'"
6398 $ WC "sig_name='" + sig_name + "'"
6400 $ IF (f$length(sig_name_init) .GE. 244)
6402 $ tmp = "sig_name_init='" + sig_name_init + "'"
6406 $ WC "sig_name_init='" + sig_name_init + "'"
6408 $ WC "sig_num='" + sig_num + "'"
6409 $ WC "sig_num_init='" + sig_num_init + "'"
6410 $ WC "sig_count='" + sig_count + "'"
6411 $ WC "sig_size='" + sig_size + "'"
6412 $ WC "signal_t='" + signal_t + "'"
6413 $ WC "sitearch='" + sitearch + "'"
6414 $ WC "sitearchexp='" + sitearchexp + "'"
6415 $ WC "sitebin='" + sitebin + "'"
6416 $ WC "sitebinexp='" + sitebin + "'"
6417 $ WC "sitelib='" + sitelib + "'"
6418 $ WC "sitelib_stem='" + sitelib_stem + "'"
6419 $ WC "sitelibexp='" + sitelibexp + "'"
6420 $ WC "siteprefix='" + vms_prefix + "'"
6421 $ WC "siteprefixexp='" + vms_prefix + ":'"
6422 $ WC "sizesize='" + sizesize + "'"
6423 $ WC "sizetype='size_t'"
6424 $ WC "so='" + so + "'"
6425 $ WC "socksizetype='" + socksizetype + "'"
6426 $ WC "spitshell='write sys$output '"
6427 $ WC "src='" + src + "'"
6428 $ WC "ssizetype='int'"
6429 $ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
6430 $ WC "static_ext='" + static_ext + "'"
6431 $ WC "stdchar='" + stdchar + "'"
6432 $ WC "stdio_base='((*fp)->_base)'"
6433 $ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
6434 $ WC "stdio_cnt='((*fp)->_cnt)'"
6435 $ WC "stdio_ptr='((*fp)->_ptr)'"
6436 $ WC "stdio_stream_array=' " + "'"
6437 $ WC "subversion='" + subversion + "'"
6438 $ WC "targetarch='" + "'"
6439 $ WC "timetype='" + timetype + "'"
6440 $ WC "u16size='" + u16size + "'"
6441 $ WC "u16type='" + u16type + "'"
6442 $ WC "u32size='" + u32size + "'"
6443 $ WC "u32type='" + u32type + "'"
6444 $ WC "u64size='" + u64size + "'"
6445 $ WC "u64type='" + u64type + "'"
6446 $ WC "u8size='" + u8size + "'"
6447 $ WC "u8type='" + u8type + "'"
6448 $ WC "uidformat='lu'"
6451 $ WC "uidtype='" + uidtype + "'"
6452 $ WC "uquadtype='" + uquadtype + "'"
6453 $ WC "use5005threads='" + use5005threads + "'"
6454 $ WC "use64bitall='" + use64bitall + "'"
6455 $ WC "use64bitint='" + use64bitint + "'"
6456 $ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific
6457 $ WC "usedebugging_perl='"+use_debugging_perl+"'"
6458 $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
6459 $ WC "usecrosscompile='undef'"
6460 $ WC "usedl='" + usedl + "'"
6461 $ WC "usefaststdio='" + usefaststdio + "'"
6462 $ WC "useieee='" + useieee + "'" ! VMS-specific
6463 $ WC "useithreads='" + useithreads + "'"
6464 $ WC "usekernelthreads='" + usekernelthreads + "'" ! VMS-specific
6465 $ WC "uselargefiles='" + uselargefiles + "'"
6466 $ WC "uselongdouble='" + uselongdouble + "'"
6467 $ WC "usemorebits='" + usemorebits + "'"
6468 $ WC "usemultiplicity='" + usemultiplicity + "'"
6469 $ WC "usemymalloc='" + usemymalloc + "'"
6470 $ WC "useperlio='" + useperlio + "'"
6471 $ WC "useposix='false'"
6472 $ WC "usereentrant='undef'"
6473 $ WC "userelocatableinc='undef'"
6474 $ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
6475 $ WC "usesitecustomize='" + usesitecustomize + "'"
6476 $ WC "usesocks='undef'"
6477 $ WC "usethreads='" + usethreads + "'"
6478 $ WC "usethreadupcalls='" + usethreadupcalls + "'" ! VMS-specific
6479 $ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01
6480 $ WC "usevfork='true'"
6481 $ WC "usevmsdebug='" + usevmsdebug + "'" ! VMS-specific
6482 $ WC "uvoformat='" + uvoformat + "'"
6483 $ WC "uvsize='" + uvsize + "'"
6484 $ WC "uvtype='" + uvtype + "'"
6485 $ WC "uvuformat='" + uvuformat + "'"
6486 $ WC "uvxformat='" + uvxformat + "'"
6487 $ WC "uvXUformat='" + uvXUformat + "'"
6488 $ WC "vendorarch='" + "'"
6489 $ WC "vendorarchexp='" + "'"
6490 $ WC "vendorbin='" + "'"
6491 $ WC "vendorbinexp='" + "'"
6492 $ WC "vendorlib_stem='" + "'"
6493 $ WC "vendorlib='" + "'"
6494 $ WC "vendorlibexp='" + "'"
6495 $ WC "vendorprefix='" + "'"
6496 $ WC "vendorprefixexp='" + "'"
6497 $ WC "version='" + version + "'"
6498 $ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
6499 $ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
6500 $ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
6501 $ WC "vms_ver='" + vms_ver + "'" ! VMS specific
6502 $ WC "voidflags='15'"
6504 $! ## The UNIXy POSIXy reentrantey thingys ##
6505 $! See "Appendix B, Version-Dependency Tables" in the C RTL
6506 $! manual for when assorted _r functions became available.
6508 $ IF use_threads .AND. vms_ver .GES. "7.2"
6510 $ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'"
6511 $ WC "d_asctime_r='define'"
6512 $ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'"
6513 $ WC "d_ctime_r='define'"
6515 $ WC "asctime_r_proto='0'"
6516 $ WC "d_asctime_r='undef'"
6517 $ WC "ctime_r_proto='0'"
6518 $ WC "d_ctime_r='undef'"
6520 $ WC "d_crypt_r='undef'"
6521 $ WC "d_ctermid_r='undef'"
6522 $ WC "d_drand48_r='undef'"
6523 $ WC "d_endgrent_r='undef'"
6524 $ WC "d_endhostent_r='undef'"
6525 $ WC "d_endnetent_r='undef'"
6526 $ WC "d_endprotoent_r='undef'"
6527 $ WC "d_endpwent_r='undef'"
6528 $ WC "d_endservent_r='undef'"
6529 $ WC "d_getgrent_r='undef'"
6530 $ WC "d_getgrgid_r='" + d_getgrgid_r + "'"
6531 $ WC "d_getgrnam_r='" + d_getgrnam_r + "'"
6532 $ WC "d_gethostbyaddr_r='undef'"
6533 $ WC "d_gethostbyname_r='undef'"
6534 $ WC "d_gethostent_r='undef'"
6535 $ WC "d_getlogin_r='undef'"
6536 $ WC "d_getnetbyaddr_r='undef'"
6537 $ WC "d_getnetbyname_r='undef'"
6538 $ WC "d_getnetent_r='undef'"
6539 $ WC "d_getprotobyname_r='undef'"
6540 $ WC "d_getprotobynumber_r='undef'"
6541 $ WC "d_getprotoent_r='undef'"
6542 $ WC "d_getpwent_r='undef'"
6543 $ WC "d_getpwnam_r='" + d_getpwnam_r + "'"
6544 $ WC "d_getpwuid_r='" + d_getpwuid_r + "'"
6545 $ WC "d_getservbyname_r='undef'"
6546 $ WC "d_getservbyport_r='undef'"
6547 $ WC "d_getservent_r='undef'"
6548 $ WC "d_getspnam_r='undef'"
6549 $ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime
6550 $ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime
6551 $ WC "d_localtime_r_needs_tzset='undef'"
6552 $ WC "d_random_r='undef'"
6553 $ WC "d_readdir_r='define'" ! always defined; we roll our own
6554 $ WC "d_readdir64_r='undef'"
6555 $ WC "d_setgrent_r='undef'"
6556 $ WC "d_sethostent_r='undef'"
6557 $ WC "d_setlocale_r='undef'"
6558 $ WC "d_setnetent_r='undef'"
6559 $ WC "d_setprotoent_r='undef'"
6560 $ WC "d_setpwent_r='undef'"
6561 $ WC "d_setservent_r='undef'"
6562 $ WC "d_snprintf='" + d_snprintf + "'"
6563 $ WC "d_srand48_r='undef'"
6564 $ WC "d_srandom_r='undef'"
6565 $ WC "d_strerror_r='undef'"
6566 $ WC "d_tmpnam_r='undef'"
6567 $ WC "d_ttyname_r='" + d_ttyname_r + "'"
6568 $ WC "ctermid_r_proto='0'"
6569 $ WC "crypt_r_proto='0'"
6570 $ WC "drand48_r_proto='0'"
6571 $ WC "endgrent_r_proto='0'"
6572 $ WC "endhostent_r_proto='0'"
6573 $ WC "endnetent_r_proto='0'"
6574 $ WC "endprotoent_r_proto='0'"
6575 $ WC "endpwent_r_proto='0'"
6576 $ WC "endservent_r_proto='0'"
6577 $ WC "getgrent_r_proto='0'"
6578 $ WC "getgrgid_r_proto='" + getgrgid_r_proto + "'"
6579 $ WC "getgrnam_r_proto='" + getgrnam_r_proto + "'"
6580 $ WC "gethostbyaddr_r_proto='0'"
6581 $ WC "gethostbyname_r_proto='0'"
6582 $ WC "gethostent_r_proto='0'"
6583 $ WC "getlogin_r_proto='0'"
6584 $ WC "getnetbyaddr_r_proto='0'"
6585 $ WC "getnetbyname_r_proto='0'"
6586 $ WC "getnetent_r_proto='0'"
6587 $ WC "getprotobyname_r_proto='0'"
6588 $ WC "getprotobynumber_r_proto='0'"
6589 $ WC "getprotoent_r_proto='0'"
6590 $ WC "getpwent_r_proto='0'"
6591 $ WC "getpwnam_r_proto='0'"
6592 $ WC "getpwuid_r_proto='0'"
6593 $ WC "getservbyname_r_proto='0'"
6594 $ WC "getservbyport_r_proto='0'"
6595 $ WC "getservent_r_proto='0'"
6596 $ WC "getspnam_r_proto='0'"
6597 $ WC "gmtime_r_proto='0'"
6598 $ WC "localtime_r_proto='0'"
6599 $ WC "random_r_proto='0'"
6600 $ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
6601 $ WC "readdir64_r_proto='0'"
6602 $ WC "setgrent_r_proto='0'"
6603 $ WC "sethostent_r_proto='0'"
6604 $ WC "setlocale_r_proto='0'"
6605 $ WC "setnetent_r_proto='0'"
6606 $ WC "setprotoent_r_proto='0'"
6607 $ WC "setpwent_r_proto='0'"
6608 $ WC "setservent_r_proto='0'"
6609 $ WC "srand48_r_proto='0'"
6610 $ WC "srandom_r_proto='0'"
6611 $ WC "strerror_r_proto='0'"
6612 $ WC "tmpnam_r_proto='0'"
6613 $ WC "ttyname_r_proto='" + ttyname_r_proto + "'"
6615 $! ##END WRITE NEW CONSTANTS HERE##
6619 $! Okay, we've gotten here. Build munchconfig.exe
6620 $ COPY/NOLOG [-.vms]munchconfig.c []
6621 $ COPY/NOLOG [-.vms]'Makefile_SH' []
6622 $ 'Perl_CC' munchconfig.c
6625 $ OPEN/WRITE CONFIG []munchconfig.opt
6626 $ IF ccname .EQS. "GCC"
6628 $ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
6630 $ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
6632 $ 'ld' munchconfig.obj,munchconfig.opt/opt
6633 $ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
6635 $ 'ld' munchconfig.obj
6637 $ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
6638 $ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
6639 $ IF ccname .EQS. "CXX"
6641 $ CALL Cxx_demangler_cleanup
6644 $ IF alldone .EQS. ""
6649 If you'd like to make any changes to the config.sh file before I begin
6650 to configure things, answer yes to the following question.
6654 $ rp="Do you wish to edit ''basename_config_sh'? [''bool_dflt'] "
6659 $ echo4 "Be sure to type LOGOUT after you have edited the file,"
6660 $ echo4 "then this procedure will resume."
6662 $ default = F$ENVIRONMENT("DEFAULT")
6663 $ DIRECTORY 'config_sh'
6666 $ SET DEFAULT 'default'
6671 $ echo4 "Adding ''osname' specific preprocessor commands."
6673 $ ! we need an fdl file
6674 $ CREATE [-]CONFIG.FDL
6679 $ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
6680 $ ! First spit out the header info with the local defines (to get
6681 $ ! around the 255 character command line limit)
6682 $ OPEN/APPEND CONFIG [-]config.local
6683 $ IF use_debugging_perl THEN WC "#define DEBUGGING"
6684 $ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
6685 $ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
6686 $ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
6687 $ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
6688 $ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
6689 $ IF (Has_Dec_C_Sockets)
6691 $ WC "#define VMS_DO_SOCKETS"
6692 $ WC "#define DECCRTL_SOCKETS"
6694 $ IF Has_Socketshr THEN WC "#define VMS_DO_SOCKETS"
6696 $! This is VMS-specific for now
6697 $ WC "#''d_setenv' HAS_SETENV"
6698 $ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
6699 $ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
6700 $ IF use64bitint .OR. use64bitint .EQS. "define"
6702 $ WC "#define USE_64_BIT_INT"
6703 $ WC "#define USE_LONG_DOUBLE"
6705 $ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
6706 WC "#define USE_64_BIT_ALL"
6707 $ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
6708 $ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
6709 $ WC "#define HAS_ENVGETENV"
6710 $ WC "#define PERL_EXTERNAL_GLOB"
6711 $ IF archname .EQS. "VMS_VAX" .AND. -
6712 ccname .EQS. "DEC" .AND. -
6713 ccversion .LE. 50390006
6715 $! Alas this does not help to build Fcntl
6716 $! WC "#define PERL_IGNORE_FPUSIG SIGFPE"
6718 $ IF kill_by_sigprc .EQS. "define" then WC "#define KILL_BY_SIGPRC"
6719 $ IF usedecterm .OR. usedecterm .EQS. "define" then WC "#define USE_VMS_DECTERM"
6720 $ IF unlink_all_versions .OR. unlink_all_versions .EQS. "define" THEN -
6721 WC "#define UNLINK_ALL_VERSIONS"
6724 $ echo4 "Doing variable substitutions on .SH files..."
6725 $ echo4 "Extracting config.h (with variable substitutions)"
6727 $! Now build the normal config.h
6728 $ DEFINE/USER_MODE sys$output [-]config.main
6729 $ mcr []munchconfig 'config_sh' [-]config_h.sh
6730 $ ! Concatenate them together
6731 $ copy [-]config.local,[-]config.main [-]config.h
6733 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
6734 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
6735 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
6737 $ IF ccname .EQS. "DEC"
6739 $ DECC_REPLACE = "DECC=decc=1"
6741 $ DECC_REPLACE = "DECC="
6743 $ IF ccname .EQS. "CXX"
6745 $ DECCXX_REPLACE = "DECCXX=DECCXX=1"
6747 $ DECCXX_REPLACE = "DECCXX="
6749 $ IF ccname .EQS. "GCC"
6751 $ GNUC_REPLACE = "GNUC=gnuc=1"
6753 $ GNUC_REPLACE = "GNUC="
6755 $ IF Has_Dec_C_Sockets
6757 $ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
6761 $ SOCKET_REPLACE = "SOCKET=SOCKETSHR_SOCKETS=1"
6763 $ SOCKET_REPLACE = "SOCKET="
6768 $ IF (vms_ver .LES. "6.2")
6770 $ THREAD_REPLACE = "THREAD=OLDTHREADED=1"
6772 $ THREAD_REPLACE = "THREAD=THREADED=1"
6775 $ THREAD_REPLACE = "THREAD="
6779 $ MALLOC_REPLACE = "MALLOC=MALLOC=1"
6781 $ MALLOC_REPLACE = "MALLOC="
6783 $ IF uselargefiles .OR. uselargefiles .EQS. "define"
6785 $ IF usestdstat .or. usestdstat .eqs. "define"
6787 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_USE_STD_STAT=1"
6789 $ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_LARGEFILE=1"
6792 $ LARGEFILE_REPLACE = "LARGEFILE="
6794 $ IF usedecterm .OR. usedecterm .EQS. "define"
6796 $ IF F$SEARCH("SYS$SHARE:DECW$TERMINALSHR12.EXE") .nes. ""
6798 $ DECTERM_REPLACE = "DECTERMLIB=DECTERMLIB=DECW$TERMINALSHR12/SHARE"
6800 $ DECTERM_REPLACE = "DECTERMLIB=DECTERMLIB=DECW$TERMINALSHR/SHARE"
6803 $ DECTERM_REPLACE = "DECTERMLIB=DECTERMLIB="
6806 $! In order not to stress the tiny command buffer on pre-7.3-2 systems,
6807 $! we put the following substitutions in a file and pass the file to
6810 $ open/write CONFIG extra_subs.txt
6811 $ WC := write CONFIG
6812 $ WC "''DECC_REPLACE'"
6813 $ WC "''DECCXX_REPLACE'"
6815 $ WC "''GNUC_REPLACE'"
6816 $ WC "''SOCKET_REPLACE'"
6817 $ WC "''THREAD_REPLACE'"
6818 $ WC "''C_Compiler_Replace'"
6819 $ WC "''MALLOC_REPLACE'"
6820 $ WC "''THREAD_UPCALLS'"
6821 $ WC "''THREAD_KERNEL'"
6822 $ WC "PV=''version'"
6823 $ WC "FLAGS=FLAGS=''extra_flags'"
6824 $ WC "''LARGEFILE_REPLACE'"
6825 $ WC "''DECTERM_REPLACE'"
6828 $ echo4 "Extracting ''defmakefile' (with variable substitutions)"
6829 $ DEFINE/USER_MODE sys$output 'UUmakefile'
6830 $ mcr []munchconfig 'config_sh' 'Makefile_SH' -f extra_subs.txt
6831 $! Clean up after ourselves
6832 $ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
6833 $ DELETE/NOLOG/NOCONFIRM []extra_subs.txt;
6835 $ echo4 "Extracting make_ext.com (without variable substitutions)"
6836 $ Create Sys$Disk:[-]make_ext.com
6837 $ Deck/Dollar="$EndOfTpl$"
6839 $! NOTE: This file is extracted as part of the VMS configuration process.
6840 $! Any changes made to it directly will be lost. If you need to make any
6841 $! changes, please edit the template in Configure.Com instead.
6842 $ def = F$Environment("Default")
6843 $! p1 - how to invoke miniperl (passed in from descrip.mms)
6844 $ p1 = F$Edit(p1,"Upcase,Compress,Trim")
6845 $ If F$Locate("MCR ",p1).eq.0 Then p1 = F$Extract(3,255,p1)
6846 $ miniperl = "$" + F$Search(F$Parse(p1,".Exe"))
6847 $! p2 - how to invoke local make utility (passed in from descrip.mms)
6849 $ if f$type('p2') .nes. "" then makeutil = 'p2'
6850 $! p3 - make target (passed in from descrip.mms)
6851 $ targ = F$Edit(p3,"Lowercase")
6854 $ open/read CONFIG config.sh
6856 $ read/end=end_ext_loop CONFIG line
6857 $ if (f$extract(0,12,line) .NES. "extensions='")
6858 $ then goto find_ext_loop
6859 $ else extensions = f$extract(12,f$length(line),line) - "'"
6863 $ extensions = f$edit(extensions,"TRIM,COMPRESS")
6866 $ ext = f$element(i," ",extensions)
6867 $ If ext .eqs. " " .or. ext .eqs. "" Then Goto done
6868 $ Define/User_mode Perl_Env_Tables CLISYM_LOCAL
6871 ($extdir = $ENV{'ext'}) =~ s/::/./g;
6873 if ($extdir =~ /^vms/i) { $extdir =~ s/vms/.vms.ext/i; }
6874 else { $extdir = ".ext.$extdir"; }
6875 ($ENV{'extdir'} = "[$extdir]");
6876 ($ENV{'up'} = ('-') x ($extdir =~ tr/././));
6878 $ Set Default &extdir
6880 $ If F$Locate("clean",targ) .eqs. F$Length(targ)
6882 $ Write Sys$Output ""
6883 $ Write Sys$Output " Making ''ext' (dynamic)"
6884 $ On Error Then Goto done
6885 $ If F$Search("Descrip.MMS") .eqs. ""
6889 $ If F$CvTime(F$File("Descrip.MMS","rdt")) .lts. -
6890 F$CvTime(F$File("Makefile.PL","rdt")) Then redesc = 1
6893 $ Write Sys$Output "''targ'ing ''ext' . . ."
6894 $ On Error Then Continue
6897 miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]" "PERL_CORE=1"
6909 $! Note that the /key qualifier to search, as in:
6910 $! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
6911 $! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
6913 $ echo4 "Extracting extra_pods.com (without variable substitutions)"
6914 $ Create Sys$Disk:[-]extra_pods.com
6915 $ Deck/Dollar="$EOExtra_Pods$"
6917 $! NOTE: This file is extracted as part of the VMS configuration process.
6918 $! Any changes made to it directly will be lost. If you need to make any
6919 $! changes, please edit the template in Configure.Com instead.
6920 $! Use FORCE if you've just podified a README.* file on VMS.
6921 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
6922 search README.* "=head"/window=0/output=extra.pods
6923 $ open/read/error=extra_close EXTRA extra.pods
6925 $ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
6926 $ file_type = f$edit(f$parse(file,,,"TYPE",),"LOWERCASE") - "."
6927 $ if file_type .nes. "VMS" .and. file_type .nes. "vms"
6929 $ pod_file = "[.pod]perl''file_type'.pod"
6930 $ file = file - "''f$parse(file,,,"VERSION",)'"
6931 $ if p1 .eqs. "CLEAN"
6932 $ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
6935 $ if f$search(pod_file) .eqs. ""
6936 $ then do_copy := true
6938 $ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
6939 $ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
6940 $ if file_rdt .GTS. pod_file_rdt then do_copy := true
6942 $ ! wacky method to preserve case on ODS-5 even when parse style is traditional
6943 $ if do_copy then mcr sys$disk:[]miniperl.exe -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"
6949 $ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
6950 purge/nolog extra.pods
6954 $! Warn of dangerous symbols or logical names
6956 $Bad_environment: SUBROUTINE
6958 $ IF p2 .eqs. "SYMBOL"
6960 $ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
6962 $ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
6964 $ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
6966 $ IF f$search("config.msg") .nes. ""
6968 $ OPEN/APPEND CONFIG config.msg
6970 $ OPEN/WRITE CONFIG config.msg
6972 $ IF Bad_env .eqs. "SYMBOL"
6975 $ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
6976 $ WRITE CONFIG " delete before building ''package' via:"
6977 $ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
6978 $ IF f$locate("""",&p1) .ge. f$length(&p1)
6980 $ WRITE CONFIG " after building, testing, and installing ''package'"
6981 $ WRITE CONFIG " restore the symbol with:"
6982 $ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
6985 $ IF Bad_env .eqs. "LOGICAL"
6988 $ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
6989 $ WRITE CONFIG " deassign before building ''package'"
6995 $ ENDSUBROUTINE ! Bad_environment
6997 $ echo4 "Checking for dangerous pre-existing global symbols and logical names."
6998 $ CALL Bad_environment "COMP"
6999 $ CALL Bad_environment "EXT"
7000 $ CALL Bad_environment "FOO"
7001 $ CALL Bad_environment "LIB"
7002 $ CALL Bad_environment "LIST"
7003 $ CALL Bad_environment "MIME"
7004 $ CALL Bad_environment "POSIX"
7005 $ CALL Bad_environment "SYS"
7006 $ CALL Bad_environment "T"
7007 $ CALL Bad_environment "THREAD"
7008 $ CALL Bad_environment "THREADS"
7009 $ CALL Bad_environment "TIME"
7010 $ CALL Bad_environment "TMP"
7011 $ CALL Bad_environment "UNICODE"
7012 $ CALL Bad_environment "UTIL"
7013 $ CALL Bad_environment "TEST" "SYMBOL"
7014 $ IF f$search("config.msg") .eqs. "" THEN echo "OK."
7016 $! %Config-I-VMS, write perl_setup.com here
7018 $ IF (.NOT.perl_symbol)
7020 $ file_2_find = "[-]''packageup'.cld"
7022 $ echo4 "The perl.cld file is now being written..."
7023 $ OPEN/WRITE CONFIG 'file_2_find'
7025 $ IF (sharedperl .AND. F$EXTRACT(0,7,archname) .EQS. "VMS_AXP") THEN ext := .AXE
7026 $ IF (sharedperl .AND. F$EXTRACT(0,8,archname) .EQS. "VMS_IA64") THEN ext := .IXE
7027 $ IF (use_vmsdebug_perl)
7029 $ WRITE CONFIG "define verb dbgperl"
7030 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
7031 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7033 $ WRITE CONFIG "define verb perl"
7034 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
7035 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7037 $ WRITE CONFIG "define verb perl"
7038 $ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
7039 $ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7042 $ ENDIF ! (.NOT.perl_symbol)
7044 $ echo4 "The perl_setup.com file is now being written..."
7045 $ file_2_find = "[-]perl_setup.com"
7047 $! Folks are likely to want to edit perl_setup.com.
7048 $! STMLF RFM plays nicer with ported editors than does VFC.
7050 $ CREATE [-]CONFIG.FDL
7055 $ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
7056 $ OPEN/APPEND CONFIG 'file_2_find'
7057 $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
7059 $ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
7060 $ IF cf_email.NES.perladmin
7062 $ WRITE CONFIG "$! perl configured by ''cf_email'"
7064 $ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
7067 $! HP hack to make distributing binaries easier
7068 $!----------------------------------------------
7069 $ pcsi_producer = f$trnlnm("PCSI_PRODUCER")
7070 $ if pcsi_producer .eqs. ""
7072 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' ''prefix'"
7074 $ WRITE CONFIG "$ myproc = f$environment(""PROCEDURE"")"
7075 $ WRITE CONFIG "$ myroot_dev = f$parse(myproc,,,""DEVICE"",""NO_CONCEAL"")"
7076 $ WRITE CONFIG "$ myroot_dir = f$parse(myproc,,,""DIRECTORY"",""NO_CONCEAL"")"
7077 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000."" - ""><000000."""
7078 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000]"" - ""><000000>"""
7079 $ WRITE CONFIG "$ myroot_dir = myroot_dir - ""]["" - ""><"""
7080 $ WRITE CONFIG "$ myroot_dir = myroot_dir - "".]"" - "".>"" - ""["" - ""]"" - ""<"" - "">"""
7081 $ WRITE CONFIG "$ if f$trnlnm(""HP_BUILD_PERL_BIN_KIT"",""LNM$PROCESS_TABLE"") .EQS. """""
7082 $ WRITE CONFIG "$ then"
7083 $ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' 'myroot_dev'['myroot_dir'.]"
7084 $ WRITE CONFIG "$ endif"
7086 $ WRITE CONFIG "$ ext = "".exe"""
7089 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 2 then ext = "".AXE"""
7090 $ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 3 then ext = "".IXE"""
7094 $ perl_setup_perl = "'" + "'perl'" ! triple quoted foreign command symbol
7095 $ IF (use_vmsdebug_perl)
7097 $ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgperl'ext'"
7098 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgperl'ext'"
7099 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
7101 $ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
7102 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
7104 $ ELSE ! .NOT.perl_symbol
7105 $ perl_setup_perl = "perl" ! command verb
7106 $ IF (use_vmsdebug_perl)
7108 $ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
7110 $ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
7112 $ IF perl_verb .EQS. "PROCESS"
7114 $ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
7116 $ ENDIF ! perl_symbol
7120 $ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7121 $ ELSE !leave in but commented out (in case setting was from perl :-)
7122 $ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7125 $ WRITE CONFIG "$! Symbols for commonly used programs:"
7127 $ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
7128 $ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
7129 $ IF F$LOCATE("Devel::DProf",extensions) .LT. F$LENGTH(extensions)
7131 $ WRITE CONFIG "$ dprofpp == """ + perl_setup_perl + " ''vms_prefix':[utils]dprofpp.com"""
7133 $ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
7134 $ WRITE CONFIG "$ find2perl == """ + perl_setup_perl + " ''vms_prefix':[utils]find2perl.com"""
7135 $ WRITE CONFIG "$ h2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]h2ph.com"""
7136 $ WRITE CONFIG "$ h2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]h2xs.com"""
7137 $ WRITE CONFIG "$ instmodsh == """ + perl_setup_perl + " ''vms_prefix':[utils]instmodsh.com"""
7138 $ WRITE CONFIG "$ libnetcfg == """ + perl_setup_perl + " ''vms_prefix':[utils]libnetcfg.com"""
7139 $ WRITE CONFIG "$ perlbug == """ + perl_setup_perl + " ''vms_prefix':[utils]perlbug.com"""
7140 $ WRITE CONFIG "$ perldoc == """ + perl_setup_perl + " ''vms_prefix':[utils]perldoc.com """"-t"""""""
7141 $ WRITE CONFIG "$ perlivp == """ + perl_setup_perl + " ''vms_prefix':[utils]perlivp.com"""
7142 $ WRITE CONFIG "$ piconv == """ + perl_setup_perl + " ''vms_prefix':[utils]piconv.com"""
7143 $ WRITE CONFIG "$ pl2pm == """ + perl_setup_perl + " ''vms_prefix':[utils]pl2pm.com"""
7144 $ WRITE CONFIG "$ pod2html == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2html.com"""
7145 $ WRITE CONFIG "$ pod2latex == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2latex.com"""
7146 $ WRITE CONFIG "$ pod2text == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2text.com"""
7147 $ WRITE CONFIG "$!pod2man == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2man.com"""
7148 $ WRITE CONFIG "$ pod2usage == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2usage.com"""
7149 $ WRITE CONFIG "$ podchecker == """ + perl_setup_perl + " ''vms_prefix':[utils]podchecker.com"""
7150 $ WRITE CONFIG "$ podselect == """ + perl_setup_perl + " ''vms_prefix':[utils]podselect.com"""
7151 $ WRITE CONFIG "$ prove == """ + perl_setup_perl + " ''vms_prefix':[utils]prove.com"""
7152 $ WRITE CONFIG "$ psed == """ + perl_setup_perl + " ''vms_prefix':[utils]psed.com"""
7153 $ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]pstruct.com"""
7154 $ WRITE CONFIG "$ s2p == """ + perl_setup_perl + " ''vms_prefix':[utils]s2p.com"""
7155 $ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com"""
7156 $ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com"""
7160 $ echo "The file can be found at:"
7161 $ echo4 " ''F$SEARCH(file_2_find)'"
7162 $ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
7163 $ echo "when you are satisfied with a successful compilation,"
7164 $ echo "testing, and installation of your perl."
7166 $ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
7168 $ file_2_find = "[-]''packageup'_install.com"
7169 $ OPEN/WRITE CONFIG 'file_2_find'
7170 $ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
7171 $ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
7172 $ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
7175 $ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
7176 $ echo4 " @ ''F$SEARCH(file_2_find)'"
7177 $ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
7181 $!figure out where we "are" by parsing 'vms_default_directory_name'
7183 $ set_def_command = ""
7184 $ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
7185 $ tmp = vms_default_directory_name - dflt - "]"
7187 $ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
7189 $ tmp1 = F$ELEMENT(i,".",tmp)
7190 $ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
7192 $ THEN set_def_command = "set default [-"
7193 $ ELSE set_def_command = set_def_command + "-"
7197 $Beyond_set_def_loop:
7198 $ IF set_def_command.NES.""
7200 $ set_def_command = set_def_command - "-" + "]"
7202 $ echo4 "In order to build ''package' you must now issue the commands:"
7204 $ echo4 " ''set_def_command'"
7207 $ echo4 "In order to build ''package' you must now issue the command:"
7210 $ echo4 " ''make'''makefile'", macros
7213 $ IF ( F$SEARCH("config.msg").NES."" )
7215 $ echo4 "Hmm. I also noted the following information while running:"
7217 $ TYPE/OUTPUT=SYS$ERROR: config.msg
7218 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
7219 $ DELETE/NOLOG/NOCONFIRM config.msg;
7226 $ CLOSE/NOLOG STDOUT
7227 $ DEASSIGN SYS$OUTPUT
7229 $ CLOSE/NOLOG CONFIG
7230 $ IF F$GETJPI("","FILCNT").GT.vms_filcnt
7231 $ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
7233 $ dflt = F$ENVIRONMENT("DEFAULT")
7234 $ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
7236 $ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
7238 $ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
7239 $ DELETE/NOLOG/NOCONFIRM UU.DIR;
7241 $ SET DEFAULT 'vms_default_directory_name' !be kind rewind
7243 $!: End of Configure