This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
, Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
[perl5.git] / configure.com
CommitLineData
f970f0fc 1$! OpenVMS configuration procedure for Perl -- do not attempt to run under DOS
7558ebc2 2$ sav_ver = 'F$VERIFY(0)'
97abc6ad
HM
3$! SET VERIFY
4$!
570bb66e 5$! For example, if you unpacked perl into: [USER.PERL-5n...] then you will
e6df7ed1 6$! want to cd into the tree and execute Configure:
97abc6ad 7$!
a3ef2c6f 8$! $ SET DEFAULT [USER.PERL5_xxx]
e6df7ed1 9$! $ @Configure
97abc6ad
HM
10$!
11$! or
12$!
a3ef2c6f 13$! $ SET DEFAULT [USER.PERL5_xxx]
e6df7ed1 14$! $ @Configure "-des"
97abc6ad
HM
15$!
16$! That's it. If you get into a bind trying to build perl on VMS then
429a5e67 17$! definitely read through the README.VMS file.
146174a9 18$! Beyond that send email to vmsperl@perl.org
97abc6ad
HM
19$!
20$! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21$!
97abc6ad 22$! send suggestions to:
a3ef2c6f 23$! Dan Sugalski <dan@sidhe.org>
97abc6ad
HM
24$! Thank you!!!!
25$!
26$! Adapted and converted from Larry Wall & Andy Dougherty's
429a5e67 27$! "Configure generated by metaconfig 3.0 PL60." by Peter Prymmer
146174a9
CB
28$! (a Bourne sh[ell] script for configuring the installation of perl
29$! on non-VMS systems) in the perl5.002|3 epoch (spring/summer 1996)
97abc6ad
HM
30$! with much valuable help from Charles Bailey &
31$! the whole VMSPerl crew.
429a5e67 32$! Extended and messed about with by Dan Sugalski
97abc6ad 33$!
97abc6ad
HM
34$! VMS-isms we will need:
35$ echo = "write sys$output "
36$ cat = "type"
a5fddd44 37$ delete := delete ! local symbol overrides globals with qualifiers
97abc6ad 38$ gcc_symbol = "gcc"
570bb66e 39$ ld = "Link"
97abc6ad
HM
40$ ans = ""
41$ macros = ""
c645ec3f 42$ extra_flags = ""
498336ed 43$ user_c_flags = ""
6c7aff00 44$ use_ieee_math = "y"
498336ed 45$ be_case_sensitive = "n"
a3ef2c6f 46$ use_vmsdebug_perl = "n"
f53b4005
CB
47$ use64bitall = "n"
48$ use64bitint = "n"
97abc6ad 49$ C_Compiler_Replace = "CC="
429a5e67
DS
50$ Thread_Live_Dangerously = "MT="
51$ use_two_pot_malloc = "N"
52$ use_pack_malloc = "N"
53$ use_debugmalloc = "N"
570bb66e 54$ ccflags = ""
17e8697d 55$ static_ext = ""
97abc6ad 56$ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
570bb66e
JH
57$ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
58$! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
97abc6ad 59$!
c998f3c7
PP
60$! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
61$! qualifier "just in case" (configure.com is re @ed in a bad state).
62$! This construct was tested to be not a problem as far back as
63$! VMS V5.5-2, hopefully earlier versions are OK as well.
64$!
65$ CLOSE/NOLOG CONFIG
66$!
67$! Now keep track of open files
68$!
97abc6ad
HM
69$ vms_filcnt = F$GETJPI ("","FILCNT")
70$!
71$!: compute my invocation name
72$ me = F$ENVIRONMENT("PROCEDURE")
73$!
74$! Many null statements (begin with colon ':') in the Bourne shell version of
75$! this script serve as comments/placeholders. I have retained some of the ones
76$! that will help you compare this .COM file to the sh version - as well as
77$! leave placeholders for future improvements to this .COM file.
78$! sfn = VMS "skipped for now"
79$!
80$!: Proper PATH separator !sfn
81$!: Proper PATH setting !sfn
82$!: Sanity checks !sfn "Say '@''$me''"
83$!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
84$!: Configure runs within the UU subdirectory !->after find MANIFEST
85$! <big long list of default values (mostly null)>
86$!: We must find out about Eunice early !(?)
87$!: list of known cpp symbols, sorted alphabetically !sfn
88$! al = al + "..."
89$!: default library list !sfn
90$! <no hints files in use (yet?)>
91$!: Extra object files, if any, needed on this platform. !sfn
92$!: Possible local include directories to search. !sfn
93$!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
94$!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
95$!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
96$!: no include file wanted by default !sfn
97$!inclwanted='' !sfn
98$!: Possible local library directories to search. !sfn
99$!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
100$!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
101$!: general looking path for locating libraries !sfn
102$!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
103$!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
104$!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
105$!: Private path used by Configure to find libraries. Its value !sfn
106$!: is prepended to libpth. This variable takes care of special !sfn
107$!: machines, like the mips. Usually, it should be empty. !sfn
108$!plibpth='' !sfn
109$!: full support for void wanted by default !sfn
110$!defvoidused=15 !sfn
111$!: List of libraries we want. !sfn
112$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
113$!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn
114$!libswanted="$libswanted ucb bsd BSD PW x" !sfn
115$!: We probably want to search /usr/shlib before most other libraries. !sfn
116$!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
117$!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
118$!glibpth="/usr/shlib $glibpth" !sfn
119$!: Do not use vfork unless overridden by a hint file. !sfn
120$!usevfork=false !sfn
121$!: script used to extract .SH files with variable substitutions !sfn
122$!: produce awk script to parse command line options !sfn
123$!sfn (assume no sed awk) see below
124$!: process the command line options
125$!
126$!: set up default values
127$ fastread=""
128$ reuseval="false"
c886fb20 129$ maniskip = "false"
570bb66e 130$ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
97abc6ad
HM
131$ alldone=""
132$ error=""
133$ silent=""
134$ extractsh=""
135$ override=""
136$ knowitall=""
414b89cc 137$ ccname="VAX"
97abc6ad 138$ Dec_C_Version = ""
570bb66e 139$ cxxversion = ""
97abc6ad 140$ use_threads = "F"
498336ed
CB
141$ use_5005_threads = "N"
142$ use_ithreads = "N"
97abc6ad
HM
143$!
144$!: option parsing
08c7cbbb 145$ config_args = ""
97abc6ad
HM
146$ IF (P1 .NES. "")
147$ THEN !one or more switches was thrown
148$ i = 1
149$ bang = 0
150$Param_loop:
08c7cbbb
GS
151$ IF (P'i'.NES."")
152$ THEN
153$ bang = bang + 1
154$ config_args = config_args + F$FAO(" !AS",P'i')
155$ ENDIF
97abc6ad
HM
156$ i = i + 1
157$ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
158$!
159$ i = 1
160$Opt_loop:
161$ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
162$ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
163$Remove_quotation_mark:
164$ P'i' = P'i' - """"
165$ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
166$ gotopt = "f" !"alse"
167$ gotshortopt = "f" !"alse"
168$ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
169$ THEN
170$ fastread = "yes"
171$ gotopt = "t" !"rue"
172$ P'i' = P'i' - "d"
173$ gotshortopt = "t" !"rue"
174$ ENDIF
175$ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
176$ THEN
177$ alldone = "cont"
178$ gotopt = "t"
179$ P'i' = P'i' - "e"
180$ gotshortopt = "t"
181$ ENDIF
570bb66e 182$ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
97abc6ad
HM
183$ THEN
184$ P'i' = P'i' - "f"
185$ config_sh = P'i'
186$ IF (F$SEARCH(config_sh).NES."")
187$ THEN
8560c20d
CB
188$ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
189$ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
97abc6ad 190$ THEN
570bb66e 191$ config_dflt = "y"
97abc6ad
HM
192$ CONTINUE !at this point check UIC && if test allows...
193$ !to be continued ?
194$ ELSE
195$ echo "''me': cannot read config file ''config_sh'."
196$ error="true"
197$ ENDIF
198$ ELSE
199$ echo "''me': cannot read config file ''config_sh'."
200$ error="true"
201$ ENDIF
202$ gotopt = "t"
203$ ENDIF
570bb66e 204$ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
97abc6ad
HM
205$ THEN
206$ error = "true"
207$ gotopt = "t"
208$ P'i' = P'i' - "h"
209$ gotshortopt = "t"
210$ ENDIF
570bb66e 211$ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
c886fb20
CB
212$ THEN
213$ maniskip = "true"
214$ gotopt = "t"
215$ P'i' = P'i' - "m"
216$ gotshortopt = "t"
217$ ENDIF
570bb66e 218$ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
97abc6ad
HM
219$ THEN
220$ reuseval = "true"
221$ gotopt = "t"
222$ P'i' = P'i' - "r"
223$ gotshortopt = "t"
224$ ENDIF
570bb66e 225$ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
97abc6ad
HM
226$ THEN
227$ silent = "true"
228$ gotopt = "t"
229$ P'i' = P'i' - "s"
230$ gotshortopt = "t"
231$ ENDIF
570bb66e 232$ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
97abc6ad
HM
233$ THEN
234$ alldone = "exit"
235$ gotopt = "t"
236$ ENDIF
570bb66e 237$ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
97abc6ad
HM
238$ THEN
239$ knowitall = "true"
240$ gotopt = "t"
241$ P'i' = P'i' - "K"
242$ gotshortopt = "t"
243$ ENDIF
570bb66e 244$ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
97abc6ad
HM
245$ THEN
246$ override = "true"
247$ gotopt = "t"
248$ P'i' = P'i' - "O"
249$ gotshortopt = "t"
250$ ENDIF
570bb66e 251$ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
97abc6ad 252$ THEN
570bb66e 253$ extractsh = "true" !VMS? Yes with munchconfig
97abc6ad
HM
254$ gotopt = "t"
255$ P'i' = P'i' - "S"
256$ gotshortopt = "t"
257$ ENDIF
570bb66e 258$ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
97abc6ad
HM
259$ THEN
260$ P'i' = P'i' - "D"
97abc6ad
HM
261$ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
262$ THEN
570bb66e 263$ tmp = P'i' + "=""define"""
7558ebc2 264$ 'tmp'
570bb66e 265$ DELETE/SYMBOL tmp
97abc6ad
HM
266$ ELSE
267$ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
268$ THEN
269$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
7558ebc2 270$ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
97abc6ad
HM
271$ echo "''me': ignoring -D",P'i'
272$ ELSE
570bb66e
JH
273$ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
274$ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
7558ebc2 275$ 'tmp'
570bb66e 276$ DELETE/SYMBOL tmp
97abc6ad
HM
277$ ENDIF
278$ ENDIF
97abc6ad
HM
279$ gotopt = "t"
280$ ENDIF
570bb66e 281$ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
97abc6ad
HM
282$ THEN
283$ P'i' = P'i' - "U"
284$ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
285$ THEN
570bb66e 286$ tmp = P'i' + "="""""
7558ebc2 287$ 'tmp'
570bb66e 288$ DELETE/SYMBOL tmp
97abc6ad
HM
289$ ELSE
290$ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
291$ THEN
292$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
7558ebc2 293$ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
97abc6ad
HM
294$ echo "''me': ignoring -U",P'i'
295$ ELSE
570bb66e 296$ tmp = P'i' + "=""undef"""
7558ebc2 297$ 'tmp'
570bb66e 298$ DELETE/SYMBOL tmp
97abc6ad
HM
299$ ENDIF
300$ ENDIF
97abc6ad
HM
301$ gotopt = "t"
302$ ENDIF
303$ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
304$ THEN
305$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
306$ echo "''me' generated by an unknown version of EDT."
307$ STOP
570bb66e 308$ EXIT
97abc6ad
HM
309$ ENDIF
310$ IF .NOT.gotopt
311$ THEN
312$ echo "''me': unknown option ",P'i'
313$ error = "true"
314$ ENDIF
315$ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
316$ i = i + 1
317$ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
318$!
319$ ENDIF ! (P1 .NES. "")
08c7cbbb 320$ config_args = F$EDIT(config_args,"TRIM")
97abc6ad
HM
321$!
322$ IF (error)
323$ THEN
324$ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
7558ebc2 325$ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
c886fb20 326$ echo " [-Usymbol] [-Usymbol=]"
7558ebc2
PP
327$ TYPE SYS$INPUT:
328$ DECK
97abc6ad
HM
329 "-d" : use defaults for all answers.
330 "-e" : go on without questioning past the production of config.sh. *
331 "-f" : specify an alternate default configuration file.
332 "-h" : print this help message and exit (with an error status).
c886fb20 333 "-m" : skip the MANIFEST check to see that all files are present
97abc6ad
HM
334 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
335 "-s" : silent mode, only echoes questions and essential information.
336 -"D" : define symbol to have some value: *
337 -"Dsymbol" symbol gets the value 'define'
338 -"Dsymbol=value" symbol gets the value 'value'
339 -E : stop at the end of questions, after having produced config.sh. *
340 -K : do not use unless you know what you are doing.
341 -O : let -D and -U override definitions from loaded configuration file. *
342 -S : perform variable substitutions on all .SH files (can mix with -f) *
343 -"U" : undefine symbol: *
344 -"Usymbol" symbol gets the value 'undef'
345 -"Usymbol=" symbol gets completely empty
346 -V : print version number and exit (with a zero status).
7558ebc2 347$ EOD
97abc6ad
HM
348$ echo "%Config-I-VMS, lower case switches must be enclosed"
349$ echo "-Config-I-VMS, in double quotation marks, e.g.:"
350$ echo "-Config-I-VMS, @Configure ""-des"""
351$ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
352$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
353$ STOP
354$ EXIT 3 ! $STATUS = "%X00000003" (informational)
355$ ENDIF
356$!
357$ GOTO Check_silence
358$!
359$Shut_up:
01792a70
CB
360$ IF F$Mode() .eqs. "BATCH"
361$ THEN
414b89cc
CB
362$ STDOUT = F$PARSE(F$GETQUI("DISPLAY_ENTRY", "JOB_NAME"), -
363 F$GETQUI("DISPLAY_ENTRY", "LOG_SPECIFICATION"), ".LOG")
01792a70
CB
364$ WRITE SYS$OUTPUT "Warning: Executing in batch mode. To avoid file locking conflicts,"
365$ WRITE SYS$OUTPUT "output intended for SYS$OUTPUT will be sent to a new version"
366$ WRITE SYS$OUTPUT STDOUT
367$ ELSE
368$ STDOUT = F$TRNLNM("SYS$OUTPUT")
369$ ENDIF
97abc6ad
HM
370$ DEFINE SYS$OUTPUT "_NLA0:"
371$ echo4 = "write STDOUT "
372$ cat4 = "TYPE/OUTPUT=''STDOUT'"
01792a70 373$ open/write/share=read STDOUT 'STDOUT'
97abc6ad
HM
374$ RETURN
375$!
376$Check_silence:
377$ IF (silent)
378$ THEN
379$ GOSUB Shut_up
380$ ELSE
381$ echo4 = "write SYS$OUTPUT "
382$ cat4 = "TYPE"
383$ ENDIF
384$!
385$!: run the defines and the undefines, if any, but leave the file out there...
386$! Unfortunately Configure.COM in DCL is not yet set up to do this -
387$! maybe someday
388$!
389$!: set package name
390$ package = "perl5"
f53b4005 391$ packageup = F$EDIT((package - "5"),"UPCASE")
97abc6ad
HM
392$!
393$!: Eunice requires " " instead of "", can you believe it
394$ echo ""
395$!: Here we go...
396$ echo "Beginning of configuration questions for ''package'."
397$ echo ""
398$!
399$!: Some greps do not return status, grrr.
400$ contains = "SEARCH"
401$!
402$!: first determine how to suppress newline on echo command !cant DCL is record oriented
403$! echo "Checking ''echo' to see how to suppress newlines..."
404$! echo "giving up..."
405$! echo "The star should be here-->*"
406$!
407$!: Now test for existence of everything in MANIFEST
408$ echo ""
409$ echo4 "First let's make sure your kit is complete. Checking..."
410$ manifestfound = ""
411$ miss_list = ""
a5fddd44 412$! Here I assume we are in the [foo.PERLxxx...] tree
97abc6ad
HM
413$! because the search routine simply does set def [-] if necessary.
414$ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
415$Research_manifest:
416$ manifestfound = F$SEARCH(file_2_find)
417$ IF (manifestfound .EQS. "")
418$ THEN
419$ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
420$ THEN
421$ SET DEFAULT [-]
422$ GOTO Research_manifest
423$ ELSE
424$ echo ""
425$ echo "There is no MANIFEST file. I hope your kit is complete !"
426$ miss_list = ""
427$ GOTO Beyond_manifest
428$ ENDIF
429$ ELSE
dab31494
PP
430$! MANIFEST. has been found and we have set def'ed there.
431$! Time to bail out before it's too late, i.e. too deep.
432$! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
433$ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
434$ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
435$! Depth check also unnecessary on ODS 5 (or later) file systems.
436$ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
437$ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
438$ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
97abc6ad
HM
439$ THEN
440$ TYPE SYS$INPUT:
7558ebc2 441$ DECK
97abc6ad
HM
442%Config-E-VMS, ERROR:
443 Sorry! It apears as though your perl build sub-directory is already too
444 deep into the VMS file system. Please try moving stuff into a shallower
445 directory (or altering the "max_allowed_dir_depth" parameter).
7558ebc2 446$ EOD
97abc6ad
HM
447$ echo4 "ABORTING..."
448$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
449$ STOP
450$ EXIT !2 !$STATUS = "%X00000002" (error)
451$ ENDIF
e6df7ed1 452$Beyond_depth_check:
97abc6ad
HM
453$!
454$! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
455$!
456$ IF (manifestfound .NES. "")
457$ THEN
458$ IF ( F$SEARCH("UU.DIR").EQS."" )
459$ THEN
460$ CREATE/DIRECTORY [.UU]
461$ ELSE
462$ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG [.UU]*.*;*
463$ ENDIF
464$!: Configure runs within the UU subdirectory
465$ SET DEFAULT [.UU]
466$!
467$! a little redundancy never hurt anybody?
468$ file_2_find = "[-]" + file_2_find
469$ manifestfound = F$SEARCH(file_2_find)
470$!
471$ OPEN/WRITE MISSING MISSING.
472$!change to "FALSE" if you wish to skip the manifest search
473$!(which after all is rather slow in DCL :-)
c886fb20 474$ IF (maniskip)
97abc6ad 475$ THEN
c886fb20
CB
476$ echo "Skipping MANIFEST check as requested"
477$ ELSE
478$!
97abc6ad
HM
479$ OPEN/READ CONFIG 'manifestfound'
480$Read_loop_manifest:
481$ READ/END_OF_FILE = Done_manifest CONFIG line
482$! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
483$! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
484$! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
485$! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
486$ line = F$EDIT(line,"TRIM, COMPRESS")
487$ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
488$ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
489$ THEN
490$Re_strip_line_manifest:
491$ loca = F$LOCATE("/",file_2_find)
492$ ante = F$EXTRACT(0,loca,file_2_find)
493$ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
494$ test_this = ante + "." + (post - "/")
495$ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
496$ THEN
497$ file_2_find = ante + "." + (post - "/")
498$ GOTO Re_strip_line_manifest
499$ ELSE
500$ file_2_find = ante + "]" + (post - "/")
501$ ENDIF
502$ file_2_find = "[-."+file_2_find
503$ ELSE
504$ file_2_find = "[-]" + file_2_find
505$ ENDIF
506$!
507$ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
508$ file_2_find = file_2_find - dirname
509$ dots = 0
510$Dot_loop:
511$ dot_ele = F$ELEMENT(dots,".",file_2_find)
512$ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
513$ IF dots .eq. 0
514$ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
515$ ELSE basename = basename + dot_ele + "_"
516$ ENDIF
517$ dots = dots + 1
518$ GOTO dot_loop
519$Eo_dot_loop:
520$ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
521 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
522 basename = f$extract(0,f$length(basename)-1,basename)
523$ file_2_find = dirname + basename
524$!
525$ found = F$SEARCH(file_2_find)
146174a9
CB
526$ IF (found .EQS. "" .AND. dots .GT. 2)
527$ THEN
528$! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
529$! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
530$! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
531$ basename[f$locate(".",basename),1] := _
532$ dot_ele = F$ELEMENT(dots - 1,"_",basename)
533$ basename = -
534 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
535 + "." + dot_ele
536$ found = F$SEARCH(dirname + basename)
537$ file_2_find = file_2_find + "," + basename
538$ ENDIF
97abc6ad
HM
539$ IF (found .EQS. "")
540$ THEN
541$ WRITE MISSING file_2_find
542$ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
543$ THEN
544$ miss_list = miss_list + "," + file_2_find
545$ ENDIF
546$ ENDIF
547$ GOTO Read_loop_manifest
548$Done_manifest:
549$ CLOSE CONFIG
550$ ENDIF !"TRUE"
551$ CLOSE MISSING
552$ ENDIF ! (manifestfound .NES. "")
553$Beyond_manifest:
554$ IF (miss_list .NES. "")
555$ THEN
556$ echo "Some of the files not found include:"
557$ cat4 MISSING.
558$ ENDIF
559$ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
560$ THEN
561$ TYPE SYS$INPUT:
7558ebc2
PP
562$ DECK
563
97abc6ad
HM
564
565THIS PACKAGE SEEMS TO BE INCOMPLETE.
566
567You have the option of continuing the configuration process, despite the
568distinct possibility that your kit is damaged, by typing 'y'es. If you
569do, don't blame me if something goes wrong. I advise you to type 'n'o
498336ed 570and contact the author (dan@sidhe.org)
97abc6ad 571
7558ebc2 572$ EOD
97abc6ad
HM
573$ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
574$ IF ans
575$ THEN
576$ echo4 "Continuing..."
577$ ELSE
578$ echo4 "ABORTING..."
579$ GOTO Clean_up
580$ ENDIF
581$ ELSE
582$ echo4 "Looks good..."
583$ DELETE/NOLOG MISSING.;
584$ ENDIF ! (miss_list .NES. "")
585$ ENDIF ! (manifestfound .EQS. "") ELSE
586$!
587$! after finding MANIFEST (see above)
588$!: Configure runs within the UU subdirectory
589$!
590$!: compute the number of columns on the terminal for proper question formatting
a3bd614a
PP
591$ IF F$MODE() .EQS. "BATCH"
592$! else it winds up being 512 in batch
593$ THEN COLUMNS = 80
594$ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
595$ ENDIF
596$! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
597$ IF COLUMNS .GT. 210 THEN COLUMNS = 80
598$! not sure if this would actually be needed - it hopefully will not hurt
599$ IF COLUMNS .LT. 40 THEN COLUMNS = 40
97abc6ad
HM
600$!
601$!: set up the echo used in my read !sfn
602$!: now set up to do reads with possible shell escape and default assignment !sfn
603$ GOTO Beyond_myread
604$!
a3bd614a
PP
605$! The sub_rp splitting is intended to handle long symbols such as the dflt for
606$! extensions.
607$!
97abc6ad
HM
608$myread:
609$ ans = ""
a3bd614a 610$ len_rp = F$LENGTH(rp)
97abc6ad
HM
611$ If (fastread)
612$ Then
a3bd614a
PP
613$ IF len_rp .GT. 210
614$ THEN
615$ i_rp = 0
616$ fastread_rp_loop:
617$ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
618$ echo4 "''sub_rp'"
619$ i_rp = i_rp + COLUMNS
620$ IF i_rp .LT. len_rp THEN GOTO fastread_rp_loop
621$ ELSE
622$ echo4 "''rp'"
623$ ENDIF
97abc6ad 624$ Else
a5fddd44 625$ If (.NOT. silent) Then echo ""
a3bd614a
PP
626$ IF len_rp .GT. 210
627$ THEN
628$ i_rp = 0
629$ firstread_rp_loop:
630$ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
631$ echo4 "''sub_rp'"
632$ i_rp = i_rp + COLUMNS
633$ IF i_rp .LT. len_rp THEN GOTO firstread_rp_loop
634$ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
635$ ELSE
636$ READ SYS$COMMAND/PROMPT="''rp'" ans
637$ ENDIF
a5fddd44
PP
638$ IF (ans .EQS. "&-d")
639$ THEN
640$ echo4 "(OK, I will run with -d after this question.)"
641$ IF (.NOT. silent) THEN echo ""
a3bd614a
PP
642$ IF len_rp .GT. 210
643$ THEN
644$ i_rp = 0
645$ secondread_rp_loop:
646$ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
647$ echo4 "''sub_rp'"
648$ i_rp = i_rp + COLUMNS
649$ IF i_rp .LT. len_rp THEN GOTO secondread_rp_loop
650$ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
651$ ELSE
652$ READ SYS$COMMAND/PROMPT="''rp'" ans
653$ ENDIF
a5fddd44
PP
654$ fastread := yes
655$ ENDIF
656$ IF (ans .EQS. "&-s")
657$ THEN
658$ echo4 "(OK, I will run with -s after this question.)"
97abc6ad 659$ echo ""
a3bd614a
PP
660$ IF len_rp .GT. 210
661$ THEN
662$ i_rp = 0
663$ thirdread_rp_loop:
664$ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
665$ echo4 "''sub_rp'"
666$ i_rp = i_rp + COLUMNS
667$ IF i_rp .LT. len_rp THEN GOTO thirdread_rp_loop
668$ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
669$ ELSE
670$ READ SYS$COMMAND/PROMPT="''rp'" ans
671$ ENDIF
a5fddd44
PP
672$ silent := true
673$ GOSUB Shut_up
674$ ENDIF
97abc6ad
HM
675$ Endif
676$ RETURN
677$!
678$Beyond_myread:
679$!
680$!: create .config dir to save info across Configure sessions
681$ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
682$ THEN
683$ CREATE/DIRECTORY [-.CONFIG]
684$ OPEN/WRITE CONFIG [-.CONFIG]README.
685$ WRITE CONFIG -
686 "This directory created by Configure to save information that should"
687$ WRITE CONFIG -
688 "persist across sessions."
689$ WRITE CONFIG ""
690$ WRITE CONFIG -
691 "You may safely delete it if you wish."
692$ CLOSE CONFIG
693$ ENDIF
694$!
56aeb0ae
PP
695$ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
696$ patchlevel_h = F$SEARCH("[-]patchlevel.h")
697$ IF (patchlevel_h.NES."")
698$ THEN
7558ebc2 699$ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
59a27e12 700$ IF .NOT. usedevel .AND. usedevel .NES. "define"
56aeb0ae
PP
701$ THEN
702$ OPEN/READ CONFIG []ver.out
703$ READ CONFIG line
704$ CLOSE CONFIG
705$ tmp = F$EDIT(line,"TRIM,COMPRESS")
706$ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
707$ line = xpatchlevel / 2
708$ tmp = xpatchlevel - ( line * 2 )
709$ IF tmp .NE. 0
710$ THEN
711$ echo4 "patchlevel is " + F$STRING(xpatchlevel)
712$ cat4 SYS$INPUT:
7558ebc2 713$ DECK
56aeb0ae
PP
714*** WHOA THERE!!! ***
715
716 This is an UNSTABLE DEVELOPMENT release.
717 (The patchlevel, is odd--as opposed to even,
718 and that signifies a development release. If you want a
719 maintenance release, you want an even-numbered release.)
720
721 Do ***NOT*** install this into production use.
722 Data corruption and crashes are possible.
723
724 It is most seriously suggested that you do not continue any further
725 unless you want to help in developing and debugging Perl.
726
7558ebc2 727$ EOD
56aeb0ae
PP
728$ dflt="n"
729$ rp="Do you really want to continue? [''dflt'] "
730$ IF (fastread) THEN fastread := FALSE
731$ GOSUB myread
732$ IF ans .EQS. "" THEN ans = dflt
733$ IF ans
734$ THEN
735$ echo4 "Okay, continuing."
736$ ELSE
737$ echo4 "Okay, bye."
738$ DELETE/NOLOG/NOCONFIRM []ver.out;
739$ GOTO Clean_up
56aeb0ae
PP
740$ ENDIF
741$ ENDIF
742$ DELETE/SYMBOL line
743$ DELETE/SYMBOL tmp
744$ ENDIF
745$ DELETE/NOLOG/NOCONFIRM []ver.out;
746$ ENDIF
97abc6ad
HM
747$!: general instructions
748$ needman = "true"
749$ firsttime = "true"
750$ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
751$ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
752$ THEN
753$ messages = F$ENVIRONMENT("MESSAGE")
a3ef2c6f 754$ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
97abc6ad
HM
755$ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
756$ IF .NOT.($status.EQ.%X08D78053)
757$ THEN
758$ firsttime=""
759$ dflt = "n"
760$ rp = "Would you like to see the instructions? [''dflt'] "
761$ GOSUB myread
762$ if .NOT.ans THEN needman=""
763$ ENDIF
a3ef2c6f 764$ SET MESSAGE 'messages'
97abc6ad
HM
765$ ENDIF
766$ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
767$!
768$ IF (needman)
769$ THEN
770$ TYPE SYS$INPUT:
7558ebc2 771$ DECK
97abc6ad
HM
772
773This installation shell script will examine your system and ask you questions
774to determine how the perl5 package should be installed. If you get
775stuck on a question, you may use a ^C or ^Y shell escape to STOP this
776process, edit something, then restart this process as you just did.
777Many of the questions will have default answers in square
778brackets; typing carriage return will give you the default.
779
7558ebc2 780$ EOD
97abc6ad
HM
781$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
782$ TYPE SYS$INPUT:
7558ebc2 783$ DECK
97abc6ad 784
a3ef2c6f 785In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
97abc6ad 786the questions and use the computed defaults (or the previous answers provided
a3ef2c6f 787there was already a config.sh file). Type '@Configure "-h"' for a list of
97abc6ad
HM
788options.
789
7558ebc2 790$ EOD
97abc6ad
HM
791$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
792$ TYPE SYS$INPUT:
7558ebc2 793$ DECK
97abc6ad
HM
794
795Much effort has been expended to ensure that this shell script will
796run on any VMS system. If despite that it blows up on yours, your
797best bet is to edit Configure.com and @ it again. Whatever problems
498336ed 798you have with Configure.com, let me (dan@sidhe.org) know how I blew
97abc6ad
HM
799it.
800
7558ebc2 801$ EOD
97abc6ad
HM
802$!This installation script affects things in two ways:
803$!
804$!1) it may do direct variable substitutions on some of the files included
805$! in this kit.
806$!2) it builds a config.h file for inclusion in C programs. You may edit
807$! any of these files as the need arises after running this script.
808$!
809$!If you make a mistake on a question, there is no easy way to back up to it
810$!currently.
811$!
812$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
813$ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
814$ THEN
815$ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
816$ WRITE CONFIG user
817$ CLOSE CONFIG
818$ ENDIF
819$ ENDIF !(needman .EQS. "true")
820$!
821$!: see if sh knows # comments !sfn
822$ sharpbang = "$ "
823$!: figure out how to guarantee sh startup !sfn
824$!: find out where common programs are !sfn
825$!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
5869b1f1 826$!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
97abc6ad
HM
827$! echo "I don't know where '$file' is, and my life depends on it."
828$! echo "Go find a public domain implementation or fix your PATH setting!"
829$! echo ""
830$! echo "Don't worry if any of the following aren't found..."
831$!: determine whether symbolic links are supported !sfn
832$!: see whether [:lower:] and [:upper:] are supported character classes !sfn
833$!: set up the translation script tr, must be called with ./tr of course !sfn
834$!
835$!: Try to determine whether config.sh was made on this system
836$!: Get old answers from old config file if Configure was run on the
837$!: same system, otherwise use the hints.
838$ config_sh_es = "''config_sh'/[-]config.sh/[-.vms]config.vms/"
839$ i = 0
840$ max = 3
841$Config_sh_look:
842$ config_sh = F$ELEMENT(i,"/",config_sh_es)
843$ i = i + 1
844$ IF (config_sh.NES."/").AND.(config_sh.NES."")
845$ THEN
846$ configshfound = F$SEARCH(config_sh)
847$ IF (configshfound.NES."") THEN GOTO Config_sh_found
848$ ENDIF
849$ IF (i.LT.max) THEN GOTO Config_sh_look
570bb66e 850$! genconfig.pl has "osname='VMS'"
56aeb0ae 851$ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
570bb66e
JH
852$ IF (configshfound.EQS."")
853$ THEN
854$ config_sh = "[-]config.sh" ! the fallback default
855$ GOTO Beyond_config_sh
856$ ENDIF
97abc6ad 857$Config_sh_found:
56aeb0ae 858$ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
570bb66e
JH
859$ IF F$TYPE(config_dflt) .EQS. "" THEN config_dflt = "n"
860$ rp = "Shall I @ ''config_sh' for default answers? [''config_dflt'] "
861$ GOSUB myread
56aeb0ae 862$ IF ans .EQS. "" THEN ans = config_dflt
570bb66e
JH
863$ IF ans
864$ THEN
865$ echo ""
866$ echo "Fetching default answers from ''config_sh'..."
867$!
868$! This @ is why config_sh must employ DCL syntax. Note that for
869$! symbols to be returned to this procedure they must be global.
870$! Which implies that assignments must be of the :== or == variety.
871$! Note further that the [-]config.sh file written by this procedure
872$! employs shell syntax. In order to convert shell syntax to DCL
873$! you might try:
874$!
875$! perl -ni -e "s/^#/!#/;s/='/==""/;s/'$/""/;print ""\$ $_"";" config.sh
876$!
877$! However, watch out for sig_nam, sig_nam_init, sig_num, startperl
878$! and any of the lower case double quoted variables such as the *format
879$! variables in such a config."sh".
880$!
7558ebc2 881$ @'config_sh'
570bb66e
JH
882$!
883$ ENDIF
884$ DELETE/SYMBOL config_dflt
885$!
97abc6ad
HM
886$!we actually do not have "hints/" for VMS
887$! TYPE SYS$INPUT:
7558ebc2 888$! DECK
97abc6ad
HM
889$!
890$!First time through, eh? I have some defaults handy for the following systems:
891$!
7558ebc2 892$! EOD
97abc6ad
HM
893$! echo " ","VMS_VAX"
894$! echo " ","VMS_AXP"
895$! : Now look for a hint file osname_osvers, unless one has been
896$! : specified already.
897$! TYPE SYS$INPUT:
898$!
899$!You may give one or more space-separated answers, or "none" if appropriate.
900$!If your OS version has no hints, DO NOT give a wrong version -- say "none".
901$!
902$! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
903$!
904$Beyond_config_sh:
905$!
906$!: Restore computed paths !sfn
907$!
97abc6ad
HM
908$! %Config-I-VMS, a necessary error trap (could be PC running VCL)
909$!
910$ IF (osname .NES. "VMS")
911$ THEN
912$ echo4 "Hmm.. I wonder what ''osname' is (?)"
913$ TYPE SYS$INPUT:
7558ebc2 914$ DECK
97abc6ad
HM
915
916%Config-E-VMS, ERROR:
917
918 Err, you do not appear to be running VMS!
146174a9 919 This procedure is intended to Configure the building of Perl for VMS.
97abc6ad 920
7558ebc2 921$ EOD
97abc6ad
HM
922$ READ SYS$COMMAND/PROMPT="Continue anyway? [n] " ans
923$ IF ans
924$ THEN
925$ echo4 "Continuing..."
926$ ELSE
927$ echo4 "ABORTING..."
928$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
929$ STOP
930$ EXIT 2 !$STATUS = "%X00000002" (error)
931$ ENDIF
932$ ELSE !we are on VMS huzzah!
933$ IF .NOT.silent
934$ THEN TYPE SYS$INPUT:
7558ebc2 935$ DECK
97abc6ad
HM
936
937Configure uses the operating system name and version to set some defaults.
938The default value is probably right if the name rings a bell. Otherwise,
939since spelling matters for me, either accept the default or answer "none"
940to leave it blank.
7558ebc2 941$ EOD
97abc6ad
HM
942$ ENDIF
943$ rp = "Operating system name? [''osname'] "
944$ GOSUB myread
945$ IF ans.nes.""
946$ THEN
947$ IF (ans.NES.osname) !.AND.knowitall
948$ THEN
949$ echo4 "I'll go with ''osname' anyway..."
950$ ENDIF
951$ ENDIF
952$ ENDIF !(osname .NES./.EQS. "VMS")
953$!
954$!: who configured the system
97abc6ad 955$ cf_by = F$EDIT(user,"LOWERCASE")
08c7cbbb 956$ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
97abc6ad
HM
957$!
958$! Peter Prymmer has seen:
959$! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
960$! "SYS$TIME_ZONE" = "EDT"
961$!
962$! Charles Lane recommended:
963$! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
964$! "NEWS_TIMEZONE" = "-0500"
965$! "ST_TIMEZONE" = "EDT"
966$! "JAN_TIME_ZONE" = "EST "
967$! "MULTINET_TIMEZONE" = "EST"
968$! "DAYLIGHT_SAVINGS" = "1"
969$!
970$! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
971$! "PMDF_Timezone"
972$! "Multinet_Timezone"
973$! "TCPware_Timezone"
974$! "WIN$Time_Zone"
975$!
976$! This snippet o' DCL returns a string in default Unix `date` format,
977$! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
97abc6ad
HM
978$!
979$ MIN_TZO = -840 !units are minutes here
980$ MAX_TZO = 840
981$!
982$ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
983$ monn = F$CVTIME(,,"MONTH")
984$ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
985$ hour = F$CVTIME(,,"HOUR")
986$ min = F$CVTIME(,,"MINUTE")
987$ sec = F$CVTIME(,,"SECOND")
988$ year = F$CVTIME(,,"YEAR")
989$!
990$ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
991$ i = 0
992$Mon_loop:
993$ i = i + 1
994$ mon = F$ELEMENT(i,"/",months)
995$ IF i.LT.monn THEN GOTO Mon_loop
996$!
997$ tzneedset = "t"
998$ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
999$ IF systz.NES.""
1000$ THEN
1001$ tzhour = F$INTEGER(systz)/3600
1002$ tzmins = F$INTEGER(systz)/60
1003$ tzminrem = tzmins - tzhour*60
1004$ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1005$ IF tzhour.ge.0
1006$ THEN signothetime = "+"
1007$ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1008$ THEN direction = "on GMT/"
1009$ ELSE direction = "east of "
1010$ ENDIF
1011$ ELSE signothetime = "-"
1012$ tzhour = -1*tzhour !keeps !UL happy
1013$ direction = "west of "
1014$ ENDIF
1015$ echo ""
97abc6ad
HM
1016$ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1017$ IF tzminrem.ne.0
1018$ THEN
1019$ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1020$ ELSE
1021$ tzspan = "''tzhour' hours"
1022$ ENDIF
1023$ dflt = "y"
1024$ echo "Your system is ''tzspan' ''direction'UTC in England."
570bb66e 1025$ rp = "(''systz') Is this UTC Time Zone Offset correct? [''dflt'] "
97abc6ad
HM
1026$ GOSUB myread
1027$ IF ans.OR.(ans.EQS."")
1028$ THEN
1029$ tzneedset = "f"
1030$ tzd = systz
1031$ GOTO Beyond_TimeZone
1032$ ENDIF
1033$ ELSE
1034$ echo ""
97abc6ad
HM
1035$ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1036$ ENDIF
1037$!
1038$TZSet:
1039$ echo ""
1040$ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
146174a9 1041$ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
97abc6ad
HM
1042$ echo "Eastern Daylight Time (summer) is -4:00 offset."
1043$ dflt = "0:00"
1044$ rp = "Enter the Time Zone offset: [''dflt'] "
1045$ GOSUB myread
1046$ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1047$ IF ans.EQS."" THEN ans = dflt
1048$ tzhour = F$ELEMENT(0,":","''ans'") !first
1049$ IF tzhour.EQS."" THEN tzhour = 0
1050$ tzhour = F$INTEGER(tzhour)
1051$ tzminrem = F$ELEMENT(1,":","''ans'") !second
1052$ IF tzminrem.NES.""
1053$ THEN
1054$ tzminrem = F$INTEGER(tzminrem)
1055$ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1056$ ELSE
1057$ tzminrem = 0
1058$ ENDIF
1059$ tzmins = tzhour*60 + tzminrem
1060$ tzd = F$STRING(tzmins*60)
1061$ IF tzhour .GE. 0
1062$ THEN
1063$ signothetime = "+"
1064$ ELSE
1065$ tzhour = -1*tzhour !keeps !UL happy
1066$ signothetime = "-"
1067$ ENDIF
1068$ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1069$ THEN
1070$ echo ""
1071$ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1072$ goto TZSet
1073$ ENDIF
1074$!
1075$Beyond_TimeZone:
1076$ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1077$ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1078$!
1079$!: determine the architecture name
1080$! genconfig.pl has either archname='VMS_AXP' or 'VMS_VAX'
570bb66e
JH
1081$! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME")
1082$! but does have F$GETSYI("HW_MODEL").
55315086
PP
1083$! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS.
1084$! "VMS_AXP" from here on to allow cross-platform configuration (e.g.
1085$! configure a VAX build on an Alpha).
97abc6ad
HM
1086$!
1087$ IF (F$GETSYI("HW_MODEL") .LT. 1024)
1088$ THEN
1089$ archname = "VMS_VAX"
146174a9 1090$ otherarch = "an Alpha"
08c7cbbb
GS
1091$ alignbytes="8"
1092$ arch_type = "ARCH-TYPE=__VAX__"
97abc6ad
HM
1093$ ELSE
1094$ archname = "VMS_AXP"
146174a9 1095$ otherarch = "a VAX"
08c7cbbb
GS
1096$ alignbytes="8"
1097$ arch_type = "ARCH-TYPE=__AXP__"
97abc6ad
HM
1098$ ENDIF
1099$ rp = "What is your architecture name? [''archname'] "
1100$ GOSUB myread
1101$ IF ans.NES.""
1102$ THEN
1103$ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
1104$ IF (ans.NES.archname) !.AND.knowitall
1105$ THEN
1106$ echo4 "I'll go with ''archname' anyway..."
1107$ ENDIF
1108$ ENDIF
146174a9 1109$ dflt = "n"
570bb66e
JH
1110$ vms_prefix = "perl_root"
1111$ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
1112$ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''dflt'] "
146174a9 1113$ GOSUB myread
55315086
PP
1114$ if ans .EQS. "" THEN ans = dflt
1115$ IF .NOT. ans
146174a9
CB
1116$ THEN
1117$ sharedperl = "N"
1118$ ELSE
1119$ sharedperl = "Y"
1120$ IF (archname.EQS."VMS_AXP")
97abc6ad 1121$ THEN
97abc6ad
HM
1122$ macros = macros + """AXE=1"","
1123$ ENDIF
97abc6ad
HM
1124$ ENDIF
1125$!
1126$!: is AFS running? !sfn
1127$!: decide how portable to be. Allow command line overrides. !sfn
1128$!: set up shell script to do ~ expansion !sfn
1129$!: expand filename !sfn
1130$!: now set up to get a file name !sfn
1131$!
570bb66e
JH
1132$ IF F$TYPE(prefix) .EQS. ""
1133$ THEN
1134$ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
1135$ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - ".;"
1136$ prefixbase = prefix - "]"
fe05d1a7
PK
1137$! Add _ROOT to make install PERL_ROOT differ from build directory.
1138$ prefix = prefixbase + "_ROOT.]"
570bb66e
JH
1139$ ENDIF
1140$ src = prefix
f53b4005
CB
1141$!: determine root of directory hierarchy where package will be installed.
1142$ dflt = prefix
1143$ IF .NOT.silent
1144$ THEN
1145$ echo ""
1146$ echo "By default, ''package' will be installed in ''dflt', pod"
570bb66e 1147$ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
f53b4005 1148$ echo "all installation directories."
570bb66e 1149$ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
f53b4005
CB
1150$ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
1151$ ENDIF
570bb66e 1152$ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
f53b4005
CB
1153$ GOSUB myread
1154$ IF ans.NES.""
1155$ THEN
1156$ prefix = ans
1157$ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
1158$ ELSE
1159$ prefix = dflt
1160$ ENDIF
570bb66e 1161$ perl_root = prefix
f53b4005
CB
1162$!
1163$! Check here for pre-existing PERL_ROOT.
1164$! -> ask if removal desired.
1165$! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
1166$! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
1167$!
dab31494
PP
1168$ IF .NOT. F$GETDVI(perl_root,"MNT")
1169$ THEN
1170$ tmp = F$PARSE(perl_root,,,"DEVICE",)
1171$ echo4 "''tmp' is not mounted."
1172$ ELSE
1173$ tmp = perl_root - ".]" + "]"
1174$ dflt = F$PARSE(tmp,,,,)
1175$ IF dflt .eqs. ""
1176$ THEN
1177$ echo4 "''tmp' does not yet exist."
1178$! create/directory 'tmp'
1179$ ELSE
1180$ echo4 "''tmp' already exists."
1181$ ENDIF
1182$ ENDIF
1183$!
97abc6ad
HM
1184$ vms_skip_install = "true"
1185$ dflt = "y"
1186$! echo ""
570bb66e 1187$ rp = "Skip the remaining """"where install"""" questions? [''dflt'] "
97abc6ad
HM
1188$ GOSUB myread
1189$ IF (.NOT.ans).AND.(ans.NES."") THEN vms_skip_install = "false"
97abc6ad
HM
1190$ IF (.NOT.vms_skip_install)
1191$ THEN
97abc6ad
HM
1192$!
1193$!: set the prefixit variable, to compute a suitable default value
1194$!
1195$!: determine where private library files go
1196$!: Usual default is /usr/local/lib/perl5. Also allow things like
1197$!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
1198$ IF .NOT.silent
7558ebc2
PP
1199$ THEN
1200$ TYPE SYS$INPUT:
1201$ DECK
97abc6ad
HM
1202
1203There are some auxiliary files for perl5 that need to be put into a
1204private library directory that is accessible by everyone.
7558ebc2 1205$ EOD
97abc6ad 1206$ ENDIF
570bb66e
JH
1207$ IF F$TYPE(privlib) .NES. ""
1208$ THEN dflt = privlib
1209$ ELSE dflt = "''vms_prefix':[lib]"
1210$ ENDIF
97abc6ad
HM
1211$ rp = "Pathname where the private library files will reside? "
1212$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1213$ GOSUB myread
1214$ IF ans.NES.""
1215$ THEN privlib = ans
1216$ ELSE privlib = dflt
1217$ ENDIF
1218$!
f53b4005 1219$ ENDIF !%Config-I-VMS, skip remaining "where install" questions
97abc6ad 1220$!
a3bd614a
PP
1221$ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
1222$ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
1223$ IF perl_symbol
1224$ THEN dflt = "y"
1225$ ELSE dflt = "n"
1226$ ENDIF
86fced14
CB
1227$ IF .NOT.silent
1228$ THEN
1229$ echo ""
570bb66e
JH
1230$ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
1231$ echo "symbol to invoke ''package', which is the usual method."
1232$ echO "If you do not do so then you would need a DCL command verb at the"
1233$ echo "process or the system wide level."
86fced14 1234$ ENDIF
570bb66e 1235$ rp = "Invoke perl as a global symbol foreign command? [''dflt'] "
86fced14 1236$ GOSUB myread
a3bd614a
PP
1237$ IF (ans.EQS."") THEN ans = dflt
1238$ IF (.NOT.ans) THEN perl_symbol = "false"
86fced14
CB
1239$!
1240$ IF (.NOT.perl_symbol)
1241$ THEN
a3bd614a
PP
1242$ IF perl_verb .EQS. "DCLTABLES"
1243$ THEN dflt = "n"
1244$ ELSE dflt = "y"
1245$ ENDIF
86fced14
CB
1246$ IF .NOT.silent
1247$ THEN
1248$ echo ""
570bb66e
JH
1249$ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
1250$ echo "verb in a per-process table or in the system wide DCLTABLES (which"
1251$ echo "would require write privilege)."
86fced14 1252$ ENDIF
570bb66e 1253$ rp = "Invoke perl as a per process command verb? [ ''dflt' ] "
86fced14 1254$ GOSUB myread
a3bd614a
PP
1255$ IF (ans.EQS."") THEN ans = dflt
1256$ IF (.NOT.ans)
86fced14
CB
1257$ THEN perl_verb = "DCLTABLES"
1258$ ELSE perl_verb = "PROCESS"
1259$ ENDIF
1260$ ENDIF ! (.NOT.perl_symbol)
1261$!
97abc6ad 1262$!: set the base revision
08c7cbbb
GS
1263$ baserev="5.0"
1264$ revision = baserev - ".0"
97abc6ad
HM
1265$!: get the patchlevel
1266$ echo ""
570bb66e 1267$ echo4 "Getting the current patchlevel..."
97abc6ad
HM
1268$ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1269$ IF (patchlevel_h.NES."")
1270$ THEN
1271$ got_patch = "false"
1272$ got_sub = "false"
08c7cbbb
GS
1273$ got_api_revision = "false"
1274$ got_api_version = "false"
1275$ got_api_subversion = "false"
97abc6ad
HM
1276$ OPEN/READONLY CONFIG 'patchlevel_h'
1277$Patchlevel_h_loop:
570bb66e 1278$ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
cceca5ed 1279$ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
97abc6ad
HM
1280$ THEN
1281$ line = F$EDIT(line,"COMPRESS, TRIM")
cc391245 1282$ patchlevel = F$ELEMENT(2," ",line)
97abc6ad
HM
1283$ got_patch = "true"
1284$ ENDIF
cceca5ed 1285$ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
97abc6ad
HM
1286$ THEN
1287$ line = F$EDIT(line,"COMPRESS, TRIM")
cc391245 1288$ subversion = F$ELEMENT(2," ",line)
97abc6ad
HM
1289$ got_sub = "true"
1290$ ENDIF
08c7cbbb
GS
1291$ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1292$ THEN
1293$ line = F$EDIT(line,"COMPRESS, TRIM")
1294$ api_revision = F$ELEMENT(2," ",line)
1295$ got_api_revision = "true"
1296$ ENDIF
1297$ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1298$ THEN
1299$ line = F$EDIT(line,"COMPRESS, TRIM")
1300$ api_version = F$ELEMENT(2," ",line)
1301$ got_api_version = "true"
1302$ ENDIF
1303$ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1304$ THEN
1305$ line = F$EDIT(line,"COMPRESS, TRIM")
1306$ api_subversion = F$ELEMENT(2," ",line)
1307$ got_api_subversion = "true"
1308$ ENDIF
cd30eb94
PP
1309$ IF (.NOT. got_patch) .OR. -
1310 (.NOT. got_sub) .OR. -
1311 (.NOT. got_api_revision) .OR. -
1312 (.NOT. got_api_version) .OR. -
1313 (.NOT. got_api_subversion) -
1314 THEN GOTO Patchlevel_h_loop
97abc6ad
HM
1315$Close_patch:
1316$ CLOSE CONFIG
570bb66e
JH
1317$ ELSE
1318$ patchlevel="0"
1319$ subversion="0"
cd30eb94
PP
1320$ api_revision="0"
1321$ api_version="0"
1322$ api_subversion="0"
97abc6ad 1323$ ENDIF
08c7cbbb 1324$ IF (F$STRING(subversion) .NES. "0")
97abc6ad 1325$ THEN
08c7cbbb
GS
1326$ echo "(You have ''package' revision ''revision' patchlevel ''patchlevel' subversion ''subversion'.)"
1327$ ELSE
1328$ echo "(You have ''package' revision ''revision' patchlevel ''patchlevel'.)"
97abc6ad
HM
1329$ ENDIF
1330$!
08c7cbbb 1331$ version = revision + "_" + patchlevel + "_" + subversion
97abc6ad
HM
1332$!
1333$ IF (.NOT.vms_skip_install)
1334$ THEN
97abc6ad
HM
1335$!: set the prefixup variable, to restore leading tilde escape !sfn
1336$!
1337$!: determine where public architecture dependent libraries go
1338$ IF (.NOT.silent)
1339$ THEN
1340$ echo ""
1341$ echo "''package' contains architecture-dependent library files. If you are"
1342$ ENDIF
1343$ IF (.NOT.silent)
7558ebc2
PP
1344$ THEN
1345$ TYPE SYS$INPUT:
1346$ DECK
97abc6ad
HM
1347sharing libraries in a heterogeneous environment, you might store
1348these files in a separate location. Otherwise, you can just include
1349them with the rest of the public library files.
7558ebc2 1350$ EOD
97abc6ad 1351$ ENDIF
570bb66e
JH
1352$ IF F$TYPE(archlib) .NES. ""
1353$ THEN dflt = archlib
1354$ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
1355$ ENDIF
97abc6ad
HM
1356$ rp = "Where do you want to put the public architecture-dependent libraries? "
1357$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1358$ GOSUB myread
1359$ IF ans.NES.""
1360$ THEN archlib = ans
1361$ ELSE archlib = dflt
1362$ ENDIF
1363$!
97abc6ad 1364$ ENDIF !%Config-I-VMS, skip "where install" questions
570bb66e 1365$!
97abc6ad 1366$! This quotation from Configure has to be included on VMS:
570bb66e 1367$!
97abc6ad 1368$ TYPE SYS$INPUT:
7558ebc2 1369$ DECK
97abc6ad
HM
1370
1371There is, however, a strange, musty smell in the air that reminds me of
1372something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
7558ebc2 1373$ EOD
97abc6ad
HM
1374$ IF (.NOT.vms_skip_install)
1375$ THEN
1376$!: it so happens the Eunice I know will not run shell scripts in Unix format
1377$!
1378$!: see if setuid scripts can be secure !sfn
1379$!: now see if they want to do setuid emulation !sfn
1380$!
1381$!: determine where site specific libraries go.
1382$ IF .NOT.silent
7558ebc2
PP
1383$ THEN
1384$ TYPE SYS$INPUT:
1385$ DECK
97abc6ad
HM
1386
1387The installation process will also create a directory for
1388site-specific extensions and modules. Some users find it convenient
1389to place all local files in this directory rather than in the main
1390distribution directory.
7558ebc2 1391$ EOD
97abc6ad 1392$ ENDIF
570bb66e
JH
1393$ IF F$TYPE(sitelib) .NES. ""
1394$ THEN dflt = sitelib
1395$ ELSE dflt = privlib - "]" + ".SITE_PERL]"
1396$ ENDIF
97abc6ad
HM
1397$ rp = "Pathname for the site-specific library files? "
1398$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1399$ GOSUB myread
1400$ IF ans.NES.""
1401$ THEN sitelib = ans
1402$ ELSE sitelib = dflt
1403$ ENDIF
1404$!
1405$!: determine where site specific architecture-dependent libraries go.
1406$ IF .NOT.silent
1407$ THEN TYPE SYS$INPUT:
7558ebc2 1408$ DECK
97abc6ad
HM
1409
1410The installation process will also create a directory for
1411architecture-dependent site-specific extensions and modules.
7558ebc2 1412$ EOD
97abc6ad 1413$ ENDIF
570bb66e
JH
1414$ IF F$TYPE(sitearch) .NES. ""
1415$ THEN dflt = sitearch
1416$ ELSE dflt = sitelib - "]" + "." + archname + "]"
1417$ ENDIF
97abc6ad
HM
1418$ rp = "Pathname for the site-specific architecture-dependent library files? "
1419$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1420$ GOSUB myread
1421$ IF ans.NES.""
1422$ THEN sitearch = ans
1423$ ELSE sitearch = dflt
1424$ ENDIF
1425$!
1426$!: determine where old public architecture dependent libraries might be
1427$!
1428$!: determine where public executables go
570bb66e
JH
1429$ IF F$TYPE(bin) .NES. ""
1430$ THEN dflt = bin
1431$! ELSE dflt = prefix - ".]" + ".BIN]"
1432$ ELSE dflt = "/''vms_prefix'/000000"
1433$ ENDIF
97abc6ad
HM
1434$ rp = "Pathname where the public executables will reside? "
1435$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
1436$ GOSUB myread
1437$ IF ans.NES.""
1438$ THEN bin = ans
1439$ ELSE bin = dflt
1440$ ENDIF
1441$!
1442$!: determine where manual pages are on this system
1443$!: What suffix to use on installed man pages
1444$!: see if we can have long filenames
1445$!: determine where library module manual pages go
1446$!: What suffix to use on installed man pages
1447$!: see what memory models we can support
1448$!
570bb66e
JH
1449$ ELSE ! skipping "where install" questions, we must set some symbols
1450$ IF F$TYPE(archlib).EQS."" THEN -
1451 archlib="''vms_prefix':[lib.''archname'.''version']"
1452$ IF F$TYPE(bin) .EQS. "" THEN -
1453 bin="/''vms_prefix'/000000"
1454$ IF F$TYPE(privlib) .EQS. "" THEN -
1455 privlib ="''vms_prefix':[lib]"
1456$ IF F$TYPE(sitearch) .EQS. "" THEN -
1457 sitearch="''vms_prefix':[lib.site_perl.''archname']"
1458$ IF F$TYPE(sitelib) .EQS. "" THEN -
1459 sitelib ="''vms_prefix':[lib.site_perl]"
97abc6ad
HM
1460$ ENDIF !%Config-I-VMS, skip "where install" questions
1461$!
570bb66e
JH
1462$! These derived locations can be set whether we've opted to
1463$! skip the where install questions or not.
1464$!
1465$ IF F$TYPE(archlibexp) .EQS. "" THEN -
1466 archlibexp="''vms_prefix':[lib.''archname'.''version']"
1467$ IF F$TYPE(binexp) .EQS. "" THEN -
1468 binexp ="''vms_prefix':[000000]"
1469$ IF F$TYPE(builddir) .EQS. "" THEN -
1470 builddir ="''vms_prefix':[000000]"
1471$ IF F$TYPE(installarchlib) .EQS. "" THEN -
1472 installarchlib="''vms_prefix':[lib.''archname'.''version']"
1473$ IF F$TYPE(installbin) .EQS. "" THEN -
1474 installbin ="''vms_prefix':[000000]"
1475$ IF F$TYPE(installscript) .EQS. "" THEN -
1476 installscript ="''vms_prefix':[utils]"
1477$ IF F$TYPE(installman1dir) .EQS. "" THEN -
1478 installman1dir ="''vms_prefix':[man.man1]"
1479$ IF F$TYPE(installman3dir) .EQS. "" THEN -
1480 installman3dir ="''vms_prefix':[man.man3]"
1481$ IF F$TYPE(installprivlib) .EQS. "" THEN -
1482 installprivlib ="''vms_prefix':[lib]"
1483$ IF F$TYPE(installsitearch) .EQS. "" THEN -
1484 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
1485$ IF F$TYPE(installsitelib) .EQS. "" THEN -
1486 installsitelib ="''vms_prefix':[lib.site_perl]"
1487$ IF F$TYPE(oldarchlib) .EQS. "" THEN -
1488 oldarchlib="''vms_prefix':[lib.''archname']"
1489$ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
1490 oldarchlibexp="''vms_prefix':[lib.''archname']"
1491$ IF F$TYPE(privlibexp) .EQS. "" THEN -
1492 privlibexp ="''vms_prefix':[lib]"
f688e3ac
CB
1493$ IF F$TYPE(scriptdir) .EQS. "" THEN -
1494 scriptdir ="''vms_prefix':[utils]"
570bb66e
JH
1495$ IF F$TYPE(sitearchexp) .EQS. "" THEN -
1496 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
1497$ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
1498 sitelib_stem ="''vms_prefix':[lib.site_perl]"
1499$ IF F$TYPE(sitelibexp) .EQS. "" THEN -
1500 sitelibexp ="''vms_prefix':[lib.site_perl]"
1501$!
97abc6ad 1502$!: see if we need a special compiler
01792a70 1503$! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
97abc6ad
HM
1504$!
1505$ nocc = "f"
1506$ vms_cc_dflt = ""
1507$ vms_cc_available = ""
1508$!
1509$ OPEN/WRITE CONFIG ccvms.c
570bb66e 1510$ WRITE CONFIG "#ifdef __DECC"
97abc6ad 1511$ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
570bb66e 1512$ WRITE CONFIG "#endif"
97abc6ad
HM
1513$ WRITE CONFIG "#include <stdio.h>"
1514$ WRITE CONFIG "int main() {"
1515$ WRITE CONFIG "#ifdef __DECC"
1516$ WRITE CONFIG " printf(""/DECC\n"");"
1517$ WRITE CONFIG "#else"
1518$ WRITE CONFIG " printf(""/VAXC\n"");"
1519$ WRITE CONFIG "#endif"
1520$ WRITE CONFIG " exit(0);"
1521$ WRITE CONFIG "}"
1522$ CLOSE CONFIG
1523$!
5af06f0d
DS
1524$! DEFINE SYS$ERROR _NLA0:
1525$! DEFINE SYS$OUTPUT _NLA0:
97abc6ad
HM
1526$ cc/NoObj/list=ccvms.lis ccvms.c
1527$ tmp = $status
5af06f0d
DS
1528$! DEASSIGN SYS$OUTPUT
1529$! DEASSIGN SYS$ERROR
97abc6ad 1530$ IF (silent) THEN GOSUB Shut_up
97abc6ad
HM
1531$ IF tmp.NE.%X10B90001
1532$ THEN
1533$ IF tmp.NE.%X10000001
1534$ THEN
1535$ nocc = "t" !%X10000001 is return from gcc
1536$ GOTO Gcc_initial_check
1537$ ENDIF
1538$ ENDIF
1539$!
1540$ GOSUB List_Parse
1541$ IF .NOT.silent THEN echo ""
570bb66e 1542$ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
97abc6ad
HM
1543$ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1544$ THEN
97abc6ad
HM
1545$ IF .NOT.silent
1546$ THEN
570bb66e 1547$ echo "Will try cc/decc..."
97abc6ad 1548$ ENDIF
570bb66e
JH
1549$ DEFINE/USER_MODE SYS$ERROR NL:
1550$ DEFINE/USER_MODE SYS$OUTPUT NL:
97abc6ad
HM
1551$ SET NOON
1552$ cc/decc/NoObj/list=ccvms.lis ccvms.c
1553$ tmp = $status
97abc6ad
HM
1554$ SET ON
1555$ IF (silent) THEN GOSUB Shut_up
1556$ IF tmp.NE.%X10B90001
1557$ THEN
570bb66e 1558$ echo "Apparently you don't have that one."
97abc6ad
HM
1559$ ELSE
1560$ GOSUB List_parse
570bb66e 1561$ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
97abc6ad
HM
1562$ vms_cc_available = vms_cc_available + "cc/decc "
1563$ ENDIF
1564$ ELSE
5af06f0d 1565$ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line))
97abc6ad
HM
1566$ THEN
1567$ vms_cc_dflt = "/decc"
1568$ vms_cc_available = vms_cc_available + "cc/decc "
97abc6ad
HM
1569$ ENDIF
1570$ ENDIF
1571$!
1572$Gcc_initial_check:
570bb66e 1573$ echo "Checking for gcc"
97abc6ad 1574$ OPEN/WRITE CONFIG gccvers.lis
570bb66e
JH
1575$ DEFINE/USER_MODE SYS$ERROR CONFIG
1576$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
97abc6ad
HM
1577$ 'gcc_symbol'/noobj/version _nla0:
1578$ tmp = $status
97abc6ad
HM
1579$ IF (silent) THEN GOSUB Shut_up
1580$ CLOSE CONFIG
1581$ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1582$ THEN
7558ebc2 1583$ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
570bb66e
JH
1584$ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1585$ GOTO Cxx_initial_check
97abc6ad
HM
1586$ ENDIF
1587$ OPEN/READ CONFIG gccvers.lis
1588$GCC_List_Read:
1589$ READ/END_OF_FILE=GCC_List_End CONFIG line
1590$ GOTO GCC_List_Read
1591$GCC_List_End:
1592$ CLOSE CONFIG
1593$ echo line
1594$ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1595$ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1596$!
570bb66e
JH
1597$Cxx_initial_check:
1598$!
1599$! Do note that [vms]perl source files have a ways to go before they will
1600$! compile under CXX.
7558ebc2
PP
1601$! In order to test Configure.com with CXX invoke it with "-Dtry_cxx" on
1602$! the command line.
570bb66e 1603$!
7558ebc2
PP
1604$ IF F$TYPE(try_cxx) .EQS. "" THEN try_cxx := n
1605$ IF try_cxx .OR. try_cxx .EQS. "define"
570bb66e
JH
1606$!
1607$ THEN
1608$!
1609$ echo "Checking for CXX..."
1610$ OPEN/WRITE CONFIG ccvms.c
1611$ WRITE CONFIG "#include <iostream>"
1612$ WRITE CONFIG "int main() {"
1613$ WRITE CONFIG "#ifdef __DECCXX"
1614$ WRITE CONFIG " cout << __DECCXX, endl;"
1615$ WRITE CONFIG "#else"
1616$ WRITE CONFIG " cout << 0,endl;"
1617$ WRITE CONFIG "#endif"
1618$! Todo: add G++ identifier check ??
1619$ WRITE CONFIG " return(0);"
1620$ WRITE CONFIG "}"
1621$ CLOSE CONFIG
1622$ SET NOON
1623$ DEFINE/USER_MODE SYS$OUTPUT NL:
1624$ DEFINE/USER_MODE SYS$ERROR NL:
1625$ cxx ccvms.c
1626$ tmp = $status
1627$ SET ON
1628$! success $status with:
1629$! DEC C++ V1.1-001 on VMS VAX V5.5-2
1630$! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1631$! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1632$! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1633$ IF tmp .eq. %X15F60001
1634$ THEN
1635$! Which linker?
1636$ SET NOON
1637$ DEFINE/USER_MODE SYS$OUTPUT NL:
1638$ DEFINE/USER_MODE SYS$ERROR NL:
1639$ link ccvms.obj
1640$ tmp = $status
1641$ SET ON
1642$ ! success $status with:
1643$ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1644$ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1645$ IF tmp .eq. %X10000001
1646$ THEN
1647$ ld_try = "Link"
1648$ vms_cc_available = vms_cc_available + "cxx "
1649$ echo "CXX and LINK are available."
1650$ ELSE
1651$ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1652$ SET NOON
1653$ DEFINE/USER_MODE SYS$OUTPUT NL:
1654$ DEFINE/USER_MODE SYS$ERROR NL:
1655$ cxxlink ccvms.obj
1656$ tmp = $status
1657$ SET ON
1658$ ! success $status with:
1659$ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1660$ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1661$ IF tmp .eq. %X10000001
1662$ THEN
1663$ ld_try = "cxxlink"
1664$ vms_cc_available = vms_cc_available + "cxx "
1665$ echo "CXX and CXXLINK are available."
1666$ ENDIF
1667$ ENDIF
1668$ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1669$ ELSE
1670$ echo "Nope."
1671$ ENDIF
1672$ DELETE/NOLOG/NOCONFIRM ccvms.c;
1673$ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1674$ CALL Cxx_demangler_cleanup
1675$!
1676$ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1677$!
97abc6ad
HM
1678$CC_Cleanup:
1679$ DELETE/NOLOG/NOCONFIRM ccvms.*;
1680$CC_Desired:
1681$!: see if we need a special compiler
1682$! echo ""
570bb66e 1683$ echo "Available compiler(s):"
97abc6ad
HM
1684$ echo "( ''vms_cc_available')"
1685$ IF .NOT.nocc
1686$ THEN
1687$ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1688$ ELSE
1689$ dflt = gcc_symbol
1690$ ENDIF
1691$ rp = "Use which C compiler? [''dflt'] "
1692$ GOSUB myread
1693$ IF ans.NES.""
1694$ THEN
1695$ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1696$ Mcc = ans
5af06f0d 1697$ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans))
97abc6ad
HM
1698$ THEN
1699$ Mcc = "cc/decc"
414b89cc
CB
1700$! CPQ ?
1701$ ccname := DEC
429a5e67 1702$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad 1703$ ENDIF
570bb66e
JH
1704$ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1705$ THEN
1706$ Mcc = "cxx"
414b89cc 1707$ ccname := CXX
570bb66e 1708$ ld = ld_try
7558ebc2
PP
1709$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1710$ ELSE ! Not_cxx
1711$ IF Mcc.NES.dflt
97abc6ad 1712$ THEN
7558ebc2
PP
1713$ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1714 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1715$ THEN
1716$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1717$ ELSE
414b89cc 1718$ ccname := DEC
7558ebc2
PP
1719$ ENDIF
1720$ ELSE
1721$ IF Mcc .EQS. "cc/decc"
1722$ THEN
414b89cc 1723$ ccname := DEC
7558ebc2
PP
1724$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1725$ ENDIF
97abc6ad
HM
1726$ ENDIF
1727$ ENDIF
1728$ ELSE
1729$ Mcc = dflt
1730$ IF Mcc .EQS. "cc/decc"
1731$ THEN
414b89cc 1732$ ccname := DEC
429a5e67 1733$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad 1734$ ENDIF
97abc6ad
HM
1735$ IF Mcc .EQS. "gcc"
1736$ THEN
414b89cc 1737$ ccname := GCC
429a5e67 1738$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad
HM
1739$ ENDIF
1740$ ENDIF
1741$Decc_Version_check:
570bb66e 1742$ ccversion=""
414b89cc 1743$ IF ccname .EQS. "DEC"
97abc6ad
HM
1744$ THEN
1745$ echo ""
7558ebc2 1746$ echo4 "Checking for the Dec C version number..."
97abc6ad
HM
1747$ OPEN/WRITE CONFIG deccvers.c
1748$ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1749$ WRITE CONFIG "#include <stdio.h>"
1750$ WRITE CONFIG "int main() {"
1751$ WRITE CONFIG "#ifdef __DECC"
1752$ WRITE CONFIG "#ifdef __DECC_VER"
1753$ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1754$ WRITE CONFIG "#else"
1755$ WRITE CONFIG " printf(""%i\n"", ""1"");"
1756$ WRITE CONFIG "#endif"
1757$ WRITE CONFIG "#endif"
1758$ WRITE CONFIG " exit(0);"
1759$ WRITE CONFIG "}"
1760$ CLOSE CONFIG
570bb66e
JH
1761$ SET NOON
1762$ DEFINE/USER_MODE SYS$ERROR NL:
1763$ DEFINE/USER_MODE SYS$OUTPUT NL:
97abc6ad
HM
1764$ 'Mcc' deccvers.c
1765$ tmp = $status
97abc6ad 1766$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1767$ DEFINE/USER_MODE SYS$ERROR NL:
1768$ DEFINE/USER_MODE SYS$OUTPUT NL:
97abc6ad
HM
1769$ link deccvers.obj
1770$ tmp = $status
97abc6ad
HM
1771$ IF (silent) THEN GOSUB Shut_up
1772$ OPEN/WRITE CONFIG deccvers.out
570bb66e
JH
1773$ DEFINE/USER_MODE SYS$ERROR CONFIG
1774$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
97abc6ad
HM
1775$ mcr []deccvers.exe
1776$ tmp = $status
570bb66e 1777$ SET ON
97abc6ad 1778$ CLOSE CONFIG
97abc6ad
HM
1779$ IF (silent) THEN GOSUB Shut_up
1780$ OPEN/READ CONFIG deccvers.out
1781$ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1782$Dec_c_cleanup:
1783$ CLOSE CONFIG
97abc6ad 1784$ echo "You are using Dec C ''line'"
570bb66e
JH
1785$ ccversion = line
1786$ Dec_C_Version = F$INTEGER(line)
1787$ IF Dec_C_Version .GE. 60200000
1788$ THEN
1789$ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1790$ ccflags = ccflags + "/NOANSI_ALIAS"
1791$ ENDIF
1792$ DELETE/NOLOG/NOCONFIRM deccvers.*;
97abc6ad 1793$ ENDIF
97abc6ad 1794$Gcc_check:
570bb66e 1795$ gccversion = ""
414b89cc 1796$ IF ccname .EQS. "GCC"
97abc6ad 1797$ THEN
570bb66e
JH
1798$ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1799$ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1800$ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1801$ IF gcclib_olb .EQS. ""
97abc6ad 1802$ THEN
570bb66e
JH
1803$! These objects/libs come w/ gcc 2.7.2 for AXP:
1804$ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1805$ IF tmp .NES. "" then gcclib_olb = tmp
1806$ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1807$ IF tmp .NES. ""
1808$ THEN
1809$ IF gcclib_olb .EQS. ""
1810$ THEN gcclib_olb = tmp
1811$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1812$ ENDIF
97abc6ad 1813$ ENDIF
570bb66e
JH
1814$ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1815$ IF tmp .NES. ""
1816$ THEN
1817$ IF gcclib_olb .EQS. ""
1818$ THEN gcclib_olb = tmp
1819$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1820$ ENDIF
97abc6ad 1821$ ENDIF
570bb66e
JH
1822$ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1823$ IF tmp .NES. ""
1824$ THEN
1825$ IF gcclib_olb .EQS. ""
1826$ THEN gcclib_olb = tmp
1827$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1828$ ENDIF
97abc6ad 1829$ ENDIF
570bb66e
JH
1830$ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1831$ ELSE
1832$ gcclib_olb = gcclib_olb + "/lib"
97abc6ad 1833$ ENDIF
570bb66e 1834$ IF gcclib_olb .NES. "" .AND. -
97abc6ad
HM
1835 (vaxcrtl_olb .NES. "" .OR. -
1836 vaxcrtl_exe .NES. "" )
570bb66e
JH
1837$ THEN
1838$ echo ""
1839$ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1840$ OPEN/WRITE CONFIG gccvers.c
570bb66e
JH
1841$ WRITE CONFIG "#include <stdio.h>"
1842$ WRITE CONFIG "int main() {"
1843$ WRITE CONFIG "#ifdef __GNUC__"
1844$ WRITE CONFIG "#ifdef __VERSION__"
1845$ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1846$ WRITE CONFIG "#else"
1847$ WRITE CONFIG " printf(""%s\n"", ""1"");"
1848$ WRITE CONFIG "#endif"
1849$ WRITE CONFIG "#endif"
1850$ WRITE CONFIG " exit(0);"
1851$ WRITE CONFIG "}"
1852$ CLOSE CONFIG
1853$ DEFINE SYS$ERROR _NLA0:
1854$ DEFINE SYS$OUTPUT _NLA0:
1855$ 'Mcc' gccvers.c
1856$ tmp = $status
1857$ DEASSIGN SYS$ERROR _NLA0:
1858$ DEASSIGN SYS$OUTPUT _NLA0:
1859$ IF (silent) THEN GOSUB Shut_up
1860$ DEFINE SYS$ERROR _NLA0:
1861$ DEFINE SYS$OUTPUT _NLA0:
1862$ IF vaxcrtl_exe .EQS. ""
1863$ THEN
1864$ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1865$ THEN
1866$ link gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
1867$ tmp = $status
1868$ ELSE
1869$ link gccvers.obj,'gcclib_olb'
1870$ tmp = $status
1871$ ENDIF
1872$ ELSE
1873$ OPEN/WRITE CONFIG GCCVERS.OPT
1874$ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1875$ CLOSE CONFIG
1876$ link gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
1877$ tmp = $status
1878$ ENDIF
1879$ DEASSIGN SYS$ERROR
1880$ DEASSIGN SYS$OUTPUT
1881$ IF (silent) THEN GOSUB Shut_up
1882$ OPEN/WRITE CONFIG gccvers.out
1883$ DEFINE SYS$ERROR CONFIG
1884$ DEFINE SYS$OUTPUT CONFIG
1885$ mcr []gccvers.exe
1886$ tmp = $status
1887$ CLOSE CONFIG
1888$ DEASSIGN SYS$OUTPUT
1889$ DEASSIGN SYS$ERROR
1890$ IF (silent) THEN GOSUB Shut_up
1891$ OPEN/READ CONFIG gccvers.out
1892$ READ/END_OF_FILE=Gcc_cleanup CONFIG line
1893$Gcc_cleanup:
1894$ CLOSE CONFIG
1895$ DELETE/NOLOG/NOCONFIRM gccvers.*;
1896$ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
1897$ THEN
1898$ echo "You are not using GNU cc."
1899$ GOTO Host_name
1900$ ELSE
1901$ echo "You are using GNU cc ''line'"
1902$ gccversion = line
414b89cc 1903$ ccname := "GCC"
570bb66e
JH
1904$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1905$ GOTO Include_dirs
1906$ ENDIF
1907$ ENDIF
1908$ ENDIF
1909$Cxx_Version_check:
414b89cc 1910$ IF ccname .EQS. "CXX"
97abc6ad 1911$ THEN
570bb66e 1912$ OPEN/WRITE CONFIG cxxvers.c
97abc6ad
HM
1913$ WRITE CONFIG "#include <stdio.h>"
1914$ WRITE CONFIG "int main() {"
570bb66e
JH
1915$ WRITE CONFIG "#ifdef __DECCXX_VER"
1916$ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
97abc6ad 1917$ WRITE CONFIG "#else"
570bb66e 1918$ WRITE CONFIG " printf(""%i\n"", ""0"");"
97abc6ad 1919$ WRITE CONFIG "#endif"
570bb66e 1920$ WRITE CONFIG " return(0);"
97abc6ad
HM
1921$ WRITE CONFIG "}"
1922$ CLOSE CONFIG
570bb66e
JH
1923$ SET NOON
1924$ DEFINE/USER_MODE SYS$ERROR NL:
1925$ DEFINE/USER_MODE SYS$OUTPUT NL:
1926$ 'Mcc' cxxvers.c
97abc6ad 1927$ tmp = $status
570bb66e 1928$ SET ON
97abc6ad 1929$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1930$ SET NOON
1931$ DEFINE/USER_MODE SYS$ERROR NL:
1932$ DEFINE/USER_MODE SYS$OUTPUT NL:
1933$ 'ld' cxxvers.obj
1934$ tmp = $status
1935$ SET ON
97abc6ad 1936$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1937$ OPEN/WRITE CONFIG cxxvers.out
1938$ SET NOON
1939$ DEFINE/USER_MODE SYS$ERROR CONFIG
1940$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1941$ mcr []cxxvers.exe
97abc6ad 1942$ tmp = $status
570bb66e 1943$ SET ON
97abc6ad 1944$ CLOSE CONFIG
97abc6ad 1945$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1946$ OPEN/READ CONFIG cxxvers.out
1947$ READ/END_OF_FILE=Cxx_cleanup CONFIG line
1948$Cxx_cleanup:
97abc6ad 1949$ CLOSE CONFIG
570bb66e
JH
1950$ DELETE/NOLOG/NOCONFIRM cxxvers.*;
1951$ echo "You are using CXX ''line'"
1952$ cxxversion = line
1953$ ccversion = line
1954$ CALL Cxx_demangler_cleanup
1955$ ENDIF
1956$!
1957$Cxx_demangler_cleanup: SUBROUTINE
1958$!
1959$! If we do build with CXX these demangler Dbs will be left all over.
1960$! However, configure.com does try to remove the [.UU] sub directory.
1961$! Be sure to set default to the correct place before calling this sub.
1962$!
1963$ SET NOON
1964$ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
1965$ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
1966$ THEN
1967$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
1968$ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
97abc6ad 1969$ ENDIF
570bb66e
JH
1970$ SET ON
1971$ EXIT
1972$ ENDSUBROUTINE ! Cxx_demangler_cleanup
1973$!
97abc6ad
HM
1974$ GOTO Host_name
1975$!
1976$List_Parse:
1977$ OPEN/READ CONFIG ccvms.lis
1978$ READ CONFIG line
55315086 1979$ IF archname .EQS. "VMS_VAX"
97abc6ad
HM
1980$ THEN
1981$ read CONFIG line
1982$ archsufx = "VAX"
1983$ ELSE
1984$ archsufx = "AXP"
1985$ ENDIF
1986$ CLOSE CONFIG
1987$ line = F$EDIT(line,"TRIM,COMPRESS")
1988$ line = line - "Page 1" ! occurs at end all compilers
1989$ line = line - "CCVMS " ! filename appears w/ VAXC
1990$ line = line - "Source Listing " ! Seen w/ AXP DECC
1991$ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
1992$ line = line - tmp
1993$ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
1994$ DELETE/NOLOG/NOCONFIRM ccvms.lis;
1995$ RETURN
1996$!
1997$Include_dirs:
570bb66e 1998$!: What should the include directory be ? (.TLB text libraries)
97abc6ad
HM
1999$ dflt = gcclib_olb
2000$ rp = "Where are the include files you want to use? "
2001$ IF f$length( rp + "[''dflt'] " ).gt.76
2002$ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
2003$ ELSE rp = rp + "[''dflt'] "
2004$ ENDIF
2005$ GOSUB myread
2006$ usrinc = ans
2007$!
2008$!: see if we have to deal with yellow pages, now NIS.
2009$!: now get the host name
2010$Host_name:
2011$ echo ""
2012$ echo4 "Figuring out host name..." !>&4
2013$ myhostname = ""
2014$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
2015$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
2016$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
2017$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
2018$ IF myhostname.eqs."".and. -
2019 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
2020 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
2021 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
16421035
PP
2022$ IF myhostname.eqs."".and. -
2023 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
2024 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
2025 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
97abc6ad
HM
2026$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
2027$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
2028$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
2029$ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
2030$!: you do not want to know about this
2031$!: verify guess
2032$ rp = "Your host name appears to be """"''myhostname'"""". Right? "
2033$ GOSUB myread
2034$ IF (.not.ans).and.(ans.NES."")
2035$ THEN
2036$ READ SYS$COMMAND/PROMPT= -
2037 "Please type the (one word) name of your host: " ans
2038$ myhostname = ans
2039$ ENDIF
2040$!: translate upper to lower if necessary
2041$ myhostname = F$EDIT(myhostname,"COLLAPSE")
2042$ mylowhostname = F$EDIT(myhostname," LOWERCASE")
2043$ IF mylowhostname.NES.myhostname
2044$ THEN
2045$ echo "(Normalizing case in your host name)"
2046$ myhostname = mylowhostname
2047$ ENDIF
2048$!
2049$ fp = F$LOCATE(".",myhostname)
2050$ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
2051$ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
2052$ THEN
2053$ rp = "What is your domain name? [''mydomain'] "
2054$ GOSUB myread
cc391245 2055$ IF ans .nes. "" THEN mydomain = ans
97abc6ad
HM
2056$!: translate upper to lower if necessary
2057$ mydomain = F$EDIT(mydomain,"COLLAPSE")
2058$ mylowdomain = F$EDIT(mydomain," LOWERCASE")
2059$ IF mylowdomain.NES.mydomain
2060$ THEN
2061$ echo "(Normalizing case in your domain name)"
2062$ mydomain = mylowdomain
2063$ ENDIF
2064$ ENDIF
2065$ myhostname = myhostname - mydomain
2066$ echo "(Trimming domain name from host name--host name is now ''myhostname')"
2067$ IF .NOT.silent
7558ebc2
PP
2068$ THEN
2069$ TYPE SYS$INPUT:
2070$ DECK
97abc6ad
HM
2071
2072I need to get your e-mail address in Internet format if possible, i.e.
2073something like user@host.domain. Please answer accurately since I have
2074no easy means to double check it. The default value provided below
2075is most probably close to the reality but may not be valid from outside
2076your organization...
7558ebc2 2077$ EOD
97abc6ad 2078$ ENDIF
414b89cc
CB
2079$ IF F$TYPE(cf_email) .EQS. ""
2080$ THEN
2081$ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
2082$ rp = "What is your e-mail address? [''dflt'] "
2083$ GOSUB myread
2084$ IF ans .nes. ""
2085$ THEN cf_email = ans
2086$ ELSE cf_email = dflt
2087$ ENDIF
97abc6ad
HM
2088$ ENDIF
2089$!
2090$ IF .NOT.silent
7558ebc2
PP
2091$ THEN
2092$ TYPE SYS$INPUT:
2093$ DECK
97abc6ad
HM
2094
2095If you or somebody else will be maintaining perl at your site, please
2096fill in the correct e-mail address here so that they may be contacted
2097if necessary. Currently, the "perlbug" program included with perl
2098will send mail to this address in addition to perlbug@perl.com. You may
2099enter "none" for no administrator.
7558ebc2 2100$ EOD
97abc6ad
HM
2101$ ENDIF
2102$ dflt = "''cf_email'"
2103$ rp = "Perl administrator e-mail address [''dflt'] "
2104$ GOSUB myread
cc391245 2105$ IF ans .nes. ""
97abc6ad
HM
2106$ THEN perladmin = ans
2107$ ELSE perladmin = dflt
2108$ ENDIF
2109$!
2110$!: determine where public executable scripts go
2111$!: determine perl absolute location
2112$!: figure out how to guarantee perl startup
2113$!
2114$!: see how we invoke the C preprocessor
2115$! echo ""
2116$! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
2117$!: Set private lib path
2118$!: Now check and see which directories actually exist, avoiding duplicates
2119$!: determine optimize, if desired, or use for debug flag also
2120$!: We will not override a previous value, but we might want to
2121$!: augment a hint file
2122$!: the following weeds options from ccflags that are of no interest to cpp
2123$!: flags used in final linking phase
2124$!: Try to guess additional flags to pick up local libraries.
2125$!: coherency check
2126$! echo ""
2127$! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
2128$!: compute shared library extension
2129$!: Looking for optional libraries
2130$!: see if nm is to be used to determine whether a symbol is defined or not
2131$!: get list of predefined functions in a handy place
983dbef6 2132$!: see if we have sigaction or sigprocmask
97abc6ad
HM
2133$!: see whether socketshr exists
2134$ IF (F$SEARCH(F$PARSE("SocketShr","Sys$Share:.Exe")).NES."")
2135$ THEN
570bb66e 2136$ Has_socketshr = "T"
97abc6ad 2137$ echo ""
7558ebc2 2138$ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
570bb66e
JH
2139$ ELSE
2140$ Has_socketshr = "F"
2141$ ENDIF
414b89cc
CB
2142$ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. -
2143 (ccname .EQS. "CXX")
97abc6ad
HM
2144$ THEN
2145$ Has_Dec_C_Sockets = "T"
2146$ echo ""
7558ebc2 2147$ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
570bb66e
JH
2148$ ELSE
2149$ Has_Dec_C_Sockets = "F"
97abc6ad
HM
2150$ ENDIF
2151$ ! Hey, we've got both. Default to Dec C, then, since it's better
570bb66e 2152$ IF Has_socketshr .OR. Has_Dec_C_Sockets
97abc6ad
HM
2153$ THEN
2154$ echo ""
7558ebc2
PP
2155$ echo "You have sockets available. Which socket stack do you want to"
2156$ echo "build into Perl?"
570bb66e 2157$ IF Has_Dec_C_Sockets
97abc6ad
HM
2158$ THEN
2159$ dflt = "DECC"
2160$ else
e6df7ed1 2161$ dflt = "SOCKETSHR"
97abc6ad
HM
2162$ endif
2163$ rp = "Choose socket stack (NONE"
570bb66e
JH
2164$ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2165$ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
97abc6ad
HM
2166$ rp = rp + ") [''dflt'] "
2167$ GOSUB myread
570bb66e
JH
2168$ IF ans .EQS. "" THEN ans = "''dflt'"
2169$ Has_Dec_C_Sockets = "F"
2170$ Has_socketshr = "F"
97abc6ad 2171$ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
570bb66e
JH
2172$ IF ans.eqs."decc" then Has_Dec_C_Sockets = "T"
2173$ IF ans.eqs."socketshr" then Has_socketshr = "T"
2174$ ENDIF
97abc6ad
HM
2175$!
2176$!
3eeba6fb 2177$! Ask if they want to build with VMS_DEBUG perl
146174a9 2178$ echo ""
3eeba6fb
CB
2179$ echo "Perl can be built to run under the VMS debugger."
2180$ echo "You should only select this option if you are debugging"
2181$ echo "perl itself. This can be a useful feature if you are "
2182$ echo "embedding perl in a program."
146174a9 2183$ dflt = "n"
3eeba6fb
CB
2184$ rp = "Build a VMS-DEBUG version of Perl? [''dflt'] "
2185$ GOSUB myread
146174a9
CB
2186$ IF ans.eqs."" then ans = dflt
2187$ IF F$EXTRACT(0, 1, F$EDIT(ans,"COLLAPSE,UPCASE")) .eqs. "Y"
3eeba6fb
CB
2188$ THEN
2189$ use_vmsdebug_perl = "Y"
2190$ macros = macros + """__DEBUG__=1"","
2191$ ELSE
2192$ use_vmsdebug_perl = "N"
2193$ ENDIF
2194$!
8c99d73e
GS
2195$! Ask if they want to build with DEBUGGING
2196$ echo ""
7558ebc2
PP
2197$ echo "Perl can be built with extra runtime debugging enabled. This"
2198$ echo "enables the -D switch, at the cost of some performance. It"
2199$ echo "was mandatory on perl 5.005 and before on VMS, but is now"
2200$ echo "optional. If you do not generally use it you should probably"
2201$ echo "leave this off and gain a bit of extra speed."
8c99d73e
GS
2202$ dflt = "y"
2203$ rp = "Build a DEBUGGING version of Perl? [''dflt'] "
2204$ GOSUB myread
2205$ IF ans.eqs."" then ans = dflt
2206$ IF F$EXTRACT(0, 1, F$EDIT(ans,"COLLAPSE,UPCASE")) .eqs. "Y"
2207$ THEN
2208$ use_debugging_perl = "Y"
2209$ ELSE
2210$ use_debugging_perl = "N"
2211$ ENDIF
2212$!
3937c24e 2213$! Ask if they want to build with MULTIPLICITY
146174a9 2214$ echo ""
570bb66e
JH
2215$ echo "Perl can be built so that multiple Perl interpreters can coexist"
2216$ echo "within the same Perl executable."
7558ebc2
PP
2217$ echo "There is some performance overhead, however, so you"
2218$ echo "probably do not want to choose this unless you are going to be"
2219$ echo "doing things with embedded perl."
3937c24e 2220$ dflt = "n"
570bb66e 2221$ rp = "Build Perl for multiplicity? [''dflt'] "
3937c24e 2222$ GOSUB myread
570bb66e
JH
2223$ IF ans.eqs."" then ans = dflt
2224$ IF ans
3937c24e 2225$ THEN
570bb66e 2226$ usemultiplicity="define"
3937c24e 2227$ ELSE
570bb66e 2228$ usemultiplicity="undef"
3937c24e 2229$ ENDIF
fafa4fee
CB
2230$!
2231$! Ask if they want to build with 64-bit support
570bb66e 2232$ IF (archname.eqs."VMS_AXP").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
fafa4fee 2233$ THEN
f53b4005 2234$ dflt = use64bitint
fafa4fee 2235$ echo ""
7558ebc2 2236$ echo "You can have native 64-bit long integers."
f53b4005 2237$ echo ""
7558ebc2
PP
2238$ echo "Perl can be built to take advantage of 64-bit integer types"
2239$ echo "on some systems, which provide a much larger range for perl's"
2240$ echo "mathematical operations. (Note that does *not* enable 64-bit"
f53b4005 2241$ echo "fileops at the moment, as Dec C doesn't do that yet)."
7558ebc2 2242$ echo "Choosing this option will most probably introduce binary incompatibilities."
f53b4005 2243$ echo ""
7558ebc2 2244$ echo "If this does not make any sense to you, just accept the default ''dflt'."
f53b4005 2245$ rp = "Try to use 64-bit integers, if available? [''dflt'] "
5e4ba136 2246$ GOSUB myread
f53b4005 2247$ IF ans .EQS. "" THEN ans = dflt
7558ebc2
PP
2248$ IF ans
2249$ THEN use64bitint="Y"
2250$ ELSE use64bitint="N"
5e4ba136 2251$ ENDIF
f53b4005
CB
2252$ IF (use64bitint)
2253$ THEN
2254$ dflt = use64bitall
2255$ echo ""
7558ebc2
PP
2256$ echo "Since you chose 64-bitness you may want to try maximal 64-bitness."
2257$ echo "What you have chosen is minimal 64-bitness which means just enough"
2258$ echo "to get 64-bit integers. The maximal means using as much 64-bitness"
2259$ echo "as is possible on the platform. This in turn means even more binary"
2260$ echo "incompatibilities. On the other hand, your platform may not have"
2261$ echo "any more maximal 64-bitness than what you already have chosen."
f53b4005 2262$ echo ""
7558ebc2 2263$ echo "If this does not make any sense to you, just accept the default ''dflt'."
f53b4005
CB
2264$ rp = "Try to use full 64-bit support, if available? [''dflt'] "
2265$ GOSUB myread
2266$ IF ans .EQS. "" THEN ans = dflt
7558ebc2
PP
2267$ IF ans
2268$ THEN use64bitall="Y"
2269$ ELSE use64bitall="N"
f53b4005
CB
2270$ ENDIF
2271$ ENDIF
2272$ ENDIF ! AXP && >= 7.1
146174a9 2273$!
97abc6ad 2274$! Ask about threads, if appropriate
414b89cc 2275$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
97abc6ad 2276$ THEN
146174a9 2277$ echo ""
7558ebc2
PP
2278$ echo "This version of Perl can be built with threads. While really nifty,"
2279$ echo "they are a beta feature, and there is a speed penalty for perl"
2280$ echo "programs if you build with threads *even if you do not use them*."
429a5e67 2281$ dflt = "n"
97abc6ad
HM
2282$ rp = "Build with threads? [''dflt'] "
2283$ GOSUB myread
2284$ if ans.eqs."" then ans = dflt
2285$ if (f$extract(0, 1, "''ans'").eqs."Y").or.(f$extract(0, 1, "''ans'").eqs."y")
2286$ THEN
2287$ use_threads="T"
498336ed 2288$ ! Shall we do the 5.005-stype threads, or IThreads?
7558ebc2
PP
2289$ echo "As of 5.5.640, Perl has two different internal threading"
2290$ echo "implementations, the 5.005 version (5005threads) and an"
2291$ echo "interpreter-based version (ithreads) that has one"
2292$ echo "interpreter per thread. Both are very experimental. This"
2293$ echo "arrangement exists to help developers work out which one"
2294$ echo "is better."
2295$ echo ""
2296$ echo "If you are a casual user, you probably do not want"
2297$ echo "interpreter-threads at this time. There doesn't yet exist"
2298$ echo "a way to create threads from within Perl in this model,"
2299$ echo "i.e., ""use Thread;"" will NOT work."
2300$ echo ""
498336ed 2301$ dflt = "n"
7558ebc2 2302$ rp = "Build with Interpreter threads? [''dflt'] "
2974eb71 2303$ GOSUB myread
498336ed
CB
2304$ if ans.eqs."" then ans = dflt
2305$ if (f$extract(0, 1, "''ans'").eqs."Y").or.(f$extract(0, 1, "''ans'").eqs."y")
2306$ THEN
2307$ use_ithreads="Y"
2308$ use_5005_threads="N"
2309$ ELSE
2310$ use_ithreads="N"
2311$ use_5005_threads="Y"
2312$ ENDIF
429a5e67 2313$ ! Are they on VMS 7.1 on an alpha?
570bb66e 2314$ if (archname.eqs."VMS_AXP").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
429a5e67
DS
2315$ THEN
2316$ echo ""
7558ebc2
PP
2317$ echo "Threaded perl can be linked to use multiple kernel threads"
2318$ echo "and system upcalls on VMS 7.1+ on Alpha systems. This feature"
2319$ echo "allows multiple threads to execute simultaneously on an SMP"
2320$ echo "system as well as preventing a single thread from blocking"
2321$ echo "all the threads in a program, even on a single-processor"
2322$ echo "machine. Unfortunately, this feature isn't safe on an"
2323$ echo "unpatched 7.1 system (several OS patches were required when"
2324$ echo "this procedure was written)."
e6df7ed1 2325$ dflt = "n"
429a5e67
DS
2326$ rp = "Enable multiple kernel threads and upcalls? [''dflt'] "
2327$ gosub myread
2328$ if ans.eqs."" then ans="''dflt'"
2329$ if f$extract(0, 1, f$edit(ans,"TRIM,COMPRESS,UPCASE")).eqs."Y"
2330$ THEN
2331$ Thread_Live_Dangerously = "MT=MT=1"
2332$ ENDIF
2333$ ENDIF
97abc6ad
HM
2334$ ENDIF
2335$ ENDIF
7558ebc2
PP
2336$ IF archname .EQS. "VMS_AXP"
2337$ THEN
498336ed 2338$! Case sensitive?
7558ebc2
PP
2339$ echo ""
2340$ echo "By default, perl (and pretty much everything else on VMS) uses"
2341$ echo "case-insensitive linker symbols. Which is to say, when the"
2342$ echo "underlying C code makes a call to a routine called Perl_foo in"
2343$ echo "the source, the name in the object modules or shareable images"
2344$ echo "is really PERL_FOO. There are some packages that use an"
2345$ echo "embedded perl interpreter that instead require case-sensitive"
2346$ echo "linker symbols."
2347$ echo ""
2348$ echo "If you have no idea what this means, and do not have"
2349$ echo "any program requiring anything, choose the default."
2350$ dflt = be_case_sensitive
2351$ rp = "Build with case-sensitive symbols? [''dflt'] "
2352$ GOSUB myread
2353$ IF ans .EQS. "" THEN ans="''dflt'"
2354$ be_case_sensitive = "''ans'"
498336ed 2355$! IEEE math?
7558ebc2 2356$ echo ""
24866caa
CB
2357$ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers"
2358$ echo "internally on Alpha, but if you need G_FLOAT for binary compatibility"
2359$ echo "with an external library or existing data, you may wish to disable"
2360$ echo "the IEEE math option."
7558ebc2
PP
2361$ dflt = use_ieee_math
2362$ rp = "Use IEEE math? [''dflt'] "
2363$ GOSUB myread
2364$ IF ans .eqs. "" THEN ans = "''dflt'"
2365$ use_ieee_math = "''ans'"
2366$ ENDIF
498336ed
CB
2367$! CC Flags
2368$ echo ""
7558ebc2
PP
2369$ echo "Your compiler may want other flags. For this question you should include"
2370$ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2371$ echo "or qualifiers used by the compiler."
2372$ echo ""
2373$ echo "To use no flags, specify the word ""none""."
498336ed 2374$ dflt = user_c_flags
7558ebc2
PP
2375$ rp = "Any additional cc flags? [''dflt'] "
2376$ GOSUB myread
2377$ IF ans .EQS. "" THEN ans = "''dflt'"
2378$ IF ans .EQS. "none" THEN ans = ""
498336ed 2379$ user_c_flags = "''ans'"
97abc6ad 2380$!
cc391245
CB
2381$! Ask whether they want to use secure logical translation when tainting
2382$ echo ""
2383$ echo "As Perl starts up, it checks several logical names, such as"
2384$ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2385$ echo "of its behavior. For additional security, you may limit this"
2386$ echo "process to executive- and kernel-mode translation when tainting"
2387$ echo "is enabled. In this case, logical names normally skipped when"
2388$ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2389$ echo "If you do not choose to do this, the usual order of access modes"
2390$ echo "is used for logical name translation."
2391$ echo ""
2392$ echo "This restriction does not apply to the %ENV hash or to implicit"
2393$ echo "logical name translation during parsing of file specifications;"
2394$ echo "these always use the normal sequence of access modes for logical"
2395$ echo "name translation."
01792a70 2396$ dflt = "y"
cc391245
CB
2397$ rp = "Use secure logical name translation? [''dflt'] "
2398$ GOSUB myread
570bb66e
JH
2399$ IF ans .eqs. "" THEN ans = dflt
2400$ IF ans
2401$ THEN d_secintgenv := Y
2402$ ELSE d_secintgenv := N
2403$ ENDIF
cc391245
CB
2404$!
2405$! Ask whether they want to default filetypes
2406$ echo ""
2407$ echo "When you pass the name of a program to Perl on the command line,"
2408$ echo "it generally doesn't supply any defaults unless the -S command"
2409$ echo "line switch is specified. In keeping with the VMS tradition of"
2410$ echo "default file types, however, you can configure Perl to try default"
2411$ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2412$ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2413$ echo "finally foo.com)."
8c99d73e 2414$ echo ""
7558ebc2
PP
2415$ echo "This is currently broken in some configurations. Only enable it if"
2416$ echo "you know what you are doing."
570bb66e 2417$ dflt = "n"
cc391245
CB
2418$ rp = "Always use default file types? [''dflt'] "
2419$ GOSUB myread
570bb66e
JH
2420$ IF ans .EQS. "" THEN ans = dflt
2421$ IF ans
2422$ THEN d_alwdeftype := Y
2423$ ELSE d_alwdeftype := N
2424$ ENDIF
97abc6ad
HM
2425$! Ask if they want to use perl's memory allocator
2426$ echo ""
7558ebc2
PP
2427$ echo "Perl has a built-in memory allocator that is tuned for normal"
2428$ echo "memory usage. It is oftentimes better than the standard system"
2429$ echo "memory allocator. It also has the advantage of providing memory"
2430$ echo "allocation statistics, if you choose to enable them."
e6df7ed1 2431$ dflt = "n"
7558ebc2
PP
2432$ IF F$TYPE(usemymalloc) .EQS. "STRING"
2433$ THEN
2434$ IF usemymalloc THEN dflt = "y"
2435$ ENDIF
2436$ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''dflt'] "
97abc6ad 2437$ GOSUB myread
570bb66e
JH
2438$ IF ans .eqs. "" THEN ans = dflt
2439$ IF ans
2440$ THEN mymalloc := Y
2441$ ELSE mymalloc := N
2442$ ENDIF
2443$ IF mymalloc
429a5e67 2444$ THEN
570bb66e 2445$ IF use_debugging_perl
429a5e67
DS
2446$ THEN
2447$ echo ""
7558ebc2
PP
2448$ echo "Perl can keep statistics on memory usage if you choose to use"
2449$ echo "them. This is useful for debugging, but does have some"
2450$ echo "performance overhead."
e6df7ed1 2451$ dflt = "n"
429a5e67
DS
2452$ rp = "Do you want the debugging memory allocator? [''dflt'] "
2453$ gosub myread
7558ebc2 2454$ IF ans .eqs. "" THEN ans = "''dflt'"
146174a9 2455$ use_debugmalloc = f$extract(0, 1, f$edit(ans, "COLLAPSE,UPCASE"))
429a5e67
DS
2456$ ENDIF
2457$ ! Check which memory allocator we want
2458$ echo ""
7558ebc2
PP
2459$ echo "There are currently three different memory allocators: the"
2460$ echo "default (which is a pretty good general-purpose memory manager),"
2461$ echo "the TWO_POT allocator (which is optimized to save memory for"
2462$ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2463$ echo "memory for smaller allocations). They're all good, but if your"
2464$ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
429a5e67 2465$ echo "PACK_MALLOC."
429a5e67
DS
2466$ dflt = "DEFAULT"
2467$ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2468$ GOSUB myread
2469$ if ans.eqs."" then ans = "''dflt'"
2470$ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2471$ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2472$ ENDIF
97abc6ad 2473$!
a3bd614a
PP
2474$ known_extensions = ""
2475$ xxx = ""
2476$ OPEN/READ CONFIG 'manifestfound'
2477$ext_loop:
2478$ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
2479$ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
2480 F$EXTRACT(0,8,line) .NES. "vms/ext/" THEN goto ext_loop
2481$ line = F$EDIT(line,"COMPRESS")
2482$ line = F$ELEMENT(0," ",line)
2483$ line_len = F$LENGTH(line)
2484$ IF F$EXTRACT(line_len - 12,12,line) .NES. "/Makefile.PL" THEN goto ext_loop
2485$ IF F$EXTRACT(0,4,line) .EQS. "ext/" THEN -
2486 xxx = F$EXTRACT(4,line_len - 16,line)
2487$ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
2488$ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit
2489$ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN -
2490 xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line)
2491$ known_extensions = known_extensions + " ''xxx'"
2492$ goto ext_loop
2493$end_ext:
2494$ close CONFIG
2495$ DELETE/SYMBOL xxx
2496$ known_extensions = F$EDIT(known_extensions,"TRIM,COMPRESS")
2497$ dflt = known_extensions
2498$ IF ccname .NES. "DEC" .AND. ccname .NES. "CXX"
2499$ THEN
2500$ dflt = dflt - "POSIX" ! not with VAX C or GCC
2501$ ENDIF
2502$ dflt = dflt - "ByteLoader" ! needs to be ported
2503$ dflt = dflt - "DB_File" ! needs to be ported
2504$ dflt = dflt - "GDBM_File" ! needs porting/special library
2505$ dflt = dflt - "IPC/SysV" ! needs to be ported
2506$ dflt = dflt - "NDBM_File" ! needs porting/special library
2507$ dflt = dflt - "ODBM_File" ! needs porting/special library
dab31494 2508$ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
9b5878df
CB
2509$ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
2510$ THEN
2511$ dflt = dflt - "Socket" ! optional on VMS
2512$ ENDIF
39dd585a 2513$ IF .NOT. use_ithreads THEN dflt = dflt - "threads"
a3bd614a
PP
2514$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
2515$!
97abc6ad
HM
2516$! Ask for their default list of extensions to build
2517$ echo ""
7558ebc2
PP
2518$ echo "It is time to specify which modules you want to build into"
2519$ echo "perl. Most of these are standard and should be chosen, though"
2520$ echo "you might, for example, want to build GDBM_File instead of"
2521$ echo "SDBM_File if you have the GDBM library built on your machine."
2522$ echo ""
97abc6ad 2523$ echo "Which modules do you want to build into perl?"
97abc6ad
HM
2524$ rp = "[''dflt'] "
2525$ GOSUB myread
a3bd614a
PP
2526$ if ans .eqs. "" then ans = "''dflt'"
2527$ extensions = F$EDIT(ans,"TRIM,COMPRESS")
97abc6ad
HM
2528$!
2529$! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2530$ echo ""
570bb66e 2531$ echo "Checking your ""make"" utilities..."
97abc6ad
HM
2532$! If the 'build' that you use is not here add it and it's test
2533$! switch to the _END_ of these strings (and increment max_build)
2534$! (e.g. builders = builders + "/FOOMAKE"
2535$! probers = probers + " -fooVersionSwitch"
2536$! ) & please let me know about it.
2537$ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2538$ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2539$ max_build = 7
2540$!
2541$ orig_dflt = "MMK"
2542$ default_set = ""
2543$ ok_builders = ""
2544$ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2545$ WRITE CONFIG "dont_make_anything_yet:"
2546$ WRITE CONFIG F$FAO("!_")
2547$ CLOSE CONFIG
2548$ n = 0
2549$ messages = F$ENVIRONMENT("MESSAGE")
2550$Build_probe:
2551$ build = F$ELEMENT(n,"/",builders)
2552$ probe = F$ELEMENT(n,"!",probers)
2553$ echo "Testing whether you have ''build' on your system..."
570bb66e
JH
2554$!
2555$! Noted with GNU Make version 3.60 that the $status and $severity
2556$! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2557$! $SEVERITY == "4".
2558$!
a3ef2c6f
GS
2559$ SET NOON
2560$ ON CONTROL_Y THEN GOTO Reenable_messages_build
2561$ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
97abc6ad 2562$ 'build' 'probe'
570bb66e 2563$ IF ($SEVERITY .EQ. 1) ! not adequate?
97abc6ad
HM
2564$ THEN
2565$ echo "OK."
2566$ IF (build .EQS. orig_dflt)
2567$ THEN
2568$ default_set = "TRUE"
2569$ dflt = build
2570$ ENDIF
2571$ ok_builders = ok_builders + " " + build
2572$ IF (.NOT. default_set) THEN dflt = build
2573$ ELSE
2574$ echo "Nope."
2575$ ENDIF
a3ef2c6f
GS
2576$Reenable_messages_build:
2577$ SET MESSAGE 'messages'
2578$ SET ON
97abc6ad
HM
2579$ n = n + 1
2580$ IF (n .LT. max_build) THEN GOTO Build_probe
2581$!
2582$ echo ""
2583$ IF (ok_builders .NES. "")
2584$ THEN
2585$ echo "Here is the list of builders you can apparently use:"
2586$ echo "(",ok_builders," )"
a5fddd44 2587$ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
97abc6ad
HM
2588$ GOSUB myread
2589$ ans = F$EDIT(ans,"TRIM, COMPRESS")
2590$ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2591$ IF (ans .EQS. "")
2592$ THEN build = dflt
2593$ ELSE build = ans
2594$ ENDIF
2595$ ELSE
2596$ TYPE SYS$INPUT:
7558ebc2 2597$ DECK
97abc6ad
HM
2598
2599%Config-E-VMS, ERROR:
2600 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2601 utility of some sort and after checking my "builders" list I cannot find
2602 the symbol or command you use on your system to compile programs.
2603
7558ebc2 2604$ EOD
570bb66e 2605$ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
97abc6ad
HM
2606$ ans = F$EDIT(ans,"TRIM, COMPRESS")
2607$ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2608$ IF (ans .EQS. "")
2609$ THEN build = dflt
7558ebc2 2610$ echo "I do not know where ""make"" is, and my life depends on it."
97abc6ad
HM
2611$ echo "Go find a make program or fix your DCL$PATH setting!"
2612$ echo "ABORTING..."
2613$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
2614$ STOP
2615$ EXIT 2 !$STATUS = "%X00000002" (error)
2616$ ELSE
2617$ build = ans
2618$ ENDIF
2619$ ENDIF
2620$!
2621$ DELETE/NOLOG Makefile.;
2622$ GOTO Beyond_open
2623$Open_error:
2624$ TYPE SYS$INPUT:
7558ebc2 2625$ DECK
97abc6ad
HM
2626
2627 There seems to be trouble. I just tried to create a file in
7558ebc2 2628$ EOD
97abc6ad
HM
2629$ echo4 'F$ENVIRONMENT("DEFAULT")'
2630$ TYPE SYS$INPUT:
7558ebc2 2631$ DECK
97abc6ad
HM
2632 but was unsuccessful. I am stopping now. Please check that directories'
2633 PROTECTION bits. I will leave you in the directory where you started
2634 Configure.com
7558ebc2 2635$ EOD
97abc6ad
HM
2636$ echo4 "ABORTING..."
2637$ GOTO Clean_up
2638$ STOP
2639$ EXIT
2640$!
2641$Beyond_open:
2642$! echo " Very well I will proceed with ""''build'"""
2643$ make = F$EDIT(build,"UPCASE")
2644$!
2645$!: locate the preferred pager for this system
2646$!pagers = "most|more|less|type/page"
dfe814dc
PP
2647$ dflt = "type/page"
2648$! assume that the presence of a most symbol indicates the presence
2649$! of the pager.
2650$ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
2651$ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
2652$ rp="What pager is used on your system? [''dflt'] "
2653$ GOSUB myread
2654$ IF (ans .EQS. "")
2655$ THEN pager = dflt
2656$ ELSE pager = ans
2657$ ENDIF
97abc6ad
HM
2658$!
2659$! update [.vms]config.vms here
2660$!
2661$! update makefile here
2662$! echo4 "Updating makefile..."
2663$!
2664$ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
2665$ THEN
08c7cbbb
GS
2666$ makefile = "" !wrt MANIFEST dir
2667$ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
2668$ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
570bb66e 2669$ Makefile_SH = "descrip_mms.template"
97abc6ad 2670$ ELSE
08c7cbbb
GS
2671$ makefile = " -f Makefile." !wrt MANIFEST dir
2672$ UUmakefile = "[-]Makefile." !wrt CWD dir
2673$ DEFmakefile = "Makefile." !wrt DEF dir (?)
570bb66e 2674$ Makefile_SH = "Makefile.in"
97abc6ad
HM
2675$ ENDIF
2676$!
7558ebc2
PP
2677$ IF macros .NES. ""
2678$ THEN
97abc6ad
HM
2679$ tmp = F$LENGTH(macros)
2680$ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
2681$ macros = "/macro=(" + macros + ")"
2682$ ENDIF
498336ed
CB
2683$! Build up the extra C flags
2684$!
7558ebc2
PP
2685$ IF use_ieee_math
2686$ THEN
498336ed 2687$ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm_results"
7558ebc2
PP
2688$ ENDIF
2689$ IF be_case_sensitive
2690$ THEN
498336ed 2691$ extra_flags = "''extra_flags'" + "/Names=As_Is"
7558ebc2 2692$ ENDIF
498336ed 2693$ extra_flags = "''extra_flags'" + "''user_c_flags'"
97abc6ad 2694$!
570bb66e
JH
2695$ min_pgflquota = "100000"
2696$ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
2697$ IF pgflquota .LES. min_pgflquota
2698$ THEN
2699$ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
2700$ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
2701$ IF ans
2702$ THEN
2703$ echo4 "Continuing..."
2704$ ELSE
2705$ echo4 "ABORTING..."
2706$ GOTO Clean_up
2707$ ENDIF
2708$ ENDIF
97abc6ad 2709$!
c998f3c7
PP
2710$! PerlIO abstraction
2711$!
2712$ dflt = "n"
2713$ IF F$TYPE(useperlio) .NES. ""
2714$ THEN
2715$ IF useperlio THEN dflt = "y"
2716$ IF useperlio .EQS. "define" THEN dflt = "y"
2717$ ENDIF
2718$ IF .NOT. silent
2719$ THEN
2720$ echo "Previous version of ''package' used the standard IO mechanisms as"
2721$ TYPE SYS$INPUT:
2722$ DECK
2723defined in <stdio.h>. Versions 5.003_02 and later of perl allow
2724alternate IO mechanisms via the PerlIO abstraction layer, but the
2725stdio mechanism is still the default. This abstraction layer can
2726use AT&T's sfio (if you already have sfio installed) or regular stdio.
2727Using PerlIO with sfio may cause problems with some extension modules.
2728
2729$ EOD
2730$ echo "If this does not make any sense to you, just accept the default '" + dflt + "'."
2731$ ENDIF
2732$ rp = "Use the experimental PerlIO abstraction layer? [''dflt'] "
2733$ GOSUB myread
2734$ IF ans .EQS. "" THEN ans = dflt
2735$ IF ans
2736$ THEN
2737$ useperlio = "define"
2738$ ELSE
2739$ echo "Ok, doing things the stdio way."
2740$ useperlio = "undef"
2741$ ENDIF
2742$!
97abc6ad 2743$ echo ""
570bb66e
JH
2744$ echo4 "Checking the C run-time library."
2745$!
56aeb0ae 2746$! Former SUBCONFIGURE.COM
570bb66e
JH
2747$!
2748$! - build a config.sh for VMS Perl.
2749$! - use built config.sh to take config_h.SH -> config.h
2750$! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
2751$! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
2752$! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
570bb66e
JH
2753$!
2754$! Note for folks from other platforms changing things in here:
2755$!
2756$! Fancy changes (based on compiler capabilities or VMS version or
2757$! whatever) are tricky, so go ahead and punt on those.
2758$!
2759$! Simple changes, though (say, always setting something to 1, or undef,
2760$! or something like that) are straightforward. Adding a new constant
2761$! item for the ultimately created config.sh requires at least one
2762$! (possibly more) line(s) to this file.
2763$!
2764$! Add a line in the format:
2765$!
2766$! $ WC "foo='undef'"
2767$!
2768$! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
2769$! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
2770$! is sorted ASCII and corresponds to the output of config.sh in the
2771$! Bourne shell version of Configure).
2772$! Be very careful with quoting, as it can be tricky.
2773$! For example if instead of a constant string like 'undef' or 'define'
2774$! you wanted to add something to VMS's config.sh that looks like:
2775$!
2776$! blank_string=''
2777$!
2778$! then add a line that looks like this before the
2779$! '##END WRITE NEW CONSTANTS HERE##' tagged line:
2780$!
2781$! $ WC "blank_string='" + "'"
2782$!
2783$! (+ is the string concatenator and "''var'" has the effect
2784$! of "${var}" in perl or sh, but "'const'" is not interpolated).
2785$!
2786$! Note that unitialized variables, such as a line like:
2787$!
2788$! $ WC "new_var='" + new_var + "'"
2789$!
2790$! should be avoided unless new_var has a value assigned prior
2791$! to that line (think of perl's -w warnings).
2792$!
2793$! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
2794$! \NEW_VAR\
2795$!
2796$!
2797$ vms_ver = F$EXTRACT(1,3, osvers)
2798$ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
2799$ MCC = f$edit(mcc, "UPCASE")
2800$ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
414b89cc 2801$ IF ccname .EQS. "DEC"
570bb66e
JH
2802$ THEN
2803$ Checkcc := "''Mcc'/prefix=all"
2804$ ELSE
414b89cc 2805$ IF ccname .EQS. "CXX"
570bb66e
JH
2806$ THEN
2807$ Checkcc := cxx
2808$ ELSE
2809$ Checkcc := "''Mcc'"
2810$ ENDIF
2811$ ENDIF
2812$ ccflags = ccflags + extra_flags
2813$ IF be_case_sensitive
2814$ THEN
2815$ d_vms_be_case_sensitive = "define"
2816$ ELSE
2817$ d_vms_be_case_sensitive = "undef"
2818$ ENDIF
2819$! Some constant defaults.
2820$ hwname = f$getsyi("HW_NAME")
2821$ myname = myhostname
2822$ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
2823$!
2824$ ccdlflags=""
2825$ cccdlflags=""
2826$!
2827$ IF use64bitint .OR. use64bitint .EQS. "define"
2828$ THEN
2829$ use64bitint = "define"
2830$ uselargefiles = "define"
2831$ uselongdouble = "define"
414b89cc 2832$ alignbytes="16"
570bb66e
JH
2833$ usemorebits = "define"
2834$ ELSE
2835$ use64bitint = "undef"
2836$ uselargefiles = "undef"
2837$ uselongdouble = "undef"
2838$ usemorebits = "undef"
2839$ ENDIF
2840$ IF use64bitall .OR. use64bitall .EQS. "define"
2841$ THEN
2842$ use64bitall = "define"
2843$ ELSE
2844$ use64bitall = "undef"
2845$ ENDIF
2846$!
2847$ usemymalloc=mymalloc
2848$!
2849$ perl_cc=Mcc
2850$!
55315086 2851$ IF (sharedperl .AND. archname .EQS. "VMS_AXP")
570bb66e
JH
2852$ THEN
2853$ obj_ext=".abj"
2854$ so="axe"
2855$ dlext="axe"
2856$ exe_ext=".axe"
2857$ lib_ext=".alb"
2858$ ELSE
2859$ obj_ext=".obj"
2860$ so="exe"
2861$ dlext="exe"
2862$ exe_ext=".exe"
2863$ lib_ext=".olb"
2864$ ENDIF
2865$ dlobj="dl_vms''obj_ext'"
2866$!
2867$ cppstdin="''perl_cc'/noobj/preprocess=sys$output sys$input"
2868$ cppminus=" "
2869$ cpprun="''perl_cc'/noobj/preprocess=sys$output sys$input"
2870$ cpplast=" "
2871$!
2872$ timetype="time_t"
2873$ signal_t="void"
2874$ stdchar="char"
2875$!
2876$ IF mymalloc
2877$ THEN d_mymalloc="define"
2878$ ELSE d_mymalloc="undef"
2879$ ENDIF
2880$!
2881$ usedl="define"
ef060a86 2882$ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
4a5365b8 2883$ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
570bb66e
JH
2884$!
2885$ IF ((Use_Threads) .AND. (vms_ver .LES. "6.2"))
2886$ THEN
2887$ 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"
2888$ ELSE
2889$ libs=" "
2890$ ENDIF
414b89cc 2891$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
570bb66e
JH
2892$ THEN
2893$ libc="(DECCRTL)"
2894$ ELSE
2895$ libc=" "
2896$ ENDIF
2897$!
94928b12
JH
2898$! perllibs should be libs with all non-core libs (such as gdbm) removed.
2899$!
2900$ perllibs=libs
2901$!
570bb66e
JH
2902$! Are we 64 bit?
2903$!
2904$ IF use64bitint .OR. use64bitint .EQS. "define"
2905$ THEN
2906$ d_PRId64 = "define"
6b356c8e
JH
2907$ d_PRIEUldbl = "define"
2908$ d_PRIFUldbl = "define"
2909$ d_PRIGUldbl = "define"
59a27e12 2910$ d_PRIeldbl = "define"
570bb66e
JH
2911$ d_PRIfldbl = "define"
2912$ d_PRIgldbl = "define"
2913$ d_PRIu64 = "define"
2914$ d_PRIo64 = "define"
2915$ d_PRIx64 = "define"
2916$ sPRId64 = """Ld"""
6b356c8e
JH
2917$ sPRIEUldbl = """LE"""
2918$ sPRIFUldbl = """LF"""
2919$ sPRIGUldbl = """LG"""
2920$ sPRIXU64 = """LX"""
59a27e12 2921$ sPRIeldbl = """Le"""
570bb66e
JH
2922$ sPRIfldbl = """Lf"""
2923$ sPRIgldbl = """Lg"""
59a27e12 2924$ sPRIi64 = """Li"""
570bb66e
JH
2925$ sPRIo64 = """Lo"""
2926$ sPRIu64 = """Lu"""
2927$ sPRIx64 = """Lx"""
2928$ d_quad = "define"
2929$ quadtype = "long long"
2930$ uquadtype = "unsigned long long"
2931$ quadkind = "QUAD_IS_LONG_LONG"
2932$ d_frexpl = "define"
dfe814dc 2933$ d_isnan = "define"
570bb66e
JH
2934$ d_isnanl = "define"
2935$ d_modfl = "define"
2936$ ELSE
2937$ d_PRId64 = "undef"
6b356c8e
JH
2938$ d_PRIEUldbl = "define"
2939$ d_PRIFUldbl = "define"
2940$ d_PRIGUldbl = "define"
2941$ d_PRIXU64 = "undef"
59a27e12 2942$ d_PRIeldbl = "define"
570bb66e
JH
2943$ d_PRIfldbl = "undef"
2944$ d_PRIgldbl = "undef"
2945$ d_PRIu64 = "undef"
2946$ d_PRIo64 = "undef"
2947$ d_PRIx64 = "undef"
2948$ sPRId64 = ""
6b356c8e
JH
2949$ sPRIEUldbl = """E"""
2950$ sPRIFUldbl = """F"""
2951$ sPRIGUldbl = """G"""
2952$ sPRIXU64 = """lX"""
59a27e12
PP
2953$ sPRIeldbl = """e"""
2954$ sPRIfldbl = """f"""
2955$ sPRIgldbl = """g"""
2956$ sPRIi64 = ""
570bb66e
JH
2957$ sPRIo64 = ""
2958$ sPRIu64 = ""
2959$ sPRIx64 = ""
2960$ d_quad = "undef"
2961$ quadtype = "long"
2962$ uquadtype = "unsigned long"
2963$ quadkind = "QUAD_IS_LONG"
2964$ d_frexpl = "undef"
dfe814dc 2965$ d_isnan = "undef"
570bb66e
JH
2966$ d_isnanl = "undef"
2967$ d_modfl = "undef"
2968$ ENDIF
b5ddfb46
PP
2969$ d_SCNfldbl = d_PRIfldbl
2970$ sSCNfldbl = sPRIfldbl ! expect consistency
570bb66e
JH
2971$!
2972$! Now some that we build up
2973$!
2974$ IF Use_Threads
2975$ THEN
2976$ IF use_5005_threads
2977$ THEN
2978$ arch = "''arch'-thread"
2979$ archname = "''archname'-thread"
2980$ d_old_pthread_create_joinable = "undef"
2981$ old_pthread_create_joinable = " "
2982$ use5005threads = "define"
2983$ useithreads = "undef"
2984$ ELSE
2985$ arch = "''arch'-ithread"
2986$ archname = "''archname'-ithread"
2987$ d_old_pthread_create_joinable = "undef"
2988$ old_pthread_create_joinable = " "
2989$ use5005threads = "undef"
2990$ useithreads = "define"
2991$ ENDIF
2992$ ELSE
2993$ d_old_pthread_create_joinable = "undef"
2994$ old_pthread_create_joinable = " "
2995$ use5005threads = "undef"
2996$ useithreads = "undef"
2997$ ENDIF
2998$!
2999$! Some that we need to invoke the compiler for
3000$!
3001$!
3002$! handy construction aliases/symbols
3003$!
3004$ OS := "open/write CONFIG []try.c"
3005$ WS := "write CONFIG"
3006$ CS := "close CONFIG"
3007$ DS := "delete/nolog/noconfirm []try.*;*"
3008$ Needs_Opt := N
3009$ good_compile = %X10B90001
414b89cc 3010$ IF ccname .EQS. "GCC"
570bb66e
JH
3011$ THEN
3012$ open/write OPTCHAN []try.opt
3013$ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3014$ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3015$ Close OPTCHAN
3016$ Needs_Opt := Y
3017$ good_compile = %X10000001
3018$ ENDIF
414b89cc 3019$ IF ccname .EQS. "CXX"
570bb66e
JH
3020$ THEN
3021$ good_compile = %X15F60001
3022$ ENDIF
3023$ good_link = %X10000001
3024$ tmp = "" ! null string default
3025$!
3026$ GOTO beyond_compile_ok
3027$!
3028$! Check for type sizes
3029$!
3030$type_size_check:
3031$!
3032$ OS
7558ebc2
PP
3033$ WS "#if defined(__DECC) || defined(__DECCXX)"
3034$ WS "#include <stdlib.h>"
3035$ WS "#endif"
3036$ WS "#include <stdio.h>"
3037$ WS "int main()"
570bb66e
JH
3038$ WS "{"
3039$ WS "printf(""%d\n"", sizeof(''tmp'));"
7558ebc2 3040$ WS "exit(0);"
570bb66e
JH
3041$ WS "}"
3042$ CS
3043$ GOSUB compile
3044$ RETURN
3045$!
3046$!: locate header file
3047$findhdr:
3048$!
3049$ OS
7558ebc2
PP
3050$ WS "#if defined(__DECC) || defined(__DECCXX)"
3051$ WS "#include <stdlib.h>"
3052$ WS "#endif"
3053$ WS "#include <stdio.h>"
570bb66e 3054$ WS "#include <''tmp'>"
7558ebc2 3055$ WS "int main()"
570bb66e
JH
3056$ WS "{"
3057$ WS "printf(""define\n"");"
7558ebc2 3058$ WS "exit(0);"
570bb66e
JH
3059$ WS "}"
3060$ CS
3061$ GOSUB link_ok
3062$ RETURN
3063$!
3064$!: define an alternate in-header-list? function
3065$inhdr:
3066$!
3067$ GOSUB findhdr
3068$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3069$ THEN
3070$ echo4 "<''tmp'> found."
3071$ tmp = "define"
3072$ ELSE
3073$ echo4 "<''tmp'> NOT found."
3074$ tmp = "undef"
3075$ ENDIF
3076$ RETURN
3077$!
3078$!: define an is-in-libc? function
3079$inlibc:
3080$ GOSUB link_ok
3081$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3082$ THEN
3083$ echo4 "''tmp'() found."
3084$ tmp = "define"
3085$ ELSE
3086$ echo4 "''tmp'() NOT found."
3087$ tmp = "undef"
3088$ ENDIF
3089$ RETURN
3090$!
3091$!: define a shorthand compile call
3092$compile:
3093$ GOSUB link_ok
3094$just_mcr_it:
3095$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3096$ THEN
3097$ OPEN/WRITE CONFIG []try.out
3098$ DEFINE/USER_MODE SYS$ERROR CONFIG
3099$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3100$ MCR []try.exe
3101$ CLOSE CONFIG
3102$ OPEN/READ CONFIG []try.out
3103$ READ CONFIG tmp
3104$ CLOSE CONFIG
3105$ DELETE/NOLOG/NOCONFIRM []try.out;
3106$ DELETE/NOLOG/NOCONFIRM []try.exe;
3107$ ELSE
3108$ tmp = "" ! null string default
3109$ ENDIF
3110$ RETURN
3111$!
3112$link_ok:
3113$ GOSUB compile_ok
3114$ DEFINE/USER_MODE SYS$ERROR _NLA0:
3115$ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3116$ SET NOON
3117$ IF Needs_Opt
3118$ THEN
3119$ 'ld' try.obj,try.opt/opt
3120$ link_status = $status
3121$ ELSE
3122$ 'ld' try.obj
3123$ link_status = $status
3124$ ENDIF
3125$ SET ON
3126$ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3127$ RETURN
3128$!
3129$!: define a shorthand compile call for compilations that should be ok.
3130$compile_ok:
3131$ DEFINE/USER_MODE SYS$ERROR _NLA0:
3132$ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3133$ SET NOON
3134$ 'Checkcc' try.c
3135$ compile_status = $status
3136$ SET ON
3137$ DELETE/NOLOG/NOCONFIRM try.c;
3138$ RETURN
3139$!
3140$beyond_compile_ok:
3141$!
3142$! Check for __STDC__
3143$!
3144$ OS
7558ebc2
PP
3145$ WS "#if defined(__DECC) || defined(__DECCXX)"
3146$ WS "#include <stdlib.h>"
3147$ WS "#endif"
3148$ WS "#include <stdio.h>"
3149$ WS "int main()"
570bb66e 3150$ WS "{"
7558ebc2
PP
3151$ WS "#ifdef __STDC__"
3152$ WS "printf(""42\n"");"
3153$ WS "#else"
3154$ WS "printf(""1\n"");"
3155$ WS "#endif"
3156$ WS "exit(0);"
570bb66e
JH
3157$ WS "}"
3158$ CS
3159$ GOSUB compile
3160$ cpp_stuff=tmp
3161$ IF F$INTEGER(tmp) .eq. 42
3162$ THEN
3163$ echo4 "Your C compiler and pre-processor defines the symbol:"
3164$ echo4 "__STDC__"
3165$ ENDIF
3166$!
3167$! Check for double size
3168$!
3169$ echo4 "Checking to see how big your double precision numbers are..."
3170$ tmp="double"
3171$ GOSUB type_size_check
3172$ doublesize = tmp
3173$ echo "Your double is ''doublesize' bytes long."
3174$!
3175$! Check for long double size
3176$!
3177$ OS
7558ebc2
PP
3178$ WS "#if defined(__DECC) || defined(__DECCXX)"
3179$ WS "#include <stdlib.h>"
3180$ WS "#endif"
3181$ WS "#include <stdio.h>"
3182$ WS "int main()"
570bb66e 3183$ WS "{"
7558ebc2
PP
3184$ WS "printf(""%d\n"", sizeof(long double));"
3185$ WS "exit(0);"
570bb66e
JH
3186$ WS "}"
3187$ CS
3188$ echo4 "Checking to see if you have long double..."
3189$ GOSUB link_ok
3190$ IF link_status .NE. good_link
3191$ THEN
3192$ longdblsize="0"
3193$ d_longdbl="undef"
3194$ echo "You do not have long double."
3195$ ELSE
3196$ echo "You have long double."
3197$ echo4 "Checking to see how big your long doubles are..."
3198$ GOSUB just_mcr_it
3199$ longdblsize = tmp
3200$ d_longdbl = "define"
3201$ echo "Your long doubles are ''longdblsize' bytes long."
3202$ ENDIF
3203$!
3204$!: check for long long
3205$ OS
7558ebc2
PP
3206$ WS "#if defined(__DECC) || defined(__DECCXX)"
3207$ WS "#include <stdlib.h>"
3208$ WS "#endif"
3209$ WS "#include <stdio.h>"
3210$ WS "int main()"
570bb66e 3211$ WS "{"
7558ebc2
PP
3212$ WS "printf(""%d\n"", sizeof(long long));"
3213$ WS "exit(0);"
570bb66e
JH
3214$ WS "}"
3215$ CS
3216$ echo4 "Checking to see if you have long long..."
3217$ GOSUB link_ok
3218$ IF link_status .NE. good_link
3219$ THEN
3220$ longlongsize="0"
3221$ d_longlong="undef"
3222$ echo "You do not have long long."
3223$ ELSE
3224$ echo "You have long long."
3225$ echo4 "Checking to see how big your long longs are..."
3226$ GOSUB just_mcr_it
3227$ longlongsize = tmp
3228$ d_longlong = "define"
3229$ echo "Your long longs are ''longlongsize' bytes long."
3230$ ENDIF
3231$!
3232$! Check the prototype for getgid
3233$!
3234$ echo "Looking for the type for group ids returned by getgid()."
3235$ OS
7558ebc2
PP
3236$ WS "#if defined(__DECC) || defined(__DECCXX)"
3237$ WS "#include <stdlib.h>"
3238$ WS "#endif"
3239$ WS "#include <stdio.h>"
3240$ WS "#include <types.h>"
3241$ WS "int main()"
570bb66e 3242$ WS "{"
7558ebc2
PP
3243$ WS "gid_t foo;"
3244$ WS "exit(0);"
570bb66e
JH
3245$ WS "}"
3246$ CS
3247$ GOSUB compile_ok
3248$ IF compile_status .NE. good_compile
3249$ THEN
3250$! Okay, gid_t failed. Must be unsigned int
3251$ gidtype = "unsigned int"
3252$ echo4 "assuming ""''gidtype'""."
3253$ ELSE
3254$ gidtype = "gid_t"
3255$ echo4 "gid_t found."
3256$ ENDIF
3257$!
3258$! Check to see if we've got dev_t
3259$!
3260$ echo "Looking for the type for dev."
3261$ OS
7558ebc2
PP
3262$ WS "#if defined(__DECC) || defined(__DECCXX)"
3263$ WS "#include <stdlib.h>"
3264$ WS "#endif"
3265$ WS "#include <stdio.h>"
3266$ WS "#include <types.h>"
3267$ WS "int main()"
570bb66e 3268$ WS "{"
7558ebc2
PP
3269$ WS "dev_t foo;"
3270$ WS "exit(0);"
570bb66e
JH
3271$ WS "}"
3272$ CS
3273$ GOSUB compile_ok
3274$ IF compile_status .NE. good_compile
3275$ THEN
3276$! Okay, dev_t failed. Must be unsigned int
3277$ devtype = "unsigned int"
3278$ echo4 "assuming ""''devtype'""."
3279$ ELSE
3280$ devtype = "dev_t"
3281$ echo4 "dev_t found."
3282$ ENDIF
3283$!
3284$! Check to see if we've got unistd.h (which we ought to, but you never know)
3285$!
3286$ i_netdb = "undef"
3287$ tmp = "unistd.h"
3288$ GOSUB inhdr
3289$ i_unistd = tmp
3290$!
3291$!: see if this is a libutil.h system
3292$!
3293$ tmp = "libutil.h"
3294$ GOSUB inhdr
3295$ i_libutil = tmp
3296$!
3297$! Check to see if we've got shadow.h (probably not, but...)
3298$!
3299$ tmp = "shadow.h"
3300$ GOSUB inhdr
3301$ i_shadow = tmp
3302$!
3303$! Check to see if we've got socks.h (probably not, but...)
3304$!
3305$ tmp = "socks.h"
3306$ GOSUB inhdr
3307$ i_socks = tmp
3308$!
3309$! Check the prototype for select
3310$!
3311$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3312$ THEN
3313$ OS
7558ebc2
PP
3314$ WS "#if defined(__DECC) || defined(__DECCXX)"
3315$ WS "#include <stdlib.h>"
3316$ WS "#endif"
3317$ WS "#include <stdio.h>"
3318$ WS "#include <types.h>"
3319$ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
570bb66e
JH
3320$ IF Has_Socketshr
3321$ THEN
3322$ WS "#include <socketshr.h>"
3323$ ELSE
7558ebc2
PP
3324$ WS "#include <time.h>"
3325$ WS "#include <socket.h>"
570bb66e 3326$ ENDIF
7558ebc2 3327$ WS "int main()"
570bb66e 3328$ WS "{"
7558ebc2
PP
3329$ WS "fd_set *foo;"
3330$ WS "int bar;"
3331$ WS "foo = NULL;"
3332$ WS "bar = select(2, foo, foo, foo, NULL);"
3333$ WS "exit(0);"
570bb66e
JH
3334$ WS "}"
3335$ CS
3336$ GOSUB compile_ok
3337$ IF compile_status .NE. good_compile
3338$ THEN
3339$! Okay, select failed. Must be an int *
3340$ selecttype = "int *"
3341$ echo4 "select() NOT found."
3342$ ELSE
3343$ selecttype="fd_set *"
3344$ echo4 "select() found."
3345$ ENDIF
3346$ ELSE
3347$ ! No sockets, so stick in an int * : no select, so pick a harmless default
3348$ selecttype = "int *"
3349$ ENDIF
3350$!
3351$! Check to see if fd_set exists
3352$!
3353$ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3354$ OS
7558ebc2
PP
3355$ WS "#if defined(__DECC) || defined(__DECCXX)"
3356$ WS "#include <stdlib.h>"
3357$ WS "#endif"
3358$ WS "#include <stdio.h>"
3359$ WS "#include <types.h>"
570bb66e
JH
3360$ IF Has_Socketshr
3361$ THEN
3362$ WS "#include <socketshr.h>"
3363$ ENDIF
3364$ IF Has_Dec_C_Sockets
3365$ THEN
7558ebc2
PP
3366$ WS "#include <time.h>"
3367$ WS "#include <socket.h>"
570bb66e 3368$ ENDIF
7558ebc2 3369$ WS "int main()"
570bb66e 3370$ WS "{"
7558ebc2
PP
3371$ WS "fd_set *foo;"
3372$ WS "int bar;"
3373$ WS "exit(0);"
570bb66e
JH
3374$ WS "}"
3375$ CS
3376$ GOSUB compile_ok
3377$ IF compile_status .ne. good_compile
3378$ THEN
3379$! Okay, fd_set failed. Must not exist
3380$ d_fd_set = "undef"
3381$ echo4 "Hmm, your compiler has some difficulty with fd_set."
3382$ ELSE
3383$ d_fd_set="define"
3384$ echo4 "Well, your system knows about the normal fd_set typedef..."
3385$ ENDIF
3386$!
3387$! Check for inttypes.h
3388$!
3389$ tmp = "inttypes.h"
3390$ GOSUB inhdr
3391$ i_inttypes = tmp
3392$!
3393$! Check to see if off64_t exists
3394$!
3395$ echo4 "Checking to see if you have off64_t..."
3396$ OS
7558ebc2
PP
3397$ WS "#if defined(__DECC) || defined(__DECCXX)"
3398$ WS "#include <stdlib.h>"
3399$ WS "#endif"
3400$ WS "#include <stdio.h>"
3401$ WS "#include <types.h>"
3402$ WS "#''i_inttypes' IIH"
3403$ WS "#ifdef IIH"
3404$ WS "#include <inttypes.h>"
3405$ WS "#endif"
3406$ WS "int main()"
570bb66e 3407$ WS "{"
7558ebc2
PP
3408$ WS "off64_t bar;"
3409$ WS "exit(0);"
570bb66e
JH
3410$ WS "}"
3411$ CS
3412$ GOSUB compile_ok
3413$ IF compile_status .EQ. good_compile
3414$ THEN
3415$ d_off64_t="define"
3416$ echo "You have off64_t."
3417$ ELSE
3418$ d_off64_t = "undef"
3419$ echo "You do not have off64_t."
3420$ ENDIF
3421$!
3422$! Check to see if fpos64_t exists
3423$!
3424$ echo4 "Checking to see if you have fpos64_t..."
3425$ OS
7558ebc2
PP
3426$ WS "#if defined(__DECC) || defined(__DECCXX)"
3427$ WS "#include <stdlib.h>"
3428$ WS "#endif"
3429$ WS "#include <stdio.h>"
3430$ WS "#include <types.h>"
3431$ WS "#''i_inttypes' IIH"
3432$ WS "#ifdef IIH"
3433$ WS "#include <inttypes.h>"
3434$ WS "#endif"
3435$ WS "int main()"
570bb66e 3436$ WS "{"
7558ebc2
PP
3437$ WS "fpos64_t bar;"
3438$ WS "exit(0);"
570bb66e
JH
3439$ WS "}"
3440$ CS
3441$ GOSUB compile_ok
3442$ IF compile_status .EQ. good_compile
3443$ THEN
3444$ d_fpos64_t="define"
3445$ echo "You have fpos64_t."
3446$ ELSE
3447$ d_fpos64_t = "undef"
3448$ echo "You do not have fpos64_t."
3449$ ENDIF
3450$!
3451$! Check to see if int64_t exists
3452$!
3453$ echo4 "Checking to see if you have int64_t..."
3454$ OS
7558ebc2
PP
3455$ WS "#if defined(__DECC) || defined(__DECCXX)"
3456$ WS "#include <stdlib.h>"
3457$ WS "#endif"
3458$ WS "#include <stdio.h>"
3459$ WS "#include <types.h>"
3460$ WS "#''i_inttypes' IIH"
3461$ WS "#ifdef IIH"
3462$ WS "#include <inttypes.h>"
3463$ WS "#endif"
3464$ WS "int main()"
570bb66e 3465$ WS "{"
7558ebc2
PP
3466$ WS "int64_t bar;"
3467$ WS "exit(0);"
570bb66e
JH
3468$ WS "}"
3469$ CS
3470$ GOSUB compile_ok
3471$ IF compile_status .EQ. good_compile
3472$ THEN
3473$ d_int64_t="define"
3474$ echo "You have int64_t."
3475$ ELSE
3476$ d_int64_t = "undef"
3477$ echo "You do not have int64_t."
3478$ ENDIF
3479$!
3480$!: see if this is a netdb.h system
3481$ IF Has_Dec_C_Sockets
3482$ THEN
3483$ tmp = "netdb.h"
3484$ GOSUB inhdr
3485$ i_netdb = tmp
3486$ ENDIF
3487$!
3488$! Check for h_errno
3489$!
3490$ echo4 "Checking to see if you have h_errno..."
3491$ OS
7558ebc2
PP
3492$ WS "#if defined(__DECC) || defined(__DECCXX)"
3493$ WS "#include <stdlib.h>"
3494$ WS "#endif"
3495$ WS "#include <stdio.h>"
3496$ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
3497$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
3498$ WS "int main()"
570bb66e 3499$ WS "{"
7558ebc2
PP
3500$ WS "h_errno = 3;"
3501$ WS "exit(0);"
570bb66e
JH
3502$ WS "}"
3503$ CS
3504$ GOSUB link_ok
3505$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3506$ THEN
3507$ d_herrno="define"
3508$ echo "You have h_errno."
3509$ ELSE
3510$ d_herrno="undef"
3511$ echo "You do not have h_errno."
3512$ ENDIF
3513$!
3514$! Check to see if gethostname exists
3515$!
3516$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
3517$ THEN
3518$ OS
7558ebc2
PP
3519$ WS "#if defined(__DECC) || defined(__DECCXX)"
3520$ WS "#include <stdlib.h>"
3521$ WS "#endif"
3522$ WS "#include <stdio.h>"
3523$ WS "#include <types.h>"
570bb66e
JH
3524$ IF Has_Socketshr
3525$ THEN
3526$ WS "#include <socketshr.h>"
3527$ ELSE
7558ebc2
PP
3528$ WS "#include <time.h>"
3529$ WS "#include <socket.h>"
570bb66e 3530$ ENDIF
7558ebc2 3531$ WS "int main()"
570bb66e 3532$ WS "{"
7558ebc2
PP
3533$ WS "char name[100];"
3534$ WS "int bar, baz;"
3535$ WS "bar = 100;"
3536$ WS "baz = gethostname(name, bar);"
3537$ WS "exit(0);"
570bb66e
JH
3538$ WS "}"
3539$ CS
3540$ GOSUB link_ok
3541$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3542$ THEN
3543$ d_gethname="define"
3544$ echo4 "gethostname() found."
3545$ ELSE
3546$ d_gethname="undef"
3547$ ENDIF
3548$ ELSE
3549$ ! No sockets, so no gethname
3550$ d_gethname = "undef"
3551$ ENDIF
3552$!
3553$! Check for sys/file.h
3554$!
3555$ tmp = "sys/file.h"
3556$ GOSUB inhdr
3557$ i_sysfile = tmp
3558$!
3559$! Check for sys/utsname.h
3560$!
3561$ tmp = "sys/utsname.h"
3562$ GOSUB inhdr
3563$ i_sysutsname = tmp
3564$!
3565$! Check for syslog.h
3566$!
3567$ tmp = "syslog.h"
3568$ GOSUB inhdr
3569$ i_syslog = tmp
3570$!
3571$! Check for poll.h
3572$!
3573$ tmp = "poll.h"
3574$ GOSUB inhdr
3575$ i_poll = tmp
3576$!
3577$! Check for sys/uio.h
3578$!
3579$ tmp = "sys/uio.h"
3580$ GOSUB inhdr
3581$ i_sysuio = tmp
3582$!
3583$! Check for sys/mode.h
3584$!
3585$ tmp = "sys/mode.h"
3586$ GOSUB inhdr
3587$ i_sysmode = tmp
3588$!
3589$! Check for sys/access.h
3590$!
3591$ tmp = "sys/access.h"
3592$ GOSUB inhdr
3593$ i_sysaccess = tmp
3594$!
3595$! Check for sys/security.h
3596$!
3597$ tmp = "sys/security.h"
3598$ GOSUB inhdr
3599$ i_syssecrt = tmp
3600$!
3601$! Check for fcntl.h
3602$!
3603$ tmp = "fcntl.h"
3604$ GOSUB inhdr
3605$ i_fcntl = tmp
3606$!
3607$! Check for fcntl
3608$!
3609$ OS
7558ebc2
PP
3610$ WS "#if defined(__DECC) || defined(__DECCXX)"
3611$ WS "#include <stdlib.h>"
3612$ WS "#endif"
3613$ WS "#include <stdio.h>"
3614$ WS "#include <fcntl.h>"
3615$ WS "int main()"
570bb66e 3616$ WS "{"
7558ebc2
PP
3617$ WS "fcntl(1,2,3);"
3618$ WS "exit(0);"
570bb66e
JH
3619$ WS "}"
3620$ CS
3621$ tmp = "fcntl"
3622$ GOSUB inlibc
3623$ d_fcntl = tmp
3624$!
c44c4826
CB
3625$! Check for fcntl locking capability
3626$!
3627$ echo4 "Checking if fcntl-based file locking works... "
3628$ tmp = "undef"
3629$ IF d_fcntl .EQS. "define"
3630$ THEN
3631$ OS
3632$ WS "#include <stdio.h>"
3633$ WS "#if defined(__DECC) || defined(__DECCXX)"
3634$ WS "#include <stdlib.h>"
3635$ WS "#endif"
3636$ WS "#include <fcntl.h>"
3637$ WS "#include <unistd.h>"
3638$ WS "int main() {"
3639$ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
3640$ WS " struct flock flock;"
3641$ WS " int retval, fd;"
3642$ WS " fd = open(""try.c"", O_RDONLY);"
3643$ WS " flock.l_type = F_RDLCK;"
3644$ WS " flock.l_whence = SEEK_SET;"
3645$ WS " flock.l_start = flock.l_len = 0;"
3646$ WS " retval = fcntl(fd, F_SETLK, &flock);"
3647$ WS " close(fd);"
3648$ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
3649$ WS "#else"
3650$ WS " printf(""undef\n"");"
3651$ WS "#endif"
3652$ WS "}"
3653$ CS
3654$ GOSUB link_ok
3655$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3656$ THEN
3657$ GOSUB just_mcr_it
3658$ IF tmp .EQS. "define"
3659$ THEN
3660$ echo4 "Yes, it seems to work."
3661$ ELSE
3662$ echo4 "Nope, it didn't work."
3663$ ENDIF
3664$ ELSE
3665$ echo4 "I'm unable to compile the test program, so I'll assume not."
3666$ tmp = "undef"
3667$ ENDIF
3668$ ELSE
3669$ echo4 "Nope, since you don't even have fcntl()."
3670$ ENDIF
3671$ d_fcntl_can_lock = tmp
3672$!
570bb66e
JH
3673$! Check for memchr
3674$!
3675$ OS
7558ebc2
PP
3676$ WS "#if defined(__DECC) || defined(__DECCXX)"
3677$ WS "#include <stdlib.h>"
3678$ WS "#endif"
3679$ WS "#include <string.h>"
3680$ WS "int main()"
570bb66e 3681$ WS "{"
7558ebc2 3682$ WS "char * place;"
a5ff3b9a 3683$ WS "place = memchr(""foo"", 47, 3);"
7558ebc2 3684$ WS "exit(0);"
570bb66e
JH
3685$ WS "}"
3686$ CS
3687$ tmp = "memchr"
3688$ GOSUB inlibc
3689$ d_memchr = tmp
3690$!
3691$! Check for strtoull
3692$!
3693$ OS
7558ebc2
PP
3694$ WS "#if defined(__DECC) || defined(__DECCXX)"
3695$ WS "#include <stdlib.h>"
3696$ WS "#endif"
3697$ WS "#include <string.h>"
3698$ WS "int main()"
570bb66e 3699$ WS "{"
7558ebc2
PP
3700$ WS "unsigned __int64 result;"
3701$ WS "result = strtoull(""123123"", NULL, 10);"
3702$ WS "exit(0);"
570bb66e
JH
3703$ WS "}"
3704$ CS
3705$ tmp = "strtoull"
3706$ GOSUB inlibc
3707$ d_strtoull = tmp
3708$!
3709$! Check for strtouq
3710$!
3711$ OS
7558ebc2
PP
3712$ WS "#if defined(__DECC) || defined(__DECCXX)"
3713$ WS "#include <stdlib.h>"
3714$ WS "#endif"
3715$ WS "#include <string.h>"
3716$ WS "int main()"
570bb66e 3717$ WS "{"
7558ebc2
PP
3718$ WS "unsigned __int64 result;"
3719$ WS "result = strtouq(""123123"", NULL, 10);"
3720$ WS "exit(0);"
570bb66e
JH
3721$ WS "}"
3722$ CS
3723$ tmp = "strtouq"
3724$ GOSUB inlibc
3725$ d_strtouq = tmp
3726$!
3727$! Check for strtoll
3728$!
3729$ OS
7558ebc2
PP
3730$ WS "#if defined(__DECC) || defined(__DECCXX)"
3731$ WS "#include <stdlib.h>"
3732$ WS "#endif"
3733$ WS "#include <string.h>"
3734$ WS "int main()"
570bb66e 3735$ WS "{"
7558ebc2
PP
3736$ WS "__int64 result;"
3737$ WS "result = strtoll(""123123"", NULL, 10);"
3738$ WS "exit(0);"
570bb66e
JH
3739$ WS "}"
3740$ CS
3741$ tmp = "strtoll"
3742$ GOSUB inlibc
3743$ d_strtoll = tmp
3744$!
d0e6d399
NC
3745$! Check for strtoq
3746$!
3747$ OS
3748$ WS "#if defined(__DECC) || defined(__DECCXX)"
3749$ WS "#include <stdlib.h>"
28e5dec8
JH
3750$ WS "#endif"
3751$ WS "#include <string.h>"
3752$ WS "int main()"
3753$ WS "{"
3754$ WS "__int64 result;"
3755$ WS "result = strtoq(""123123"", NULL, 10);"
3756$ WS "exit(0);"
3757$ WS "}"
3758$ CS
3759$ tmp = "strtoq"
3760$ GOSUB inlibc
3761$ d_strtoq = tmp
3762$!
3763$! Check for strtoq
3764$!
3765$ OS
3766$ WS "#if defined(__DECC) || defined(__DECCXX)"
3767$ WS "#include <stdlib.h>"
d0e6d399
NC
3768$ WS "#endif"
3769$ WS "#include <string.h>"
3770$ WS "int main()"
3771$ WS "{"
3772$ WS "__int64 result;"
3773$ WS "result = strtoq(""123123"", NULL, 10);"
3774$ WS "exit(0);"
3775$ WS "}"
3776$ CS
3777$ tmp = "strtoq"
3778$ GOSUB inlibc
3779$ d_strtoq = tmp
3780$!
570bb66e
JH
3781$! Check for strtold
3782$!
3783$ OS
7558ebc2
PP
3784$ WS "#if defined(__DECC) || defined(__DECCXX)"
3785$ WS "#include <stdlib.h>"
3786$ WS "#endif"
3787$ WS "#include <string.h>"
3788$ WS "int main()"
570bb66e 3789$ WS "{"
7558ebc2
PP
3790$ WS "long double result;"
3791$ WS "result = strtold(""123123"", NULL, 10);"
3792$ WS "exit(0);"
570bb66e
JH
3793$ WS "}"
3794$ CS
3795$ tmp = "strtold"
3796$ GOSUB inlibc
3797$ d_strtold = tmp
3798$!
3799$! Check for atoll
3800$!
3801$ OS
7558ebc2
PP
3802$ WS "#if defined(__DECC) || defined(__DECCXX)"
3803$ WS "#include <stdlib.h>"
3804$ WS "#endif"
3805$ WS "#include <string.h>"
3806$ WS "int main()"
570bb66e 3807$ WS "{"
7558ebc2
PP
3808$ WS " __int64 result;"
3809$ WS "result = atoll(""123123"");"
3810$ WS "exit(0);"
570bb66e
JH
3811$ WS "}"
3812$ CS
3813$ tmp = "atoll"
3814$ GOSUB inlibc
3815$ d_atoll = tmp
3816$!
3817$! Check for atolf
3818$!
3819$ OS
7558ebc2
PP
3820$ WS "#if defined(__DECC) || defined(__DECCXX)"
3821$ WS "#include <stdlib.h>"
3822$ WS "#endif"
3823$ WS "#include <string.h>"
3824$ WS "int main()"
570bb66e 3825$ WS "{"
7558ebc2
PP
3826$ WS "long double"
3827$ WS "result = atolf(""123123"");"
3828$ WS "exit(0);"
570bb66e
JH
3829$ WS "}"
3830$ CS
3831$ tmp = "atolf"
3832$ GOSUB inlibc
3833$ d_atolf = tmp
3834$!
3835$! Check for access
3836$!
3837$ OS
7558ebc2
PP
3838$ WS "#if defined(__DECC) || defined(__DECCXX)"
3839$ WS "#include <stdlib.h>"
3840$ WS "#endif"
3841$ WS "#include <stdio.h>"
3842$ WS "int main()"
570bb66e 3843$ WS "{"
7558ebc2
PP
3844$ WS "access(""foo"", F_OK);"
3845$ WS "exit(0);"
570bb66e
JH
3846$ WS "}"
3847$ CS
3848$ tmp = "acess"
3849$ GOSUB inlibc
3850$ d_access = tmp
3851$!
3852$! Check for bzero
3853$!
3854$ OS
7558ebc2
PP
3855$ WS "#if defined(__DECC) || defined(__DECCXX)"
3856$ WS "#include <stdlib.h>"
3857$ WS "#endif"
3858$ WS "#include <stdio.h>"
3859$ WS "#include <strings.h>"
3860$ WS "int main()"
570bb66e 3861$ WS "{"
7558ebc2
PP
3862$ WS "char foo[10];"
3863$ WS "bzero(foo, 10);"
3864$ WS "exit(0);"
570bb66e
JH
3865$ WS "}"
3866$ CS
3867$ tmp = "bzero"
3868$ GOSUB inlibc
3869$ d_bzero = tmp
3870$!
3871$! Check for bcopy
3872$!
3873$ OS
7558ebc2
PP
3874$ WS "#if defined(__DECC) || defined(__DECCXX)"
3875$ WS "#include <stdlib.h>"
3876$ WS "#endif"
3877$ WS "#include <stdio.h>"
3878$ WS "#include <strings.h>"
3879$ WS "int main()"
570bb66e 3880$ WS "{"
7558ebc2
PP
3881$ WS "char foo[10], bar[10];"
3882$ WS "bcopy(""foo"", bar, 3);"
3883$ WS "exit(0);"
570bb66e
JH
3884$ WS "}"
3885$ CS
3886$ tmp = "bcopy"
3887$ GOSUB inlibc
3888$ d_bcopy = tmp
3889$!
3890$! Check for mkstemp
3891$!
3892$ OS
7558ebc2
PP
3893$ WS "#if defined(__DECC) || defined(__DECCXX)"
3894$ WS "#include <stdlib.h>"
3895$ WS "#endif"
3896$ WS "#include <stdio.h>"
3897$ WS "int main()"
570bb66e 3898$ WS "{"
7558ebc2
PP
3899$ WS "mkstemp(""foo"");"
3900$ WS "exit(0);"
570bb66e
JH
3901$ WS "}"
3902$ CS
3903$ tmp = "mkstemp"
3904$ GOSUB inlibc
3905$ d_mkstemp = tmp
3906$!
3907$! Check for mkstemps
3908$!
3909$ OS
7558ebc2
PP
3910$ WS "#if defined(__DECC) || defined(__DECCXX)"
3911$ WS "#include <stdlib.h>"
3912$ WS "#endif"
3913$ WS "#include <stdio.h>"
3914$ WS "int main()"
570bb66e 3915$ WS "{"
7558ebc2
PP
3916$ WS "mkstemps(""foo"", 1);"
3917$ WS "exit(0);"
570bb66e
JH
3918$ WS "}"
3919$ CS
3920$ tmp = "mkstemps"
3921$ GOSUB inlibc
3922$ d_mkstemps = tmp
3923$!
570bb66e
JH
3924$! Check for mkdtemp
3925$!
3926$ OS
7558ebc2
PP
3927$ WS "#if defined(__DECC) || defined(__DECCXX)"
3928$ WS "#include <stdlib.h>"
3929$ WS "#endif"
3930$ WS "#include <stdio.h>"
3931$ WS "int main()"
570bb66e 3932$ WS "{"
7558ebc2
PP
3933$ WS "mkdtemp(""foo"");"
3934$ WS "exit(0);"
570bb66e
JH
3935$ WS "}"
3936$ CS
3937$ tmp = "mkdtemp"
3938$ GOSUB inlibc
3939$ d_mkdtemp = tmp
3940$!
3941$! Check for setvbuf
3942$!
3943$ OS
7558ebc2
PP
3944$ WS "#if defined(__DECC) || defined(__DECCXX)"
3945$ WS "#include <stdlib.h>"
3946$ WS "#endif"
3947$ WS "#include <stdio.h>"
3948$ WS "int main()"
570bb66e 3949$ WS "{"
7558ebc2
PP
3950$ WS "FILE *foo;"
3951$ WS "char Buffer[99];"
3952$ WS "foo = fopen(""foo"", ""r"");"
3953$ WS "setvbuf(foo, Buffer, 0, 0);"
3954$ WS "exit(0);"
570bb66e
JH
3955$ WS "}"
3956$ CS
3957$ tmp = "setvbuf"
3958$ GOSUB inlibc
3959$ d_setvbuf = tmp
3960$!
c998f3c7
PP
3961$! see if sfio.h is available
3962$! see if sfio library is available
3963$! Ok, but do we want to use it.
3964$! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
3965$! IF val .EQS. "define"
3966$! THEN
3967$! IF usesfio .EQS. "define"
3968$! THEN dflt = "y"
3969$! ELSE dflt = "n"
3970$! ENDIF
3971$! echo "''package' can use the sfio library, but it is experimental."
3972$! IF useperlio .EQS. "undef"
3973$! THEN
3974$! echo "For sfio also the PerlIO abstraction layer is needed."
3975$! echo "Earlier you said you would not want that."
3976$! ENDIF
3977$! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
3978$! GOSUB myread
3979$! IF ans .EQS. "" THEN ans = dflt
3980$! IF ans
3981$! THEN
3982$! echo "Ok, turning on both sfio and PerlIO, then."
3983$! useperlio="define"
3984$! val="define"
3985$! ELSE
3986$! echo "Ok, avoiding sfio this time. I'll use stdio instead."
3987$! val="undef"
3988$! ENDIF
3989$! ELSE
3990$! IF usesfio .EQS. "define"
3991$! THEN
3992$! echo4 "Sorry, cannot find sfio on this machine."
3993$! echo4 "Ignoring your setting of usesfio=''usesfio'."
3994$! val="undef"
3995$! ENDIF
3996$! ENDIF
3997$!
570bb66e
JH
3998$! Check for setenv
3999$!
4000$ OS
7558ebc2
PP
4001$ WS "#if defined(__DECC) || defined(__DECCXX)"
4002$ WS "#include <stdlib.h>"
4003$ WS "#endif"
4004$ WS "#include <stdio.h>"
4005$ WS "int main()"
570bb66e 4006$ WS "{"
7558ebc2
PP
4007$ WS "setenv(""FOO"", ""BAR"", 0);"
4008$ WS "exit(0);"
570bb66e
JH
4009$ WS "}"
4010$ CS
4011$ tmp = "setenv"
4012$ GOSUB inlibc
4013$ d_setenv = tmp
4014$!
4015$! Check for setproctitle
4016$!
4017$ OS
7558ebc2
PP
4018$ WS "#if defined(__DECC) || defined(__DECCXX)"
4019$ WS "#include <stdlib.h>"
4020$ WS "#endif"
4021$ WS "#include <stdio.h>"
4022$ WS "int main()"
570bb66e 4023$ WS "{"
7558ebc2
PP
4024$ WS "setproctitle(""%s"", ""FOO"");"
4025$ WS "exit(0);"
570bb66e
JH
4026$ WS "}"
4027$ CS
4028$ tmp = "setproctitle"
4029$ GOSUB inlibc
4030$ d_setproctitle = tmp
4031$!
4032$! Check for <netinet/in.h>
4033$!
4034$ IF Has_Dec_C_Sockets .or. Has_Socketshr
4035$ THEN
4036$ tmp = "netinet/in.h"
4037$ GOSUB inhdr
4038$ i_niin = tmp
4039$ ELSE
4040$ i_niin="undef"
4041$ ENDIF
4042$!
4043$! Check for <netinet/tcp.h>
4044$!
4045$ IF Has_Dec_C_Sockets .or. Has_Socketshr
4046$ THEN
4047$ tmp = "netinet/tcp.h"
4048$ GOSUB inhdr
4049$ i_netinettcp = tmp
4050$ ELSE
4051$ i_netinettcp="undef"
4052$ ENDIF
4053$!
4054$! Check for endhostent
4055$!
4056$ IF Has_Dec_C_Sockets .or. Has_Socketshr
4057$ THEN
4058$ OS
7558ebc2
PP
4059$ WS "#if defined(__DECC) || defined(__DECCXX)"
4060$ WS "#include <stdlib.h>"
4061$ WS "#endif"
4062$ WS "#include <stdio.h>"
570bb66e
JH
4063$ IF Has_Socketshr
4064$ THEN WS "#include <socketshr.h>"
7558ebc2 4065$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4066$ ENDIF
7558ebc2 4067$ WS "int main()"
570bb66e 4068$ WS "{"
7558ebc2
PP
4069$ WS "endhostent();"
4070$ WS "exit(0);"
570bb66e
JH
4071$ WS "}"
4072$ CS
4073$ tmp = "endhostent"
4074$ GOSUB inlibc
4075$ d_endhent = tmp
4076$ ELSE
4077$ d_endhent="undef"
4078$ ENDIF
4079$!
4080$! Check for endnetent
4081$!
4082$ IF Has_Dec_C_Sockets .or. Has_Socketshr
4083$ THEN
4084$ OS
7558ebc2
PP
4085$ WS "#if defined(__DECC) || defined(__DECCXX)"
4086$ WS "#include <stdlib.h>"
4087$ WS "#endif"
4088$ WS "#include <stdio.h>"
570bb66e
JH
4089$ IF Has_Socketshr
4090$ THEN WS "#include <socketshr.h>"
7558ebc2 4091$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e
JH
4092$ ENDIF
4093$ WS "int main()"
4094$ WS "{"
4095$ WS "endnetent();"
4096$ WS "exit(0);"
4097$ WS "}"
4098$ CS
4099$ tmp = "endnetent"
4100$ GOSUB inlibc
4101$ d_endnent = tmp
4102$ ELSE
4103$ d_endnent="undef"
4104$ ENDIF
4105$!
4106$! Check for endprotoent
4107$!
4108$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4109$ THEN
4110$ OS
7558ebc2
PP
4111$ WS "#if defined(__DECC) || defined(__DECCXX)"
4112$ WS "#include <stdlib.h>"
4113$ WS "#endif"
4114$ WS "#include <stdio.h>"
570bb66e
JH
4115$ IF Has_Socketshr
4116$ THEN WS "#include <socketshr.h>"
7558ebc2 4117$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4118$ ENDIF
7558ebc2 4119$ WS "int main()"
570bb66e 4120$ WS "{"
7558ebc2
PP
4121$ WS "endprotoent();"
4122$ WS "exit(0);"
570bb66e
JH
4123$ WS "}"
4124$ CS
4125$ tmp = "endprotoent"
4126$ GOSUB inlibc
4127$ d_endpent = tmp
4128$ ELSE
4129$ d_endpent="undef"
4130$ ENDIF
4131$!
4132$! Check for endservent
4133$!
4134$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4135$ THEN
4136$ OS
7558ebc2
PP
4137$ WS "#if defined(__DECC) || defined(__DECCXX)"
4138$ WS "#include <stdlib.h>"
4139$ WS "#endif"
4140$ WS "#include <stdio.h>"
570bb66e
JH
4141$ IF Has_Socketshr
4142$ THEN WS "#include <socketshr.h>"
7558ebc2 4143$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4144$ ENDIF
7558ebc2 4145$ WS "int main()"
570bb66e 4146$ WS "{"
7558ebc2
PP
4147$ WS "endservent();"
4148$ WS "exit(0);"
570bb66e
JH
4149$ WS "}"
4150$ CS
4151$ tmp = "endservent"
4152$ GOSUB inlibc
4153$ d_endsent = tmp
4154$ ELSE
4155$ d_endsent="undef"
4156$ ENDIF
4157$!
4158$! Check for sethostent
4159$!
4160$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4161$ THEN
4162$ OS
7558ebc2
PP
4163$ WS "#if defined(__DECC) || defined(__DECCXX)"
4164$ WS "#include <stdlib.h>"
4165$ WS "#endif"
4166$ WS "#include <stdio.h>"
570bb66e
JH
4167$ IF Has_Socketshr
4168$ THEN WS "#include <socketshr.h>"
7558ebc2 4169$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4170$ ENDIF
7558ebc2 4171$ WS "int main()"
570bb66e 4172$ WS "{"
7558ebc2
PP
4173$ WS "sethostent(1);"
4174$ WS "exit(0);"
570bb66e
JH
4175$ WS "}"
4176$ CS
4177$ tmp = "sethostent"
4178$ GOSUB inlibc
4179$ d_sethent = tmp
4180$ ELSE
4181$ d_sethent="undef"
4182$ ENDIF
4183$!
4184$! Check for setnetent
4185$!
4186$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4187$ THEN
4188$ OS
7558ebc2
PP
4189$ WS "#if defined(__DECC) || defined(__DECCXX)"
4190$ WS "#include <stdlib.h>"
4191$ WS "#endif"
4192$ WS "#include <stdio.h>"
570bb66e
JH
4193$ IF Has_Socketshr
4194$ THEN WS "#include <socketshr.h>"
7558ebc2 4195$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4196$ ENDIF
7558ebc2 4197$ WS "int main()"
570bb66e 4198$ WS "{"
7558ebc2
PP
4199$ WS "setnetent(1);"
4200$ WS "exit(0);"
570bb66e
JH
4201$ WS "}"
4202$ CS
4203$ tmp = "setnetent"
4204$ GOSUB inlibc
4205$ d_setnent = tmp
4206$ ELSE
4207$ d_setnent="undef"
4208$ ENDIF
4209$!
4210$! Check for setprotoent
4211$!
4212$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4213$ THEN
4214$ OS
7558ebc2
PP
4215$ WS "#if defined(__DECC) || defined(__DECCXX)"
4216$ WS "#include <stdlib.h>"
4217$ WS "#endif"
4218$ WS "#include <stdio.h>"
570bb66e
JH
4219$ IF Has_Socketshr
4220$ THEN WS "#include <socketshr.h>"
7558ebc2 4221$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4222$ ENDIF
7558ebc2 4223$ WS "int main()"
570bb66e 4224$ WS "{"
7558ebc2
PP
4225$ WS "setprotoent(1);"
4226$ WS "exit(0);"
570bb66e
JH
4227$ WS "}"
4228$ CS
4229$ tmp = "setprotoent"
4230$ GOSUB inlibc
4231$ d_setpent = tmp
4232$ ELSE
4233$ d_setpent="undef"
4234$ ENDIF
4235$!
4236$! Check for setservent
4237$!
4238$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4239$ THEN
4240$ OS
7558ebc2
PP
4241$ WS "#if defined(__DECC) || defined(__DECCXX)"
4242$ WS "#include <stdlib.h>"
4243$ WS "#endif"
4244$ WS "#include <stdio.h>"
570bb66e
JH
4245$ IF Has_Socketshr
4246$ THEN WS "#include <socketshr.h>"
7558ebc2 4247$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4248$ ENDIF
7558ebc2 4249$ WS "int main()"
570bb66e 4250$ WS "{"
7558ebc2
PP
4251$ WS "setservent(1);"
4252$ WS "exit(0);"
570bb66e
JH
4253$ WS "}"
4254$ CS
4255$ tmp = "setservent"
4256$ GOSUB inlibc
4257$ d_setsent = tmp
4258$ ELSE
4259$ d_setsent="undef"
4260$ ENDIF
4261$!
4262$! Check for gethostent
4263$!
4264$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4265$ THEN
4266$ OS
7558ebc2
PP
4267$ WS "#if defined(__DECC) || defined(__DECCXX)"
4268$ WS "#include <stdlib.h>"
4269$ WS "#endif"
4270$ WS "#include <stdio.h>"
570bb66e
JH
4271$ IF Has_Socketshr
4272$ THEN WS "#include <socketshr.h>"
7558ebc2 4273$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4274$ ENDIF
7558ebc2 4275$ WS "int main()"
570bb66e 4276$ WS "{"
7558ebc2
PP
4277$ WS "gethostent();"
4278$ WS "exit(0);"
570bb66e
JH
4279$ WS "}"
4280$ CS
4281$ tmp = "gethostent"
4282$ GOSUB inlibc
4283$ d_gethent = tmp
4284$ ELSE
4285$ d_gethent="undef"
4286$ ENDIF
4287$!
4288$! Check for getnetent
4289$!
4290$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4291$ THEN
4292$ OS
7558ebc2
PP
4293$ WS "#if defined(__DECC) || defined(__DECCXX)"
4294$ WS "#include <stdlib.h>"
4295$ WS "#endif"
4296$ WS "#include <stdio.h>"
570bb66e
JH
4297$ IF Has_Socketshr
4298$ THEN WS "#include <socketshr.h>"
7558ebc2 4299$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4300$ ENDIF
7558ebc2 4301$ WS "int main()"
570bb66e 4302$ WS "{"
7558ebc2
PP
4303$ WS "getnetent();"
4304$ WS "exit(0);"
570bb66e
JH
4305$ WS "}"
4306$ CS
4307$ tmp = "getnetent"
4308$ GOSUB inlibc
4309$ d_getnent = tmp
4310$ ELSE
4311$ d_getnent="undef"
4312$ ENDIF
4313$!
4314$! Check for getprotoent
4315$!
4316$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4317$ THEN
4318$ OS
7558ebc2
PP
4319$ WS "#if defined(__DECC) || defined(__DECCXX)"
4320$ WS "#include <stdlib.h>"
4321$ WS "#endif"
4322$ WS "#include <stdio.h>"
570bb66e
JH
4323$ IF Has_Socketshr
4324$ THEN WS "#include <socketshr.h>"
7558ebc2 4325$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4326$ ENDIF
7558ebc2 4327$ WS "int main()"
570bb66e 4328$ WS "{"
7558ebc2
PP
4329$ WS "getprotoent();"
4330$ WS "exit(0);"
570bb66e
JH
4331$ WS "}"
4332$ CS
4333$ tmp = "getprotoent"
4334$ GOSUB inlibc
4335$ d_getpent = tmp
4336$ ELSE
4337$ d_getpent="undef"
4338$ ENDIF
4339$!
4340$! Check for getservent
4341$!
4342$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4343$ THEN
4344$ OS
7558ebc2
PP
4345$ WS "#if defined(__DECC) || defined(__DECCXX)"
4346$ WS "#include <stdlib.h>"
4347$ WS "#endif"
4348$ WS "#include <stdio.h>"
570bb66e
JH
4349$ IF Has_Socketshr
4350$ THEN WS "#include <socketshr.h>"
7558ebc2 4351$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4352$ ENDIF
7558ebc2 4353$ WS "int main()"
570bb66e 4354$ WS "{"
7558ebc2
PP
4355$ WS "getservent();"
4356$ WS "exit(0);"
570bb66e
JH
4357$ WS "}"
4358$ CS
4359$ tmp = "getservent"
4360$ GOSUB inlibc
4361$ d_getsent = tmp
4362$ ELSE
4363$ d_getsent="undef"
4364$ ENDIF
4365$!
4366$! Check for socklen_t
4367$!
4368$ IF Has_Dec_C_Sockets .OR. Has_Socketshr
4369$ THEN
4370$ echo4 "Checking to see if you have socklen_t..."
4371$ OS
7558ebc2
PP
4372$ WS "#if defined(__DECC) || defined(__DECCXX)"
4373$ WS "#include <stdlib.h>"
4374$ WS "#endif"
4375$ WS "#include <stdio.h>"
570bb66e
JH
4376$ IF Has_Socketshr
4377$ THEN WS "#include <socketshr.h>"
7558ebc2 4378$ ELSE IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e 4379$ ENDIF
7558ebc2 4380$ WS "int main()"
570bb66e 4381$ WS "{"
7558ebc2
PP
4382$ WS "socklen_t x = 16;"
4383$ WS "exit(0);"
570bb66e
JH
4384$ WS "}"
4385$ CS
4386$ GOSUB link_ok
4387$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4388$ THEN
4389$ d_socklen_t="define"
4390$ echo "You have socklen_t."
4391$ ELSE
4392$ d_socklen_t="undef"
4393$ echo "You do not have socklen_t."
4394$ ENDIF
4395$ ELSE
4396$ d_socklen_t="undef"
4397$ ENDIF
4398$!
4399$! Check for pthread_yield
4400$!
4401$ IF use_threads
4402$ THEN
4403$ OS
7558ebc2
PP
4404$ WS "#if defined(__DECC) || defined(__DECCXX)"
4405$ WS "#include <stdlib.h>"
4406$ WS "#endif"
4407$ WS "#include <pthread.h>"
4408$ WS "#include <stdio.h>"
4409$ WS "int main()"
570bb66e 4410$ WS "{"
7558ebc2
PP
4411$ WS "pthread_yield();"
4412$ WS "exit(0);"
570bb66e
JH
4413$ WS "}"
4414$ CS
4415$ tmp = "pthread_yield"
4416$ GOSUB inlibc
4417$ d_pthread_yield = tmp
4418$ ELSE
4419$ d_pthread_yield="undef"
4420$ ENDIF
4421$!
4422$! Check for sched_yield
4423$!
4424$ IF use_threads
4425$ THEN
4426$ OS
7558ebc2
PP
4427$ WS "#if defined(__DECC) || defined(__DECCXX)"
4428$ WS "#include <stdlib.h>"
4429$ WS "#endif"
4430$ WS "#include <pthread.h>"
4431$ WS "#include <stdio.h>"
4432$ WS "int main()"
570bb66e 4433$ WS "{"
7558ebc2
PP
4434$ WS "sched_yield();"
4435$ WS "exit(0);"
570bb66e
JH
4436$ WS "}"
4437$ CS
4438$ tmp = "sched_yield"
4439$ GOSUB inlibc
4440$ d_sched_yield = tmp
4441$ IF d_sched_yield .EQS. "define"
4442$ THEN sched_yield = "sched_yield"
4443$ ELSE sched_yield = " "
4444$ ENDIF
4445$ ELSE
4446$ d_sched_yield="undef"
4447$ sched_yield = " "
4448$ ENDIF
4449$!
4450$! Check for generic pointer size
4451$!
4452$ echo4 "Checking to see how big your pointers are..."
4453$ OS
7558ebc2
PP
4454$ WS "#if defined(__DECC) || defined(__DECCXX)"
4455$ WS "#include <stdlib.h>"
4456$ WS "#endif"
4457$ WS "#include <stdio.h>"
4458$ WS "int main()"
570bb66e 4459$ WS "{"
7558ebc2
PP
4460$ WS "int foo;"
4461$ WS "foo = sizeof(char *);"
4462$ WS "printf(""%d\n"", foo);"
4463$ WS "exit(0);"
570bb66e
JH
4464$ WS "}"
4465$ CS
4466$ tmp = "char *"
4467$ GOSUB type_size_check
4468$ ptrsize = tmp
4469$ echo "Your pointers are ''ptrsize' bytes long."
4470$!
4471$! Check for size_t size
4472$!
4473$ tmp = "size_t"
4474$ zzz = tmp
4475$ echo4 "Checking the size of ''zzz'..."
4476$ GOSUB type_size_check
4477$ sizesize = tmp
4478$ echo "Your ''zzz' size is ''sizesize' bytes."
4479$!
4480$! Check rand48 and its ilk
4481$!
4482$ echo4 "Looking for a random number function..."
4483$ OS
7558ebc2
PP
4484$ WS "#if defined(__DECC) || defined(__DECCXX)"
4485$ WS "#include <stdlib.h>"
4486$ WS "#endif"
4487$ WS "#include <stdio.h>"
4488$ WS "int main()"
570bb66e
JH
4489$ WS "{"
4490$ WS "srand48(12L);"
7558ebc2 4491$ WS "exit(0);"
570bb66e
JH
4492$ WS "}"
4493$ CS
4494$ GOSUB link_ok
4495$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4496$ THEN
4497$ drand01 = "drand48()"
4498$ randseedtype = "long int"
4499$ seedfunc = "srand48"
4500$ echo4 "Good, found drand48()."
4501$ d_drand48proto = "define"
4502$ ELSE
4503$ d_drand48proto = "undef"
4504$ drand01="random()"
4505$ randseedtype = "unsigned"
4506$ seedfunc = "srandom"
4507$ OS
7558ebc2
PP
4508$ WS "#if defined(__DECC) || defined(__DECCXX)"
4509$ WS "#include <stdlib.h>"
4510$ WS "#endif"
4511$ WS "#include <stdio.h>"
4512$ WS "int main()"
570bb66e
JH
4513$ WS "{"
4514$ WS "srandom(12);"
7558ebc2 4515$ WS "exit(0);"
570bb66e
JH
4516$ WS "}"
4517$ CS
4518$ GOSUB link_ok
4519$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4520$ THEN
4521$ echo4 "OK, found random()."
4522$ ELSE
4523$ drand01="(((float)rand())/((float)RAND_MAX))"
4524$ randseedtype = "unsigned"
4525$ seedfunc = "srand"
4526$ echo4 "Yick, looks like I have to use rand()."
4527$ ENDIF
4528$ ENDIF
570bb66e
JH
4529$! Done with compiler checks. Clean up.
4530$ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
4531$ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
4532$ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
4533$ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
4534$ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
414b89cc 4535$ IF ccname .EQS. "CXX"
570bb66e
JH
4536$ THEN
4537$ CALL Cxx_demangler_cleanup
4538$ ENDIF
4539$!
4540$! Some that are compiler or VMS version sensitive
4541$!
4542$! Gnu C stuff
414b89cc 4543$ IF ccname .EQS. "GCC"
570bb66e
JH
4544$ THEN
4545$ d_attribut="define"
4546$ vms_cc_type="gcc"
4547$ ELSE
4548$ vms_cc_type="cc"
4549$ d_attribut="undef"
4550$ ENDIF
4551$!
4552$! Dec C >= 5.2 and VMS ver >= 7.0
414b89cc
CB
4553$ IF (ccname .EQS. "DEC") .AND. -
4554 (F$INTEGER(Dec_C_Version).GE.50200000) .AND. (vms_ver .GES. "7.0")
570bb66e
JH
4555$ THEN
4556$ d_bcmp="define"
4557$ d_gettimeod="define"
4558$ d_uname="define"
4559$ d_sigaction="define"
983dbef6 4560$ d_sigprocmask="define"
570bb66e
JH
4561$ d_truncate="define"
4562$ d_wait4="define"
4563$ d_index="define"
4564$ pidtype="pid_t"
4565$ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2 SPARE18 SPARE19 CHLD CONT STOP TSTP TTIN TTOU DEBUG SPARE27 SPARE28 SPARE29 SPARE30 SPARE31 SPARE32 RTMIN RTMAX"",0"
4566$ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
4567$ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",""SPARE18"",""SPARE19"",""CHLD"",""CONT"",""STOP"",""TSTP"","
4568$ psnwc3="""TTIN"",""TTOU"",""DEBUG"",""SPARE27"",""SPARE28"",""SPARE29"",""SPARE30"",""SPARE31"",""SPARE32"",""RTMIN"",""RTMAX"",0"
4569$ sig_name_init = psnwc1 + psnwc2 + psnwc3
7558ebc2 4570$ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 64"",0"
570bb66e
JH
4571$ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,64,0"
4572$! perl_sig_num_with_commas=sig_num_init
6feaf546 4573$ sig_size="36"
570bb66e
JH
4574$ uidtype="uid_t"
4575$ d_pathconf="define"
4576$ d_fpathconf="define"
4577$ d_sysconf="define"
4578$ d_sigsetjmp="define"
4579$ ELSE
4580$ pidtype="unsigned int"
4581$ d_gettimeod="undef"
4582$ d_bcmp="undef"
4583$ d_uname="undef"
4584$ d_sigaction="undef"
983dbef6 4585$ d_sigprocmask="undef"
570bb66e
JH
4586$ d_truncate="undef"
4587$ d_wait4="undef"
4588$ d_index="undef"
4589$ sig_name="ZERO HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM ABRT USR1 USR2"",0"
4590$ psnwc1="""ZERO"",""HUP"",""INT"",""QUIT"",""ILL"",""TRAP"",""IOT"",""EMT"",""FPE"",""KILL"",""BUS"",""SEGV"",""SYS"","
4591$ psnwc2="""PIPE"",""ALRM"",""TERM"",""ABRT"",""USR1"",""USR2"",0"
4592$ sig_name_init = psnwc1 + psnwc2
4593$ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17"",0"
4594$ sig_num_init="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,6,16,17,0"
4595$! perl_sig_num_with_commas=sig_num_init
6feaf546 4596$ sig_size="19"
570bb66e
JH
4597$ uidtype="unsigned int"
4598$ d_pathconf="undef"
4599$ d_fpathconf="undef"
4600$ d_sysconf="undef"
4601$ d_sigsetjmp="undef"
4602$ ENDIF
a3bd614a
PP
4603$!: see if tzname[] exists
4604$ OS
4605$ WS "#include <stdio.h>"
4606$ WS "#include <time.h>"
4607$ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
4608$ CS
4609$ GOSUB compile_ok
4610$ IF compile_status .EQ. good_compile
4611$ THEN
4612$ d_tzname = "undef"
4613$ echo4 "tzname[] NOT found."
4614$ ELSE
4615$ d_tzname = "define"
4616$ echo4 "tzname[] found."
4617$ ENDIF
4618$ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
570bb66e 4619$!
414b89cc
CB
4620$ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
4621$ THEN
4622$ d_phostname="define"
4623$ ELSE
4624$ d_phostname="undef"
4625$ ENDIF
4626$!
570bb66e 4627$! Dec C alone
414b89cc 4628$ IF ccname .EQS. "DEC"
570bb66e
JH
4629$ THEN
4630$ d_mbstowcs="define"
4631$ d_mbtowc="define"
4632$ d_stdiobase="define"
4633$ d_stdio_cnt_lval="define"
dedcc4d4 4634$ d_stdio_ptr_lval="define"
570bb66e
JH
4635$ d_stdstdio="define"
4636$ d_wcstombs="define"
4637$ d_mblen="define"
4638$ d_mktime="define"
4639$ d_strcoll="define"
4640$ d_strxfrm="define"
4641$ d_wctomb="define"
4642$ i_locale="define"
2765b840 4643$ i_langinfo="define"
570bb66e 4644$ d_locconv="define"
2765b840 4645$ d_nl_langinfo="define"
570bb66e
JH
4646$ d_setlocale="define"
4647$ vms_cc_type="decc"
4648$ ELSE
4649$ d_mbstowcs="undef"
4650$ d_mbtowc="undef"
4651$ d_stdiobase="undef"
4652$ d_stdio_cnt_lval="undef"
4653$ d_stdio_ptr_lval="undef"
4654$ d_stdstdio="undef"
4655$ d_wcstombs="undef"
4656$ d_mblen="undef"
4657$ d_mktime="undef"
4658$ d_strcoll="undef"
4659$ d_strxfrm="undef"
4660$ d_wctomb="undef"
4661$ i_locale="undef"
2765b840 4662$ i_langinfo="undef"
570bb66e 4663$ d_locconv="undef"
2765b840 4664$ d_nl_langinfo="undef"
570bb66e
JH
4665$ d_setlocale="undef"
4666$ ENDIF
a7ffa9b9 4667$ d_stdio_ptr_lval_sets_cnt="undef"
a15cef0c 4668$ d_stdio_ptr_lval_nochange_cnt="define"
570bb66e
JH
4669$!
4670$! Sockets?
4671$ if Has_Socketshr .OR. Has_Dec_C_Sockets
4672$ THEN
4673$ d_vms_do_sockets="define"
4674$ d_htonl="define"
4675$ d_socket="define"
4676$ d_select="define"
4677$ netdb_hlen_type="int"
4678$ netdb_host_type="char *"
4679$ netdb_name_type="char *"
4680$ netdb_net_type="long"
4681$ d_gethbyaddr="define"
4682$ d_gethbyname="define"
4683$ d_getnbyaddr="define"
4684$ d_getnbyname="define"
4685$ d_getpbynumber="define"
4686$ d_getpbyname="define"
4687$ d_getsbyport="define"
4688$ d_getsbyname="define"
4689$ d_gethostprotos="define"
4690$ d_getnetprotos="define"
4691$ d_getprotoprotos="define"
4692$ d_getservprotos="define"
414b89cc 4693$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
570bb66e
JH
4694$ THEN
4695$ socksizetype="unsigned int"
4696$ ELSE
4697$ socksizetype="int *"
4698$ ENDIF
4699$ ELSE
4700$ d_vms_do_sockets="undef"
4701$ d_htonl="undef"
4702$ d_socket="undef"
4703$ d_select="undef"
4704$ netdb_hlen_type="int"
4705$ netdb_host_type="char *"
4706$ netdb_name_type="char *"
4707$ netdb_net_type="long"
4708$ d_gethbyaddr="undef"
4709$ d_gethbyname="undef"
4710$ d_getnbyaddr="undef"
4711$ d_getnbyname="undef"
4712$ d_getpbynumber="undef"
4713$ d_getpbyname="undef"
4714$ d_getsbyport="undef"
4715$ d_getsbyname="undef"
4716$ d_gethostprotos="undef"
4717$ d_getnetprotos="undef"
4718$ d_getprotoprotos="undef"
4719$ d_getservprotos="undef"
4720$ socksizetype="undef"
4721$ ENDIF
4722$! Threads
4723$ IF use_threads
4724$ THEN
4725$ usethreads="define"
4726$ d_pthreads_created_joinable="define"
4727$ if (vms_ver .GES. "7.0")
4728$ THEN
4729$ d_oldpthreads="undef"
4730$ ELSE
4731$ d_oldpthreads="define"
4732$ ENDIF
4733$ ELSE
4734$ d_oldpthreads="undef"
4735$ usethreads="undef"
4736$ d_pthreads_created_joinable="undef"
4737$ ENDIF
4738$!
4739$! new (5.005_62++) typedefs for primitives
4740$!
4741$ echo "Choosing the C types to be used for Perl's internal types..."
4742$ ivtype="long"
4743$ uvtype="unsigned long"
4744$ i8type="char"
4745$ u8type="unsigned char"
4746$ i16type="short"
4747$ u16type="unsigned short"
4748$ i32type="int"
4749$ u32type="unsigned int"
4750$ i64type="long long"
4751$ u64type="unsigned long long"
4752$ nvtype="double"
4753$!
4754$ IF use64bitint .OR. use64bitint .EQS. "define"
4755$ THEN
4756$ ivtype = "''i64type'"
4757$ uvtype = "''u64type'"
4758$ nvtype="long double"
4759$ ELSE
4760$ i64size="undef"
4761$ u64size="undef"
4762$ ENDIF
4763$!
4764$ tmp = "''ivtype'"
4765$ GOSUB type_size_check
4766$ ivsize = tmp
4767$ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
4768$ IF ivtype .eqs. "long"
4769$ THEN longsize = tmp
4770$ ELSE
4771$ tmp = "long"
4772$ GOSUB type_size_check
4773$ longsize = tmp
4774$ ENDIF
7558ebc2 4775$!
570bb66e
JH
4776$ tmp = "''uvtype'"
4777$ GOSUB type_size_check
4778$ uvsize = tmp
4779$ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
7558ebc2 4780$!
570bb66e
JH
4781$ tmp = "''i8type'"
4782$ GOSUB type_size_check
4783$ i8size = tmp
7558ebc2 4784$!
570bb66e
JH
4785$ tmp = "''u8type'"
4786$ GOSUB type_size_check
4787$ u8size = tmp
7558ebc2 4788$!
570bb66e
JH
4789$ tmp = "''i16type'"
4790$ GOSUB type_size_check
4791$ i16size = tmp
4792$ IF i16type .eqs. "short"
4793$ THEN shortsize = tmp
4794$ ELSE
4795$ tmp = "short"
4796$ gosub type_size_check
4797$ shortsize = tmp
4798$ ENDIF
7558ebc2 4799$!
570bb66e
JH
4800$ tmp = "''u16type'"
4801$ GOSUB type_size_check
4802$ u16size = tmp
7558ebc2 4803$!
570bb66e
JH
4804$ tmp = "''i32type'"
4805$ GOSUB type_size_check
4806$ i32size = tmp
4807$ IF i32type .eqs. "int"
4808$ THEN intsize = tmp
4809$ ELSE
4810$ tmp = "int"
4811$ gosub type_size_check
4812$ intsize = tmp
4813$ ENDIF
7558ebc2 4814$!
570bb66e
JH
4815$ tmp = "''u32type'"
4816$ gosub type_size_check
4817$ u32size = tmp
7558ebc2 4818$!
570bb66e
JH
4819$ tmp = "''nvtype'"
4820$ GOSUB type_size_check
4821$ nvsize = tmp
4822$!
4823$ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
4824$ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
4825$ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
4826$!
4827$ echo4 "Checking whether your NVs can preserve your UVs..."
4828$ OS
7558ebc2
PP
4829$ WS "#if defined(__DECC) || defined(__DECCXX)"
4830$ WS "#include <stdlib.h>"
4831$ WS "#endif"
4832$ WS "#include <stdio.h>"
4833$ WS "int main() {"
4834$ WS " ''uvtype' k = (''uvtype')~0, l;"
4835$ WS " ''nvtype' d;"
4836$ WS " l = k;"
4837$ WS " d = (''nvtype')l;"
4838$ WS " l = (''uvtype')d;"
4839$ WS " if (l == k)"
4840$ WS " printf(""preserve\n"");"
4841$ WS " exit(0);"
4842$ WS "}"
570bb66e
JH
4843$ CS
4844$ GOSUB compile
4845$ IF tmp .EQS. "preserve"
4846$ THEN
4847$ d_nv_preserves_uv = "define"
4848$ echo "Yes, they can."
4849$ d_nv_preserves_uv_bits = F$STRING(F$INTEGER(uvsize) * 8)
4850$ ELSE
4851$ d_nv_preserves_uv = "undef"
4852$ echo "No, they can't."
4853$ echo4 "Checking how many bits of your UVs your NVs can preserve..."
4854$ OS
7558ebc2
PP
4855$ WS "#if defined(__DECC) || defined(__DECCXX)"
4856$ WS "#include <stdlib.h>"
4857$ WS "#endif"
4858$ WS "#include <stdio.h>"
4859$ WS "int main() {"
4860$ WS " ''uvtype' u = 0;"
4861$ WS " int n = 8 * ''uvsize';"
4862$ WS " int i;"
4863$ WS " for (i = 0; i < n; i++) {"
4864$ WS " u = u << 1 | (''uvtype')1;"
4865$ WS " if ((''uvtype')(''nvtype')u != u)"
4866$ WS " break;"
4867$ WS " }"
4868$ WS " printf(""%d\n"", i);"
4869$ WS " exit(0);"
4870$ WS "}"
570bb66e
JH
4871$ GOSUB compile
4872$ d_nv_preserves_uv_bits = tmp
4873$ ENDIF
4874$ DELETE/SYMBOL tmp
4875$!
4876$ ivdformat="""ld"""
4877$ uvuformat="""lu"""
4878$ uvoformat="""lo"""
4879$ uvxformat="""lx"""
414b89cc 4880$ uvXUformat="""lX"""
fd47df60
JH
4881$! uselongdouble?
4882$ nveformat="""e"""
4883$ nvfformat="""f"""
4884$ nvgformat="""g"""
570bb66e
JH
4885$!
4886$! Finally the composite ones. All config
4887$!
4888$ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
4889$!
414b89cc 4890$ IF ccname .EQS. "DEC"
570bb66e
JH
4891$ THEN
4892$ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext'/NoList''ccflags'"
4893$ ENDIF
7558ebc2 4894$ i_dirent = "undef"
414b89cc 4895$ IF ccname .EQS. "CXX"
7558ebc2
PP
4896$ THEN
4897$ i_dirent = "define"
4898$ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext'/NoList''ccflags'"
4899$ ENDIF
570bb66e
JH
4900$ IF use_vmsdebug_perl
4901$ THEN
4902$ optimize="/Debug/NoOpt"
31963e90 4903$ ldflags="/Debug/Trace/Map"
570bb66e
JH
4904$ dbgprefix = "DBG"
4905$ ELSE
4906$ optimize= ""
31963e90 4907$ ldflags="/NoTrace/NoMap"
570bb66e
JH
4908$ dbgprefix = ""
4909$ ENDIF
4910$!
4911$! Okay, we've got everything configured. Now go write out a config.sh.
4912$ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
4913$ echo4 "Creating ''basename_config_sh'..."
7558ebc2 4914$ open/write CONFIG 'config_sh'
570bb66e
JH
4915$ WC := write CONFIG
4916$!
4917$! ##BEGIN WRITE NEW CONSTANTS HERE##
4918$!
4919$ WC "#!/bin/sh"
4920$ WC "#"
4921$ WC "# This file was produced by Configure.COM on a ''osname' system."
4922$ WC "#"
4923$ WC "# Package name : ''package'"
4924$ WC "# Source directory : ''src'"
4925$ WC "# Configuration time: " + cf_time
4926$ WC "# Configuration by : " + cf_by
4927$ WC "# Target system : " + myuname
4928$ WC ""
4929$ WC "CONFIG='true'"
4930$ WC "Makefile_SH='" + Makefile_SH + "'"
4931$ WC "Mcc='" + Mcc + "'"
414b89cc
CB
4932$ WC "PERL_REVISION='" + revision + "'"
4933$ WC "PERL_VERSION='" + patchlevel + "'"
4934$ WC "PERL_SUBVERSION='" + subversion + "'"
4935$ WC "PERL_API_VERSION='" + api_version + "'"
4936$ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
570bb66e 4937$ WC "alignbytes='" + alignbytes + "'"
414b89cc 4938$ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
570bb66e
JH
4939$ WC "ar='" + "'"
4940$ WC "archlib='" + archlib + "'"
4941$ WC "archlibexp='" + archlibexp + "'"
4942$ WC "archname='" + archname + "'"
4943$ WC "baserev='" + baserev + "'"
4944$ WC "bin='" + bin + "'"
4945$ WC "binexp='" + binexp + "'"
4946$ WC "builddir='" + builddir + "'"
4947$ WC "byteorder='1234'"
4948$ WC "castflags='0'"
4949$ WC "cc='" + perl_cc + "'"
4950$ WC "cccdlflags='" + cccdlflags + "'"
4951$ WC "ccdlflags='" + ccdlflags + "'"
4952$ WC "ccflags='" + ccflags + "'"
414b89cc 4953$ WC "ccname='" + ccname + "'"
7558ebc2 4954$ WC "ccversion='" + ccversion + "'"
570bb66e
JH
4955$ WC "cf_by='" + cf_by + "'"
4956$ WC "cf_email='" + cf_email + "'"
4957$ WC "cf_time='" + cf_time + "'"
4958$ WC "config_args='" + config_args + "'"
4959$ WC "config_sh='" + config_sh + "'"
4960$ WC "cpp_stuff='" + cpp_stuff + "'"
4961$ WC "cpplast='" + cpplast + "'"
4962$ WC "cppminus='" + cppminus + "'"
4963$ WC "cpprun='" + cpprun + "'"
4964$ WC "cppstdin='" + cppstdin + "'"
570bb66e 4965$ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
6b356c8e
JH
4966$ WC "d_PRIEldbl='" + d_PRIEUldbl + "'"
4967$ WC "d_PRIFldbl='" + d_PRIFUldbl + "'"
4968$ WC "d_PRIGldbl='" + d_PRIGUldbl + "'"
4969$ WC "d_PRIX64='" + d_PRIXU64 + "'"
2ef53570 4970$ WC "d_PRId64='" + d_PRId64 + "'"
59a27e12 4971$ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
570bb66e
JH
4972$ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
4973$ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
4974$ WC "d_PRIo64='" + d_PRIo64 + "'"
4975$ WC "d_PRIu64='" + d_PRIu64 + "'"
4976$ WC "d_PRIx64='" + d_PRIx64 + "'"
b5ddfb46 4977$ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
2ef53570 4978$ WC "d__fwalk='undef'"
570bb66e
JH
4979$ WC "d_access='" + d_access + "'"
4980$ WC "d_accessx='undef'"
4981$ WC "d_alarm='define'"
4982$ WC "d_archlib='define'"
4983$ WC "d_atolf='" + d_atolf + "'"
4984$ WC "d_atoll='" + d_atoll + "'"
4985$ WC "d_attribut='" + d_attribut + "'"
4986$ WC "d_bcmp='" + d_bcmp + "'"
4987$ WC "d_bcopy='" + d_bcopy + "'"
4988$ WC "d_bincompat3='undef'"
4989$ WC "d_bincompat5005='undef'"
570bb66e 4990$! WC "d_bsdpgrp='undef'"
2ef53570 4991$ WC "d_bsdgetpgrp='undef'"
570bb66e
JH
4992$ WC "d_bsdsetpgrp='undef'"
4993$ WC "d_bzero='" + d_bzero + "'"
4994$ WC "d_casti32='define'"
4995$ WC "d_castneg='define'"
4996$ WC "d_charvspr='undef'"
4997$ WC "d_chown='define'"
4998$ WC "d_chroot='undef'"
4999$ WC "d_chsize='undef'"
758a5d79 5000$ WC "d_class='undef'"
570bb66e
JH
5001$ WC "d_cmsghdr_s='undef'"
5002$ WC "d_const='define'"
5003$ WC "d_crypt='define'"
5004$ WC "d_csh='undef'"
5005$ WC "d_cuserid='define'"
5006$ WC "d_dbl_dig='define'"
2ef53570 5007$ WC "d_dbminitproto='undef'"
570bb66e
JH
5008$ WC "d_difftime='define'"
5009$ WC "d_dirnamlen='define'"
5010$ WC "d_dlerror='undef'"
5011$ WC "d_dlsymun='undef'"
5012$ WC "d_dosuid='undef'"
5013$ WC "d_drand48proto='" + d_drand48proto + "'"
5014$ WC "d_dup2='define'"
5015$ WC "d_eaccess='undef'"
5016$ WC "d_endgrent='define'"
5017$ WC "d_endhent='" + d_endhent + "'"
5018$ WC "d_endnent='" + d_endnent + "'"
5019$ WC "d_endpent='" + d_endpent + "'"
5020$ WC "d_endpwent='define'"
5021$ WC "d_endsent='" + d_endsent + "'"
5022$ WC "d_eofnblk='undef'"
5023$ WC "d_eunice='undef'"
5024$ WC "d_fchmod='undef'"
b363b713 5025$ WC "d_fchdir='undef'"
570bb66e
JH
5026$ WC "d_fchown='undef'"
5027$ WC "d_fcntl='" + d_fcntl + "'"
1c21a19a 5028$ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
570bb66e
JH
5029$ WC "d_fd_set='" + d_fd_set + "'"
5030$ WC "d_fgetpos='define'"
758a5d79
JH
5031$ WC "d_finite='undef'"
5032$ WC "d_finitel='undef'"
570bb66e
JH
5033$ WC "d_flexfnam='define'"
5034$ WC "d_flock='undef'"
2ef53570 5035$ WC "d_flockproto='undef'"
570bb66e 5036$ WC "d_fork='undef'"
758a5d79 5037$ WC "d_fp_class='undef'"
570bb66e 5038$ WC "d_fpathconf='" + d_fpathconf + "'"
758a5d79
JH
5039$ WC "d_fpclass='undef'"
5040$ WC "d_fpclassify='undef'"
5041$ WC "d_fpclassl='undef'"
570bb66e
JH
5042$ WC "d_fpos64_t='" + d_fpos64_t + "'"
5043$ WC "d_frexpl='" + d_frexpl + "'"
5044$ WC "d_fs_data_s='undef'"
5045$ WC "d_fseeko='undef'"
5046$ WC "d_fsetpos='define'"
5047$ WC "d_fstatfs='undef'"
5048$ WC "d_fstatvfs='undef'"
411ab01c 5049$ WC "d_fsync='undef'"
570bb66e 5050$ WC "d_ftello='undef'"
fea629d8 5051$ WC "d_getcwd='define'"
570bb66e
JH
5052$ WC "d_getespwnam='undef'"
5053$ WC "d_getfsstat='undef'"
5054$ WC "d_getgrent='define'"
5055$ WC "d_getgrps='undef'"
5056$ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
5057$ WC "d_gethbyname='" + d_gethbyname + "'"
5058$ WC "d_gethent='" + d_gethent + "'"
5059$ WC "d_gethname='" + d_gethname + "'"
5060$ WC "d_gethostprotos='" + d_gethostprotos + "'"
4e0554ec 5061$ WC "d_getitimer='undef'"
570bb66e
JH
5062$ WC "d_getlogin='define'"
5063$ WC "d_getmnt='undef'"
5064$ WC "d_getmntent='undef'"
5065$ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
5066$ WC "d_getnbyname='" + d_getnbyname + "'"
5067$ WC "d_getnent='" + d_getnent + "'"
5068$ WC "d_getnetprotos='" + d_getnetprotos + "'"
0c0643d0 5069$ WC "d_getpagsz='undef'"
570bb66e
JH
5070$ WC "d_getpbyname='" + d_getpbyname + "'"
5071$ WC "d_getpbynumber='" + d_getpbynumber + "'"
5072$ WC "d_getpent='" + d_getpent + "'"
5073$ WC "d_getpgid='undef'"
5074$ WC "d_getpgrp2='undef'"
5075$ WC "d_getpgrp='undef'"
5076$ WC "d_getppid='undef'"
5077$ WC "d_getprior='undef'"
5078$ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
5079$ WC "d_getprpwnam='undef'"
5080$ WC "d_getpwent='define'"
5081$ WC "d_getsbyname='" + d_getsbyname + "'"
5082$ WC "d_getsbyport='" + d_getsbyport + "'"
5083$ WC "d_getsent='" + d_getsent + "'"
5084$ WC "d_getservprotos='" + d_getservprotos + "'"
5085$ WC "d_getspnam='undef'"
5086$ WC "d_gettimeod='" + d_gettimeod + "'"
5087$ WC "d_gnulibc='undef'"
5088$ WC "d_grpasswd='undef'"
5089$ WC "d_hasmntopt='undef'"
5090$ WC "d_htonl='" + d_htonl + "'"
570bb66e
JH
5091$ WC "d_index='" + d_index + "'"
5092$ WC "d_inetaton='undef'"
5093$ WC "d_int64_t='" + d_int64_t + "'"
5094$ WC "d_isascii='define'"
758a5d79
JH
5095$ WC "d_isfinite='undef'"
5096$ WC "d_isinf='undef'"
3a491987 5097$ WC "d_isnan='" + d_isnan + "'"
570bb66e
JH
5098$ WC "d_isnanl='" + d_isnanl + "'"
5099$ WC "d_killpg='undef'"
5100$ WC "d_lchown='undef'"
5101$ WC "d_ldbl_dig='define'"
5102$ WC "d_link='undef'"
5103$ WC "d_llseek='undef'"
5104$ WC "d_locconv='" + d_locconv + "'"
5105$ WC "d_lockf='undef'"
5106$ WC "d_longdbl='" + d_longdbl + "'"
5107$ WC "d_longlong='" + d_longlong + "'"
5108$ WC "d_lseekproto='define'"
5109$ WC "d_lstat='undef'"
5110$ WC "d_madvise='undef'"
5111$ WC "d_mblen='" + d_mblen + "'"
5112$ WC "d_mbstowcs='" + d_mbstowcs + "'"
5113$ WC "d_mbtowc='" + d_mbtowc + "'"
5114$ WC "d_memchr='" + d_memchr + "'"
5115$ WC "d_memcmp='define'"
5116$ WC "d_memcpy='define'"
5117$ WC "d_memmove='define'"
5118$ WC "d_memset='define'"
5119$ WC "d_mkdir='define'"
5120$ WC "d_mkdtemp='" + d_mkdtemp + "'"
5121$ WC "d_mkfifo='undef'"
5122$ WC "d_mknod='undef'"
5123$ WC "d_mkstemp='" + d_mkstemp + "'"
5124$ WC "d_mkstemps='" + d_mkstemps + "'"
5125$ WC "d_mktime='" + d_mktime + "'"
5126$ WC "d_mmap='undef'"
5127$ WC "d_modfl='" + d_modfl + "'"
7b826da8 5128$ WC "d_modfl_pow32_bug='undef'"
570bb66e
JH
5129$ WC "d_mprotect='undef'"
5130$ WC "d_msg='undef'"
5131$ WC "d_msg_ctrunc='undef'"
5132$ WC "d_msg_dontroute='undef'"
5133$ WC "d_msg_oob='undef'"
5134$ WC "d_msg_peek='undef'"
5135$ WC "d_msg_proxy='undef'"
5136$ WC "d_msghdr_s='undef'"
5137$ WC "d_msync='undef'"
5138$ WC "d_munmap='undef'"
5139$ WC "d_mymalloc='" + d_mymalloc + "'"
5140$ WC "d_nice='define'"
2765b840 5141$ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
570bb66e
JH
5142$ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
5143$ WC "d_nv_preserves_uv_bits='" + d_nv_preserves_uv_bits + "'"
5144$ WC "d_off64_t='" + d_off64_t + "'"
5145$ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
5146$ WC "d_oldarchlib='define'"
5147$ WC "d_oldpthreads='" + d_oldpthreads + "'"
5148$ WC "d_open3='define'"
5149$ WC "d_pathconf='" + d_pathconf + "'"
5150$ WC "d_pause='define'"
5151$ WC "d_perl_otherlibdirs='undef'"
414b89cc 5152$ WC "d_phostname='" + d_phostname + "'"
570bb66e
JH
5153$ WC "d_pipe='define'"
5154$ WC "d_poll='undef'"
d6483fcc 5155$ WC "d_pthread_atfork='undef'"
570bb66e
JH
5156$ WC "d_pthread_yield='" + d_pthread_yield + "'"
5157$ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
5158$ WC "d_pwage='undef'"
5159$ WC "d_pwchange='undef'"
5160$ WC "d_pwclass='undef'"
5161$ WC "d_pwcomment='define'"
5162$ WC "d_pwexpire='undef'"
5163$ WC "d_pwgecos='define'"
5164$ WC "d_pwpasswd='define'"
5165$ WC "d_pwquota='undef'"
5166$ WC "d_qgcvt='undef'"
5167$ WC "d_quad='" + d_quad + "'"
5168$ WC "d_readdir='define'"
5169$ WC "d_readlink='undef'"
5170$ WC "d_readv='undef'"
f42f5b4c 5171$ WC "d_realpath='undef'"
570bb66e
JH
5172$ WC "d_recvmsg='undef'"
5173$ WC "d_rename='define'"
5174$ WC "d_rewinddir='define'"
5175$ WC "d_rmdir='define'"
5176$ WC "d_safebcpy='undef'"
5177$ WC "d_safemcpy='define'"
5178$ WC "d_sanemcmp='define'"
414b89cc 5179$ WC "d_sbrkproto='define'"
570bb66e
JH
5180$ WC "d_sched_yield='" + d_sched_yield + "'"
5181$ WC "d_scm_rights='undef'"
5182$ WC "d_seekdir='define'"
5183$ WC "d_select='" + d_select + "'"
5184$ WC "d_sem='undef'"
5185$ WC "d_semctl_semid_ds='undef'"
5186$ WC "d_semctl_semun='undef'"
5187$ WC "d_sendmsg='undef'"
5188$ WC "d_setegid='undef'"
5189$ WC "d_setenv='" + d_setenv + "'"
5190$ WC "d_seteuid='undef'"
5191$ WC "d_setgrent='undef'"
5192$ WC "d_setgrps='undef'"
5193$ WC "d_sethent='" + d_sethent + "'"
4e0554ec 5194$ WC "d_setitimer='undef'"
570bb66e
JH
5195$ WC "d_setlinebuf='undef'"
5196$ WC "d_setlocale='" + d_setlocale + "'"
5197$ WC "d_setnent='" + d_setnent + "'"
5198$ WC "d_setpent='" + d_setpent + "'"
5199$ WC "d_setpgid='undef'"
5200$ WC "d_setpgrp2='undef'"
5201$ WC "d_setpgrp='undef'"
5202$ WC "d_setprior='undef'"
5203$ WC "d_setproctitle='" + d_setproctitle + "'"
5204$ WC "d_setpwent='define'"
5205$ WC "d_setregid='undef'"
5206$ WC "d_setresgid='undef'"
5207$ WC "d_setresuid='undef'"
5208$ WC "d_setreuid='undef'"
5209$ WC "d_setrgid='undef'"
5210$ WC "d_setruid='undef'"
5211$ WC "d_setsent='" + d_setsent + "'"
5212$ WC "d_setsid='undef'"
5213$ WC "d_setvbuf='" + d_setvbuf + "'"
5214$ WC "d_sfio='undef'"
5215$ WC "d_shm='undef'"
5216$ WC "d_shmatprototype='undef'"
5217$ WC "d_sigaction='" + d_sigaction + "'"
983dbef6 5218$ WC "d_sigprocmask='" + d_sigprocmask + "'"
570bb66e 5219$ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
49a78c82 5220$ WC "d_sockatmark='undef'"
2ef53570 5221$ WC "d_sockatmarkproto='undef'"
570bb66e
JH
5222$ WC "d_socket='" + d_socket + "'"
5223$ WC "d_socklen_t='" + d_socklen_t + "'"
5224$ WC "d_sockpair='undef'"
1b9c9cf5 5225$ WC "d_socks5_init='undef'"
570bb66e 5226$ WC "d_sqrtl='define'"
eef837ea 5227$ WC "d_sresgproto='undef'"
2ef53570
JH
5228$ WC "d_sresgproto='undef'"
5229$ WC "d_sresproto='undef'"
f42f5b4c 5230$ WC "d_sresuproto='undef'"
570bb66e
JH
5231$ WC "d_statblks='undef'"
5232$ WC "d_statfs_f_flags='undef'"
5233$ WC "d_statfs_s='undef'"
5234$ WC "d_statfsflags='undef'"
5235$ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
5236$ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
a7ffa9b9 5237$ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
2ef53570 5238$ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
570bb66e
JH
5239$ WC "d_stdio_stream_array='undef'"
5240$ WC "d_stdiobase='" + d_stdiobase + "'"
5241$ WC "d_stdstdio='" + d_stdstdio + "'"
5242$ WC "d_strchr='define'"
5243$ WC "d_strcoll='" + d_strcoll + "'"
5244$ WC "d_strctcpy='define'"
5245$ WC "d_strerrm='strerror((e),vaxc$errno)'"
5246$ WC "d_strerror='define'"
b3c85772 5247$ WC "d_strftime='define'"
570bb66e
JH
5248$ WC "d_strtod='define'"
5249$ WC "d_strtol='define'"
5250$ WC "d_strtold='" + d_strtold + "'"
5251$ WC "d_strtoll='" + d_strtoll + "'"
d0e6d399 5252$ WC "d_strtoq='define'"
570bb66e
JH
5253$ WC "d_strtoul='define'"
5254$ WC "d_strtoull='" + d_strtoull + "'"
5255$ WC "d_strtouq='" + d_strtouq + "'"
5256$ WC "d_strxfrm='" + d_strxfrm + "'"
5257$ WC "d_suidsafe='undef'"
5258$ WC "d_symlink='undef'"
5259$ WC "d_syscall='undef'"
2ef53570 5260$ WC "d_syscallproto='undef'"
570bb66e
JH
5261$ WC "d_sysconf='" + d_sysconf + "'"
5262$ WC "d_syserrlst='undef'"
5263$ WC "d_system='define'"
5264$ WC "d_tcgetpgrp='undef'"
5265$ WC "d_tcsetpgrp='undef'"
5266$ WC "d_telldir='define'"
5267$ WC "d_telldirproto='define'"
5268$ WC "d_times='define'"
5269$ WC "d_truncate='" + d_truncate + "'"
a3bd614a 5270$ WC "d_tzname='" + d_tzname + "'"
4e0554ec
JH
5271$ WC "d_u32align='define'"
5272$ WC "d_ualarm='undef'"
570bb66e
JH
5273$ WC "d_umask='define'"
5274$ WC "d_uname='" + d_uname + "'"
5275$ WC "d_union_semun='undef'"
5276$ WC "d_unlink_all_versions='undef'"
758a5d79 5277$ WC "d_unordered='undef'"
4e0554ec 5278$ WC "d_usleep='undef'"
2ef53570 5279$ WC "d_usleepproto='undef'"
570bb66e
JH
5280$ WC "d_ustat='undef'"
5281$ WC "d_vendorarch='undef'"
5282$ WC "d_vendorlib='undef'"
5283$ WC "d_vfork='define'"
5284$ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
5285$ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
5286$ WC "d_void_closedir='define'"
5287$ WC "d_volatile='define'"
5288$ WC "d_vprintf='define'"
5289$ WC "d_wait4='" + d_wait4 + "'"
5290$ WC "d_waitpid='define'"
5291$ WC "d_wcstombs='" + d_wcstombs + "'"
5292$ WC "d_wctomb='" + d_wctomb + "'"
5293$ WC "d_writev='undef'"
5294$ WC "db_hashtype=' '"
5295$ WC "db_prefixtype=' '"
5296$ WC "dbgprefix='" + dbgprefix + "'"
5297$ WC "defvoidused='15'"
5298$ WC "devtype='" + devtype + "'"
5299$ WC "direntrytype='struct dirent'"
5300$ WC "dlext='" + dlext + "'"
5301$ WC "dlobj='" + dlobj + "'"
5302$ WC "dlsrc='dl_vms.c'"
5303$ WC "doublesize='" + doublesize + "'"
5304$ WC "drand01='" + drand01 + "'"
a3bd614a
PP
5305$!
5306$! The extensions symbol may be quite long
5307$!
5308$ tmp = "dynamic_ext='" + extensions + "'"
5309$ WC/symbol tmp
5310$ DELETE/SYMBOL tmp
570bb66e
JH
5311$ WC "eagain=' '"
5312$ WC "ebcdic='undef'"
403396f3 5313$ WC "embedmymalloc='" + mymalloc + "'"
570bb66e
JH
5314$ WC "eunicefix=':'"
5315$ WC "exe_ext='" + exe_ext + "'"
a3bd614a
PP
5316$!
5317$! The extensions symbol may be quite long
5318$!
5319$ tmp = "extensions='" + extensions + "'"
5320$ WC/symbol tmp
5321$ DELETE/SYMBOL tmp
570bb66e
JH
5322$ WC "fflushNULL='define'"
5323$ WC "fflushall='undef'"
5324$ WC "fpostype='fpos_t'"
5325$ WC "freetype='void'"
5326$ WC "full_ar='" + "'"
5327$ WC "full_csh='" + " '"
5328$ WC "full_sed='_NLA0:'"
5329$ WC "gccversion='" + gccversion + "'"
5330$ WC "gidformat='lu'"
5331$ WC "gidsign='1'"
5332$ WC "gidsize='4'"
5333$ WC "gidtype='" + gidtype + "'"
5334$ WC "groupstype='Gid_t'"
5335$ WC "hint='none'"
5336$ WC "hintfile='" + "'"
5337$ WC "i16size='" + i16size + "'"
5338$ WC "i16type='" + i16type + "'"
5339$ WC "i32size='" + i32size + "'"
5340$ WC "i32type='" + i32type + "'"
5341$ WC "i64size='" + i64size + "'"
5342$ WC "i64type='" + i64type + "'"
5343$ WC "i8size='" + i8size + "'"
5344$ WC "i8type='" + i8type + "'"
5345$ WC "i_arpainet='undef'"
5346$ WC "i_dbm='undef'"
7558ebc2 5347$ WC "i_dirent='" + i_dirent + "'"
570bb66e
JH
5348$ WC "i_dlfcn='undef'"
5349$ WC "i_fcntl='" + i_fcntl + "'"
5350$ WC "i_float='define'"
758a5d79
JH
5351$ WC "i_fp='undef'"
5352$ WC "i_fp_class='undef'"
570bb66e 5353$ WC "i_grp='undef'"
570bb66e
JH
5354$ WC "i_ieeefp='undef'"
5355$ WC "i_inttypes='" + i_inttypes + "'"
2765b840 5356$ WC "i_langinfo='" + i_langinfo + "'"
570bb66e
JH
5357$ WC "i_libutil='" + i_libutil + "'"
5358$ WC "i_limits='define'"
5359$ WC "i_locale='" + i_locale + "'"
5360$ WC "i_machcthr='undef'"
5361$ WC "i_machcthreads='undef'"
5362$ WC "i_math='define'"
5363$ WC "i_memory='undef'"
5364$ WC "i_mntent='undef'"
5365$ WC "i_ndbm='undef'"
5366$ WC "i_netdb='" + i_netdb + "'"
5367$ WC "i_neterrno='define'"
5368$ WC "i_netinettcp='" + i_netinettcp + "'"
5369$ WC "i_niin='" + i_niin + "'"
5370$ WC "i_poll='" + i_poll + "'"
5371$ WC "i_prot='undef'"
5372$ WC "i_pthread='define'"
5373$ WC "i_pwd='undef'"
5374$ WC "i_rpcsvcdbm='undef'"
5375$ WC "i_sfio='undef'"
5376$ WC "i_sgtty='undef'"
5377$ WC "i_shadow='" + i_shadow + "'"
5378$ WC "i_socks='" + i_socks + "'"
5379$ WC "i_stdarg='define'"
5380$ WC "i_stddef='define'"
5381$ WC "i_stdlib='define'"
5382$ WC "i_string='define'"
5383$ WC "i_sunmath='undef'"
5384$ WC "i_sysaccess='" + i_sysaccess + "'"
5385$ WC "i_sysdir='undef'"
5386$ WC "i_sysfile='" + i_sysfile + "'"
5387$ WC "i_sysioctl='undef'"
5388$ WC "i_syslog='" + i_syslog + "'"
5389$ WC "i_sysmman='undef'"
5390$ WC "i_sysmode='" + i_sysmode + "'"
5391$ WC "i_sysmount='undef'"
5392$ WC "i_sysndir='undef'"
5393$ WC "i_sysparam='undef'"
5394$ WC "i_sysresrc='undef'"
5395$ WC "i_syssecrt='" + i_syssecrt + "'"
5396$ WC "i_sysselct='undef'"
49a78c82 5397$ WC "i_syssockio='undef'"
570bb66e
JH
5398$ WC "i_sysstat='define'"
5399$ WC "i_sysstatfs='undef'"
5400$ WC "i_sysstatvfs='undef'"
5401$ WC "i_systime='undef'"
5402$ WC "i_systimek='undef'"
5403$ WC "i_systimes='undef'"
5404$ WC "i_systypes='define'"
5405$ WC "i_sysuio='" + i_sysuio + "'"
5406$ WC "i_sysun='undef'"
5407$ WC "i_sysutsname='" + i_sysutsname + "'"
5408$ WC "i_sysvfs='undef'"
5409$ WC "i_syswait='undef'"
5410$ WC "i_termio='undef'"
5411$ WC "i_termios='undef'"
5412$ WC "i_time='define'"
5413$ WC "i_unistd='" + i_unistd + "'"
5414$ WC "i_ustat='undef'"
5415$ WC "i_utime='undef'"
5416$ WC "i_values='undef'"
5417$ WC "i_varargs='undef'"
5418$ WC "i_vfork='undef'"
5419$ WC "inc_version_list='0'"
5420$ WC "inc_version_list_init='0'"
5421$ WC "installarchlib='" + installarchlib + "'"
5422$ WC "installbin='" + installbin + "'"
5423$ WC "installman1dir='" + installman1dir + "'"
5424$ WC "installman3dir='" + installman3dir + "'"
5425$ WC "installprivlib='" + installprivlib + "'"
5426$ WC "installscript='" + installscript + "'"
5427$ WC "installsitearch='" + installsitearch + "'"
5428$ WC "installsitelib='" + installsitelib + "'"
5429$ WC "installusrbinperl='undef'"
5430$ WC "intsize='" + intsize + "'"
5431$ WC "ivdformat='" + ivdformat + "'"
5432$ WC "ivsize='" + ivsize + "'"
5433$ WC "ivtype='" + ivtype + "'"
a3bd614a
PP
5434$!
5435$! The known_extensions symbol may be quite long
5436$!
5437$ tmp = "known_extensions='" + known_extensions + "'"
5438$ WC/symbol tmp
5439$ DELETE/SYMBOL tmp
570bb66e
JH
5440$ WC "ld='" + ld + "'"
5441$ WC "lddlflags='/Share'"
f24fb74c 5442$ WC "ldflags='" + ldflags + "'"
570bb66e
JH
5443$ WC "lib_ext='" + lib_ext + "'"
5444$ WC "libc='" + libc + "'"
5445$ WC "libpth='/sys$share /sys$library'"
5446$ WC "libs='" + libs + "'"
5447$ WC "longdblsize='" + longdblsize + "'"
5448$ WC "longlongsize='" + longlongsize + "'"
5449$ WC "longsize='" + longsize + "'"
5450$ WC "lseeksize='4'"
5451$ WC "lseektype='int'"
5452$ WC "mab='" + "'"
5453$ WC "make='" + make + "'"
5454$ WC "malloctype='void *'"
5455$ WC "man1ext='rno'"
5456$ WC "man3ext='rno'"
59a27e12 5457$ WC "mmaptype=' " + "'"
570bb66e
JH
5458$ WC "modetype='unsigned int'"
5459$ WC "multiarch='undef'"
5460$ WC "mydomain='" + mydomain + "'"
5461$ WC "myhostname='" + myhostname + "'"
5462$ WC "myuname='" + myuname + "'"
2cc61e15 5463$ WC "need_va_copy='undef'"
570bb66e
JH
5464$ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
5465$ WC "netdb_host_type='" + netdb_host_type + "'"
5466$ WC "netdb_name_type='" + netdb_name_type + "'"
5467$ WC "netdb_net_type='" + netdb_net_type + "'"
fd47df60
JH
5468$ WC "nveformat='" + nveformat + "'"
5469$ WC "nvfformat='" + nvfformat + "'"
5470$ WC "nvgformat='" + nvgformat + "'"
570bb66e
JH
5471$ WC "nvsize='" + nvsize + "'"
5472$ WC "nvtype='" + nvtype + "'"
5473$ WC "o_nonblock=' '"
5474$ WC "obj_ext='" + obj_ext + "'"
5475$ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
5476$ WC "oldarchlib='" + oldarchlib + "'"
5477$ WC "oldarchlibexp='" + oldarchlibexp + "'"
5478$ WC "optimize='" + optimize + "'"
5479$ WC "osname='" + osname + "'"
5480$ WC "osvers='" + osvers + "'"
5481$ WC "otherlibdirs='" + "'"
5482$ WC "package='" + package + "'"
5483$ WC "pager='" + pager + "'"
5484$ WC "patchlevel='" + patchlevel + "'"
5485$ WC "path_sep='|'"
5486$ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
5487$ WC "perladmin='" + perladmin + "'"
94928b12 5488$ WC "perllibs='" + perllibs + "'"
570bb66e
JH
5489$ WC "pgflquota='" + pgflquota + "'"
5490$ WC "pidtype='" + pidtype + "'"
5491$ WC "pm_apiversion='" + version + "'"
5492$! WC "prefix='" + vms_prefix + "'"
5493$ WC "prefix='" + prefix + "'"
5494$ WC "privlib='" + privlib + "'"
5495$ WC "privlibexp='" + privlibexp + "'"
5496$ WC "prototype='define'"
5497$ WC "ptrsize='" + ptrsize + "'"
5498$ WC "quadkind='" + quadkind + "'"
5499$ WC "quadtype='" + quadtype + "'"
5500$ WC "randbits='31'"
5501$ WC "randseedtype='" + randseedtype + "'"
5502$ WC "ranlib='" + "'"
5503$ WC "rd_nodata=' '"
5504$ WC "revision='" + revision + "'"
570bb66e 5505$ WC "sPRId64='" + sPRId64 + "'"
6b356c8e
JH
5506$ WC "sPRIEldbl='" + sPRIEUldbl + "'"
5507$ WC "sPRIFldbl='" + sPRIFUldbl + "'"
5508$ WC "sPRIGldbl='" + sPRIGUldbl + "'"
5509$ WC "sPRIX64='" + sPRIXU64 + "'"
59a27e12 5510$ WC "sPRIeldbl='" + sPRIeldbl + "'"
570bb66e
JH
5511$ WC "sPRIfldbl='" + sPRIfldbl + "'"
5512$ WC "sPRIgldbl='" + sPRIgldbl + "'"
5513$! WC "sPRIi64='" + sPRIi64 + "'"
5514$ WC "sPRIo64='" + sPRIo64 + "'"
5515$ WC "sPRIu64='" + sPRIu64 + "'"
5516$ WC "sPRIx64='" + sPRIx64 + "'"
b5ddfb46 5517$ WC "sSCNfldbl='" + sSCNfldbl + "'"
570bb66e 5518$ WC "sched_yield='" + sched_yield + "'"
f688e3ac 5519$ WC "scriptdir='" + scriptdir + "'"
570bb66e
JH
5520$ WC "seedfunc='" + seedfunc + "'"
5521$ WC "selectminbits='32'"
5522$ WC "selecttype='" + selecttype + "'"
5523$ WC "sh='MCR'"
414b89cc 5524$ WC "shmattype='" + " '"
570bb66e
JH
5525$ WC "shortsize='" + shortsize + "'"
5526$ WC "shrplib='define'"
5527$ WC "sig_name='" + sig_name + "'"
5528$ tmp = "sig_name_init='" + sig_name_init + "'"
5529$ WC/symbol tmp
5530$ DELETE/SYMBOL tmp
5531$ WC "sig_num='" + sig_num + "'"
5532$ WC "sig_num_init='" + sig_num_init + "'"
76d3c696 5533$ WC "sig_size='" + sig_size + "'"
570bb66e
JH
5534$ WC "signal_t='" + signal_t + "'"
5535$ WC "sitearch='" + sitearch + "'"
5536$ WC "sitearchexp='" + sitearchexp + "'"
5537$ WC "sitelib='" + sitelib + "'"
5538$ WC "sitelib_stem='" + sitelib_stem + "'"
5539$ WC "sitelibexp='" + sitelibexp + "'"
5540$ WC "sizesize='" + sizesize + "'"
5541$ WC "sizetype='size_t'"
5542$ WC "so='" + so + "'"
5543$ WC "socksizetype='" + socksizetype + "'"
5544$ WC "spitshell='write sys$output '"
5545$ WC "src='" + src + "'"
5546$ WC "ssizetype='int'"
5547$ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
17e8697d 5548$ WC "static_ext='" + static_ext + "'"
570bb66e
JH
5549$ WC "stdchar='" + stdchar + "'"
5550$ WC "stdio_base='((*fp)->_base)'"
5551$ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
5552$ WC "stdio_cnt='((*fp)->_cnt)'"
5553$ WC "stdio_ptr='((*fp)->_ptr)'"
59a27e12 5554$ WC "stdio_stream_array=' " + "'"
570bb66e
JH
5555$ WC "subversion='" + subversion + "'"
5556$ WC "timetype='" + timetype + "'"
5557$ WC "u16size='" + u16size + "'"
5558$ WC "u16type='" + u16type + "'"
5559$ WC "u32size='" + u32size + "'"
5560$ WC "u32type='" + u32type + "'"
5561$ WC "u64size='" + u64size + "'"
5562$ WC "u64type='" + u64type + "'"
5563$ WC "u8size='" + u8size + "'"
5564$ WC "u8type='" + u8type + "'"
5565$ WC "uidformat='lu'"
5566$ WC "uidsign='1'"
5567$ WC "uidsize='4'"
5568$ WC "uidtype='" + uidtype + "'"
5569$ WC "uquadtype='" + uquadtype + "'"
5570$ WC "use5005threads='" + use5005threads + "'"
5571$ WC "use64bitall='" + use64bitall + "'"
5572$ WC "use64bitint='" + use64bitint + "'"
403396f3 5573$ WC "usedebugging_perl='" + use_debugging_perl + "'"
5440bc8e 5574$ WC "usecrosscompile='undef'"
570bb66e
JH
5575$ WC "usedl='" + usedl + "'"
5576$ WC "useithreads='" + useithreads + "'"
5577$ WC "uselargefiles='" + uselargefiles + "'"
5578$ WC "uselongdouble='" + uselongdouble + "'"
5579$ WC "usemorebits='" + usemorebits + "'"
5580$ WC "usemultiplicity='" + usemultiplicity + "'"
5581$ WC "usemymalloc='" + usemymalloc + "'"
c998f3c7 5582$ WC "useperlio='" + useperlio + "'"
570bb66e 5583$ WC "useposix='false'"
9514c62b 5584$ WC "usereentrant='undef'"
570bb66e
JH
5585$ WC "usesocks='undef'"
5586$ WC "usethreads='" + usethreads + "'"
5587$ WC "usevfork='true'"
5588$ WC "uvoformat='" + uvoformat + "'"
5589$ WC "uvsize='" + uvsize + "'"
5590$ WC "uvtype='" + uvtype + "'"
5591$ WC "uvuformat='" + uvuformat + "'"
5592$ WC "uvxformat='" + uvxformat + "'"
414b89cc 5593$ WC "uvXUformat='" + uvXUformat + "'"
570bb66e
JH
5594$ WC "vendorarchexp='" + "'"
5595$ WC "vendorlib_stem='" + "'"
5596$ WC "vendorlibexp='" + "'"
5597$ WC "version='" + version + "'"
5598$ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
5599$ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
5600$ WC "vms_ver='" + vms_ver + "'" ! VMS specific
5601$ WC "voidflags='15'"
5602$ WC "xs_apiversion='" + version + "'"
a02608de 5603$ WC "PERL_CONFIG_SH='true'"
570bb66e
JH
5604$!
5605$! ##END WRITE NEW CONSTANTS HERE##
5606$!
5607$ CLOSE CONFIG
5608$!
5609$! Okay, we've gotten here. Build munchconfig.exe
5610$ COPY/NOLOG [-.vms]munchconfig.c []
7558ebc2 5611$ COPY/NOLOG [-.vms]'Makefile_SH' []
570bb66e
JH
5612$ 'Perl_CC' munchconfig.c
5613$ IF Needs_Opt
5614$ THEN
5615$ OPEN/WRITE CONFIG []munchconfig.opt
414b89cc 5616$ IF ccname .EQS. "GCC"
570bb66e
JH
5617$ THEN
5618$ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
5619$ ENDIF
5620$ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
5621$ CLOSE CONFIG
5622$ 'ld' munchconfig.obj,munchconfig.opt/opt
5623$ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
5624$ ELSE
5625$ 'ld' munchconfig.obj
5626$ ENDIF
5627$ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
5628$ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
414b89cc 5629$ IF ccname .EQS. "CXX"
570bb66e
JH
5630$ THEN
5631$ CALL Cxx_demangler_cleanup
5632$ ENDIF
5633$!
5634$ IF alldone .EQS. ""
5635$ THEN
5636$ cat4 SYS$INPUT:
7558ebc2 5637$ DECK
570bb66e
JH
5638
5639If you'd like to make any changes to the config.sh file before I begin
5640to configure things, answer yes to the following question.
5641
7558ebc2 5642$ EOD
570bb66e 5643$ dflt="n"
a5fddd44 5644$ rp="Do you wish to edit ''basename_config_sh'? [''dflt'] "
570bb66e
JH
5645$ GOSUB myread
5646$ IF ans .EQS. "" then ans = dflt
5647$ IF ans
5648$ THEN
5649$ echo4 ""
5650$ echo4 "Be sure to type LOGOUT after you have edited the file,"
5651$ echo4 "then this procedure will resume."
5652$ echo4 ""
5653$ default = F$ENVIRONMENT("DEFAULT")
7558ebc2 5654$ DIRECTORY 'config_sh'
570bb66e
JH
5655$ SET DEFAULT [-]
5656$ SPAWN/WAIT
7558ebc2 5657$ SET DEFAULT 'default'
570bb66e
JH
5658$ ENDIF
5659$ ENDIF
5660$!
5661$ echo ""
5662$ echo4 "Adding ''osname' specific preprocessor commands."
5663$ !
5664$ ! we need an fdl file
5665$ CREATE [-]CONFIG.FDL
7558ebc2 5666$ DECK
570bb66e
JH
5667RECORD
5668 FORMAT STREAM_LF
7558ebc2 5669$ EOD
570bb66e
JH
5670$ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
5671$ ! First spit out the header info with the local defines (to get
5672$ ! around the 255 character command line limit)
5673$ OPEN/APPEND CONFIG [-]config.local
5674$ IF use_debugging_perl THEN WC "#define DEBUGGING"
5675$ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
5676$ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
5677$ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
5678$ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
414b89cc 5679$ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
570bb66e
JH
5680$ IF (Has_Dec_C_Sockets)
5681$ THEN
5682$ WC "#define VMS_DO_SOCKETS"
5683$ WC "#define DECCRTL_SOCKETS"
5684$ ELSE
5685$ IF Has_Socketshr THEN WC "#define VMS_DO_SOCKETS"
5686$ ENDIF
5687$! This is VMS-specific for now
5688$ WC "#''d_setenv' HAS_SETENV"
5689$ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
5690$ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
5691$ IF use64bitint .OR. use64bitint .EQS. "define"
5692$ THEN
5693$ WC "#define USE_64_BIT_INT"
5694$ WC "#define USE_LONG_DOUBLE"
5695$ ENDIF
5696$ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
5697 WC "#define USE_64_BIT_ALL"
5698$ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
5699$ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
5700$ WC "#define HAS_ENVGETENV"
5701$ WC "#define PERL_EXTERNAL_GLOB"
55315086
PP
5702$ IF archname .EQS. "VMS_VAX" .AND. -
5703 ccname .EQS. "DEC" .AND. -
5704 ccversion .LE. 50390006
5705$ THEN
5706$! Alas this does not help to build Fcntl
5707$! WC "#define PERL_IGNORE_FPUSIG SIGFPE"
5708$ ENDIF
570bb66e
JH
5709$ CLOSE CONFIG
5710$!
5711$ echo4 "Doing variable substitutions on .SH files..."
5712$ echo4 "Extracting config.h (with variable substitutions)"
5713$!
5714$! Now build the normal config.h
5715$ DEFINE/USER_MODE sys$output [-]config.main
7558ebc2 5716$ mcr []munchconfig 'config_sh' [-]config_h.sh
570bb66e
JH
5717$ ! Concatenate them together
5718$ copy [-]config.local,[-]config.main [-]config.h
5719$! Clean up
5720$ DELETE/NOLOG [-]CONFIG.MAIN;*
5721$ DELETE/NOLOG [-]CONFIG.LOCAL;*
5722$ DELETE/NOLOG [-]CONFIG.FDL;*
5723$!
414b89cc 5724$ IF ccname .EQS. "DEC"
570bb66e
JH
5725$ THEN
5726$ DECC_REPLACE = "DECC=decc=1"
5727$ ELSE
7558ebc2
PP
5728$ DECC_REPLACE = "DECC="
5729$ ENDIF
414b89cc 5730$ IF ccname .EQS. "CXX"
7558ebc2
PP
5731$ THEN
5732$ DECCXX_REPLACE = "DECCXX=DECCXX=1"
5733$ ELSE
5734$ DECCXX_REPLACE = "DECCXX="
570bb66e 5735$ ENDIF
414b89cc 5736$ IF ccname .EQS. "GCC"
570bb66e
JH
5737$ THEN
5738$ GNUC_REPLACE = "GNUC=gnuc=1"
5739$ ELSE
5740$ GNUC_REPLACE = "GNUC="
5741$ ENDIF
5742$ IF Has_Dec_C_Sockets
5743$ THEN
5744$ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
5745$ ELSE
5746$ IF Has_Socketshr
5747$ THEN
5748$ SOCKET_REPLACE = "SOCKET=SOCKETSHR_SOCKETS=1"
5749$ ELSE
5750$ SOCKET_REPLACE = "SOCKET="
5751$ ENDIF
5752$ ENDIF
5753$ IF Use_Threads
5754$ THEN
5755$ IF (vms_ver .LES. "6.2")
5756$ THEN
5757$ THREAD_REPLACE = "THREAD=OLDTHREADED=1"
5758$ ELSE
5759$ THREAD_REPLACE = "THREAD=THREADED=1"
5760$ ENDIF
5761$ ELSE
5762$ THREAD_REPLACE = "THREAD="
5763$ ENDIF
5764$ IF mymalloc
5765$ THEN
5766$ MALLOC_REPLACE = "MALLOC=MALLOC=1"
5767$ ELSE
5768$ MALLOC_REPLACE = "MALLOC="
5769$ ENDIF
5770$ echo4 "Extracting ''defmakefile' (with variable substitutions)"
7558ebc2
PP
5771$ DEFINE/USER_MODE sys$output 'UUmakefile'
5772$ mcr []munchconfig 'config_sh' 'Makefile_SH' "''DECC_REPLACE'" -
5773 "''DECCXX_REPLACE'" "''ARCH_TYPE'" "''GNUC_REPLACE'" "''SOCKET_REPLACE'" -
5774 "''THREAD_REPLACE'" "''C_Compiler_Replace'" "''MALLOC_REPLACE'" -
5775 "''Thread_Live_Dangerously'" "PV=''version'" "FLAGS=FLAGS=''extra_flags'"
5776$! Clean up after ourselves
5777$ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
a3bd614a 5778$!
7558ebc2
PP
5779$ echo4 "Extracting make_ext.com (without variable substitutions)"
5780$ Create Sys$Disk:[-]make_ext.com
570bb66e 5781$ Deck/Dollar="$EndOfTpl$"
7558ebc2 5782$!++ make_ext.com
570bb66e
JH
5783$! NOTE: This file is extracted as part of the VMS configuration process.
5784$! Any changes made to it directly will be lost. If you need to make any
56aeb0ae 5785$! changes, please edit the template in Configure.Com instead.
570bb66e 5786$ def = F$Environment("Default")
a3bd614a
PP
5787$! p1 - how to invoke miniperl (passed in from descrip.mms)
5788$ p1 = F$Edit(p1,"Upcase,Compress,Trim")
5789$ If F$Locate("MCR ",p1).eq.0 Then p1 = F$Extract(3,255,p1)
5790$ miniperl = "$" + F$Search(F$Parse(p1,".Exe"))
5791$! p2 - how to invoke local make utility (passed in from descrip.mms)
5792$ makeutil = p2
5793$ if f$type('p2') .nes. "" then makeutil = 'p2'
5794$! p3 - make target (passed in from descrip.mms)
5795$ targ = F$Edit(p3,"Lowercase")
5796$ sts = 1
5797$ extensions = ""
5798$ open/read CONFIG config.sh
5799$ find_ext_loop:
5800$ read/end=end_ext_loop CONFIG line
5801$ if (f$extract(0,12,line) .NES. "extensions='")
5802$ then goto find_ext_loop
5803$ else extensions = f$extract(12,f$length(line),line) - "'"
5804$ endif
5805$ end_ext_loop:
5806$ close CONFIG
5807$ extensions = f$edit(extensions,"TRIM,COMPRESS")
570bb66e
JH
5808$ i = 0
5809$ next_ext:
a3bd614a
PP
5810$ ext = f$element(i," ",extensions)
5811$ If ext .eqs. " " .or. ext .eqs. "" Then Goto done
570bb66e
JH
5812$ Define/User_mode Perl_Env_Tables CLISYM_LOCAL
5813$ miniperl
7558ebc2 5814$ deck
570bb66e
JH
5815 ($extdir = $ENV{'ext'}) =~ s/::/./g;
5816 $extdir =~ s#/#.#g;
5817 if ($extdir =~ /^vms/i) { $extdir =~ s/vms/.vms.ext/i; }
5818 else { $extdir = ".ext.$extdir"; }
5819 ($ENV{'extdir'} = "[$extdir]");
5820 ($ENV{'up'} = ('-') x ($extdir =~ tr/././));
7558ebc2 5821$ eod
570bb66e
JH
5822$ Set Default &extdir
5823$ redesc = 0
5824$ If F$Locate("clean",targ) .eqs. F$Length(targ)
5825$ Then
7558ebc2
PP
5826$ Write Sys$Output ""
5827$ Write Sys$Output " Making ''ext' (dynamic)"
570bb66e
JH
5828$ On Error Then Goto done
5829$ If F$Search("Descrip.MMS") .eqs. ""
5830$ Then
5831$ redesc = 1
5832$ Else
5833$ If F$CvTime(F$File("Descrip.MMS","rdt")) .lts. -
5834 F$CvTime(F$File("Makefile.PL","rdt")) Then redesc = 1
5835$ EndIf
5836$ Else
5837$ Write Sys$Output "''targ'ing ''ext' . . ."
5838$ On Error Then Continue
5839$ EndIf
5840$ If redesc Then -
5841 miniperl "-I[''up'.lib]" Makefile.PL "INST_LIB=[''up'.lib]" "INST_ARCHLIB=[''up'.lib]"
5842$ makeutil 'targ'
5843$ i = i + 1
5844$ Set Def &def
5845$ Goto next_ext
5846$ done:
5847$ sts = $Status
5848$ Set Def &def
5849$ Exit sts
7558ebc2 5850$!-- make_ext.com
570bb66e
JH
5851$EndOfTpl$
5852$!
414b89cc
CB
5853$! Note that the /key qualifier to search, as in:
5854$! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
5855$! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
5856$!
5857$ echo4 "Extracting extra_pods.com (without variable substitutions)"
5858$ Create Sys$Disk:[-]extra_pods.com
5859$ Deck/Dollar="$EOExtra_Pods$"
5860$!++ extra_pods.com
5861$! NOTE: This file is extracted as part of the VMS configuration process.
5862$! Any changes made to it directly will be lost. If you need to make any
5863$! changes, please edit the template in Configure.Com instead.
5864$! Use FORCE if you've just podified a README.* file on VMS.
5865$ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
5866 search README.* "=head"/window=0/output=extra.pods
5867$ open/read/error=extra_close EXTRA extra.pods
5868$extra_loop:
5869$ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
5870$ file_type = f$parse(file,,,"TYPE",) - "."
5871$ if file_type .nes. "VMS" .and. file_type .nes. "vms"
5872$ then
5873$ pod_file = "[.pod]perl''file_type'.pod"
5874$ file = file - "''f$parse(file,,,"VERSION",)'"
5875$ if p1 .eqs. "CLEAN"
5876$ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
5877$ else
5878$ do_copy := false
5879$ if f$search(pod_file) .eqs. ""
5880$ then do_copy := true
5881$ else
5882$ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
5883$ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
5884$ if file_rdt .GTS. pod_file_rdt then do_copy := true
5885$ endif
5886$ if do_copy then copy/log/noconfirm 'file' 'pod_file'
5887$ endif
5888$ endif
5889$ goto extra_loop
5890$extra_close:
5891$ close EXTRA
5892$ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
5893 purge/nolog extra.pods
5894$!-- extra_pods.com
5895$EOExtra_Pods$
97abc6ad 5896$!
146174a9 5897$! Warn of dangerous symbols or logical names
a4521476 5898$!
146174a9
CB
5899$Bad_environment: SUBROUTINE
5900$ Bad_env = ""
5901$ IF p2 .eqs. "SYMBOL"
5902$ THEN
7558ebc2 5903$ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
146174a9
CB
5904$ ELSE
5905$ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
5906$ ENDIF
5907$ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
a4521476
PP
5908$ THEN
5909$ IF f$search("config.msg") .nes. ""
5910$ THEN
5911$ OPEN/APPEND CONFIG config.msg
5912$ ELSE
5913$ OPEN/WRITE CONFIG config.msg
5914$ ENDIF
146174a9
CB
5915$ IF Bad_env .eqs. "SYMBOL"
5916$ THEN
5917$ WRITE CONFIG ""
5918$ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
5919$ WRITE CONFIG " delete before building ''package' via:"
5920$ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
5921$ IF f$locate("""",&p1) .ge. f$length(&p1)
5922$ THEN
7558ebc2 5923$ WRITE CONFIG " after building, testing, and installing ''package'"
146174a9
CB
5924$ WRITE CONFIG " restore the symbol with:"
5925$ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
5926$ ENDIF
5927$ ENDIF
5928$ IF Bad_env .eqs. "LOGICAL"
5929$ THEN
5930$ WRITE CONFIG ""
5931$ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
5932$ WRITE CONFIG " deassign before building ''package'"
5933$ ENDIF
a4521476 5934$ CLOSE CONFIG
146174a9 5935$ Bad_env = ""
a4521476
PP
5936$ ENDIF
5937$ EXIT
146174a9 5938$ ENDSUBROUTINE ! Bad_environment
a4521476 5939$ echo ""
570bb66e 5940$ echo4 "Checking for dangerous pre-existing global symbols and logical names."
146174a9
CB
5941$ CALL Bad_environment "TMP"
5942$ CALL Bad_environment "LIB"
5943$ CALL Bad_environment "T"
5944$ CALL Bad_environment "FOO"
5945$ CALL Bad_environment "EXT"
a3bd614a
PP
5946$ CALL Bad_environment "SOME_LOGICAL_NAME_NOT_LIKELY"
5947$ CALL Bad_environment "DOWN_LOGICAL_NAME_NOT_LIKELY"
146174a9 5948$ CALL Bad_environment "TEST" "SYMBOL"
a4521476
PP
5949$ IF f$search("config.msg") .eqs. "" THEN echo "OK."
5950$!
97abc6ad
HM
5951$! %Config-I-VMS, write perl_setup.com here
5952$!
86fced14
CB
5953$ IF (.NOT.perl_symbol)
5954$ THEN
5955$ file_2_find = "[-]''packageup'.cld"
5956$ echo ""
570bb66e 5957$ echo4 "The perl.cld file is now being written..."
86fced14 5958$ OPEN/WRITE CONFIG 'file_2_find'
c645ec3f 5959$ ext = ".exe"
55315086 5960$ IF (sharedperl .AND. archname .EQS. "VMS_AXP") THEN ext := .AXE
86fced14
CB
5961$ IF (use_vmsdebug_perl)
5962$ THEN
5963$ WRITE CONFIG "define verb dbgperl"
570bb66e 5964$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
86fced14
CB
5965$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
5966$ WRITE CONFIG ""
5967$ WRITE CONFIG "define verb perl"
570bb66e 5968$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
86fced14
CB
5969$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
5970$ ELSE
5971$ WRITE CONFIG "define verb perl"
570bb66e 5972$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
86fced14
CB
5973$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
5974$ ENDIF
5975$ CLOSE CONFIG
5976$ ENDIF ! (.NOT.perl_symbol)
97abc6ad 5977$ echo ""
570bb66e 5978$ echo4 "The perl_setup.com file is now being written..."
a3ef2c6f 5979$ file_2_find = "[-]perl_setup.com"
97abc6ad
HM
5980$ OPEN/WRITE CONFIG 'file_2_find'
5981$ WRITE CONFIG "$!"
5982$ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
5983$ IF cf_email.NES.perladmin
5984$ THEN
5985$ WRITE CONFIG "$! perl configured by ''cf_email'"
5986$ ELSE
5987$ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
5988$ ENDIF
5989$ WRITE CONFIG "$!"
3eeba6fb 5990$ prefix = prefix - "000000."
97abc6ad
HM
5991$ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN -
5992 prefix = prefix - "]" + ".]"
570bb66e 5993$ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' ''prefix'"
86fced14 5994$ WRITE CONFIG "$ ext = "".exe"""
570bb66e 5995$ IF sharedperl
86fced14 5996$ THEN
570bb66e 5997$ write config "$ if f$getsyi(""HW_MODEL"") .ge. 1024 then ext = "".AXE"""
86fced14
CB
5998$ ENDIF
5999$ IF (perl_symbol)
6000$ THEN
6001$ IF (use_vmsdebug_perl)
6002$ THEN
570bb66e
JH
6003$ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgPerl'ext'"
6004$ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgPerl'ext'"
6005$ WRITE CONFIG "$ define dbgPerlShr ''vms_prefix':[000000]dbgPerlShr'ext'"
86fced14 6006$ ELSE
570bb66e
JH
6007$ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
6008$ WRITE CONFIG "$ define PerlShr ''vms_prefix':[000000]PerlShr'ext'"
86fced14
CB
6009$ ENDIF
6010$ ELSE ! .NOT.perl_symbol
6011$ IF (use_vmsdebug_perl)
6012$ THEN
570bb66e 6013$ WRITE CONFIG "$ define dbgPerlShr ''vms_prefix':[000000]dbgPerlShr'ext'"
86fced14 6014$ ELSE
570bb66e 6015$ WRITE CONFIG "$ define PerlShr ''vms_prefix':[000000]PerlShr'ext'"
86fced14
CB
6016$ ENDIF
6017$ IF perl_verb .EQS. "PROCESS"
6018$ THEN
570bb66e 6019$ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
86fced14
CB
6020$ ENDIF
6021$ ENDIF ! perl_symbol
570bb66e
JH
6022$ WRITE CONFIG "$ define/nolog pod2text ''vms_prefix':[lib.pod]pod2text.com"
6023$ WRITE CONFIG "$ define/nolog pod2html ''vms_prefix':[lib.pod]pod2html.com"
6024$ WRITE CONFIG "$ define/nolog pod2man ''vms_prefix':[lib.pod]pod2man.com"
3eeba6fb 6025$!
97abc6ad
HM
6026$ IF (tzneedset)
6027$ THEN
6028$ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6029$ ELSE !leave in but commented out (in case setting was from perl :-)
6030$ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
6031$ ENDIF
6032$ WRITE CONFIG "$!"
dab31494 6033$ WRITE CONFIG "$! Symbols for commonly used programs:"
97abc6ad 6034$ WRITE CONFIG "$!"
86fced14
CB
6035$ IF (perl_symbol)
6036$ THEN
570bb66e 6037$ WRITE CONFIG "$ Perldoc == ""'"+"'Perl' ''vms_prefix':[lib.pod]Perldoc.com -t"""
86fced14
CB
6038$ WRITE CONFIG "$ pod2text == ""'"+"'Perl' pod2text"""
6039$ WRITE CONFIG "$ pod2html == ""'"+"'Perl' pod2html"""
570bb66e 6040$ WRITE CONFIG "$ pod2latex == ""'"+"'Perl' ''vms_prefix':[lib.pod]pod2latex.com"""
86fced14 6041$ WRITE CONFIG "$!pod2man == ""'"+"'Perl' pod2man"""
570bb66e
JH
6042$ WRITE CONFIG "$!Perlbug == ""'"+"'Perl' ''vms_prefix':[lib]Perlbug.com"""
6043$ WRITE CONFIG "$ c2ph == ""'"+"'Perl' ''vms_prefix':[utils]c2ph.com"""
86fced14
CB
6044$ IF F$LOCATE("Devel::DProf",extensions) .LT. F$LENGTH(extensions)
6045$ THEN
570bb66e 6046$ WRITE CONFIG "$ dprofpp == ""'"+"'Perl' ''vms_prefix':[utils]dprofpp.com"""
86fced14 6047$ ENDIF
570bb66e
JH
6048$ WRITE CONFIG "$ h2ph == ""'"+"'Perl' ''vms_prefix':[utils]h2ph.com"""
6049$ WRITE CONFIG "$ h2xs == ""'"+"'Perl' ''vms_prefix':[utils]h2xs.com"""
6050$ WRITE CONFIG "$!perlcc == ""'"+"'Perl' ''vms_prefix':[utils]perlcc.com"""
dab31494 6051$ WRITE CONFIG "$ perlivp == ""'"+"'Perl' ''vms_prefix':[utils]perlivp.com"""
570bb66e 6052$ WRITE CONFIG "$ splain == ""'"+"'Perl' ''vms_prefix':[utils]splain.com"""
86fced14 6053$ ELSE
570bb66e 6054$ WRITE CONFIG "$ Perldoc == ""Perl ''vms_prefix':[lib.pod]Perldoc.com -t"""
86fced14
CB
6055$ WRITE CONFIG "$ pod2text == ""Perl pod2text"""
6056$ WRITE CONFIG "$ pod2html == ""Perl pod2html"""
570bb66e 6057$ WRITE CONFIG "$ pod2latex == ""Perl ''vms_prefix':[lib.pod]pod2latex.com"""
86fced14 6058$ WRITE CONFIG "$!pod2man == ""Perl pod2man"""
570bb66e
JH
6059$ WRITE CONFIG "$!Perlbug == ""Perl ''vms_prefix':[lib]Perlbug.com"""
6060$ WRITE CONFIG "$ c2ph == ""Perl ''vms_prefix':[utils]c2ph.com"""
86fced14
CB
6061$ IF F$LOCATE("Devel::DProf",extensions) .LT. F$LENGTH(extensions)
6062$ THEN
570bb66e 6063$ WRITE CONFIG "$ dprofpp == ""Perl ''vms_prefix':[utils]dprofpp.com"""
86fced14 6064$ ENDIF
570bb66e
JH
6065$ WRITE CONFIG "$ h2ph == ""Perl ''vms_prefix':[utils]h2ph.com"""
6066$ WRITE CONFIG "$ h2xs == ""Perl ''vms_prefix':[utils]h2xs.com"""
6067$ WRITE CONFIG "$!perlcc == ""Perl ''vms_prefix':[utils]perlcc.com"""
dab31494 6068$ WRITE CONFIG "$ perlivp == ""Perl ''vms_prefix':[utils]perlivp.com"""
570bb66e 6069$ WRITE CONFIG "$ splain == ""Perl ''vms_prefix':[utils]splain.com"""
86fced14 6070$ ENDIF
97abc6ad
HM
6071$ CLOSE CONFIG
6072$!
6073$ echo ""
570bb66e
JH
6074$ echo "The file can be found at:"
6075$ echo4 " ''F$SEARCH(file_2_find)'"
6076$ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
6077$ echo "when you are satisfied with a successful compilation,"
6078$ echo "testing, and installation of your perl."
97abc6ad 6079$ echo ""
86fced14
CB
6080$ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
6081$ THEN
6082$ file_2_find = "[-]''packageup'_install.com"
7558ebc2 6083$ OPEN/WRITE CONFIG 'file_2_find'
86fced14
CB
6084$ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
6085$ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
6086$ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
6087$ CLOSE CONFIG
6088$ echo4 ""
570bb66e
JH
6089$ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
6090$ echo4 " @ ''F$SEARCH(file_2_find)'"
6091$ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
86fced14
CB
6092$ echo4 ""
6093$ ENDIF
97abc6ad
HM
6094$!
6095$!figure out where we "are" by parsing 'vms_default_directory_name'
6096$!
6097$ set_def_command = ""
6098$ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
6099$ tmp = vms_default_directory_name - dflt - "]"
6100$ i = 0
6101$ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
6102$Set_def_loop:
6103$ tmp1 = F$ELEMENT(i,".",tmp)
6104$ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
6105$ IF i .EQ. 0
6106$ THEN set_def_command = "set default [-"
6107$ ELSE set_def_command = set_def_command + "-"
6108$ ENDIF
6109$ i = i + 1
6110$ GOTO Set_def_loop
6111$Beyond_set_def_loop:
6112$ IF set_def_command.NES.""
6113$ THEN
6114$ set_def_command = set_def_command - "-" + "]"
6115$ echo4 ""
6116$ echo4 "In order to build ''package' you must now issue the commands:"
6117$ echo4 ""
6118$ echo4 " ''set_def_command'"
6119$ ELSE
6120$ echo4 ""
6121$ echo4 "In order to build ''package' you must now issue the command:"
6122$ echo4 ""
6123$ ENDIF
6124$ echo4 " ''make'''makefile'", macros
6125$ echo4 ""
6126$!
a4521476
PP
6127$ IF ( F$SEARCH("config.msg").NES."" )
6128$ THEN
6129$ echo "Hmm. I also noted the following information while running:"
6130$ echo ""
6131$ type config.msg
6132$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
6133$ DELETE/NOLOG/NOCONFIRM config.msg;
6134$ ENDIF
6135$!
97abc6ad
HM
6136$Clean_up:
6137$ IF (silent)
6138$ THEN
6139$ DEASSIGN SYS$OUTPUT
6140$! DEASSIGN SYS$ERROR
6141$ ENDIF
414b89cc
CB
6142$ IF F$GETJPI("","FILCNT").GT.vms_filcnt THEN CLOSE CONFIG
6143$ IF F$GETJPI("","FILCNT").GT.vms_filcnt
97abc6ad
HM
6144$ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
6145$ ENDIF
6146$ dflt = F$ENVIRONMENT("DEFAULT")
6147$ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
6148$ THEN
6149$ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
6150$ SET DEFAULT [-]
6151$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
6152$ DELETE/NOLOG/NOCONFIRM UU.DIR;
6153$ ENDIF
6154$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
97abc6ad
HM
6155$ EXIT
6156$!: End of Configure