This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO-encoding/t/encoding.t: Generalize for non-ASCII platform
[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)'
9b5c8979 3$ on control_y then goto clean_up
97abc6ad
HM
4$! SET VERIFY
5$!
570bb66e 6$! For example, if you unpacked perl into: [USER.PERL-5n...] then you will
e6df7ed1 7$! want to cd into the tree and execute Configure:
97abc6ad 8$!
a3ef2c6f 9$! $ SET DEFAULT [USER.PERL5_xxx]
e6df7ed1 10$! $ @Configure
97abc6ad
HM
11$!
12$! or
13$!
a3ef2c6f 14$! $ SET DEFAULT [USER.PERL5_xxx]
e6df7ed1 15$! $ @Configure "-des"
97abc6ad
HM
16$!
17$! That's it. If you get into a bind trying to build perl on VMS then
429a5e67 18$! definitely read through the README.VMS file.
146174a9 19$! Beyond that send email to vmsperl@perl.org
97abc6ad
HM
20$!
21$! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22$!
97abc6ad 23$! send suggestions to:
a3ef2c6f 24$! Dan Sugalski <dan@sidhe.org>
97abc6ad
HM
25$! Thank you!!!!
26$!
27$! Adapted and converted from Larry Wall & Andy Dougherty's
429a5e67 28$! "Configure generated by metaconfig 3.0 PL60." by Peter Prymmer
146174a9
CB
29$! (a Bourne sh[ell] script for configuring the installation of perl
30$! on non-VMS systems) in the perl5.002|3 epoch (spring/summer 1996)
97abc6ad
HM
31$! with much valuable help from Charles Bailey &
32$! the whole VMSPerl crew.
429a5e67 33$! Extended and messed about with by Dan Sugalski
97abc6ad 34$!
97abc6ad
HM
35$! VMS-isms we will need:
36$ echo = "write sys$output "
37$ cat = "type"
a5fddd44 38$ delete := delete ! local symbol overrides globals with qualifiers
97abc6ad 39$ gcc_symbol = "gcc"
96021e87 40$ ld = "Link/nodebug"
97abc6ad
HM
41$ ans = ""
42$ macros = ""
c645ec3f 43$ extra_flags = ""
498336ed 44$ user_c_flags = ""
6c7aff00 45$ use_ieee_math = "y"
498336ed 46$ be_case_sensitive = "n"
899de42e 47$ shorten_long_symbols = "y"
4adb8845 48$ unlink_all_versions = "n"
96021e87 49$ builder = "MMK"
a3ef2c6f 50$ use_vmsdebug_perl = "n"
f53b4005
CB
51$ use64bitall = "n"
52$ use64bitint = "n"
65b8dcb0 53$ uselongdouble = "n"
fe6e2aaa 54$ uselargefiles = "y"
cfcfe586 55$ usestdstat = "n"
79e63f36 56$ usesitecustomize = "n"
97abc6ad 57$ C_Compiler_Replace = "CC="
3f39e13a
CB
58$ thread_upcalls = "MTU="
59$ thread_kernel = "MTK="
429a5e67
DS
60$ use_two_pot_malloc = "N"
61$ use_pack_malloc = "N"
62$ use_debugmalloc = "N"
570bb66e 63$ ccflags = ""
17e8697d 64$ static_ext = ""
63d52911 65$ dynamic_ext = ""
5581d86f 66$ nonxs_ext = ""
bd2aeadf 67$ nonxs_ext2 = ""
97abc6ad 68$ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
570bb66e
JH
69$ max_allowed_dir_depth = 3 ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
70$! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
97abc6ad 71$!
c998f3c7
PP
72$! Sebastian Bazley's request: close the CONFIG handle with /NOLOG
73$! qualifier "just in case" (configure.com is re @ed in a bad state).
74$! This construct was tested to be not a problem as far back as
75$! VMS V5.5-2, hopefully earlier versions are OK as well.
76$!
77$ CLOSE/NOLOG CONFIG
78$!
79$! Now keep track of open files
80$!
97abc6ad
HM
81$ vms_filcnt = F$GETJPI ("","FILCNT")
82$!
83$!: compute my invocation name
84$ me = F$ENVIRONMENT("PROCEDURE")
85$!
86$! Many null statements (begin with colon ':') in the Bourne shell version of
87$! this script serve as comments/placeholders. I have retained some of the ones
88$! that will help you compare this .COM file to the sh version - as well as
89$! leave placeholders for future improvements to this .COM file.
90$! sfn = VMS "skipped for now"
91$!
92$!: Proper PATH separator !sfn
93$!: Proper PATH setting !sfn
94$!: Sanity checks !sfn "Say '@''$me''"
95$!: On HP-UX, large Configure scripts may exercise a bug in /bin/sh !sfn
96$!: Configure runs within the UU subdirectory !->after find MANIFEST
97$! <big long list of default values (mostly null)>
98$!: We must find out about Eunice early !(?)
99$!: list of known cpp symbols, sorted alphabetically !sfn
100$! al = al + "..."
101$!: default library list !sfn
102$! <no hints files in use (yet?)>
103$!: Extra object files, if any, needed on this platform. !sfn
104$!: Possible local include directories to search. !sfn
105$!: Set locincpth to "" in a hint file to defeat local include searches. !sfn
106$!locincpth="/usr/local/include /opt/local/include /usr/gnu/include" !sfn
107$!locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
108$!: no include file wanted by default !sfn
109$!inclwanted='' !sfn
110$!: Possible local library directories to search. !sfn
111$!loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" !sfn
112$!loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" !sfn
113$!: general looking path for locating libraries !sfn
114$!glibpth="/lib/pa1.1 /usr/shlib /usr/lib/large /lib /usr/lib" !sfn
115$!glibpth="$glibpth $xlibpth /lib/large /usr/lib/small /lib/small" !sfn
116$!glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/shlib" !sfn
117$!: Private path used by Configure to find libraries. Its value !sfn
118$!: is prepended to libpth. This variable takes care of special !sfn
119$!: machines, like the mips. Usually, it should be empty. !sfn
120$!plibpth='' !sfn
97abc6ad
HM
121$!: List of libraries we want. !sfn
122$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
665ff1e9 123$!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn
97abc6ad
HM
124$!libswanted="$libswanted ucb bsd BSD PW x" !sfn
125$!: We probably want to search /usr/shlib before most other libraries. !sfn
126$!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn
127$!glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` !sfn
128$!glibpth="/usr/shlib $glibpth" !sfn
129$!: Do not use vfork unless overridden by a hint file. !sfn
130$!usevfork=false !sfn
131$!: script used to extract .SH files with variable substitutions !sfn
132$!: produce awk script to parse command line options !sfn
133$!sfn (assume no sed awk) see below
134$!: process the command line options
135$!
136$!: set up default values
137$ fastread=""
138$ reuseval="false"
c886fb20 139$ maniskip = "false"
570bb66e 140$ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
97abc6ad
HM
141$ alldone=""
142$ error=""
143$ silent=""
144$ extractsh=""
145$ override=""
146$ knowitall=""
414b89cc 147$ ccname="VAX"
97abc6ad 148$ Dec_C_Version = ""
570bb66e 149$ cxxversion = ""
97abc6ad 150$ use_threads = "F"
498336ed
CB
151$ use_5005_threads = "N"
152$ use_ithreads = "N"
97abc6ad
HM
153$!
154$!: option parsing
08c7cbbb 155$ config_args = ""
97abc6ad
HM
156$ IF (P1 .NES. "")
157$ THEN !one or more switches was thrown
158$ i = 1
159$ bang = 0
160$Param_loop:
08c7cbbb
GS
161$ IF (P'i'.NES."")
162$ THEN
163$ bang = bang + 1
164$ config_args = config_args + F$FAO(" !AS",P'i')
165$ ENDIF
97abc6ad
HM
166$ i = i + 1
167$ IF (i.LT.9) THEN GOTO Param_loop !DCL allows P1..P8
168$!
169$ i = 1
170$Opt_loop:
171$ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
172$ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
173$Remove_quotation_mark:
174$ P'i' = P'i' - """"
175$ IF F$LOCATE("""",P'i') .LT. F$LENGTH(P'i') THEN GOTO Remove_quotation_mark
176$ gotopt = "f" !"alse"
177$ gotshortopt = "f" !"alse"
178$ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
179$ THEN
180$ fastread = "yes"
181$ gotopt = "t" !"rue"
182$ P'i' = P'i' - "d"
183$ gotshortopt = "t" !"rue"
184$ ENDIF
185$ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
186$ THEN
187$ alldone = "cont"
188$ gotopt = "t"
189$ P'i' = P'i' - "e"
190$ gotshortopt = "t"
191$ ENDIF
570bb66e 192$ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
97abc6ad
HM
193$ THEN
194$ P'i' = P'i' - "f"
195$ config_sh = P'i'
196$ IF (F$SEARCH(config_sh).NES."")
197$ THEN
8560c20d
CB
198$ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
199$ IF (F$LOCATE("R",test_config_sh).NE.F$LENGTH(test_config_sh))
97abc6ad 200$ THEN
570bb66e 201$ config_dflt = "y"
97abc6ad
HM
202$ CONTINUE !at this point check UIC && if test allows...
203$ !to be continued ?
204$ ELSE
205$ echo "''me': cannot read config file ''config_sh'."
206$ error="true"
207$ ENDIF
208$ ELSE
209$ echo "''me': cannot read config file ''config_sh'."
210$ error="true"
211$ ENDIF
212$ gotopt = "t"
213$ ENDIF
570bb66e 214$ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
97abc6ad
HM
215$ THEN
216$ error = "true"
217$ gotopt = "t"
218$ P'i' = P'i' - "h"
219$ gotshortopt = "t"
220$ ENDIF
570bb66e 221$ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
c886fb20
CB
222$ THEN
223$ maniskip = "true"
224$ gotopt = "t"
225$ P'i' = P'i' - "m"
226$ gotshortopt = "t"
227$ ENDIF
570bb66e 228$ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
97abc6ad
HM
229$ THEN
230$ reuseval = "true"
231$ gotopt = "t"
232$ P'i' = P'i' - "r"
233$ gotshortopt = "t"
234$ ENDIF
570bb66e 235$ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
97abc6ad
HM
236$ THEN
237$ silent = "true"
238$ gotopt = "t"
239$ P'i' = P'i' - "s"
240$ gotshortopt = "t"
241$ ENDIF
570bb66e 242$ IF (F$EXTRACT(0,1,P'i') .EQS. "E") ! "-E"
97abc6ad
HM
243$ THEN
244$ alldone = "exit"
245$ gotopt = "t"
246$ ENDIF
570bb66e 247$ IF (F$EXTRACT(0,1,P'i') .EQS. "K") ! "-K"
97abc6ad
HM
248$ THEN
249$ knowitall = "true"
250$ gotopt = "t"
251$ P'i' = P'i' - "K"
252$ gotshortopt = "t"
253$ ENDIF
570bb66e 254$ IF (F$EXTRACT(0,1,P'i') .EQS. "O") ! "-O"
97abc6ad
HM
255$ THEN
256$ override = "true"
257$ gotopt = "t"
258$ P'i' = P'i' - "O"
259$ gotshortopt = "t"
260$ ENDIF
570bb66e 261$ IF (F$EXTRACT(0,1,P'i') .EQS. "S") ! "-S"
97abc6ad 262$ THEN
570bb66e 263$ extractsh = "true" !VMS? Yes with munchconfig
97abc6ad
HM
264$ gotopt = "t"
265$ P'i' = P'i' - "S"
266$ gotshortopt = "t"
267$ ENDIF
570bb66e 268$ IF (F$EXTRACT(0,1,P'i') .EQS. "D") ! "-D"
97abc6ad
HM
269$ THEN
270$ P'i' = P'i' - "D"
97abc6ad
HM
271$ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
272$ THEN
570bb66e 273$ tmp = P'i' + "=""define"""
7558ebc2 274$ 'tmp'
570bb66e 275$ DELETE/SYMBOL tmp
97abc6ad
HM
276$ ELSE
277$ IF (F$LOCATE("=",P'i') .EQ. (F$LENGTH(P'i') - 1))
278$ THEN
279$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
7558ebc2 280$ echo "''me': use ""-Usymbol=val"" not ""-Dsymbol=""."
97abc6ad
HM
281$ echo "''me': ignoring -D",P'i'
282$ ELSE
570bb66e
JH
283$ tmp = F$EXTRACT(0,F$LOCATE("=",P'i'),P'i')
284$ tmp = tmp + "=""" + F$EXTRACT(F$LOCATE("=",P'i')+1,F$LENGTH(P'i'),P'i') + """"
7558ebc2 285$ 'tmp'
570bb66e 286$ DELETE/SYMBOL tmp
97abc6ad
HM
287$ ENDIF
288$ ENDIF
97abc6ad
HM
289$ gotopt = "t"
290$ ENDIF
570bb66e 291$ IF (F$EXTRACT(0,1,P'i') .EQS. "U") ! "-U"
97abc6ad
HM
292$ THEN
293$ P'i' = P'i' - "U"
294$ IF (F$LOCATE("=",P'i') .EQ. F$LENGTH(P'i'))
295$ THEN
570bb66e 296$ tmp = P'i' + "="""""
7558ebc2 297$ 'tmp'
570bb66e 298$ DELETE/SYMBOL tmp
97abc6ad
HM
299$ ELSE
300$ IF (F$LOCATE("=",P'i') .LT. (F$LENGTH(P'i') - 1))
301$ THEN
302$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
7558ebc2 303$ echo "''me': use ""-Dsymbol=val"" not ""-Usymbol=val""."
97abc6ad
HM
304$ echo "''me': ignoring -U",P'i'
305$ ELSE
570bb66e 306$ tmp = P'i' + "=""undef"""
7558ebc2 307$ 'tmp'
570bb66e 308$ DELETE/SYMBOL tmp
97abc6ad
HM
309$ ENDIF
310$ ENDIF
97abc6ad
HM
311$ gotopt = "t"
312$ ENDIF
313$ IF (F$EXTRACT(0,1,P'i') .EQS. "V")
314$ THEN
315$ me = F$PARSE(me,,,"NAME") + F$PARSE(me,,,"TYPE")
316$ echo "''me' generated by an unknown version of EDT."
317$ STOP
570bb66e 318$ EXIT
97abc6ad
HM
319$ ENDIF
320$ IF .NOT.gotopt
321$ THEN
322$ echo "''me': unknown option ",P'i'
323$ error = "true"
324$ ENDIF
325$ IF (F$LENGTH(P'i').GT.0).AND.(gotshortopt) THEN i = i - 1 !clustered switch
326$ i = i + 1
327$ IF (i .LT. (bang + 1)) THEN GOTO Opt_loop
328$!
329$ ENDIF ! (P1 .NES. "")
08c7cbbb 330$ config_args = F$EDIT(config_args,"TRIM")
97abc6ad
HM
331$!
332$ IF (error)
333$ THEN
334$ me = F$PARSE(me,,,"DIRECTORY")+ F$PARSE(me,,,"NAME")
7558ebc2 335$ echo "Usage: @''me' [-dehmr""EKOSV""] [-fconfig.sh] [""-Dsymbol""] [""-Dsymbol=value""]"
c886fb20 336$ echo " [-Usymbol] [-Usymbol=]"
7558ebc2
PP
337$ TYPE SYS$INPUT:
338$ DECK
97abc6ad
HM
339 "-d" : use defaults for all answers.
340 "-e" : go on without questioning past the production of config.sh. *
341 "-f" : specify an alternate default configuration file.
342 "-h" : print this help message and exit (with an error status).
c886fb20 343 "-m" : skip the MANIFEST check to see that all files are present
97abc6ad
HM
344 "-r" : reuse C symbols value if possible (skips costly nm extraction).*
345 "-s" : silent mode, only echoes questions and essential information.
346 -"D" : define symbol to have some value: *
347 -"Dsymbol" symbol gets the value 'define'
348 -"Dsymbol=value" symbol gets the value 'value'
349 -E : stop at the end of questions, after having produced config.sh. *
350 -K : do not use unless you know what you are doing.
351 -O : let -D and -U override definitions from loaded configuration file. *
352 -S : perform variable substitutions on all .SH files (can mix with -f) *
353 -"U" : undefine symbol: *
354 -"Usymbol" symbol gets the value 'undef'
355 -"Usymbol=" symbol gets completely empty
356 -V : print version number and exit (with a zero status).
7558ebc2 357$ EOD
97abc6ad
HM
358$ echo "%Config-I-VMS, lower case switches must be enclosed"
359$ echo "-Config-I-VMS, in double quotation marks, e.g.:"
360$ echo "-Config-I-VMS, @Configure ""-des"""
361$ echo "-Config-I-VMS, * indicates switch may not be fully implemented for VMS."
362$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
363$ STOP
364$ EXIT 3 ! $STATUS = "%X00000003" (informational)
365$ ENDIF
366$!
367$ GOTO Check_silence
368$!
369$Shut_up:
01792a70
CB
370$ IF F$Mode() .eqs. "BATCH"
371$ THEN
6623414d
CB
372$ x = F$GETQUI("CANCEL_OPERATION") ! clear the deck
373$ x = "THIS_JOB"
374$ bproc_queue = f$getqui("DISPLAY_QUEUE","QUEUE_NAME","*",x)
375$ bproc_entry = f$getqui("DISPLAY_JOB","ENTRY_NUMBER",,x)
376$ bproc_name = f$getqui("DISPLAY_JOB","JOB_NAME",,x)
377$ bproc_log_spec = f$getqui("DISPLAY_JOB","LOG_SPECIFICATION",,x)
378$ STDOUT = F$PARSE(bproc_name, bproc_log_spec, ".LOG")
379$ WRITE SYS$OUTPUT "Writing output of entry ''bproc_entry' in queue ''bproc_queue' to a new version of: "
01792a70 380$ WRITE SYS$OUTPUT STDOUT
6623414d
CB
381$ DELETE_/SYMBOL x
382$ DELETE_/SYMBOL bproc_queue
383$ DELETE_/SYMBOL bproc_entry
384$ DELETE_/SYMBOL bproc_name
385$ DELETE_/SYMBOL bproc_log_spec
01792a70
CB
386$ ELSE
387$ STDOUT = F$TRNLNM("SYS$OUTPUT")
388$ ENDIF
97abc6ad
HM
389$ DEFINE SYS$OUTPUT "_NLA0:"
390$ echo4 = "write STDOUT "
391$ cat4 = "TYPE/OUTPUT=''STDOUT'"
01792a70 392$ open/write/share=read STDOUT 'STDOUT'
97abc6ad
HM
393$ RETURN
394$!
395$Check_silence:
396$ IF (silent)
397$ THEN
398$ GOSUB Shut_up
399$ ELSE
400$ echo4 = "write SYS$OUTPUT "
401$ cat4 = "TYPE"
402$ ENDIF
403$!
404$!: run the defines and the undefines, if any, but leave the file out there...
405$! Unfortunately Configure.COM in DCL is not yet set up to do this -
406$! maybe someday
407$!
408$!: set package name
409$ package = "perl5"
f53b4005 410$ packageup = F$EDIT((package - "5"),"UPCASE")
97abc6ad
HM
411$!
412$!: Eunice requires " " instead of "", can you believe it
413$ echo ""
414$!: Here we go...
415$ echo "Beginning of configuration questions for ''package'."
416$ echo ""
417$!
418$!: Some greps do not return status, grrr.
419$ contains = "SEARCH"
420$!
421$!: first determine how to suppress newline on echo command !cant DCL is record oriented
422$! echo "Checking ''echo' to see how to suppress newlines..."
423$! echo "giving up..."
424$! echo "The star should be here-->*"
425$!
426$!: Now test for existence of everything in MANIFEST
427$ echo ""
428$ echo4 "First let's make sure your kit is complete. Checking..."
429$ manifestfound = ""
430$ miss_list = ""
a5fddd44 431$! Here I assume we are in the [foo.PERLxxx...] tree
97abc6ad
HM
432$! because the search routine simply does set def [-] if necessary.
433$ file_2_find = "MANIFEST" !I hope this one is not in [foo.PERL5xxx.VMS...]
434$Research_manifest:
435$ manifestfound = F$SEARCH(file_2_find)
436$ IF (manifestfound .EQS. "")
437$ THEN
438$ IF F$PARSE(F$ENVIRONMENT("DEFAULT"),,,"DIRECTORY",).NES."[000000]"
439$ THEN
440$ SET DEFAULT [-]
441$ GOTO Research_manifest
442$ ELSE
443$ echo ""
444$ echo "There is no MANIFEST file. I hope your kit is complete !"
445$ miss_list = ""
446$ GOTO Beyond_manifest
447$ ENDIF
448$ ELSE
dab31494
PP
449$! MANIFEST. has been found and we have set def'ed there.
450$! Time to bail out before it's too late, i.e. too deep.
451$! Depth check is unnecessary on Alpha VMS V7.2++ (even for ODS-2).
452$ tmp = f$extract(1,3,f$edit(f$getsyi("VERSION"),"TRIM,COLLAPSE"))
453$ IF (tmp .GES. "7.2") .AND. (F$GETSYI("HW_MODEL") .GE. 1024) THEN GOTO Beyond_depth_check
454$! Depth check also unnecessary on ODS 5 (or later) file systems.
455$ tmp = F$INTEGER(F$GETDVI(F$ENVIRONMENT("DEFAULT"),"ACPTYPE") - "F11V")
456$ IF (tmp .GE. 5) THEN GOTO Beyond_depth_check
457$ IF (F$ELEMENT(max_allowed_dir_depth,".",F$ENVIRONMENT("DEFAULT")).nes.".")
97abc6ad
HM
458$ THEN
459$ TYPE SYS$INPUT:
7558ebc2 460$ DECK
97abc6ad
HM
461%Config-E-VMS, ERROR:
462 Sorry! It apears as though your perl build sub-directory is already too
463 deep into the VMS file system. Please try moving stuff into a shallower
464 directory (or altering the "max_allowed_dir_depth" parameter).
7558ebc2 465$ EOD
97abc6ad
HM
466$ echo4 "ABORTING..."
467$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
468$ STOP
469$ EXIT !2 !$STATUS = "%X00000002" (error)
470$ ENDIF
e6df7ed1 471$Beyond_depth_check:
97abc6ad
HM
472$!
473$! after finding MANIFEST let's create (but not yet enter) the UU subdirectory
474$!
475$ IF (manifestfound .NES. "")
476$ THEN
477$ IF ( F$SEARCH("UU.DIR").EQS."" )
478$ THEN
479$ CREATE/DIRECTORY [.UU]
480$ ELSE
1171624b
CB
481$ IF ( F$SEARCH("[.UU.CXX_REPOSITORY]*.*").NES."" )
482$ THEN
483$ DELETE/NOLOG/NOCONFIRM [.UU.CXX_REPOSITORY]*.*;*
484$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) [.UU]CXX_REPOSITORY.DIR
485$ ENDIF
fcc434ad 486$ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
97abc6ad
HM
487$ ENDIF
488$!: Configure runs within the UU subdirectory
489$ SET DEFAULT [.UU]
490$!
491$! a little redundancy never hurt anybody?
492$ file_2_find = "[-]" + file_2_find
493$ manifestfound = F$SEARCH(file_2_find)
494$!
495$ OPEN/WRITE MISSING MISSING.
496$!change to "FALSE" if you wish to skip the manifest search
497$!(which after all is rather slow in DCL :-)
c886fb20 498$ IF (maniskip)
97abc6ad 499$ THEN
c886fb20
CB
500$ echo "Skipping MANIFEST check as requested"
501$ ELSE
502$!
97abc6ad
HM
503$ OPEN/READ CONFIG 'manifestfound'
504$Read_loop_manifest:
505$ READ/END_OF_FILE = Done_manifest CONFIG line
506$! This algorithm turns "foo/bar/baz.c" into "[.foo.bar]baz.c"
507$! pvhp@lns62.lns.cornell.edu 10-JUN-1996 20:31:46
508$! 2-MAR-1998 15:46:11 Improved to turn "foo/bar/baz.c.buz"
509$! into "[.foo.bar]baz.c_buz as happens with vmstar and unzip
510$ line = F$EDIT(line,"TRIM, COMPRESS")
511$ file_2_find = F$EXTRACT(0,F$LOCATE(" ",line),line)
512$ IF F$LOCATE("/",file_2_find) .NE. F$LENGTH(file_2_find)
513$ THEN
514$Re_strip_line_manifest:
515$ loca = F$LOCATE("/",file_2_find)
516$ ante = F$EXTRACT(0,loca,file_2_find)
517$ post = F$EXTRACT(loca,F$LENGTH(file_2_find),file_2_find)
518$ test_this = ante + "." + (post - "/")
519$ IF F$LOCATE("/",test_this) .NE. F$LENGTH(test_this)
520$ THEN
521$ file_2_find = ante + "." + (post - "/")
522$ GOTO Re_strip_line_manifest
523$ ELSE
524$ file_2_find = ante + "]" + (post - "/")
525$ ENDIF
526$ file_2_find = "[-."+file_2_find
527$ ELSE
528$ file_2_find = "[-]" + file_2_find
529$ ENDIF
530$!
adb2331d
CB
531$ tmp = F$PARSE(file_2_find + ";",,,,"SYNTAX_ONLY")
532$ IF F$SEARCH(tmp) .NES. "" THEN file_2_find = tmp
97abc6ad
HM
533$ dirname = F$EXTRACT(0,F$LOCATE("]",file_2_find),file_2_find) + "]"
534$ file_2_find = file_2_find - dirname
17d0565f
CB
535$!
536$! may not need double dot check on ODS-5 volumes
537$ found = F$SEARCH(dirname + file_2_find)
538$ IF found .NES. "" THEN GOTO Read_loop_manifest
539$!
97abc6ad
HM
540$ dots = 0
541$Dot_loop:
542$ dot_ele = F$ELEMENT(dots,".",file_2_find)
543$ IF dot_ele .EQS. "." THEN GOTO Eo_dot_loop
544$ IF dots .eq. 0
545$ THEN basename = f$extract(0,f$locate(".",file_2_find),file_2_find) + "."
546$ ELSE basename = basename + dot_ele + "_"
547$ ENDIF
548$ dots = dots + 1
549$ GOTO dot_loop
550$Eo_dot_loop:
551$ IF (((f$length(file_2_find)+1) .eq. f$length(basename)) .and. -
552 (f$extract(f$length(basename)-1,1,basename) .eqs. "_")) THEN -
553 basename = f$extract(0,f$length(basename)-1,basename)
554$ file_2_find = dirname + basename
555$!
556$ found = F$SEARCH(file_2_find)
146174a9
CB
557$ IF (found .EQS. "" .AND. dots .GT. 2)
558$ THEN
559$! 17-DEC-1999 Improved to turn "[.foo.bar]baz.c_buz" into
560$! "[.foo.bar]baz_c.buz" to cover unzipped archives and put
561$! "[.foo.bar]baz.c_buz,baz_c.buz" into missing list if neither is found.
53071e5e
CB
562$ dotloc = f$locate(".",basename)
563$ basename[dotloc,1] := "_"
564$ dot_ele = F$ELEMENT(dots - 1,"_",f$extract(dotloc,f$length(basename),basename))
146174a9
CB
565$ basename = -
566 f$extract(0,f$length(basename)-(f$length(dot_ele)+1),basename) -
567 + "." + dot_ele
568$ found = F$SEARCH(dirname + basename)
569$ file_2_find = file_2_find + "," + basename
570$ ENDIF
1bae32db
CB
571$ tildeloc = f$locate("~",basename)
572$ IF (found .EQS. "" .AND. tildeloc .LT. f$length(basename))
573$ THEN
574$ basename[tildeloc,1] := "_"
575$ found = F$SEARCH(dirname + basename)
576$ file_2_find = file_2_find + "," + basename
577$ ENDIF
97abc6ad
HM
578$ IF (found .EQS. "")
579$ THEN
580$ WRITE MISSING file_2_find
581$ IF ((F$LENGTH(miss_list)+F$LENGTH(file_2_find)).LT.250)
582$ THEN
583$ miss_list = miss_list + "," + file_2_find
584$ ENDIF
585$ ENDIF
586$ GOTO Read_loop_manifest
587$Done_manifest:
588$ CLOSE CONFIG
589$ ENDIF !"TRUE"
590$ CLOSE MISSING
591$ ENDIF ! (manifestfound .NES. "")
592$Beyond_manifest:
593$ IF (miss_list .NES. "")
594$ THEN
595$ echo "Some of the files not found include:"
596$ cat4 MISSING.
597$ ENDIF
598$ IF ((miss_list .NES. "").OR.(manifestfound .EQS. ""))
599$ THEN
600$ TYPE SYS$INPUT:
7558ebc2
PP
601$ DECK
602
97abc6ad
HM
603
604THIS PACKAGE SEEMS TO BE INCOMPLETE.
605
606You have the option of continuing the configuration process, despite the
607distinct possibility that your kit is damaged, by typing 'y'es. If you
608do, don't blame me if something goes wrong. I advise you to type 'n'o
498336ed 609and contact the author (dan@sidhe.org)
97abc6ad 610
7558ebc2 611$ EOD
97abc6ad
HM
612$ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
613$ IF ans
614$ THEN
615$ echo4 "Continuing..."
616$ ELSE
617$ echo4 "ABORTING..."
618$ GOTO Clean_up
619$ ENDIF
620$ ELSE
621$ echo4 "Looks good..."
fcc434ad 622$ DELETE/NOLOG/NOCONFIRM MISSING.;
97abc6ad
HM
623$ ENDIF ! (miss_list .NES. "")
624$ ENDIF ! (manifestfound .EQS. "") ELSE
625$!
626$! after finding MANIFEST (see above)
627$!: Configure runs within the UU subdirectory
628$!
629$!: compute the number of columns on the terminal for proper question formatting
a3bd614a
PP
630$ IF F$MODE() .EQS. "BATCH"
631$! else it winds up being 512 in batch
632$ THEN COLUMNS = 80
633$ ELSE COLUMNS = F$GETDVI("SYS$OUTPUT","DEVBUFSIZ")
634$ ENDIF
635$! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
636$ IF COLUMNS .GT. 210 THEN COLUMNS = 80
637$! not sure if this would actually be needed - it hopefully will not hurt
638$ IF COLUMNS .LT. 40 THEN COLUMNS = 40
97abc6ad
HM
639$!
640$!: set up the echo used in my read !sfn
641$!: now set up to do reads with possible shell escape and default assignment !sfn
642$ GOTO Beyond_myread
643$!
a3bd614a
PP
644$! The sub_rp splitting is intended to handle long symbols such as the dflt for
645$! extensions.
646$!
97abc6ad
HM
647$myread:
648$ ans = ""
a3bd614a 649$ len_rp = F$LENGTH(rp)
a5fddd44 650$ If (.NOT. silent) Then echo ""
a3bd614a
PP
651$ IF len_rp .GT. 210
652$ THEN
653$ i_rp = 0
9b5c8979 654$ rp_loop:
a3bd614a 655$ sub_rp = F$EXTRACT(i_rp,COLUMNS,rp)
a3bd614a 656$ i_rp = i_rp + COLUMNS
bf25f2b5 657$ if i_rp .LT. len_rp THEN echo4 "''sub_rp'"
9b5c8979 658$ IF i_rp .LT. len_rp THEN GOTO rp_loop
a3bd614a 659$ ELSE
9b5c8979 660$ sub_rp = rp
a3bd614a 661$ ENDIF
9b5c8979
JH
662$ if (fastread)
663$ then
664$ echo4 "''sub_rp'"
665$ else
666$ READ SYS$COMMAND/PROMPT="''sub_rp'" ans
667$ endif
a5fddd44
PP
668$ IF (ans .EQS. "&-d")
669$ THEN
670$ echo4 "(OK, I will run with -d after this question.)"
9b5c8979
JH
671$ echo ""
672$ deferred_fastread =1
673$ goto myread
a5fddd44
PP
674$ ENDIF
675$ IF (ans .EQS. "&-s")
676$ THEN
677$ echo4 "(OK, I will run with -s after this question.)"
97abc6ad 678$ echo ""
9b5c8979
JH
679$ deferred_silent = 1
680$ goto myread
a3bd614a 681$ ENDIF
9b5c8979
JH
682$ if (bool_dflt .nes. "")
683$ then
684$ if (ans .eqs. "") then ans = bool_dflt
685$ ans = f$extract(0,1,f$edit(ans,"collapse,upcase"))
686$ if (ans .eqs. "Y" .or. ans .eqs. "1" .or. ans .eqs. "T")
687$ then
688$ ans = "Y"
689$ else
690$ if (ans .eqs. "N" .or. ans .eqs. "0" .or. ans .eqs. "F")
691$ then
692$ ans = "N"
693$ else
694$ echo4 "Input not understood please answer 'Yes' or 'No'"
695$ goto myread
696$ endif
697$ endif
698$ bool_dflt = ""
699$ else
700$ ans = f$edit(ans,"trim,compress")
701$ if (ans .eqs. "") then ans = dflt
702$ if (f$edit(ans,"upcase") .eqs. "NONE") then ans = ""
703$ endif
704$ if f$type(deferred_silent) .nes. ""
705$ then
a5fddd44
PP
706$ silent := true
707$ GOSUB Shut_up
9b5c8979 708$ delete/symbol deferred_silent
a5fddd44 709$ ENDIF
9b5c8979
JH
710$ if f$type(deferred_fastread) .nes. ""
711$ then
712$ fastread = 1
713$ delete/symbol deferred_fastread
714$ endif
97abc6ad
HM
715$ RETURN
716$!
717$Beyond_myread:
718$!
719$!: create .config dir to save info across Configure sessions
720$ IF ( F$SEARCH("[-]CONFIG.DIR").EQS."" )
721$ THEN
722$ CREATE/DIRECTORY [-.CONFIG]
723$ OPEN/WRITE CONFIG [-.CONFIG]README.
724$ WRITE CONFIG -
725 "This directory created by Configure to save information that should"
726$ WRITE CONFIG -
727 "persist across sessions."
728$ WRITE CONFIG ""
729$ WRITE CONFIG -
730 "You may safely delete it if you wish."
731$ CLOSE CONFIG
732$ ENDIF
733$!
56aeb0ae
PP
734$ IF F$TYPE(usedevel) .EQS. "" THEN usedevel := n
735$ patchlevel_h = F$SEARCH("[-]patchlevel.h")
736$ IF (patchlevel_h.NES."")
737$ THEN
7558ebc2 738$ SEARCH 'patchlevel_h' "define","PERL_VERSION","epoch"/match=and/out=[]ver.out
59a27e12 739$ IF .NOT. usedevel .AND. usedevel .NES. "define"
56aeb0ae
PP
740$ THEN
741$ OPEN/READ CONFIG []ver.out
742$ READ CONFIG line
743$ CLOSE CONFIG
744$ tmp = F$EDIT(line,"TRIM,COMPRESS")
745$ xpatchlevel = F$INTEGER(F$ELEMENT(2," ",tmp))
746$ line = xpatchlevel / 2
747$ tmp = xpatchlevel - ( line * 2 )
748$ IF tmp .NE. 0
749$ THEN
750$ echo4 "patchlevel is " + F$STRING(xpatchlevel)
751$ cat4 SYS$INPUT:
7558ebc2 752$ DECK
56aeb0ae
PP
753*** WHOA THERE!!! ***
754
755 This is an UNSTABLE DEVELOPMENT release.
756 (The patchlevel, is odd--as opposed to even,
757 and that signifies a development release. If you want a
758 maintenance release, you want an even-numbered release.)
759
760 Do ***NOT*** install this into production use.
761 Data corruption and crashes are possible.
762
763 It is most seriously suggested that you do not continue any further
764 unless you want to help in developing and debugging Perl.
765
7558ebc2 766$ EOD
9b5c8979
JH
767$ bool_dflt="n"
768$ rp="Do you really want to continue? [''bool_dflt'] "
c66e9063
CL
769$ fastread_save = fastread
770$ fastread := FALSE
56aeb0ae 771$ GOSUB myread
c66e9063
CL
772$ fastread = fastread_save
773$ delete/symbol fastread_save
56aeb0ae
PP
774$ IF ans
775$ THEN
776$ echo4 "Okay, continuing."
777$ ELSE
778$ echo4 "Okay, bye."
779$ DELETE/NOLOG/NOCONFIRM []ver.out;
780$ GOTO Clean_up
56aeb0ae
PP
781$ ENDIF
782$ ENDIF
783$ DELETE/SYMBOL line
784$ DELETE/SYMBOL tmp
785$ ENDIF
786$ DELETE/NOLOG/NOCONFIRM []ver.out;
787$ ENDIF
97abc6ad
HM
788$!: general instructions
789$ needman = "true"
790$ firsttime = "true"
791$ user = F$EDIT(F$GETJPI("","USERNAME"),"TRIM,COLLAPSE")
792$ IF .NOT.(F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
793$ THEN
794$ messages = F$ENVIRONMENT("MESSAGE")
a3ef2c6f 795$ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
97abc6ad
HM
796$ contains /NOOUTPUT [-.CONFIG]INSTRUCT. 'user'
797$ IF .NOT.($status.EQ.%X08D78053)
798$ THEN
799$ firsttime=""
9b5c8979
JH
800$ bool_dflt = "n"
801$ rp = "Would you like to see the instructions? [''bool_dflt'] "
97abc6ad
HM
802$ GOSUB myread
803$ if .NOT.ans THEN needman=""
804$ ENDIF
a3ef2c6f 805$ SET MESSAGE 'messages'
97abc6ad
HM
806$ ENDIF
807$ if (fastread.AND.silent.AND.(alldone.eqs."cont")) THEN needman=""
808$!
809$ IF (needman)
810$ THEN
811$ TYPE SYS$INPUT:
7558ebc2 812$ DECK
97abc6ad
HM
813
814This installation shell script will examine your system and ask you questions
815to determine how the perl5 package should be installed. If you get
816stuck on a question, you may use a ^C or ^Y shell escape to STOP this
817process, edit something, then restart this process as you just did.
818Many of the questions will have default answers in square
819brackets; typing carriage return will give you the default.
820
7558ebc2 821$ EOD
96021e87
JM
822$ if (fastread)
823$ then
824$ echo4 ""
825$ else
826$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
827$ endif
97abc6ad 828$ TYPE SYS$INPUT:
7558ebc2 829$ DECK
97abc6ad 830
a3ef2c6f 831In a hurry? You may run '@Configure "-d"'. This will bypass nearly all
97abc6ad 832the questions and use the computed defaults (or the previous answers provided
a3ef2c6f 833there was already a config.sh file). Type '@Configure "-h"' for a list of
97abc6ad
HM
834options.
835
7558ebc2 836$ EOD
96021e87
JM
837$ if (fastread)
838$ then
839$ echo4 ""
840$ else
841$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
842$ endif
97abc6ad 843$ TYPE SYS$INPUT:
7558ebc2 844$ DECK
97abc6ad
HM
845
846Much effort has been expended to ensure that this shell script will
847run on any VMS system. If despite that it blows up on yours, your
848best bet is to edit Configure.com and @ it again. Whatever problems
498336ed 849you have with Configure.com, let me (dan@sidhe.org) know how I blew
97abc6ad
HM
850it.
851
7558ebc2 852$ EOD
97abc6ad
HM
853$!This installation script affects things in two ways:
854$!
855$!1) it may do direct variable substitutions on some of the files included
856$! in this kit.
857$!2) it builds a config.h file for inclusion in C programs. You may edit
858$! any of these files as the need arises after running this script.
859$!
860$!If you make a mistake on a question, there is no easy way to back up to it
861$!currently.
862$!
96021e87
JM
863$ if (fastread)
864$ then
865$ echo4 ""
866$ else
867$ READ SYS$COMMAND/PROMPT="Type carriage return to continue " ans
868$ endif
97abc6ad
HM
869$ IF (F$SEARCH("[-.CONFIG]INSTRUCT.").EQS."")
870$ THEN
871$ OPEN/WRITE CONFIG [-.CONFIG]INSTRUCT.
872$ WRITE CONFIG user
873$ CLOSE CONFIG
874$ ENDIF
875$ ENDIF !(needman .EQS. "true")
876$!
877$!: see if sh knows # comments !sfn
97abc6ad
HM
878$!: figure out how to guarantee sh startup !sfn
879$!: find out where common programs are !sfn
880$!loclist="awk/cat/comm/cp/echo/expr/find/grep/ln/ls/mkdir/rm/sed/sort/touch/tr/uniq"
5869b1f1 881$!trylist="byacc/cpp/csh/date/egrep/less/line/more/nroff/perl/pg/sendmail/test/uname"
97abc6ad
HM
882$! echo "I don't know where '$file' is, and my life depends on it."
883$! echo "Go find a public domain implementation or fix your PATH setting!"
884$! echo ""
885$! echo "Don't worry if any of the following aren't found..."
96021e87 886$!: determine whether symbolic links are supported !sfn !jem- further down
97abc6ad
HM
887$!: see whether [:lower:] and [:upper:] are supported character classes !sfn
888$!: set up the translation script tr, must be called with ./tr of course !sfn
889$!
890$!: Try to determine whether config.sh was made on this system
891$!: Get old answers from old config file if Configure was run on the
892$!: same system, otherwise use the hints.
bf12dbb5 893$ config_sh_es = "''config_sh'/[-]config.sh/"
97abc6ad
HM
894$ i = 0
895$ max = 3
896$Config_sh_look:
897$ config_sh = F$ELEMENT(i,"/",config_sh_es)
898$ i = i + 1
899$ IF (config_sh.NES."/").AND.(config_sh.NES."")
900$ THEN
901$ configshfound = F$SEARCH(config_sh)
902$ IF (configshfound.NES."") THEN GOTO Config_sh_found
903$ ENDIF
904$ IF (i.LT.max) THEN GOTO Config_sh_look
56aeb0ae 905$ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
570bb66e
JH
906$ IF (configshfound.EQS."")
907$ THEN
908$ config_sh = "[-]config.sh" ! the fallback default
909$ GOTO Beyond_config_sh
910$ ENDIF
97abc6ad 911$Config_sh_found:
56aeb0ae 912$ IF F$TYPE(osname) .EQS. "" THEN osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE")
9b5c8979
JH
913$ bool_dflt = "n"
914$ IF F$TYPE(config_dflt) .NES. "" THEN bool_dflt = config_dflt
915$ rp = "Shall I use ''config_sh' for default answers? [''bool_dflt'] "
570bb66e
JH
916$ GOSUB myread
917$ IF ans
918$ THEN
919$ echo ""
920$ echo "Fetching default answers from ''config_sh'..."
921$!
9b5c8979
JH
922$! we do our own parsing of the shell-script stuff
923$! ...and only accept symbols if they're in the | delimited list below
924$!
925$ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh|installarchlib|installbin|installman1dir|installman3dir|"
926$ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
85fac3a9 927$ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|usecxx|use64bitall|use64bitint|"
5cbc5191 928$ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|uselongdouble|usemultiplicity|usemymalloc|usedebugging_perl|"
712b953a 929$ config_symbols4 ="|usesecurelog|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
139a355e 930$ config_symbols5 ="|buildmake|builder|usethreadupcalls|usekernelthreads|useshortenedsymbols|useversionedarchname"
9b5c8979
JH
931$!
932$ open/read CONFIG 'config_sh'
933$ rd_conf_loop:
934$ read/end=erd_conf_loop CONFIG line
935$ line = f$edit(line,"trim")
936$ if line .eqs. "" .or. f$extract(0,1,line) .eqs. "#" then goto rd_conf_loop
937$ sym = f$element(0,"=",line)
938$ if sym .eqs. "=" then goto rd_conf_loop
939$ dsym = "|"+sym+"|"
940$ k = 0
941$ rd_ck_loop:
942$ syms = config_symbols'k'
943$ j = f$locate(dsym, syms)
944$ if j .lt. f$length(syms) then goto erd_ck_loop
945$ k = k + 1
96021e87 946$ if k .lt. 6 then goto rd_ck_loop
9b5c8979
JH
947$ goto rd_conf_loop
948$ erd_ck_loop:
949$ val = f$element(1,"=",line)
950$ val = f$extract(1,f$length(val)-2,val)
951$ write sys$output "''sym' = ""''val'"""
952$ 'sym' = "''val'"
953$ goto rd_conf_loop
954$ erd_conf_loop:
955$ close CONFIG
956$ delete/symbol config_symbols0
957$ delete/symbol config_symbols1
958$ delete/symbol config_symbols2
959$ delete/symbol config_symbols3
960$ delete/symbol config_symbols4
96021e87 961$ delete/symbol config_symbols5
9b5c8979
JH
962$ delete/symbol sym
963$ delete/symbol val
964$ delete/symbol dsym
965$ if f$type(usedebugging_perl) .nes. ""
966$ then
6a0e5042 967$ DEBUGGING = usedebugging_perl
9b5c8979
JH
968$ delete/symbol usedebugging_perl
969$ endif
570bb66e
JH
970$!
971$ ENDIF
9b5c8979 972$ if f$type(config_dflt) .nes. "" then DELETE/SYMBOL config_dflt
570bb66e 973$!
97abc6ad
HM
974$!we actually do not have "hints/" for VMS
975$! TYPE SYS$INPUT:
7558ebc2 976$! DECK
97abc6ad
HM
977$!
978$!First time through, eh? I have some defaults handy for the following systems:
979$!
7558ebc2 980$! EOD
97abc6ad
HM
981$! echo " ","VMS_VAX"
982$! echo " ","VMS_AXP"
a50752f9 983$! echo " ","VMS_IA64"
97abc6ad
HM
984$! : Now look for a hint file osname_osvers, unless one has been
985$! : specified already.
986$! TYPE SYS$INPUT:
987$!
988$!You may give one or more space-separated answers, or "none" if appropriate.
989$!If your OS version has no hints, DO NOT give a wrong version -- say "none".
990$!
991$! READ SYS$COMMAND/PROMPT="Which of these apply, if any? " ans
992$!
993$Beyond_config_sh:
994$!
995$!: Restore computed paths !sfn
996$!
97abc6ad
HM
997$! %Config-I-VMS, a necessary error trap (could be PC running VCL)
998$!
999$ IF (osname .NES. "VMS")
1000$ THEN
1001$ echo4 "Hmm.. I wonder what ''osname' is (?)"
1002$ TYPE SYS$INPUT:
7558ebc2 1003$ DECK
97abc6ad
HM
1004
1005%Config-E-VMS, ERROR:
1006
1007 Err, you do not appear to be running VMS!
146174a9 1008 This procedure is intended to Configure the building of Perl for VMS.
97abc6ad 1009
7558ebc2 1010$ EOD
9b5c8979
JH
1011$ bool_dflt = "n"
1012$ GOSUB myread
97abc6ad
HM
1013$ IF ans
1014$ THEN
1015$ echo4 "Continuing..."
1016$ ELSE
1017$ echo4 "ABORTING..."
1018$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
1019$ STOP
1020$ EXIT 2 !$STATUS = "%X00000002" (error)
1021$ ENDIF
97abc6ad
HM
1022$ ENDIF !(osname .NES./.EQS. "VMS")
1023$!
1024$!: who configured the system
97abc6ad 1025$ cf_by = F$EDIT(user,"LOWERCASE")
08c7cbbb 1026$ osvers = F$EDIT(F$GETSYI("VERSION"),"TRIM")
97abc6ad
HM
1027$!
1028$! Peter Prymmer has seen:
1029$! "SYS$TIMEZONE_DIFFERENTIAL" = "-46800" (sic)
1030$! "SYS$TIME_ZONE" = "EDT"
1031$!
1032$! Charles Lane recommended:
1033$! "SYS$TIMEZONE_DIFFERENTIAL" = "-14400"
1034$! "NEWS_TIMEZONE" = "-0500"
1035$! "ST_TIMEZONE" = "EDT"
1036$! "JAN_TIME_ZONE" = "EST "
1037$! "MULTINET_TIMEZONE" = "EST"
1038$! "DAYLIGHT_SAVINGS" = "1"
1039$!
1040$! Charles Bailey recommends (in ANU NEWS Doc Jan 1995):
1041$! "PMDF_Timezone"
1042$! "Multinet_Timezone"
1043$! "TCPware_Timezone"
1044$! "WIN$Time_Zone"
1045$!
1046$! This snippet o' DCL returns a string in default Unix `date` format,
1047$! and it will prompt to set SYS$TIMEZONE_DIFFERENTIAL.
97abc6ad
HM
1048$!
1049$ MIN_TZO = -840 !units are minutes here
1050$ MAX_TZO = 840
1051$!
1052$ wkday = F$EXTRACT(0,3,F$CVTIME(,,"WEEKDAY"))
1053$ monn = F$CVTIME(,,"MONTH")
1054$ mday = F$EXTRACT(8,2,F$CVTIME(,,"DATE"))
1055$ hour = F$CVTIME(,,"HOUR")
1056$ min = F$CVTIME(,,"MINUTE")
1057$ sec = F$CVTIME(,,"SECOND")
1058$ year = F$CVTIME(,,"YEAR")
1059$!
1060$ months = "/Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sep/Oct/Nov/Dec/"
1061$ i = 0
1062$Mon_loop:
1063$ i = i + 1
1064$ mon = F$ELEMENT(i,"/",months)
1065$ IF i.LT.monn THEN GOTO Mon_loop
1066$!
1067$ tzneedset = "t"
1068$ systz = F$TRNLNM("SYS$TIMEZONE_DIFFERENTIAL")
1069$ IF systz.NES.""
1070$ THEN
1071$ tzhour = F$INTEGER(systz)/3600
1072$ tzmins = F$INTEGER(systz)/60
1073$ tzminrem = tzmins - tzhour*60
1074$ IF tzminrem.lt.0 THEN tzminrem = -1*tzminrem !keeps !2ZL happy
1075$ IF tzhour.ge.0
1076$ THEN signothetime = "+"
1077$ IF tzhour.EQ.0.AND.tzminrem.EQ.0
1078$ THEN direction = "on GMT/"
1079$ ELSE direction = "east of "
1080$ ENDIF
1081$ ELSE signothetime = "-"
1082$ tzhour = -1*tzhour !keeps !UL happy
1083$ direction = "west of "
1084$ ENDIF
1085$ echo ""
97abc6ad
HM
1086$ echo "According to the setting of your ""SYS$TIMEZONE_DIFFERENTIAL"" (= ''systz')"
1087$ IF tzminrem.ne.0
1088$ THEN
1089$ tzspan = "''tzhour' hours & ''tzminrem' minutes"
1090$ ELSE
1091$ tzspan = "''tzhour' hours"
1092$ ENDIF
9b5c8979 1093$ bool_dflt = "y"
97abc6ad 1094$ echo "Your system is ''tzspan' ''direction'UTC in England."
9b5c8979 1095$ rp = "(''systz') Is this UTC Time Zone Offset correct? [''bool_dflt'] "
97abc6ad 1096$ GOSUB myread
9b5c8979 1097$ IF ans
97abc6ad
HM
1098$ THEN
1099$ tzneedset = "f"
1100$ tzd = systz
1101$ GOTO Beyond_TimeZone
1102$ ENDIF
1103$ ELSE
1104$ echo ""
97abc6ad
HM
1105$ echo4 """SYS$TIMEZONE_DIFFERENTIAL"" does not appear to be DEFINEd on your system"
1106$ ENDIF
1107$!
1108$TZSet:
1109$ echo ""
1110$ echo "Please tell me in hh:mm form what time offset from GMT/UTC in England"
146174a9 1111$ echo "you are. As an example Eastern (US) Standard Time is -5:00 offset, but"
97abc6ad
HM
1112$ echo "Eastern Daylight Time (summer) is -4:00 offset."
1113$ dflt = "0:00"
1114$ rp = "Enter the Time Zone offset: [''dflt'] "
1115$ GOSUB myread
1116$ ans = F$Edit(ans,"collapse,trim,uncomment,upcase")
1117$ IF ans.EQS."" THEN ans = dflt
1118$ tzhour = F$ELEMENT(0,":","''ans'") !first
1119$ IF tzhour.EQS."" THEN tzhour = 0
1120$ tzhour = F$INTEGER(tzhour)
1121$ tzminrem = F$ELEMENT(1,":","''ans'") !second
1122$ IF tzminrem.NES.""
1123$ THEN
1124$ tzminrem = F$INTEGER(tzminrem)
1125$ IF F$EXTRACT(0,1,"''ans'") .EQS. "-" THEN tzminrem = tzminrem * -1
1126$ ELSE
1127$ tzminrem = 0
1128$ ENDIF
1129$ tzmins = tzhour*60 + tzminrem
1130$ tzd = F$STRING(tzmins*60)
1131$ IF tzhour .GE. 0
1132$ THEN
1133$ signothetime = "+"
1134$ ELSE
1135$ tzhour = -1*tzhour !keeps !UL happy
1136$ signothetime = "-"
1137$ ENDIF
1138$ IF (tzmins.GT.MAX_TZO).OR.(tzmins.LT.MIN_TZO)
1139$ THEN
1140$ echo ""
1141$ echo "%Config-W-VMS-TIMERANGE, Response must be in the range -14:00 to 14:00."
1142$ goto TZSet
1143$ ENDIF
1144$!
1145$Beyond_TimeZone:
1146$ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem)
1147$ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'"
1148$!
4581ada3
CB
1149$! This quotation from Configure has to be included on VMS:
1150$!
1151$ TYPE SYS$INPUT:
1152$ DECK
1153
1154There is, however, a strange, musty smell in the air that reminds me of
1155something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
1156$ EOD
1157$!
1158$! Determine the architecture name. For now we just get the base
1159$! architecture name, which may accumulate various minus sign-delimited
1160$! appendages later depending on configuration options. But we need the
1161$! base name early because not all questions are worth asking on all
1162$! platforms.
1163$!
1164$! Please use F$ELEMENT(0,"-",archname) .EQS. "VMS_VAX" (or "VMS_AXP" or
1165$! "VMS_IA64") from here on to allow cross-platform configuration (e.g.
55315086 1166$! configure a VAX build on an Alpha).
97abc6ad 1167$!
a50752f9 1168$ IF (F$GETSYI("HW_MODEL") .LT. 1024 .AND. F$GETSYI("HW_MODEL") .GT. 0)
97abc6ad
HM
1169$ THEN
1170$ archname = "VMS_VAX"
a50752f9 1171$ otherarch = "an Alpha or IA64"
08c7cbbb
GS
1172$ alignbytes="8"
1173$ arch_type = "ARCH-TYPE=__VAX__"
97abc6ad 1174$ ELSE
a50752f9
CB
1175$ IF (F$GETSYI("ARCH_TYPE") .EQ. 2)
1176$ THEN
1177$ archname = "VMS_AXP"
1178$ otherarch = "a VAX or IA64"
1179$ arch_type = "ARCH-TYPE=__AXP__"
1180$ ELSE
1181$ archname = "VMS_IA64"
1182$ otherarch = "a VAX or Alpha"
1183$ arch_type = "ARCH-TYPE=__IA64__"
1184$ ENDIF
08c7cbbb 1185$ alignbytes="8"
97abc6ad 1186$ ENDIF
86fced14 1187$!
97abc6ad 1188$!: set the base revision
08c7cbbb
GS
1189$ baserev="5.0"
1190$ revision = baserev - ".0"
97abc6ad
HM
1191$!: get the patchlevel
1192$ echo ""
570bb66e 1193$ echo4 "Getting the current patchlevel..."
5cda9808
CB
1194$ patchlevel="0"
1195$ subversion="0"
1196$ api_revision="0"
1197$ api_version="0"
1198$ api_subversion="0"
1199$ perl_patchlevel="0"
97abc6ad
HM
1200$ patchlevel_h = F$SEARCH("[-]patchlevel.h")
1201$ IF (patchlevel_h.NES."")
1202$ THEN
1203$ got_patch = "false"
1204$ got_sub = "false"
08c7cbbb
GS
1205$ got_api_revision = "false"
1206$ got_api_version = "false"
1207$ got_api_subversion = "false"
9ec25520 1208$ got_perl_patchlevel= "false"
97abc6ad
HM
1209$ OPEN/READONLY CONFIG 'patchlevel_h'
1210$Patchlevel_h_loop:
570bb66e 1211$ READ/END_Of_File=Close_patch/ERROR=Close_patch CONFIG line
cceca5ed 1212$ IF ((F$LOCATE("#define PERL_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_patch))
97abc6ad
HM
1213$ THEN
1214$ line = F$EDIT(line,"COMPRESS, TRIM")
cc391245 1215$ patchlevel = F$ELEMENT(2," ",line)
97abc6ad
HM
1216$ got_patch = "true"
1217$ ENDIF
cceca5ed 1218$ IF ((F$LOCATE("#define PERL_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_sub))
97abc6ad
HM
1219$ THEN
1220$ line = F$EDIT(line,"COMPRESS, TRIM")
cc391245 1221$ subversion = F$ELEMENT(2," ",line)
97abc6ad
HM
1222$ got_sub = "true"
1223$ ENDIF
08c7cbbb
GS
1224$ IF ((F$LOCATE("#define PERL_API_REVISION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_revision))
1225$ THEN
1226$ line = F$EDIT(line,"COMPRESS, TRIM")
1227$ api_revision = F$ELEMENT(2," ",line)
1228$ got_api_revision = "true"
1229$ ENDIF
1230$ IF ((F$LOCATE("#define PERL_API_VERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_version))
1231$ THEN
1232$ line = F$EDIT(line,"COMPRESS, TRIM")
1233$ api_version = F$ELEMENT(2," ",line)
1234$ got_api_version = "true"
1235$ ENDIF
1236$ IF ((F$LOCATE("#define PERL_API_SUBVERSION",line).NE.F$LENGTH(line)).AND.(.NOT.got_api_subversion))
1237$ THEN
1238$ line = F$EDIT(line,"COMPRESS, TRIM")
1239$ api_subversion = F$ELEMENT(2," ",line)
1240$ got_api_subversion = "true"
1241$ ENDIF
9ec25520
CB
1242$ IF ((F$LOCATE("""DEVEL",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1243$ THEN
1244$ line = F$EDIT(line,"COMPRESS, TRIM")
1245$ perl_patchlevel = F$ELEMENT(1,"""",line)
1246$ perl_patchlevel = perl_patchlevel - "DEVEL"
1247$ got_perl_patchlevel = "true"
1248$ ENDIF
c4ac6101
CB
1249$ IF ((F$LOCATE("""SMOKE",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1250$ THEN
1251$ line = F$EDIT(line,"COMPRESS, TRIM")
1252$ perl_patchlevel = F$ELEMENT(1,"""",line)
1253$ perl_patchlevel = perl_patchlevel - "SMOKE"
1254$ got_perl_patchlevel = "true"
1255$ ENDIF
1256$ IF ((F$LOCATE("""MAINT",line).NE.F$LENGTH(line)).AND.(.NOT.got_perl_patchlevel))
1257$ THEN
1258$ line = F$EDIT(line,"COMPRESS, TRIM")
1259$ perl_patchlevel = F$ELEMENT(1,"""",line)
1260$ perl_patchlevel = perl_patchlevel - "MAINT"
1261$ got_perl_patchlevel = "true"
1262$ ENDIF
cd30eb94
PP
1263$ IF (.NOT. got_patch) .OR. -
1264 (.NOT. got_sub) .OR. -
1265 (.NOT. got_api_revision) .OR. -
1266 (.NOT. got_api_version) .OR. -
9ec25520
CB
1267 (.NOT. got_api_subversion) .OR. -
1268 (.NOT. got_perl_patchlevel) -
cd30eb94 1269 THEN GOTO Patchlevel_h_loop
97abc6ad
HM
1270$Close_patch:
1271$ CLOSE CONFIG
97abc6ad 1272$ ENDIF
8c541774
CB
1273$!
1274$ IF F$SEARCH("[-].patch") .NES. ""
1275$ THEN
1276$ SET NOON
1277$ OPEN/READ PATCH [-].patch
1278$ READ PATCH line
1279$ CLOSE PATCH
9c3905ef
CB
1280$ tmp = F$EDIT(line,"TRIM,COMPRESS")
1281$ IF F$ELEMENT(3, " ", tmp) .NES. "" THEN tmp = F$ELEMENT(3, " ", tmp)
8c541774 1282$ SET ON
9c3905ef 1283$ IF tmp .NES. "" THEN perl_patchlevel = tmp
8c541774
CB
1284$ ENDIF
1285$!
9ec25520
CB
1286$ version_patchlevel_string = "version ''patchlevel' subversion ''subversion'"
1287$ IF got_perl_patchlevel .AND. perl_patchlevel .NES. "0"
97abc6ad 1288$ THEN
9ec25520 1289$ version_patchlevel_string = "''version_patchlevel_string' patch ''perl_patchlevel'"
97abc6ad 1290$ ENDIF
9ec25520 1291$ echo "(You have ''package' ''version_patchlevel_string'.)"
97abc6ad 1292$!
08c7cbbb 1293$ version = revision + "_" + patchlevel + "_" + subversion
97abc6ad 1294$!
4581ada3
CB
1295$!: see if we need a special compiler
1296$! cc_list = "cc/decc|gcc" !%Config-I-VMS, compiler symbols/commands
97abc6ad 1297$!
4581ada3
CB
1298$ nocc = "f"
1299$ vms_cc_dflt = ""
1300$ vms_cc_available = ""
1301$!
1302$ OPEN/WRITE CONFIG ccvms.c
1303$ WRITE CONFIG "#ifdef __DECC"
1304$ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1305$ WRITE CONFIG "#endif"
1306$ WRITE CONFIG "#include <stdio.h>"
1307$ WRITE CONFIG "int main() {"
1308$ WRITE CONFIG "#ifdef __DECC"
1309$ WRITE CONFIG " printf(""/DECC\n"");"
1310$ WRITE CONFIG "#else"
1311$ WRITE CONFIG " printf(""/VAXC\n"");"
1312$ WRITE CONFIG "#endif"
1313$ WRITE CONFIG " exit(0);"
1314$ WRITE CONFIG "}"
1315$ CLOSE CONFIG
1316$!
1317$ SET NOON
1318$ DEFINE/USER_MODE SYS$ERROR _NLA0:
1319$ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
1320$ cc/NoObj/list=ccvms.lis ccvms.c
1321$ tmp = $status
1322$ SET ON
1323$ IF (silent) THEN GOSUB Shut_up
1324$ IF tmp.NE.%X10B90001
1325$ THEN
1326$ IF tmp.NE.%X10000001
1327$ THEN
1328$ nocc = "t" !%X10000001 is return from gcc
1329$ GOTO Gcc_initial_check
1330$ ENDIF
1331$ ENDIF
1332$!
1333$ GOSUB List_Parse
1334$ IF .NOT.silent THEN echo ""
1335$ echo "Default ""cc"" is ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1336$ IF F$LOCATE("VAX",line).NE.F$LENGTH(line)
1337$ THEN
1338$ IF .NOT.silent
97abc6ad 1339$ THEN
4581ada3 1340$ echo "Will try cc/decc..."
97abc6ad 1341$ ENDIF
4581ada3
CB
1342$ SET NOON
1343$ DEFINE/USER_MODE SYS$ERROR NL:
1344$ DEFINE/USER_MODE SYS$OUTPUT NL:
1345$ cc/decc/NoObj/list=ccvms.lis ccvms.c
1346$ tmp = $status
1347$ SET ON
1348$ IF (silent) THEN GOSUB Shut_up
1349$ IF tmp.NE.%X10B90001
7558ebc2 1350$ THEN
4581ada3
CB
1351$ echo "Apparently you don't have that one."
1352$ ELSE
1353$ GOSUB List_parse
1354$ echo "You also have: ''line' ''archsufx' ''F$GETSYI("VERSION")'"
1355$ vms_cc_available = vms_cc_available + "cc/decc "
97abc6ad 1356$ ENDIF
4581ada3
CB
1357$ ELSE
1358$ IF (F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line)) -
1359 .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
1360$ THEN
1361$ vms_cc_dflt = "/decc"
1362$ vms_cc_available = vms_cc_available + "cc/decc "
570bb66e 1363$ ENDIF
4581ada3 1364$ ENDIF
97abc6ad
HM
1365$!
1366$Gcc_initial_check:
570bb66e 1367$ echo "Checking for gcc"
97abc6ad 1368$ OPEN/WRITE CONFIG gccvers.lis
41cbbefa 1369$ SET NOON
570bb66e
JH
1370$ DEFINE/USER_MODE SYS$ERROR CONFIG
1371$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
97abc6ad
HM
1372$ 'gcc_symbol'/noobj/version _nla0:
1373$ tmp = $status
41cbbefa 1374$ SET ON
97abc6ad
HM
1375$ IF (silent) THEN GOSUB Shut_up
1376$ CLOSE CONFIG
1377$ IF (tmp.NE.%X10000001).and.(tmp.ne.%X00030001)
1378$ THEN
7558ebc2 1379$ echo "Symbol ""''gcc_symbol'"" is not defined. I guess you do not have it."
570bb66e
JH
1380$ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1381$ GOTO Cxx_initial_check
97abc6ad
HM
1382$ ENDIF
1383$ OPEN/READ CONFIG gccvers.lis
1384$GCC_List_Read:
1385$ READ/END_OF_FILE=GCC_List_End CONFIG line
1386$ GOTO GCC_List_Read
1387$GCC_List_End:
1388$ CLOSE CONFIG
1389$ echo line
1390$ vms_cc_available = vms_cc_available + "''gcc_symbol' "
1391$ DELETE/NOLOG/NOCONFIRM gccvers.lis;
1392$!
570bb66e
JH
1393$Cxx_initial_check:
1394$!
85fac3a9 1395$! In order to build with the HP C++ compiler, invoke configure.com with "-Dusecxx" on
7558ebc2 1396$! the command line.
570bb66e 1397$!
85fac3a9
CB
1398$ IF F$TYPE(usecxx) .EQS. "" THEN usecxx := n
1399$ IF usecxx .OR. usecxx .EQS. "define"
570bb66e
JH
1400$ THEN
1401$!
1402$ echo "Checking for CXX..."
1403$ OPEN/WRITE CONFIG ccvms.c
1404$ WRITE CONFIG "#include <iostream>"
1405$ WRITE CONFIG "int main() {"
1406$ WRITE CONFIG "#ifdef __DECCXX"
1407$ WRITE CONFIG " cout << __DECCXX, endl;"
1408$ WRITE CONFIG "#else"
1409$ WRITE CONFIG " cout << 0,endl;"
1410$ WRITE CONFIG "#endif"
1411$! Todo: add G++ identifier check ??
1412$ WRITE CONFIG " return(0);"
1413$ WRITE CONFIG "}"
1414$ CLOSE CONFIG
1415$ SET NOON
1416$ DEFINE/USER_MODE SYS$OUTPUT NL:
1417$ DEFINE/USER_MODE SYS$ERROR NL:
1418$ cxx ccvms.c
1419$ tmp = $status
1420$ SET ON
1421$! success $status with:
1422$! DEC C++ V1.1-001 on VMS VAX V5.5-2
1423$! DEC C++ V5.6-013 on OpenVMS VAX V7.1
1424$! DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1425$! Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1426$ IF tmp .eq. %X15F60001
1427$ THEN
1428$! Which linker?
1429$ SET NOON
1430$ DEFINE/USER_MODE SYS$OUTPUT NL:
1431$ DEFINE/USER_MODE SYS$ERROR NL:
96021e87 1432$ link/nodebug ccvms.obj
570bb66e
JH
1433$ tmp = $status
1434$ SET ON
1435$ ! success $status with:
1436$ ! link && DEC C++ V1.1-001 on VMS VAX V5.5-2
1437$ ! link && DEC C++ V5.6-013 on OpenVMS VAX V7.1
1438$ IF tmp .eq. %X10000001
1439$ THEN
85fac3a9 1440$ ld_try = "Link/nodebug"
570bb66e
JH
1441$ vms_cc_available = vms_cc_available + "cxx "
1442$ echo "CXX and LINK are available."
1443$ ELSE
1444$ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1445$ SET NOON
1446$ DEFINE/USER_MODE SYS$OUTPUT NL:
1447$ DEFINE/USER_MODE SYS$ERROR NL:
1448$ cxxlink ccvms.obj
1449$ tmp = $status
1450$ SET ON
1451$ ! success $status with:
1452$ ! cxxlink && DEC C++ V6.1-003 on OpenVMS Alpha V7.1
1453$ ! cxxlink && Compaq C++ V6.2-016 for OpenVMS Alpha V7.2-1
1454$ IF tmp .eq. %X10000001
1455$ THEN
1456$ ld_try = "cxxlink"
1457$ vms_cc_available = vms_cc_available + "cxx "
1458$ echo "CXX and CXXLINK are available."
1459$ ENDIF
1460$ ENDIF
1461$ IF F$SEARCH("ccvms.exe") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.exe;
1462$ ELSE
1463$ echo "Nope."
1464$ ENDIF
1465$ DELETE/NOLOG/NOCONFIRM ccvms.c;
1466$ IF F$SEARCH("ccvms.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM ccvms.obj;
1467$ CALL Cxx_demangler_cleanup
1468$!
1469$ ENDIF ! 1 .eq. 0 or 1 .eq. 1
1470$!
97abc6ad
HM
1471$CC_Cleanup:
1472$ DELETE/NOLOG/NOCONFIRM ccvms.*;
1473$CC_Desired:
1474$!: see if we need a special compiler
1475$! echo ""
570bb66e 1476$ echo "Available compiler(s):"
97abc6ad
HM
1477$ echo "( ''vms_cc_available')"
1478$ IF .NOT.nocc
1479$ THEN
85fac3a9
CB
1480$ IF usecxx .OR. usecxx .EQS. "define"
1481$ THEN
1482$ dflt = "cxx"
1483$ ELSE
1484$ dflt = "cc''vms_cc_dflt'" !-> "cc" in case first compile went OK
1485$ ENDIF
97abc6ad
HM
1486$ ELSE
1487$ dflt = gcc_symbol
1488$ ENDIF
1489$ rp = "Use which C compiler? [''dflt'] "
1490$ GOSUB myread
1491$ IF ans.NES.""
1492$ THEN
1493$ ans = F$EDIT(ans,"TRIM, COMPRESS, LOWERCASE")
1494$ Mcc = ans
a50752f9
CB
1495$ IF (F$LOCATE("dec",ans).NE.F$LENGTH(ans)).or.(F$LOCATE("compaq",ans).NE.F$LENGTH(ans)) -
1496 .or.(F$LOCATE("hp",ans).NE.F$LENGTH(ans))
97abc6ad
HM
1497$ THEN
1498$ Mcc = "cc/decc"
414b89cc
CB
1499$! CPQ ?
1500$ ccname := DEC
429a5e67 1501$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad 1502$ ENDIF
570bb66e
JH
1503$ IF F$LOCATE("cxx",F$EDIT(ans,"COLLAPSE,LOWERCASE")) .NE. F$LENGTH(ans)
1504$ THEN
1505$ Mcc = "cxx"
414b89cc 1506$ ccname := CXX
570bb66e 1507$ ld = ld_try
7558ebc2
PP
1508$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1509$ ELSE ! Not_cxx
1510$ IF Mcc.NES.dflt
97abc6ad 1511$ THEN
7558ebc2
PP
1512$ IF F$LOCATE("dec",dflt) .NE. F$LENGTH(dflt) .or. -
1513 F$LOCATE("compaq",dflt) .NE. F$LENGTH(dflt)
1514$ THEN
1515$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1516$ ELSE
414b89cc 1517$ ccname := DEC
7558ebc2
PP
1518$ ENDIF
1519$ ELSE
1520$ IF Mcc .EQS. "cc/decc"
1521$ THEN
414b89cc 1522$ ccname := DEC
7558ebc2
PP
1523$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1524$ ENDIF
97abc6ad
HM
1525$ ENDIF
1526$ ENDIF
1527$ ELSE
1528$ Mcc = dflt
1529$ IF Mcc .EQS. "cc/decc"
1530$ THEN
414b89cc 1531$ ccname := DEC
429a5e67 1532$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad 1533$ ENDIF
97abc6ad
HM
1534$ IF Mcc .EQS. "gcc"
1535$ THEN
414b89cc 1536$ ccname := GCC
429a5e67 1537$ C_COMPILER_Replace = "CC=cc=''Mcc'"
97abc6ad
HM
1538$ ENDIF
1539$ ENDIF
1540$Decc_Version_check:
570bb66e 1541$ ccversion=""
414b89cc 1542$ IF ccname .EQS. "DEC"
97abc6ad
HM
1543$ THEN
1544$ echo ""
7558ebc2 1545$ echo4 "Checking for the Dec C version number..."
97abc6ad
HM
1546$ OPEN/WRITE CONFIG deccvers.c
1547$ WRITE CONFIG "#include <stdlib.h>" !DECC is sooo picky
1548$ WRITE CONFIG "#include <stdio.h>"
1549$ WRITE CONFIG "int main() {"
1550$ WRITE CONFIG "#ifdef __DECC"
1551$ WRITE CONFIG "#ifdef __DECC_VER"
1552$ WRITE CONFIG " printf(""%i\n"", __DECC_VER);"
1553$ WRITE CONFIG "#else"
1554$ WRITE CONFIG " printf(""%i\n"", ""1"");"
1555$ WRITE CONFIG "#endif"
1556$ WRITE CONFIG "#endif"
1557$ WRITE CONFIG " exit(0);"
1558$ WRITE CONFIG "}"
1559$ CLOSE CONFIG
570bb66e
JH
1560$ SET NOON
1561$ DEFINE/USER_MODE SYS$ERROR NL:
1562$ DEFINE/USER_MODE SYS$OUTPUT NL:
97abc6ad
HM
1563$ 'Mcc' deccvers.c
1564$ tmp = $status
97abc6ad 1565$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1566$ DEFINE/USER_MODE SYS$ERROR NL:
1567$ DEFINE/USER_MODE SYS$OUTPUT NL:
96021e87 1568$ link/nodebug deccvers.obj
97abc6ad 1569$ tmp = $status
97abc6ad
HM
1570$ IF (silent) THEN GOSUB Shut_up
1571$ OPEN/WRITE CONFIG deccvers.out
570bb66e
JH
1572$ DEFINE/USER_MODE SYS$ERROR CONFIG
1573$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
97abc6ad
HM
1574$ mcr []deccvers.exe
1575$ tmp = $status
570bb66e 1576$ SET ON
97abc6ad 1577$ CLOSE CONFIG
97abc6ad
HM
1578$ IF (silent) THEN GOSUB Shut_up
1579$ OPEN/READ CONFIG deccvers.out
1580$ READ/END_OF_FILE=Dec_c_cleanup CONFIG line
1581$Dec_c_cleanup:
1582$ CLOSE CONFIG
97abc6ad 1583$ echo "You are using Dec C ''line'"
570bb66e
JH
1584$ ccversion = line
1585$ Dec_C_Version = F$INTEGER(line)
2b4b3ebb 1586$ IF Dec_C_Version .GE. 60200000 .AND. F$ELEMENT(0, "-", archname) .NES. "VMS_VAX"
570bb66e
JH
1587$ THEN
1588$ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1589$ ccflags = ccflags + "/NOANSI_ALIAS"
1590$ ENDIF
1591$ DELETE/NOLOG/NOCONFIRM deccvers.*;
97abc6ad 1592$ ENDIF
97abc6ad 1593$Gcc_check:
570bb66e 1594$ gccversion = ""
414b89cc 1595$ IF ccname .EQS. "GCC"
97abc6ad 1596$ THEN
570bb66e
JH
1597$ vaxcrtl_olb = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1598$ vaxcrtl_exe = F$SEARCH("SYS$SHARE:VAXCRTL.EXE")
1599$ gcclib_olb = F$SEARCH("GNU_CC:[000000]GCCLIB.OLB")
1600$ IF gcclib_olb .EQS. ""
97abc6ad 1601$ THEN
570bb66e
JH
1602$! These objects/libs come w/ gcc 2.7.2 for AXP:
1603$ tmp = F$SEARCH("GNU_CC:[000000]libgcc2.olb")
1604$ IF tmp .NES. "" then gcclib_olb = tmp
1605$ tmp = F$SEARCH("GNU_CC:[000000]libgcclib.olb")
1606$ IF tmp .NES. ""
1607$ THEN
1608$ IF gcclib_olb .EQS. ""
1609$ THEN gcclib_olb = tmp
1610$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1611$ ENDIF
97abc6ad 1612$ ENDIF
570bb66e
JH
1613$ tmp = F$SEARCH("SYS$LIBRARY:VAXCRTL.OLB")
1614$ IF tmp .NES. ""
1615$ THEN
1616$ IF gcclib_olb .EQS. ""
1617$ THEN gcclib_olb = tmp
1618$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1619$ ENDIF
97abc6ad 1620$ ENDIF
570bb66e
JH
1621$ tmp = F$SEARCH("GNU_CC:[000000]crt0.obj")
1622$ IF tmp .NES. ""
1623$ THEN
1624$ IF gcclib_olb .EQS. ""
1625$ THEN gcclib_olb = tmp
1626$ ELSE gcclib_olb = gcclib_olb + "/lib," + tmp
1627$ ENDIF
97abc6ad 1628$ ENDIF
570bb66e
JH
1629$ IF gcclib_olb .EQS. vaxcrtl_olb THEN gcclib_olb = "" !goofy order of axplibs
1630$ ELSE
1631$ gcclib_olb = gcclib_olb + "/lib"
97abc6ad 1632$ ENDIF
570bb66e 1633$ IF gcclib_olb .NES. "" .AND. -
97abc6ad
HM
1634 (vaxcrtl_olb .NES. "" .OR. -
1635 vaxcrtl_exe .NES. "" )
570bb66e
JH
1636$ THEN
1637$ echo ""
1638$ echo4 "Checking for GNU cc in disguise and/or its version number..." !>&4
1639$ OPEN/WRITE CONFIG gccvers.c
570bb66e
JH
1640$ WRITE CONFIG "#include <stdio.h>"
1641$ WRITE CONFIG "int main() {"
1642$ WRITE CONFIG "#ifdef __GNUC__"
1643$ WRITE CONFIG "#ifdef __VERSION__"
1644$ WRITE CONFIG " printf(""%s\n"", __VERSION__);"
1645$ WRITE CONFIG "#else"
1646$ WRITE CONFIG " printf(""%s\n"", ""1"");"
1647$ WRITE CONFIG "#endif"
1648$ WRITE CONFIG "#endif"
1649$ WRITE CONFIG " exit(0);"
1650$ WRITE CONFIG "}"
1651$ CLOSE CONFIG
1652$ DEFINE SYS$ERROR _NLA0:
1653$ DEFINE SYS$OUTPUT _NLA0:
1654$ 'Mcc' gccvers.c
1655$ tmp = $status
1656$ DEASSIGN SYS$ERROR _NLA0:
1657$ DEASSIGN SYS$OUTPUT _NLA0:
1658$ IF (silent) THEN GOSUB Shut_up
1659$ DEFINE SYS$ERROR _NLA0:
1660$ DEFINE SYS$OUTPUT _NLA0:
1661$ IF vaxcrtl_exe .EQS. ""
1662$ THEN
1663$ IF F$LOCATE("VAXCRTL",gcclib_olb).NE.F$LENGTH(gcclib_olb)
1664$ THEN
96021e87 1665$ link/nodebug gccvers.obj,'gcclib_olb',SYS$LIBRARY:VAXCRTL/Library
570bb66e
JH
1666$ tmp = $status
1667$ ELSE
96021e87 1668$ link/nodebug gccvers.obj,'gcclib_olb'
570bb66e
JH
1669$ tmp = $status
1670$ ENDIF
1671$ ELSE
1672$ OPEN/WRITE CONFIG GCCVERS.OPT
1673$ WRITE CONFIG "SYS$SHARE:VAXCRTL/SHARE"
1674$ CLOSE CONFIG
96021e87 1675$ link/nodebug gccvers.obj,GCCVERS.OPT/OPT,'gcclib_olb'
570bb66e
JH
1676$ tmp = $status
1677$ ENDIF
1678$ DEASSIGN SYS$ERROR
1679$ DEASSIGN SYS$OUTPUT
1680$ IF (silent) THEN GOSUB Shut_up
1681$ OPEN/WRITE CONFIG gccvers.out
1682$ DEFINE SYS$ERROR CONFIG
1683$ DEFINE SYS$OUTPUT CONFIG
1684$ mcr []gccvers.exe
1685$ tmp = $status
1686$ CLOSE CONFIG
1687$ DEASSIGN SYS$OUTPUT
1688$ DEASSIGN SYS$ERROR
1689$ IF (silent) THEN GOSUB Shut_up
1690$ OPEN/READ CONFIG gccvers.out
1691$ READ/END_OF_FILE=Gcc_cleanup CONFIG line
1692$Gcc_cleanup:
1693$ CLOSE CONFIG
1694$ DELETE/NOLOG/NOCONFIRM gccvers.*;
1695$ IF F$LOCATE("GNU C version ",line).NE.F$LENGTH(line)
1696$ THEN
1697$ echo "You are not using GNU cc."
1698$ GOTO Host_name
1699$ ELSE
1700$ echo "You are using GNU cc ''line'"
1701$ gccversion = line
414b89cc 1702$ ccname := "GCC"
570bb66e
JH
1703$ C_COMPILER_Replace = "CC=cc=''Mcc'"
1704$ GOTO Include_dirs
1705$ ENDIF
1706$ ENDIF
1707$ ENDIF
1708$Cxx_Version_check:
414b89cc 1709$ IF ccname .EQS. "CXX"
97abc6ad 1710$ THEN
570bb66e 1711$ OPEN/WRITE CONFIG cxxvers.c
97abc6ad
HM
1712$ WRITE CONFIG "#include <stdio.h>"
1713$ WRITE CONFIG "int main() {"
570bb66e
JH
1714$ WRITE CONFIG "#ifdef __DECCXX_VER"
1715$ WRITE CONFIG " printf(""%i\n"", __DECCXX_VER);"
97abc6ad 1716$ WRITE CONFIG "#else"
570bb66e 1717$ WRITE CONFIG " printf(""%i\n"", ""0"");"
97abc6ad 1718$ WRITE CONFIG "#endif"
570bb66e 1719$ WRITE CONFIG " return(0);"
97abc6ad
HM
1720$ WRITE CONFIG "}"
1721$ CLOSE CONFIG
570bb66e
JH
1722$ SET NOON
1723$ DEFINE/USER_MODE SYS$ERROR NL:
1724$ DEFINE/USER_MODE SYS$OUTPUT NL:
1725$ 'Mcc' cxxvers.c
97abc6ad 1726$ tmp = $status
570bb66e 1727$ SET ON
97abc6ad 1728$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1729$ SET NOON
1730$ DEFINE/USER_MODE SYS$ERROR NL:
1731$ DEFINE/USER_MODE SYS$OUTPUT NL:
1732$ 'ld' cxxvers.obj
1733$ tmp = $status
1734$ SET ON
97abc6ad 1735$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1736$ OPEN/WRITE CONFIG cxxvers.out
1737$ SET NOON
1738$ DEFINE/USER_MODE SYS$ERROR CONFIG
1739$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
1740$ mcr []cxxvers.exe
97abc6ad 1741$ tmp = $status
570bb66e 1742$ SET ON
97abc6ad 1743$ CLOSE CONFIG
97abc6ad 1744$ IF (silent) THEN GOSUB Shut_up
570bb66e
JH
1745$ OPEN/READ CONFIG cxxvers.out
1746$ READ/END_OF_FILE=Cxx_cleanup CONFIG line
1747$Cxx_cleanup:
97abc6ad 1748$ CLOSE CONFIG
570bb66e
JH
1749$ DELETE/NOLOG/NOCONFIRM cxxvers.*;
1750$ echo "You are using CXX ''line'"
1751$ cxxversion = line
1752$ ccversion = line
60f153db 1753$ d_cplusplus = "define"
85fac3a9
CB
1754$ echo4 "adding /NOANSI_ALIAS qualifier to ccflags."
1755$ ccflags = ccflags + "/NOANSI_ALIAS"
570bb66e 1756$ CALL Cxx_demangler_cleanup
60f153db
CB
1757$ ELSE
1758$ d_cplusplus = "undef"
570bb66e
JH
1759$ ENDIF
1760$!
1761$Cxx_demangler_cleanup: SUBROUTINE
1762$!
1763$! If we do build with CXX these demangler Dbs will be left all over.
1764$! However, configure.com does try to remove the [.UU] sub directory.
1765$! Be sure to set default to the correct place before calling this sub.
1766$!
1767$ SET NOON
1768$ IF F$SEARCH("[.CXX_REPOSITORY]*.*") .NES. "" THEN DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
1769$ IF F$SEARCH("CXX_REPOSITORY.DIR") .NES. ""
1770$ THEN
1771$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
1772$ DELETE/NOLOG/NOCONFIRM CXX_REPOSITORY.DIR;
97abc6ad 1773$ ENDIF
570bb66e
JH
1774$ SET ON
1775$ EXIT
1776$ ENDSUBROUTINE ! Cxx_demangler_cleanup
1777$!
97abc6ad
HM
1778$ GOTO Host_name
1779$!
1780$List_Parse:
1781$ OPEN/READ CONFIG ccvms.lis
1782$ READ CONFIG line
2b4b3ebb 1783$ IF F$ELEMENT(0, "-", archname) .EQS. "VMS_VAX"
97abc6ad
HM
1784$ THEN
1785$ read CONFIG line
1786$ archsufx = "VAX"
1787$ ELSE
2b4b3ebb 1788$ IF F$ELEMENT(0, "-", archname) .EQS. "VMS_AXP"
a50752f9
CB
1789$ THEN
1790$ archsufx = "AXP"
1791$ ELSE
1792$ archsufx = "IA64"
1793$ ENDIF
97abc6ad
HM
1794$ ENDIF
1795$ CLOSE CONFIG
1796$ line = F$EDIT(line,"TRIM,COMPRESS")
1797$ line = line - "Page 1" ! occurs at end all compilers
1798$ line = line - "CCVMS " ! filename appears w/ VAXC
1799$ line = line - "Source Listing " ! Seen w/ AXP DECC
1800$ tmp = F$EXTRACT(0,20,line) !timestamp, e.g. "30-JUL-1996 21:12:54 "
1801$ line = line - tmp
1802$ line = F$EDIT(line,"TRIM") !bit redundant but we're in no big hurry
1803$ DELETE/NOLOG/NOCONFIRM ccvms.lis;
1804$ RETURN
1805$!
1806$Include_dirs:
570bb66e 1807$!: What should the include directory be ? (.TLB text libraries)
97abc6ad
HM
1808$ dflt = gcclib_olb
1809$ rp = "Where are the include files you want to use? "
db7bf729 1810$ IF f$length( rp + "[''dflt'] " ) .GT. 76
97abc6ad
HM
1811$ THEN rp = F$FAO("!AS!/!AS",rp,"[''dflt'] ")
1812$ ELSE rp = rp + "[''dflt'] "
1813$ ENDIF
1814$ GOSUB myread
1815$ usrinc = ans
1816$!
1817$!: see if we have to deal with yellow pages, now NIS.
1818$!: now get the host name
1819$Host_name:
1820$ echo ""
1821$ echo4 "Figuring out host name..." !>&4
1822$ myhostname = ""
1823$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("ARPANET_HOST_NAME")
1824$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("INTERNET_HOST_NAME")
1825$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("MULTINET_HOST_NAME")
1826$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("UCX$INET_HOST_NAME")
1827$ IF myhostname.eqs."".and. -
1828 F$TRNLNM("UCX$INET_HOST") .nes. "" .and. -
1829 F$TRNLNM("UCX$INET_DOMAIN") .nes. "" THEN -
1830 myhostname = F$TRNLNM("UCX$INET_HOST") + "." + F$TRNLNM("UCX$INET_DOMAIN")
16421035
PP
1831$ IF myhostname.eqs."".and. -
1832 F$TRNLNM("TCPIP$INET_HOST") .nes. "" .and. -
1833 F$TRNLNM("TCPIP$INET_DOMAIN") .nes. "" THEN -
1834 myhostname = F$TRNLNM("TCPIP$INET_HOST") + "." + F$TRNLNM("TCPIP$INET_DOMAIN")
97abc6ad
HM
1835$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("TCPWARE_DOMAINNAME")
1836$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("NEWS_ADDRESS")
1837$ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
1838$ IF myhostname.eqs."" THEN myhostname = F$EDIT(F$GETSYI("SCSNODE"),"TRIM")
1839$!: you do not want to know about this
1840$!: verify guess
1841$ rp = "Your host name appears to be """"''myhostname'"""". Right? "
9b5c8979 1842$ bool_dflt = "y"
97abc6ad 1843$ GOSUB myread
9b5c8979 1844$ IF (.not.ans)
97abc6ad
HM
1845$ THEN
1846$ READ SYS$COMMAND/PROMPT= -
1847 "Please type the (one word) name of your host: " ans
1848$ myhostname = ans
1849$ ENDIF
1850$!: translate upper to lower if necessary
1851$ myhostname = F$EDIT(myhostname,"COLLAPSE")
1852$ mylowhostname = F$EDIT(myhostname," LOWERCASE")
1853$ IF mylowhostname.NES.myhostname
1854$ THEN
1855$ echo "(Normalizing case in your host name)"
1856$ myhostname = mylowhostname
1857$ ENDIF
1858$!
1859$ fp = F$LOCATE(".",myhostname)
1860$ mydomain = F$EXTRACT(fp,(F$LENGTH(myhostname)-fp)+1,myhostname)
1861$ IF mydomain.NES."" !no periods in DECnet names like "MYDECNODE::"
1862$ THEN
1863$ rp = "What is your domain name? [''mydomain'] "
9b5c8979 1864$ dflt = mydomain
97abc6ad 1865$ GOSUB myread
9b5c8979 1866$ mydomain = ans
97abc6ad
HM
1867$!: translate upper to lower if necessary
1868$ mydomain = F$EDIT(mydomain,"COLLAPSE")
1869$ mylowdomain = F$EDIT(mydomain," LOWERCASE")
1870$ IF mylowdomain.NES.mydomain
1871$ THEN
1872$ echo "(Normalizing case in your domain name)"
1873$ mydomain = mylowdomain
1874$ ENDIF
1875$ ENDIF
1876$ myhostname = myhostname - mydomain
1877$ echo "(Trimming domain name from host name--host name is now ''myhostname')"
1878$ IF .NOT.silent
7558ebc2
PP
1879$ THEN
1880$ TYPE SYS$INPUT:
1881$ DECK
97abc6ad
HM
1882
1883I need to get your e-mail address in Internet format if possible, i.e.
1884something like user@host.domain. Please answer accurately since I have
1885no easy means to double check it. The default value provided below
1886is most probably close to the reality but may not be valid from outside
1887your organization...
7558ebc2 1888$ EOD
97abc6ad 1889$ ENDIF
414b89cc
CB
1890$ IF F$TYPE(cf_email) .EQS. ""
1891$ THEN
1892$ dflt = "''cf_by'@''myhostname'"+"''mydomain'"
1893$ rp = "What is your e-mail address? [''dflt'] "
1894$ GOSUB myread
9b5c8979 1895$ cf_email = ans
97abc6ad
HM
1896$ ENDIF
1897$!
1898$ IF .NOT.silent
7558ebc2
PP
1899$ THEN
1900$ TYPE SYS$INPUT:
1901$ DECK
97abc6ad
HM
1902
1903If you or somebody else will be maintaining perl at your site, please
1904fill in the correct e-mail address here so that they may be contacted
1905if necessary. Currently, the "perlbug" program included with perl
1906will send mail to this address in addition to perlbug@perl.com. You may
1907enter "none" for no administrator.
7558ebc2 1908$ EOD
97abc6ad
HM
1909$ ENDIF
1910$ dflt = "''cf_email'"
1911$ rp = "Perl administrator e-mail address [''dflt'] "
1912$ GOSUB myread
9b5c8979 1913$ perladmin = ans
97abc6ad
HM
1914$!
1915$!: determine where public executable scripts go
1916$!: determine perl absolute location
1917$!: figure out how to guarantee perl startup
1918$!
1919$!: see how we invoke the C preprocessor
1920$! echo ""
1921$! echo4 "Now, how can we feed standard input to your C preprocessor..." !>&4
1922$!: Set private lib path
1923$!: Now check and see which directories actually exist, avoiding duplicates
1924$!: determine optimize, if desired, or use for debug flag also
1925$!: We will not override a previous value, but we might want to
1926$!: augment a hint file
1927$!: the following weeds options from ccflags that are of no interest to cpp
1928$!: flags used in final linking phase
1929$!: Try to guess additional flags to pick up local libraries.
1930$!: coherency check
1931$! echo ""
1932$! echo4 "Checking your choice of C compiler and flags for coherency..." !>&4
1933$!: compute shared library extension
1934$!: Looking for optional libraries
1935$!: see if nm is to be used to determine whether a symbol is defined or not
1936$!: get list of predefined functions in a handy place
983dbef6 1937$!: see if we have sigaction or sigprocmask
fcc434ad 1938$ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
97abc6ad
HM
1939$ THEN
1940$ Has_Dec_C_Sockets = "T"
1941$ echo ""
7558ebc2 1942$ echo4 "Hmm... Looks like you have Dec C Berkeley networking support."
570bb66e
JH
1943$ ELSE
1944$ Has_Dec_C_Sockets = "F"
97abc6ad 1945$ ENDIF
046cc26c
CB
1946$!
1947$ IF Has_Dec_C_Sockets
97abc6ad
HM
1948$ THEN
1949$ echo ""
046cc26c
CB
1950$ echo "You have sockets available via the C library. Should socket support"
1951$ echo "be built into Perl?"
1952$ dflt = "DECC"
1953$ rp = "Choose socket support option (NONE"
570bb66e 1954$ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
97abc6ad
HM
1955$ rp = rp + ") [''dflt'] "
1956$ GOSUB myread
570bb66e
JH
1957$ Has_Dec_C_Sockets = "F"
1958$ Has_socketshr = "F"
97abc6ad 1959$ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
fcc434ad 1960$ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
570bb66e 1961$ ENDIF
97abc6ad
HM
1962$!
1963$!
3eeba6fb 1964$! Ask if they want to build with VMS_DEBUG perl
146174a9 1965$ echo ""
3eeba6fb
CB
1966$ echo "Perl can be built to run under the VMS debugger."
1967$ echo "You should only select this option if you are debugging"
1968$ echo "perl itself. This can be a useful feature if you are "
1969$ echo "embedding perl in a program."
9b5c8979
JH
1970$ bool_dflt = "n"
1971$ if f$type(usevmsdebug) .nes. ""
1972$ then
1973$ if usevmsdebug .or. usevmsdebug .eqs. "define" then bool_dflt="y"
1974$ endif
1975$ rp = "Build a VMS-DEBUG version of Perl? [''bool_dflt'] "
3eeba6fb 1976$ GOSUB myread
9b5c8979
JH
1977$ use_vmsdebug_perl = ans
1978$ IF use_vmsdebug_perl
3eeba6fb 1979$ THEN
9b5c8979 1980$ usevmsdebug = "define"
3eeba6fb 1981$ ELSE
9b5c8979 1982$ usevmsdebug = "undef"
3eeba6fb
CB
1983$ ENDIF
1984$!
8c99d73e
GS
1985$! Ask if they want to build with DEBUGGING
1986$ echo ""
7558ebc2
PP
1987$ echo "Perl can be built with extra runtime debugging enabled. This"
1988$ echo "enables the -D switch, at the cost of some performance. It"
1989$ echo "was mandatory on perl 5.005 and before on VMS, but is now"
1990$ echo "optional. If you do not generally use it you should probably"
1991$ echo "leave this off and gain a bit of extra speed."
6a0e5042
CB
1992$ bool_dflt = "n"
1993$ if f$type(DEBUGGING) .nes. ""
9b5c8979 1994$ then
6a0e5042 1995$ if f$extract(0,1,f$edit(DEBUGGING,"collapse,upcase")).eqs."Y" .or. DEBUGGING .eqs. "define" then bool_dflt="y"
9b5c8979
JH
1996$ endif
1997$ rp = "Build a DEBUGGING version of Perl? [''bool_dflt'] "
8c99d73e 1998$ GOSUB myread
9b5c8979 1999$ use_debugging_perl = ans
8c99d73e 2000$!
79e63f36 2001$!
97abc6ad 2002$! Ask about threads, if appropriate
414b89cc 2003$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
97abc6ad 2004$ THEN
146174a9 2005$ echo ""
0f7b1033 2006$ echo "Perl can be built to offer a form of threading support on some systems."
0e965207
JH
2007$ echo "To do so, configure.com can be run with -""Dusethreads""."
2008$ echo ""
2009$ echo "Note that Perl built with threading support runs slightly slower"
0f7b1033 2010$ echo "and uses slightly more memory than plain Perl."
0e965207 2011$ echo ""
9b5c8979
JH
2012$ bool_dflt = "n"
2013$ if f$type(usethreads) .nes. ""
2014$ then
2015$ if usethreads .or. usethreads .eqs. "define" then bool_dflt="y"
2016$ endif
0f7b1033 2017$! Catch cases where user specified ithreads but
0e965207
JH
2018$! forgot -Dusethreads
2019$ if f$type(useithreads) .nes. ""
2020$ then
2021$ if useithreads .or. useithreads .eqs. "define" then bool_dflt="y"
2022$ endif
0e965207
JH
2023$ echo "If this doesn't make any sense to you, just accept the default '" + bool_dflt + "'."
2024$ rp = "Build a threading Perl? [''bool_dflt'] "
97abc6ad 2025$ GOSUB myread
9b5c8979 2026$ if ans
97abc6ad 2027$ THEN
01aa1a42 2028$ usethreads = "define"
97abc6ad 2029$ use_threads="T"
0e965207 2030$ bool_dflt = "y"
9b5c8979
JH
2031$ if f$type(useithreads) .nes. ""
2032$ then
41cbbefa 2033$ if useithreads .eqs. "undef" then bool_dflt="n"
0e965207
JH
2034$ endif
2035$ if f$type(use5005threads) .nes. ""
2036$ then
0f7b1033
CB
2037$ if use5005threads .or. use5005threads .eqs. "define"
2038$ then
2039$ echo "5.005 threads are no longer supported"
2040$ exit 44
2041$ endif
9b5c8979 2042$ endif
1c2e8cca 2043$ rp = "Use the newer interpreter-based ithreads? [''bool_dflt'] "
2974eb71 2044$ GOSUB myread
9b5c8979 2045$ use_ithreads=ans
0f7b1033 2046$ use_5005_threads="N"
3f39e13a
CB
2047$ ! Are they on VMS 7.1 or greater?
2048$ IF "''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.1"
429a5e67
DS
2049$ THEN
2050$ echo ""
3f39e13a
CB
2051$ echo "Threaded Perl can be linked to use system upcalls on your system. This feature"
2052$ echo "allows the thread scheduler to be made aware of system events (such as I/O)"
2053$ echo "so as to prevent a single thread from blocking all the threads in a program,"
2054$ echo "even on a single-processor machine."
2055$ bool_dflt = "y"
2056$ IF f$type(usethreadupcalls) .NES. ""
2057$ THEN
2058$ if .not. usethreadupcalls .or. usethreadupcalls .eqs. "undef" then bool_dflt="n"
2059$ ENDIF
2060$ rp = "Enable thread upcalls? [''bool_dflt'] "
429a5e67 2061$ gosub myread
3f39e13a 2062$ IF ans
429a5e67 2063$ THEN
3f39e13a
CB
2064$ thread_upcalls = "MTU=MTU=1"
2065$ usethreadupcalls = "define"
2066$ ! Are they on alpha or itanium?
2b4b3ebb 2067$ IF (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX") .AND. ("''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.2")
3f39e13a
CB
2068$ THEN
2069$ echo ""
2070$ echo "Threaded Perl can be linked to use multiple kernel threads on your system."
db7bf729 2071$ echo "This feature allows multiple user threads to make use of multiple CPUs on"
3f39e13a
CB
2072$ echo "a multi-processor machine."
2073$ bool_dflt = "n"
2074$ IF f$type(usekernelthreads) .nes. ""
2075$ THEN
2076$ if usekernelthreads .or. usekernelthreads .eqs. "define" then bool_dflt="y"
2077$ ENDIF
2078$ rp = "Enable multiple kernel threads? [''bool_dflt'] "
2079$ gosub myread
2080$ IF ans
2081$ THEN
2082$ thread_kernel = "MTK=MTK=1"
2083$ usekernelthreads = "define"
db7bf729 2084$ ENDIF
3f39e13a 2085$ ENDIF
429a5e67
DS
2086$ ENDIF
2087$ ENDIF
01aa1a42
CB
2088$ ELSE
2089$ usethreads = "undef"
97abc6ad
HM
2090$ ENDIF
2091$ ENDIF
3f39e13a
CB
2092$ IF F$TYPE(usethreadupcalls) .EQS. "" THEN usethreadupcalls = "undef"
2093$ IF F$TYPE(usekernelthreads) .EQS. "" THEN usekernelthreads = "undef"
01aa1a42
CB
2094$!
2095$! Ask if they want to build with MULTIPLICITY
2096$ echo ""
2097$ echo "Perl can be built so that multiple Perl interpreters can coexist"
2098$ echo "within the same Perl executable."
2099$ IF usethreads .OR. usethreads .EQS. "define"
2100$ THEN
2101$ echo "This multiple interpreter support is required for interpreter-based threads."
2102$ usemultiplicity="define"
2103$ ELSE
2104$ bool_dflt = "n"
2105$ if f$type(usemultiplicity) .nes. ""
2106$ then
2107$ if usemultiplicity .or. usemultiplicity .eqs. "define" then bool_dflt = "y"
2108$ endif
2109$ rp = "Build Perl for multiplicity? [''bool_dflt'] "
2110$ GOSUB myread
2111$ IF ans
2112$ THEN
2113$ usemultiplicity="define"
2114$ ELSE
2115$ usemultiplicity="undef"
2116$ ENDIF
2117$ ENDIF
2118$!
2119$! Ask if they want to build with 64-bit support
2120$ IF (F$ELEMENT(0, "-", archname).NES."VMS_VAX").and.("''f$extract(1,3, f$getsyi(""version""))'".ges."7.1")
2121$ THEN
2122$ bool_dflt = "n"
2123$ IF F$TYPE(use64bitint) .NES. ""
2124$ THEN
2125$ IF use64bitint .OR. use64bitint .eqs. "define" THEN bool_dflt = "y"
2126$ ENDIF
2127$ echo ""
2128$ echo "You have natively 64-bit long integers."
2129$ echo ""
2130$ echo "Perl can be built to take advantage of 64-bit integer types"
2131$ echo "on some systems, To do so, Configure can be run with -Duse64bitint."
2132$ echo "Choosing this option will most probably introduce binary incompatibilities."
2133$ echo ""
2134$ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2135$ rp = "Try to use 64-bit integers, if available? [''bool_dflt'] "
2136$ GOSUB myread
2137$ use64bitint = ans
2138$!
2139$ bool_dflt = "n"
2140$ IF F$TYPE(use64bitall) .NES. ""
2141$ THEN
2142$ IF use64bitall .OR. use64bitall .eqs. "define" THEN bool_dflt = "y"
2143$ ENDIF
2144$ echo ""
2145$ echo "You may also choose to try maximal 64-bitness. It means using as much"
2146$ echo "64-bitness as possible on the platform. This in turn means even more"
2147$ echo "binary incompatibilities. On the other hand, your platform may not"
2148$ echo "have any more 64-bitness available than what you already have chosen."
2149$ echo ""
2150$ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2151$ rp = "Try to use maximal 64-bit support, if available? [''bool_dflt'] "
2152$ GOSUB myread
2153$ use64bitall=ans
2154$ IF use64bitall .AND. .NOT. use64bitint
2155$ THEN
2156$ echo ""
2157$ echo "Since you have chosen a maximally 64-bit build, I'm also turning on"
2158$ echo "the use of 64-bit integers."
2159$ use64bitint="Y"
2160$ ENDIF
2161$!
2162$ bool_dflt = use64bitall
2163$ IF F$TYPE(uselargefiles) .NES. ""
2164$ THEN
2165$ IF uselargefiles .OR. uselargefiles .eqs. "define" THEN bool_dflt = "y"
2166$ ENDIF
2167$ echo ""
2168$ echo "Perl can be built to understand large files (files larger than 2 gigabytes)"
2169$ echo "on some systems. To do so, Configure can be run with -Duselargefiles."
2170$ echo ""
2171$ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2172$ rp = "Try to understand large files, if available? [''bool_dflt'] "
2173$ GOSUB myread
2174$ uselargefiles=ans
2175$!
2176$ bool_dflt = "n"
2177$ IF F$TYPE(uselongdouble) .NES. ""
2178$ THEN
2179$ IF uselongdouble .OR. uselongdouble .eqs. "define" THEN bool_dflt = "y"
2180$ ENDIF
2181$ echo ""
2182$ echo "Perl can be built to take advantage of long doubles which"
2183$ echo "(if available) may give more accuracy and range for floating point numbers."
2184$ echo ""
2185$ echo "If this does not make any sense to you, just accept the default '" + bool_dflt + "'."
2186$ rp = "Try to use long doubles, if available? [''bool_dflt'] "
2187$ GOSUB myread
2188$ uselongdouble = ans
2189$!
2190$ ENDIF ! not VAX && >= 7.1
2191$!
2192$ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
2193$ THEN
2194$ usesitecustomize = "define"
2195$ ELSE
2196$ usesitecustomize = "undef"
2197$ ENDIF
2198$!
498336ed 2199$! Case sensitive?
7558ebc2
PP
2200$ echo ""
2201$ echo "By default, perl (and pretty much everything else on VMS) uses"
2202$ echo "case-insensitive linker symbols. Which is to say, when the"
2203$ echo "underlying C code makes a call to a routine called Perl_foo in"
2204$ echo "the source, the name in the object modules or shareable images"
2205$ echo "is really PERL_FOO. There are some packages that use an"
2206$ echo "embedded perl interpreter that instead require case-sensitive"
2207$ echo "linker symbols."
2208$ echo ""
2209$ echo "If you have no idea what this means, and do not have"
2210$ echo "any program requiring anything, choose the default."
9b5c8979
JH
2211$ bool_dflt = be_case_sensitive
2212$ if f$type(usecasesensitive) .nes. ""
2213$ then
2214$ if usecasesensitive .or. usecasesensitive .eqs. "define" then bool_dflt = "y"
2215$ if f$extract(0,1,f$edit(usecasesensitive,"collapse,upcase")).eqs."N" .or. usecasesensitive .eqs. "undef" then bool_dflt = "n"
2216$ endif
2217$ rp = "Build with case-sensitive symbols? [''bool_dflt'] "
7558ebc2 2218$ GOSUB myread
9b5c8979 2219$ be_case_sensitive = ans
1171624b
CB
2220$!
2221$! Shortened symbols?
2222$ echo ""
2223$ echo "The VMS linker does not handle symbol names longer than 31 characters,"
2224$ echo "but the compiler can shorten long symbols if requested."
2225$ bool_dflt = shorten_long_symbols
2226$ if f$type(useshortenedsymbols) .nes. ""
2227$ then
2228$ if useshortenedsymbols .or. useshortenedsymbols .eqs. "define" then bool_dflt = "y"
2229$ if f$extract(0,1,f$edit(useshortenedsymbols,"collapse,upcase")) .eqs. "N" .or. useshortenedsymbols .eqs. "undef" then bool_dflt = "n"
2230$ endif
2231$ rp = "Build with long symbols shortened? [''bool_dflt'] "
2232$ GOSUB myread
2233$ shorten_long_symbols = ans
2b4b3ebb 2234$ IF F$ELEMENT(0, "-", archname) .NES. "VMS_VAX"
1171624b 2235$ THEN
498336ed 2236$! IEEE math?
7558ebc2 2237$ echo ""
3ad67d07
CB
2238$ echo "Perl normally uses IEEE format (T_FLOAT) floating point numbers on"
2239$ echo "Alpha and Itanium, but if you need G_FLOAT for binary compatibility"
24866caa
CB
2240$ echo "with an external library or existing data, you may wish to disable"
2241$ echo "the IEEE math option."
9b5c8979
JH
2242$ bool_dflt = use_ieee_math
2243$ if f$type(useieee) .nes. ""
2244$ then
17d0565f
CB
2245$ if useieee .or. useieee .eqs. "define"
2246$ then
2247$ bool_dflt="y"
2248$ else
2249$ bool_dflt="n"
2250$ endif
9b5c8979
JH
2251$ endif
2252$ rp = "Use IEEE math? [''bool_dflt'] "
7558ebc2 2253$ GOSUB myread
9b5c8979 2254$ use_ieee_math = ans
bb6f4497 2255$ ELSE
bb6f4497 2256$ use_ieee_math = "n"
7558ebc2 2257$ ENDIF
9b5c8979
JH
2258$ useieee = "undef"
2259$ usecasesensitive = "undef"
1171624b 2260$ useshortenedsymbols = "undef"
9b5c8979
JH
2261$ if (use_ieee_math) then useieee = "define"
2262$ if (be_case_sensitive) then usecasesensitive = "define"
1171624b 2263$ if (shorten_long_symbols) then useshortenedsymbols = "define"
4adb8845
CB
2264$! Unlink all versions?
2265$ echo ""
2266$ echo "By default, Perl's unlink() provides VMS-like behavior and only"
2267$ echo "deletes the latest version of a file. Enabling this option builds"
2268$ echo "Perl so that unlink() deletes all versions of a file."
2269$ bool_dflt = unlink_all_versions
2270$ if f$type(unlink_all_versions) .nes. ""
2271$ then
2272$ if unlink_all_versions .or. unlink_all_versions .eqs. "define"
2273$ then
2274$ bool_dflt="y"
2275$ else
2276$ bool_dflt="n"
2277$ endif
2278$ endif
2279$ rp = "Make unlink() delete all versions of a file? [''bool_dflt'] "
2280$ GOSUB myread
2281$ unlink_all_versions = ans
2282$ IF unlink_all_versions
2283$ THEN
2284$ d_unlink_all_versions = "define"
2285$ ELSE
2286$ d_unlink_all_versions = "undef"
2287$ ENDIF
e9df20f7 2288$!
498336ed
CB
2289$! CC Flags
2290$ echo ""
7558ebc2
PP
2291$ echo "Your compiler may want other flags. For this question you should include"
2292$ echo "/INCLUDE=(whatever) and /DEFINE=(whatever), flags and any other flags"
2293$ echo "or qualifiers used by the compiler."
2294$ echo ""
2295$ echo "To use no flags, specify the word ""none""."
498336ed 2296$ dflt = user_c_flags
7558ebc2
PP
2297$ rp = "Any additional cc flags? [''dflt'] "
2298$ GOSUB myread
7558ebc2 2299$ IF ans .EQS. "none" THEN ans = ""
498336ed 2300$ user_c_flags = "''ans'"
97abc6ad 2301$!
cc391245
CB
2302$! Ask whether they want to use secure logical translation when tainting
2303$ echo ""
2304$ echo "As Perl starts up, it checks several logical names, such as"
2305$ echo "PERL5LIB and PERL_ENV_TABLES, which allow you to modify aspects"
2306$ echo "of its behavior. For additional security, you may limit this"
2307$ echo "process to executive- and kernel-mode translation when tainting"
2308$ echo "is enabled. In this case, logical names normally skipped when"
2309$ echo "tainting is enabled (e.g. PERL5OPTS) are translated as well."
2310$ echo "If you do not choose to do this, the usual order of access modes"
2311$ echo "is used for logical name translation."
2312$ echo ""
2313$ echo "This restriction does not apply to the %ENV hash or to implicit"
2314$ echo "logical name translation during parsing of file specifications;"
2315$ echo "these always use the normal sequence of access modes for logical"
2316$ echo "name translation."
9b5c8979
JH
2317$ bool_dflt = "y"
2318$ if f$type(usesecurelog) .nes. ""
2319$ then
2320$ if f$extract(0,1,f$edit(usesecurelog,"collapse,upcase")).eqs."N" .or. usesecurelog .eqs. "undef" then bool_dflt = "n"
2321$ endif
2322$ rp = "Use secure logical name translation? [''bool_dflt'] "
cc391245 2323$ GOSUB myread
9b5c8979
JH
2324$ d_secintgenv = ans
2325$ usesecurelog = "undef"
2326$ if (d_secintgenv) then usesecurelog = "define"
cc391245
CB
2327$!
2328$! Ask whether they want to default filetypes
2329$ echo ""
2330$ echo "When you pass the name of a program to Perl on the command line,"
2331$ echo "it generally doesn't supply any defaults unless the -S command"
2332$ echo "line switch is specified. In keeping with the VMS tradition of"
2333$ echo "default file types, however, you can configure Perl to try default"
2334$ echo "file types of nothing, .pl, and .com, in that order (e.g. typing"
2335$ echo """$ perl foo"" would cause Perl to look for foo., then foo.pl, and"
2336$ echo "finally foo.com)."
8c99d73e 2337$ echo ""
7558ebc2
PP
2338$ echo "This is currently broken in some configurations. Only enable it if"
2339$ echo "you know what you are doing."
9b5c8979
JH
2340$ bool_dflt = "n"
2341$ if f$type(usedefaulttypes) .nes. ""
2342$ then
2343$ if usedefaulttypes .or. usedefaulttypes .eqs. "define" then bool_dflt="y"
2344$ endif
2345$ rp = "Always use default file types? [''bool_dflt'] "
cc391245 2346$ GOSUB myread
9b5c8979
JH
2347$ d_alwdeftype = ans
2348$ usedefaulttypes = "undef"
2349$ if (d_alwdeftype) then usedefaulttypes = "define"
2350$!
4581ada3
CB
2351$ dflt = archname
2352$ rp = "What is your architecture name? [''archname'] "
2353$ GOSUB myread
2354$ IF ans.NES.""
2355$ THEN
2356$ ans = F$EDIT(ans,"COLLAPSE, UPCASE")
2357$ IF (ans.NES.archname) !.AND.knowitall
2358$ THEN
2359$ echo4 "I'll go with ''archname' anyway..."
2360$ ENDIF
2361$ ENDIF
35182409 2362$!
139a355e
CB
2363$ bool_dflt = "n"
2364$ if f$type(useversionedarchname) .nes. ""
2365$ then
2366$ if useversionedarchname .or. useversionedarchname .eqs. "define" then bool_dflt = "y"
2367$ endif
2368$ rp = "Add the Perl API version to your archname? [''bool_dflt'] "
2369$ GOSUB myread
2370$ IF ans
2371$ THEN
2372$ useversionedarchname = "define"
2373$ IF F$LOCATE("-''version'", archname) .EQ. F$LENGTH(archname)
2374$ THEN
2375$ archname = "''archname'-''version'"
2376$ echo4 "...setting architecture name to ''archname'."
2377$ ELSE
2378$ echo4 "...and architecture name already has -''version'."
2379$ ENDIF
2380$ ELSE
2381$ useversionedarchname = "undef"
2382$ ENDIF
2383$!
35182409
CB
2384$ IF usethreads .OR. usethreads .EQS. "define"
2385$ THEN
2386$ echo4 "Threads selected."
2387$ IF F$LOCATE("-thread", archname) .EQ. F$LENGTH(archname)
2388$ THEN
2389$ archname = "''archname'-thread"
2390$ echo4 "...setting architecture name to ''archname'."
2391$ ELSE
2392$ echo4 "...and architecture name already has -thread."
2393$ ENDIF
2394$ ENDIF
2395$!
2396$ IF usemultiplicity .OR. usemultiplicity .EQS. "define"
2397$ THEN
2398$ echo4 "Multiplicity selected."
2399$ IF F$LOCATE("-multi", archname) .EQ. F$LENGTH(archname)
2400$ THEN
2401$ archname = "''archname'-multi"
2402$ echo4 "...setting architecture name to ''archname'."
2403$ ELSE
2404$ echo4 "...and architecture name already has -multi."
2405$ ENDIF
2406$ ENDIF
2407$!
2408$ IF uselongdouble .OR. uselongdouble .EQS. "define"
2409$ THEN
2410$ echo4 "Long doubles selected."
2411$ IF F$LOCATE("-ld", archname) .EQ. F$LENGTH(archname)
2412$ THEN
2413$ archname = "''archname'-ld"
2414$ echo4 "...setting architecture name to ''archname'."
2415$ ELSE
2416$ echo4 "...and architecture name already has -ld."
2417$ ENDIF
2418$ ENDIF
2419$!
4581ada3
CB
2420$ bool_dflt = "n"
2421$ vms_prefix = "perl_root"
2422$ vms_prefixup = F$EDIT(vms_prefix,"UPCASE")
2423$ rp = "Will you be sharing your ''vms_prefixup' with ''otherarch'? [''bool_dflt'] "
2424$ GOSUB myread
2425$ IF .NOT. ans
2426$ THEN
2427$ sharedperl = "N"
2428$ ELSE
2429$ sharedperl = "Y"
2430$ IF (F$ELEMENT(0, "-", archname).EQS."VMS_AXP")
2431$ THEN
2432$ macros = macros + """AXE=1"","
2433$ ENDIF
2434$ IF (F$ELEMENT(0, "-", archname).EQS."VMS_IA64")
2435$ THEN
2436$ macros = macros + """IXE=1"","
2437$ ENDIF
2438$ ENDIF
2439$!
2440$!: is AFS running? !sfn
2441$!: decide how portable to be. Allow command line overrides. !sfn
2442$!: set up shell script to do ~ expansion !sfn
2443$!: expand filename !sfn
2444$!: now set up to get a file name !sfn
2445$!
2446$ IF F$TYPE(prefix) .EQS. ""
2447$ THEN
2448$ prefix = F$ENVIRONMENT("DEFAULT") - ".UU]" + "]"
2449$ prefix = F$PARSE(prefix,,,,"NO_CONCEAL") - "][" - "000000." - ".000000" - ".;"
2450$ prefixbase = prefix - "]"
2451$! Add _ROOT to make install PERL_ROOT differ from build directory.
2452$ prefix = prefixbase + "_ROOT.]"
2453$ ENDIF
2454$ ! more redundant scrubbing of values
2455$ prefix = prefix - "000000."
2456$ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + ".]"
c556ea94 2457$ src = prefix - "_ROOT."
4581ada3
CB
2458$!: determine root of directory hierarchy where package will be installed.
2459$ dflt = prefix
2460$ IF .NOT.silent
2461$ THEN
2462$ echo ""
2463$ echo "By default, ''package' will be installed in ''dflt', pod"
2464$ echo "pages under ''prefixbase'.LIB.POD], etc..., i.e. with ''dflt' as prefix for"
2465$ echo "all installation directories."
2466$ echo "On ''osname' the prefix is used to DEFINE the ''vms_prefixup' prior to installation"
2467$ echo "as well as during subsequent use of ''package' via ''packageup'_SETUP.COM."
2468$ ENDIF
2469$ rp = "Installation prefix to use (for ''vms_prefixup')? [ ''dflt' ] "
2470$ GOSUB myread
2471$ IF ans.NES.""
2472$ THEN
2473$ prefix = ans
2474$ IF F$LOCATE(".]",ans) .EQ. F$LENGTH(ans) THEN prefix = prefix - "]" + ".]"
2475$ ELSE
2476$ prefix = dflt
2477$ ENDIF
2478$ perl_root = prefix
2479$!
2480$! Check here for pre-existing PERL_ROOT.
2481$! -> ask if removal desired.
2482$! Check here for writability of requested PERL_ROOT if it is not the default (cwd).
2483$! -> recommend letting PERL_ROOT be PERL_SRC if requested PERL_ROOT is not writable.
2484$!
2485$ tmp = perl_root - ".]" + "]"
2486$ dflt = f$parse(tmp,,,,)
2487$ IF dflt .eqs. ""
2488$ THEN
2489$ echo4 "''tmp' does not yet exist."
2490$! create/directory 'tmp'
2491$ ELSE
2492$ echo4 "''tmp' already exists."
2493$ ENDIF
2494$!
2495$ vms_skip_install = "true"
2496$ bool_dflt = "y"
2497$! echo ""
2498$ rp = "Skip the remaining """"where install"""" questions? [''bool_dflt'] "
2499$ GOSUB myread
2500$ IF (.NOT.ans) THEN vms_skip_install = "false"
2501$ IF (.NOT.vms_skip_install)
2502$ THEN
2503$!
2504$!: set the prefixit variable, to compute a suitable default value
2505$!
2506$!: determine where private library files go
2507$!: Usual default is /usr/local/lib/perl5. Also allow things like
2508$!: /opt/perl/lib, since /opt/perl/lib/perl5 would be redundant.
2509$ IF .NOT.silent
2510$ THEN
2511$ TYPE SYS$INPUT:
2512$ DECK
2513
2514There are some auxiliary files for perl5 that need to be put into a
2515private library directory that is accessible by everyone.
2516$ EOD
2517$ ENDIF
2518$ IF F$TYPE(privlib) .NES. ""
2519$ THEN dflt = privlib
2520$ ELSE dflt = "''vms_prefix':[lib]"
2521$ ENDIF
2522$ rp = "Pathname where the private library files will reside? "
2523$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2524$ GOSUB myread
2525$ privlib = ans
2526$!
2527$ ENDIF !%Config-I-VMS, skip remaining "where install" questions
2528$!
2529$ IF F$TYPE(perl_symbol) .EQS. "" THEN perl_symbol := true
2530$ IF F$TYPE(perl_verb) .EQS. "" THEN perl_verb = ""
2531$ IF perl_symbol
2532$ THEN bool_dflt = "y"
2533$ ELSE bool_dflt = "n"
2534$ ENDIF
2535$ IF .NOT.silent
2536$ THEN
2537$ echo ""
2538$ echo "You may choose to write ''packageup'_SETUP.COM to assign a foreign"
2539$ echo "symbol to invoke ''package', which is the usual method."
2540$ echO "If you do not do so then you would need a DCL command verb at the"
2541$ echo "process or the system wide level."
2542$ ENDIF
2543$ rp = "Invoke perl as a global symbol foreign command? [''bool_dflt'] "
2544$ GOSUB myread
2545$ IF (.NOT.ans) THEN perl_symbol = "false"
2546$!
2547$ IF (.NOT.perl_symbol)
2548$ THEN
2549$ IF perl_verb .EQS. "DCLTABLES"
2550$ THEN bool_dflt = "n"
2551$ ELSE bool_dflt = "y"
2552$ ENDIF
2553$ IF .NOT.silent
2554$ THEN
2555$ echo ""
2556$ echo "Since you won't be using a symbol you must choose to put the ''packageup'"
2557$ echo "verb in a per-process table or in the system wide DCLTABLES (which"
2558$ echo "would require write privilege)."
2559$ ENDIF
2560$ rp = "Invoke perl as a per process command verb? [ ''bool_dflt' ] "
2561$ GOSUB myread
2562$ IF (.NOT.ans)
2563$ THEN perl_verb = "DCLTABLES"
2564$ ELSE perl_verb = "PROCESS"
2565$ ENDIF
2566$ ENDIF ! (.NOT.perl_symbol)
2567$!
2568$ IF (.NOT.vms_skip_install)
2569$ THEN
2570$!: set the prefixup variable, to restore leading tilde escape !sfn
2571$!
2572$!: determine where public architecture dependent libraries go
2573$ IF (.NOT.silent)
2574$ THEN
2575$ echo ""
2576$ echo "''package' contains architecture-dependent library files. If you are"
2577$ ENDIF
2578$ IF (.NOT.silent)
2579$ THEN
2580$ TYPE SYS$INPUT:
2581$ DECK
2582sharing libraries in a heterogeneous environment, you might store
2583these files in a separate location. Otherwise, you can just include
2584them with the rest of the public library files.
2585$ EOD
2586$ ENDIF
2587$ IF F$TYPE(archlib) .NES. ""
2588$ THEN dflt = archlib
2589$ ELSE dflt = privlib - "]" + "." + archname + "." + version + "]"
2590$ ENDIF
2591$ rp = "Where do you want to put the public architecture-dependent libraries? "
2592$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2593$ GOSUB myread
2594$ archlib = ans
2595$!
2596$ ENDIF !%Config-I-VMS, skip "where install" questions
2597$ IF (.NOT.vms_skip_install)
2598$ THEN
2599$!: it so happens the Eunice I know will not run shell scripts in Unix format
2600$!
2601$!: see if setuid scripts can be secure !sfn
2602$!: now see if they want to do setuid emulation !sfn
2603$!
2604$!: determine where site specific libraries go.
2605$ IF .NOT.silent
2606$ THEN
2607$ TYPE SYS$INPUT:
2608$ DECK
2609
2610The installation process will also create a directory for
2611site-specific extensions and modules. Some users find it convenient
2612to place all local files in this directory rather than in the main
2613distribution directory.
2614$ EOD
2615$ ENDIF
2616$ IF F$TYPE(sitelib) .NES. ""
2617$ THEN dflt = sitelib
2618$ ELSE dflt = privlib - "]" + ".SITE_PERL]"
2619$ ENDIF
2620$ rp = "Pathname for the site-specific library files? "
2621$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2622$ GOSUB myread
2623$ sitelib = ans
2624$!
2625$!: determine where site specific architecture-dependent libraries go.
2626$ IF .NOT.silent
2627$ THEN TYPE SYS$INPUT:
2628$ DECK
2629
2630The installation process will also create a directory for
2631architecture-dependent site-specific extensions and modules.
2632$ EOD
2633$ ENDIF
2634$ IF F$TYPE(sitearch) .NES. ""
2635$ THEN dflt = sitearch
2636$ ELSE dflt = sitelib - "]" + "." + archname + "]"
2637$ ENDIF
2638$ rp = "Pathname for the site-specific architecture-dependent library files? "
2639$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2640$ GOSUB myread
2641$ sitearch = ans
2642$!
2643$!: determine where old public architecture dependent libraries might be
2644$!
2645$!: determine where public executables go
2646$ IF F$TYPE(bin) .NES. ""
2647$ THEN dflt = bin
2648$! ELSE dflt = prefix - ".]" + ".BIN]"
2649$ ELSE dflt = "/''vms_prefix'"
2650$ ENDIF
2651$ rp = "Pathname where the public executables will reside? "
2652$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2653$ GOSUB myread
2654$ bin = ans
2655$!
2656$!: determine where add-on public executables go
2657$ IF F$TYPE(sitebin) .NES. ""
2658$ THEN dflt = sitebin
2659$ ELSE dflt = "''vms_prefix':[bin.''archname']"
2660$ ENDIF
2661$ rp = "Pathname where the add-on public executables should be installed? "
2662$ rp = F$FAO("!AS!/!AS",rp,"[ ''dflt' ] ")
2663$ GOSUB myread
2664$ sitebin = ans
2665$!
2666$!: determine where manual pages are on this system
2667$!: What suffix to use on installed man pages
2668$!: see if we can have long filenames
2669$!: determine where library module manual pages go
2670$!: What suffix to use on installed man pages
2671$!: see what memory models we can support
2672$!
2673$ ELSE ! skipping "where install" questions, we must set some symbols
2674$ IF F$TYPE(archlib).EQS."" THEN -
2675 archlib="''vms_prefix':[lib.''archname'.''version']"
2676$ IF F$TYPE(bin) .EQS. "" THEN -
2677 bin="/''vms_prefix'"
2678$ IF F$TYPE(privlib) .EQS. "" THEN -
2679 privlib ="''vms_prefix':[lib]"
2680$ IF F$TYPE(sitearch) .EQS. "" THEN -
2681 sitearch="''vms_prefix':[lib.site_perl.''archname']"
2682$ IF F$TYPE(sitelib) .EQS. "" THEN -
2683 sitelib ="''vms_prefix':[lib.site_perl]"
2684$ IF F$TYPE(sitebin) .EQS. "" THEN -
2685 sitebin="''vms_prefix':[bin.''archname']"
2686$ ENDIF !%Config-I-VMS, skip "where install" questions
2687$!
2688$! These derived locations can be set whether we've opted to
2689$! skip the where install questions or not.
2690$!
2691$ IF F$TYPE(archlibexp) .EQS. "" THEN -
2692 archlibexp="''vms_prefix':[lib.''archname'.''version']"
2693$ IF F$TYPE(binexp) .EQS. "" THEN -
2694 binexp ="''vms_prefix':[000000]"
2695$ IF F$TYPE(builddir) .EQS. "" THEN -
2696 builddir ="''vms_prefix':[000000]"
2697$ IF F$TYPE(installarchlib) .EQS. "" THEN -
2698 installarchlib="''vms_prefix':[lib.''archname'.''version']"
2699$ IF F$TYPE(installbin) .EQS. "" THEN -
2700 installbin ="''vms_prefix':[000000]"
2701$ IF F$TYPE(installscript) .EQS. "" THEN -
2702 installscript ="''vms_prefix':[utils]"
2703$ IF F$TYPE(installman1dir) .EQS. "" THEN -
2704 installman1dir ="''vms_prefix':[man.man1]"
2705$ IF F$TYPE(installman3dir) .EQS. "" THEN -
2706 installman3dir ="''vms_prefix':[man.man3]"
2707$ IF F$TYPE(installprivlib) .EQS. "" THEN -
2708 installprivlib ="''vms_prefix':[lib]"
2709$ IF F$TYPE(installsitearch) .EQS. "" THEN -
2710 installsitearch="''vms_prefix':[lib.site_perl.''archname']"
2711$ IF F$TYPE(installsitelib) .EQS. "" THEN -
2712 installsitelib ="''vms_prefix':[lib.site_perl]"
2713$ IF F$TYPE(oldarchlib) .EQS. "" THEN -
2714 oldarchlib="''vms_prefix':[lib.''archname']"
2715$ IF F$TYPE(oldarchlibexp) .EQS. "" THEN -
2716 oldarchlibexp="''vms_prefix':[lib.''archname']"
2717$ IF F$TYPE(privlibexp) .EQS. "" THEN -
2718 privlibexp ="''vms_prefix':[lib]"
2719$ IF F$TYPE(scriptdir) .EQS. "" THEN -
2720 scriptdir ="''vms_prefix':[utils]"
2721$ IF F$TYPE(sitearchexp) .EQS. "" THEN -
2722 sitearchexp ="''vms_prefix':[lib.site_perl.''archname']"
2723$ IF F$TYPE(sitelib_stem) .EQS. "" THEN -
2724 sitelib_stem ="''vms_prefix':[lib.site_perl]"
2725$ IF F$TYPE(sitelibexp) .EQS. "" THEN -
2726 sitelibexp ="''vms_prefix':[lib.site_perl]"
2727$!
dc8c9d5a
CB
2728$! determine whether to use malloc wrapping
2729$ echo ""
dc9da78b 2730$ bool_dflt = "y"
dc8c9d5a
CB
2731$ IF F$TYPE(usemallocwrap) .nes. ""
2732$ then
dc9da78b 2733$ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n"
dc8c9d5a
CB
2734$ endif
2735$ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] "
2736$ GOSUB myread
2737$ IF ans
2738$ THEN usemallocwrap = "define"
2739$ ELSE usemallocwrap = "undef"
2740$ ENDIF
2741$!
97abc6ad
HM
2742$! Ask if they want to use perl's memory allocator
2743$ echo ""
7558ebc2
PP
2744$ echo "Perl has a built-in memory allocator that is tuned for normal"
2745$ echo "memory usage. It is oftentimes better than the standard system"
2746$ echo "memory allocator. It also has the advantage of providing memory"
2747$ echo "allocation statistics, if you choose to enable them."
9b5c8979
JH
2748$ bool_dflt = "n"
2749$ IF F$TYPE(usemymalloc) .nes. ""
2750$ then
2751$ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
2752$ endif
2753$ rp = "Do you wish to attempt to use the malloc that comes with ''package'? [''bool_dflt'] "
97abc6ad 2754$ GOSUB myread
9b5c8979 2755$ mymalloc = ans
570bb66e 2756$ IF mymalloc
429a5e67 2757$ THEN
570bb66e 2758$ IF use_debugging_perl
429a5e67
DS
2759$ THEN
2760$ echo ""
7558ebc2
PP
2761$ echo "Perl can keep statistics on memory usage if you choose to use"
2762$ echo "them. This is useful for debugging, but does have some"
2763$ echo "performance overhead."
9b5c8979
JH
2764$ bool_dflt = "n"
2765$ rp = "Do you want the debugging memory allocator? [''bool_dflt'] "
429a5e67 2766$ gosub myread
9b5c8979 2767$ use_debugmalloc = ans
429a5e67
DS
2768$ ENDIF
2769$ ! Check which memory allocator we want
2770$ echo ""
7558ebc2
PP
2771$ echo "There are currently three different memory allocators: the"
2772$ echo "default (which is a pretty good general-purpose memory manager),"
2773$ echo "the TWO_POT allocator (which is optimized to save memory for"
2774$ echo "larger allocations), and PACK_MALLOC (which is optimized to save"
2775$ echo "memory for smaller allocations). They're all good, but if your"
2776$ echo "usage tends towards larger chunks use TWO_POT, otherwise use"
429a5e67 2777$ echo "PACK_MALLOC."
429a5e67
DS
2778$ dflt = "DEFAULT"
2779$ rp = "Memory allocator (DEFAULT, TWO_POT, PACK_MALLOC) [''dflt'] "
2780$ GOSUB myread
429a5e67
DS
2781$ if ans.eqs."TWO_POT" then use_two_pot_malloc = "Y"
2782$ if ans.eqs."PACK_MALLOC" then use_pack_malloc = "Y"
2783$ ENDIF
97abc6ad 2784$!
86ad859e 2785$ xs_extensions = ""
a3bd614a
PP
2786$ xxx = ""
2787$ OPEN/READ CONFIG 'manifestfound'
2788$ext_loop:
2789$ READ/END_OF_FILE=end_ext/ERROR=end_ext CONFIG line
0189e3e0 2790$ IF F$EXTRACT(0,4,line) .NES. "ext/" .AND. -
a193a2db 2791 F$EXTRACT(0,5,line) .NES. "dist/".AND. -
0189e3e0 2792 F$EXTRACT(0,5,line) .NES. "cpan/" THEN goto ext_loop
a3bd614a
PP
2793$ line = F$EDIT(line,"COMPRESS")
2794$ line = F$ELEMENT(0," ",line)
619cec6d
CB
2795$ IF F$EXTRACT(0,4,line) .EQS. "ext/"
2796$ THEN
2797$ xxx = F$ELEMENT(1,"/",line)
2798$ IF F$SEARCH("[-.ext]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2799$ ENDIF
a193a2db
NC
2800$ IF F$EXTRACT(0,5,line) .EQS. "dist/"
2801$ THEN
2802$ xxx = F$ELEMENT(1,"/",line)
2803$ IF F$SEARCH("[-.dist]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2804$ ENDIF
0189e3e0
NC
2805$ IF F$EXTRACT(0,5,line) .EQS. "cpan/"
2806$ THEN
2807$ xxx = F$ELEMENT(1,"/",line)
2808$ IF F$SEARCH("[-.cpan]''xxx'.DIR;1") .EQS. "" THEN GOTO ext_loop
2809$ ENDIF
a3bd614a 2810$ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit
1f29050e
NC
2811$!
2812$! (extspec = xxx) =~ tr!-!/!
2813$ extspec = ""
2814$ idx = 0
d1ce36d7 2815$ extension_dir_name = xxx
1f29050e
NC
2816$ replace_dash_with_slash:
2817$ before = F$ELEMENT(idx, "-", xxx)
2818$ IF before .EQS. "-" THEN goto end_replace_dash_with_slash
2819$ IF extspec .NES. ""
2820$ THEN
2821$ extspec = extspec + "/"
2822$ ENDIF
2823$ extspec = extspec + before
2824$ idx = idx + 1
2825$ goto replace_dash_with_slash
2826$
2827$ end_replace_dash_with_slash:
3f6115a7
CB
2828$!
2829$ IF extspec .EQS. "Scalar/List/Utils" THEN extspec = "List/Util"
2830$ IF extspec .EQS. "PathTools" THEN extspec = "Cwd"
2831$!
86ad859e 2832$ xxx = xs_extensions
d1ce36d7
CB
2833$ gosub may_already_have_extension
2834$ IF $STATUS .EQ. 1
2835$ THEN
2836$ xxx = nonxs_ext
2837$ gosub may_already_have_extension
2838$ ENDIF
bd2aeadf
CB
2839$ IF $STATUS .EQ. 1
2840$ THEN
2841$ xxx = nonxs_ext2
2842$ gosub may_already_have_extension
2843$ ENDIF
d1ce36d7
CB
2844$ IF $STATUS .NE. 1 THEN goto ext_loop
2845$ goto found_new_extension
2846$!
619cec6d
CB
2847$ may_already_have_extension:
2848$ idx = F$LOCATE(extspec, xxx)
2849$ extlen = F$LENGTH(xxx)
bd2aeadf
CB
2850$ IF idx .EQ. extlen THEN return 1 ! didn't find it
2851$! But "Flirble" may just be part of "Acme-Flirble". This is not
2852$! bullet-proof because we may only be looking at one chunk of the
2853$! existing extension list.
619cec6d
CB
2854$ IF idx .GT. 0 .AND. F$EXTRACT(idx - 1, 1, xxx) .NES. " "
2855$ THEN
2856$ xxx = F$EXTRACT(idx + F$LENGTH(extspec) + 1, extlen, xxx)
2857$ GOTO may_already_have_extension
2858$ ENDIF
2859$! But "Foo" may just be part of "Foo-Bar" so check for equality.
2860$ xxx = F$EXTRACT(idx, extlen - idx, xxx)
2861$ IF F$ELEMENT(0, " ", xxx) .EQS. extspec
2862$ THEN
d1ce36d7 2863$ RETURN 3
619cec6d
CB
2864$ ELSE
2865$ xxx = F$EXTRACT(F$LENGTH(extspec) + 1, extlen, xxx)
2866 GOTO may_already_have_extension
2867$ ENDIF
2868$!
2869$ found_new_extension:
86ad859e
CB
2870$ IF F$SEARCH("[-.ext.''extension_dir_name']*.xs") .EQS. "" -
2871 .AND. F$SEARCH("[-.dist.''extension_dir_name']*.xs") .EQS. "" -
2872 .AND. F$SEARCH("[-.cpan.''extension_dir_name']*.xs") .EQS. "" -
2873 .AND. extension_dir_name .NES. "VMS-Filespec"
d1ce36d7 2874$ THEN
bd2aeadf
CB
2875$! Bit if a hack to get around the 1K buffer on older systems.
2876$ IF F$LENGTH(nonxs_ext) .GT. 950
2877$ THEN
2878$ nonxs_ext2 = nonxs_ext2 + " ''extspec'"
2879$ ELSE
2880$ nonxs_ext = nonxs_ext + " ''extspec'"
2881$ ENDIF
0189e3e0 2882$ ELSE
86ad859e 2883$ xs_extensions = xs_extensions + " ''extspec'"
d1ce36d7 2884$ ENDIF
a3bd614a
PP
2885$ goto ext_loop
2886$end_ext:
2887$ close CONFIG
2888$ DELETE/SYMBOL xxx
1f29050e
NC
2889$ DELETE/SYMBOL idx
2890$ DELETE/SYMBOL extspec
619cec6d 2891$ DELETE/SYMBOL extlen
d1ce36d7 2892$ DELETE/SYMBOL extension_dir_name
86ad859e
CB
2893$ xs_extensions = F$EDIT(xs_extensions,"TRIM,COMPRESS")
2894$ dflt = xs_extensions
a3bd614a
PP
2895$ dflt = dflt - "ByteLoader" ! needs to be ported
2896$ dflt = dflt - "DB_File" ! needs to be ported
2897$ dflt = dflt - "GDBM_File" ! needs porting/special library
1f29050e 2898$ dflt = dflt - "IPC/SysV" ! needs to be ported
a3bd614a
PP
2899$ dflt = dflt - "NDBM_File" ! needs porting/special library
2900$ dflt = dflt - "ODBM_File" ! needs porting/special library
1f29050e 2901$ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
046cc26c 2902$ IF .NOT. Has_Dec_C_Sockets
9b5878df
CB
2903$ THEN
2904$ dflt = dflt - "Socket" ! optional on VMS
2905$ ENDIF
d1ce36d7
CB
2906$ dflt = dflt - "Win32API/File" - "Win32" ! need Dave Cutler's other project
2907$ nonxs_ext = nonxs_ext - "Win32CORE"
bd2aeadf 2908$ nonxs_ext2 = nonxs_ext2 - "Win32CORE"
a3bd614a 2909$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
d1ce36d7 2910$ nonxs_ext = F$EDIT(nonxs_ext,"TRIM,COMPRESS")
bd2aeadf 2911$ nonxs_ext2 = F$EDIT(nonxs_ext2,"TRIM,COMPRESS")
a3bd614a 2912$!
97abc6ad
HM
2913$! Ask for their default list of extensions to build
2914$ echo ""
7558ebc2
PP
2915$ echo "It is time to specify which modules you want to build into"
2916$ echo "perl. Most of these are standard and should be chosen, though"
2917$ echo "you might, for example, want to build GDBM_File instead of"
2918$ echo "SDBM_File if you have the GDBM library built on your machine."
2919$ echo ""
97abc6ad 2920$ echo "Which modules do you want to build into perl?"
97abc6ad
HM
2921$ rp = "[''dflt'] "
2922$ GOSUB myread
63d52911 2923$ dynamic_ext = F$EDIT(ans,"TRIM,COMPRESS")
97abc6ad
HM
2924$!
2925$! %Config-I-VMS, determine build/make utility here (make gmake mmk mms)
2926$ echo ""
570bb66e 2927$ echo "Checking your ""make"" utilities..."
97abc6ad
HM
2928$! If the 'build' that you use is not here add it and it's test
2929$! switch to the _END_ of these strings (and increment max_build)
2930$! (e.g. builders = builders + "/FOOMAKE"
2931$! probers = probers + " -fooVersionSwitch"
2932$! ) & please let me know about it.
2933$ builders = "IMAKE/GNUMAKE/MGMAKE/GMAKE/MAKE/MMS/MMK"
2934$ probers = "-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!-f Makefile. -v!/IDENT!/IDENT"
2935$ max_build = 7
2936$!
96021e87
JM
2937$ orig_dflt = f$edit(builder,"UPCASE")
2938$ if orig_dflt .eqs. "" then orig_dflt = "MMK"
97abc6ad
HM
2939$ default_set = ""
2940$ ok_builders = ""
2941$ OPEN/WRITE/ERROR=Open_error CONFIG Makefile.
2942$ WRITE CONFIG "dont_make_anything_yet:"
2943$ WRITE CONFIG F$FAO("!_")
2944$ CLOSE CONFIG
2945$ n = 0
2946$ messages = F$ENVIRONMENT("MESSAGE")
2947$Build_probe:
2948$ build = F$ELEMENT(n,"/",builders)
2949$ probe = F$ELEMENT(n,"!",probers)
2950$ echo "Testing whether you have ''build' on your system..."
570bb66e
JH
2951$!
2952$! Noted with GNU Make version 3.60 that the $status and $severity
2953$! with the 'probe' Makefile appear to be: $STATUS == "%X1000000C"
2954$! $SEVERITY == "4".
2955$!
a3ef2c6f
GS
2956$ SET NOON
2957$ ON CONTROL_Y THEN GOTO Reenable_messages_build
2958$ SET MESSAGE/NOFAC/NOSEV/NOIDENT/NOTEXT
97abc6ad 2959$ 'build' 'probe'
570bb66e 2960$ IF ($SEVERITY .EQ. 1) ! not adequate?
97abc6ad
HM
2961$ THEN
2962$ echo "OK."
2963$ IF (build .EQS. orig_dflt)
2964$ THEN
2965$ default_set = "TRUE"
2966$ dflt = build
2967$ ENDIF
2968$ ok_builders = ok_builders + " " + build
2969$ IF (.NOT. default_set) THEN dflt = build
2970$ ELSE
2971$ echo "Nope."
2972$ ENDIF
a3ef2c6f
GS
2973$Reenable_messages_build:
2974$ SET MESSAGE 'messages'
2975$ SET ON
9b5c8979 2976$ on control_y then goto clean_up
97abc6ad
HM
2977$ n = n + 1
2978$ IF (n .LT. max_build) THEN GOTO Build_probe
2979$!
2980$ echo ""
2981$ IF (ok_builders .NES. "")
2982$ THEN
2983$ echo "Here is the list of builders you can apparently use:"
2984$ echo "(",ok_builders," )"
a5fddd44 2985$ rp = "Which """"make"""" utility do you wish to use? [''dflt'] "
97abc6ad
HM
2986$ GOSUB myread
2987$ ans = F$EDIT(ans,"TRIM, COMPRESS")
2988$ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
2989$ IF (ans .EQS. "")
2990$ THEN build = dflt
2991$ ELSE build = ans
2992$ ENDIF
2993$ ELSE
2994$ TYPE SYS$INPUT:
7558ebc2 2995$ DECK
97abc6ad
HM
2996
2997%Config-E-VMS, ERROR:
2998 Well this looks pretty serious. Perl5 cannot be compiled without a "make"
2999 utility of some sort and after checking my "builders" list I cannot find
3000 the symbol or command you use on your system to compile programs.
3001
7558ebc2 3002$ EOD
570bb66e 3003$ READ SYS$COMMAND/PROMPT="Which ""MMS"" do you use? " ans
97abc6ad
HM
3004$ ans = F$EDIT(ans,"TRIM, COMPRESS")
3005$ ans = F$EXTRACT(0,F$LOCATE(" ",ans),ans) !throw out "-f Makefile." here
3006$ IF (ans .EQS. "")
3007$ THEN build = dflt
7558ebc2 3008$ echo "I do not know where ""make"" is, and my life depends on it."
97abc6ad
HM
3009$ echo "Go find a make program or fix your DCL$PATH setting!"
3010$ echo "ABORTING..."
3011$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
3012$ STOP
3013$ EXIT 2 !$STATUS = "%X00000002" (error)
3014$ ELSE
3015$ build = ans
3016$ ENDIF
3017$ ENDIF
3018$!
fcc434ad 3019$ DELETE/NOLOG/NOCONFIRM Makefile.;
97abc6ad
HM
3020$ GOTO Beyond_open
3021$Open_error:
3022$ TYPE SYS$INPUT:
7558ebc2 3023$ DECK
97abc6ad
HM
3024
3025 There seems to be trouble. I just tried to create a file in
7558ebc2 3026$ EOD
97abc6ad
HM
3027$ echo4 'F$ENVIRONMENT("DEFAULT")'
3028$ TYPE SYS$INPUT:
7558ebc2 3029$ DECK
97abc6ad
HM
3030 but was unsuccessful. I am stopping now. Please check that directories'
3031 PROTECTION bits. I will leave you in the directory where you started
3032 Configure.com
7558ebc2 3033$ EOD
97abc6ad
HM
3034$ echo4 "ABORTING..."
3035$ GOTO Clean_up
3036$ STOP
3037$ EXIT
3038$!
3039$Beyond_open:
3040$! echo " Very well I will proceed with ""''build'"""
3041$ make = F$EDIT(build,"UPCASE")
3042$!
3043$!: locate the preferred pager for this system
3044$!pagers = "most|more|less|type/page"
936f6df1
CB
3045$ IF osvers .GES. "V6.1"
3046$ THEN
3047$ dflt = "type/page=save=10"
3048$ ELSE
3049$ dflt = "type/page"
3050$ ENDIF
dfe814dc
PP
3051$! assume that the presence of a most symbol indicates the presence
3052$! of the pager.
3053$ IF F$TYPE(most) .EQS. "STRING" THEN dflt = "most"
3054$ IF F$TYPE(pager) .EQS. "STRING" THEN dflt = pager
3055$ rp="What pager is used on your system? [''dflt'] "
3056$ GOSUB myread
9b5c8979 3057$ pager = ans
97abc6ad 3058$!
97abc6ad
HM
3059$! update makefile here
3060$! echo4 "Updating makefile..."
3061$!
3062$ IF (make .EQS. "MMS").OR.(make .EQS. "MMK")
3063$ THEN
08c7cbbb
GS
3064$ makefile = "" !wrt MANIFEST dir
3065$ UUmakefile = "[-]DESCRIP.MMS" !wrt CWD dir
3066$ DEFmakefile = "DESCRIP.MMS" !wrt DEF dir (?)
570bb66e 3067$ Makefile_SH = "descrip_mms.template"
97abc6ad 3068$ ELSE
08c7cbbb
GS
3069$ makefile = " -f Makefile." !wrt MANIFEST dir
3070$ UUmakefile = "[-]Makefile." !wrt CWD dir
3071$ DEFmakefile = "Makefile." !wrt DEF dir (?)
570bb66e 3072$ Makefile_SH = "Makefile.in"
97abc6ad
HM
3073$ ENDIF
3074$!
7558ebc2
PP
3075$ IF macros .NES. ""
3076$ THEN
97abc6ad
HM
3077$ tmp = F$LENGTH(macros)
3078$ macros = F$EXTRACT(0,(tmp-1),macros) !miss trailing comma
3079$ macros = "/macro=(" + macros + ")"
3080$ ENDIF
498336ed
CB
3081$! Build up the extra C flags
3082$!
7558ebc2
PP
3083$ IF use_ieee_math
3084$ THEN
e0261ef8 3085$ extra_flags = "''extra_flags'" + "/float=ieee/ieee=denorm"
3ad67d07 3086$ ELSE
2b4b3ebb 3087$ IF (F$ELEMENT(0, "-", archname).EQS."VMS_IA64")
3ad67d07
CB
3088$ THEN
3089$ extra_flags = "''extra_flags'" + "/float=g_float"
3090$ ENDIF
7558ebc2 3091$ ENDIF
1171624b 3092$ names_flags = ""
7558ebc2
PP
3093$ IF be_case_sensitive
3094$ THEN
1171624b 3095$ names_flags = "AS_IS"
7558ebc2 3096$ ENDIF
1171624b
CB
3097$ IF shorten_long_symbols
3098$ THEN
3099$ IF be_case_sensitive
3100$ THEN
3101$ names_flags = "''names_flags',SHORTENED"
3102$ ELSE
3103$ names_flags = "SHORTENED"
3104$ ENDIF
3105$ ENDIF
3106$ IF F$LENGTH(names_flags) .ne. 0
3107$ THEN
3108$ extra_flags = "''extra_flags'" + "/NAMES=(''names_flags')"
3109$ ENDIF
3110$ DELETE/SYMBOLS names_flags
498336ed 3111$ extra_flags = "''extra_flags'" + "''user_c_flags'"
97abc6ad 3112$!
570bb66e
JH
3113$ min_pgflquota = "100000"
3114$ pgflquota = F$STRING(F$GETJPI("","PGFLQUOTA"))
3115$ IF pgflquota .LES. min_pgflquota
3116$ THEN
3117$ echo4 "Your PGFLQUOTA of ''pgflquota' appears too small to build ''package'."
3118$ READ SYS$COMMAND/PROMPT="Continue? [n] " ans
3119$ IF ans
3120$ THEN
3121$ echo4 "Continuing..."
3122$ ELSE
3123$ echo4 "ABORTING..."
3124$ GOTO Clean_up
3125$ ENDIF
3126$ ENDIF
97abc6ad
HM
3127$!
3128$ echo ""
570bb66e
JH
3129$ echo4 "Checking the C run-time library."
3130$!
56aeb0ae 3131$! Former SUBCONFIGURE.COM
570bb66e
JH
3132$!
3133$! - build a config.sh for VMS Perl.
3134$! - use built config.sh to take config_h.SH -> config.h
3135$! - also take vms/descrip_mms.template -> descrip.mms (VMS Makefile)
3136$! vms/Makefile.in -> Makefile. (VMS GNU Makefile?)
3137$! vms/Makefile.SH -> Makefile. (VMS GNU Makefile?)
570bb66e
JH
3138$!
3139$! Note for folks from other platforms changing things in here:
3140$!
3141$! Fancy changes (based on compiler capabilities or VMS version or
3142$! whatever) are tricky, so go ahead and punt on those.
3143$!
3144$! Simple changes, though (say, always setting something to 1, or undef,
3145$! or something like that) are straightforward. Adding a new constant
3146$! item for the ultimately created config.sh requires at least one
3147$! (possibly more) line(s) to this file.
3148$!
3149$! Add a line in the format:
3150$!
3151$! $ WC "foo='undef'"
3152$!
3153$! somewhere between the line tagged '##BEGIN WRITE NEW CONSTANTS HERE##'
3154$! and the one tagged '##END WRITE NEW CONSTANTS HERE##' (note the order
3155$! is sorted ASCII and corresponds to the output of config.sh in the
3156$! Bourne shell version of Configure).
3157$! Be very careful with quoting, as it can be tricky.
3158$! For example if instead of a constant string like 'undef' or 'define'
3159$! you wanted to add something to VMS's config.sh that looks like:
3160$!
3161$! blank_string=''
3162$!
3163$! then add a line that looks like this before the
3164$! '##END WRITE NEW CONSTANTS HERE##' tagged line:
3165$!
3166$! $ WC "blank_string='" + "'"
3167$!
3168$! (+ is the string concatenator and "''var'" has the effect
3169$! of "${var}" in perl or sh, but "'const'" is not interpolated).
3170$!
3171$! Note that unitialized variables, such as a line like:
3172$!
3173$! $ WC "new_var='" + new_var + "'"
3174$!
3175$! should be avoided unless new_var has a value assigned prior
3176$! to that line (think of perl's -w warnings).
3177$!
3178$! %DCL-W-UNDSYM, undefined symbol - check validity and spelling
3179$! \NEW_VAR\
3180$!
3181$!
3182$ vms_ver = F$EXTRACT(1,3, osvers)
3183$ IF F$LENGTH(Mcc) .EQ. 0 THEN Mcc := "cc"
3184$ MCC = f$edit(mcc, "UPCASE")
3185$ C_Compiler_Replace := "CC=CC=''Mcc'''ccflags'"
414b89cc 3186$ IF ccname .EQS. "DEC"
570bb66e
JH
3187$ THEN
3188$ Checkcc := "''Mcc'/prefix=all"
3189$ ELSE
414b89cc 3190$ IF ccname .EQS. "CXX"
570bb66e
JH
3191$ THEN
3192$ Checkcc := cxx
3193$ ELSE
3194$ Checkcc := "''Mcc'"
3195$ ENDIF
3196$ ENDIF
3197$ ccflags = ccflags + extra_flags
3198$ IF be_case_sensitive
3199$ THEN
3200$ d_vms_be_case_sensitive = "define"
3201$ ELSE
3202$ d_vms_be_case_sensitive = "undef"
3203$ ENDIF
1171624b
CB
3204$ IF shorten_long_symbols
3205$ THEN
3206$ d_vms_shorten_long_symbols = "define"
3207$ ELSE
3208$ d_vms_shorten_long_symbols = "undef"
3209$ ENDIF
570bb66e
JH
3210$! Some constant defaults.
3211$ hwname = f$getsyi("HW_NAME")
3212$ myname = myhostname
3213$ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
3214$!
3215$ ccdlflags=""
3216$ cccdlflags=""
3217$!
50ddda1d
CB
3218$! FIXME -- This section does not really handle all the different permutations
3219$! of 64-bitness, and it does not provide for the /POINTER_SIZE=64 compiler
3220$! option that would be necessary to support the "explicit 64-bit interfaces"
3221$! promised by -Dusemorebits.
3222$!
3223$ usemorebits = "undef"
570bb66e
JH
3224$ IF use64bitint .OR. use64bitint .EQS. "define"
3225$ THEN
3226$ use64bitint = "define"
842bcadf
CB
3227$ ivdformat="""Ld"""
3228$ uvuformat="""Lu"""
3229$ uvoformat="""Lo"""
3230$ uvxformat="""Lx"""
3231$ uvXUformat="""LX"""
570bb66e
JH
3232$ ELSE
3233$ use64bitint = "undef"
842bcadf
CB
3234$ ivdformat="""ld"""
3235$ uvuformat="""lu"""
3236$ uvoformat="""lo"""
3237$ uvxformat="""lx"""
3238$ uvXUformat="""lX"""
3239$ ENDIF
3240$ IF uselongdouble .OR. uselongdouble .EQS. "define"
3241$ THEN
50ddda1d
CB
3242$ uselongdouble = "define"
3243$ alignbytes="16"
842bcadf 3244$ nveformat="""Le"""
d677d0fc 3245$ nvEUformat="""LE"""
842bcadf 3246$ nvfformat="""Lf"""
d677d0fc 3247$ nvFUformat="""LF"""
842bcadf 3248$ nvgformat="""Lg"""
d677d0fc 3249$ nvGUformat="""LG"""
842bcadf 3250$ ELSE
50ddda1d 3251$ uselongdouble = "undef"
842bcadf 3252$ nveformat="""e"""
d677d0fc 3253$ nvEUformat="""E"""
842bcadf 3254$ nvfformat="""f"""
d677d0fc 3255$ nvFUformat="""F"""
842bcadf 3256$ nvgformat="""g"""
d677d0fc 3257$ nvGUformat="""G"""
570bb66e
JH
3258$ ENDIF
3259$ IF use64bitall .OR. use64bitall .EQS. "define"
3260$ THEN
3261$ use64bitall = "define"
3262$ ELSE
3263$ use64bitall = "undef"
3264$ ENDIF
e366167b
CB
3265$ IF uselargefiles .OR. uselargefiles .EQS. "define"
3266$ THEN
3267$ uselargefiles = "define"
3268$ ELSE
3269$ uselargefiles = "undef"
3270$ ENDIF
570bb66e 3271$!
9b5c8979
JH
3272$ usemymalloc = "undef"
3273$ if mymalloc then usemymalloc = "define"
570bb66e
JH
3274$!
3275$ perl_cc=Mcc
3276$!
2b4b3ebb 3277$ IF (sharedperl .AND. F$ELEMENT(0, "-", archname) .EQS. "VMS_AXP")
570bb66e
JH
3278$ THEN
3279$ obj_ext=".abj"
3280$ so="axe"
3281$ dlext="axe"
3282$ exe_ext=".axe"
3283$ lib_ext=".alb"
3284$ ELSE
2b4b3ebb 3285$ IF (sharedperl .AND. F$ELEMENT(0, "-", archname) .EQS. "VMS_IA64")
a50752f9
CB
3286$ THEN
3287$ obj_ext=".ibj"
3288$ so="ixe"
3289$ dlext="ixe"
3290$ exe_ext=".ixe"
3291$ lib_ext=".ilb"
3292$ ELSE
3293$ obj_ext=".obj"
3294$ so="exe"
3295$ dlext="exe"
3296$ exe_ext=".exe"
3297$ lib_ext=".olb"
3298$ ENDIF
570bb66e
JH
3299$ ENDIF
3300$ dlobj="dl_vms''obj_ext'"
3301$!
1b24ed4b 3302$ cppstdin="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
570bb66e 3303$ cppminus=" "
1b24ed4b 3304$ cpprun="''perl_cc'/noobj/comments=as_is/preprocess=sys$output sys$input"
570bb66e
JH
3305$ cpplast=" "
3306$!
3307$ timetype="time_t"
3308$ signal_t="void"
3309$ stdchar="char"
3310$!
3311$ IF mymalloc
3312$ THEN d_mymalloc="define"
3313$ ELSE d_mymalloc="undef"
3314$ ENDIF
3315$!
3316$ usedl="define"
ef060a86 3317$ startperl="""$ perl 'f$env(\""procedure\"")' \""'"+"'p1'\"" \""'"+"'p2'\"" \""'"+"'p3'\"" \""'"+"'p4'\"" \""'"+"'p5'\"" \""'"+"'p6'\"" \""'"+"'p7'\"" \""'"+"'p8'\""!\n"
4a5365b8 3318$ startperl=startperl + "$ exit++ + ++$status!=0 and $exit=$status=undef; while($#ARGV != -1 and $ARGV[$#ARGV] eq '"+"'){pop @ARGV;}"""
570bb66e 3319$!
32995a38 3320$ libs=" "
c9186d06 3321$ libc="(DECCRTL)"
570bb66e 3322$!
94928b12
JH
3323$! perllibs should be libs with all non-core libs (such as gdbm) removed.
3324$!
3325$ perllibs=libs
3326$!
570bb66e 3327$!
2b4b3ebb 3328$ IF F$ELEMENT(0, "-", archname) .NES. "VMS_VAX"
570bb66e
JH
3329$ THEN
3330$ d_PRId64 = "define"
d677d0fc 3331$ d_PRIi64 = "define"
570bb66e
JH
3332$ d_PRIu64 = "define"
3333$ d_PRIo64 = "define"
3334$ d_PRIx64 = "define"
842bcadf 3335$ d_PRIXU64 = "define"
570bb66e 3336$ sPRId64 = """Ld"""
6b356c8e 3337$ sPRIXU64 = """LX"""
59a27e12 3338$ sPRIi64 = """Li"""
570bb66e
JH
3339$ sPRIo64 = """Lo"""
3340$ sPRIu64 = """Lu"""
3341$ sPRIx64 = """Lx"""
3342$ d_quad = "define"
3343$ quadtype = "long long"
3344$ uquadtype = "unsigned long long"
d207eff1
CB
3345$ quadkind = "3"
3346$!
3347$ d_frexpl = "define"
688e39e5 3348$ d_ldexpl = "define"
d207eff1
CB
3349$ d_modfl = "define"
3350$ d_modflproto = "define"
570bb66e
JH
3351$ ELSE
3352$ d_PRId64 = "undef"
d677d0fc 3353$ d_PRIi64 = "undef"
6b356c8e 3354$ d_PRIXU64 = "undef"
570bb66e
JH
3355$ d_PRIu64 = "undef"
3356$ d_PRIo64 = "undef"
3357$ d_PRIx64 = "undef"
3358$ sPRId64 = ""
6b356c8e 3359$ sPRIXU64 = """lX"""
59a27e12 3360$ sPRIi64 = ""
570bb66e
JH
3361$ sPRIo64 = ""
3362$ sPRIu64 = ""
3363$ sPRIx64 = ""
3364$ d_quad = "undef"
d207eff1
CB
3365$ quadtype = "undef"
3366$ uquadtype = "undef"
3367$ quadkind = "undef"
a175606a 3368$!
570bb66e 3369$ d_frexpl = "undef"
688e39e5 3370$ d_ldexpl = "undef"
570bb66e 3371$ d_modfl = "undef"
8725ccc4 3372$ d_modflproto = "undef"
570bb66e
JH
3373$ ENDIF
3374$!
6732c5ab 3375$ IF useieee .OR. useieee .EQS. "define"
a175606a 3376$ THEN
a7ed70b3
JH
3377$ d_acosh = "define"
3378$ d_asinh = "define"
3379$ d_atanh = "define"
3380$ d_cbrt = "define"
3381$ d_copysign = "define"
3382$ d_erf = "define"
3383$ d_erfc = "define"
3384$ d_exp2 = "define"
3385$ d_expm1 = "define"
3386$ d_fdim = "define"
3387$ d_fma = "define"
3388$ d_fmax = "define"
3389$ d_fmin = "define"
3390$ d_fp_classify = "define"
3391$ d_hypot = "define"
3392$ d_ilogb = "define"
a175606a
CB
3393$ d_isnan = "define"
3394$ d_isnanl = "define"
a7ed70b3 3395$ d_isnormal = "define"
4671125a 3396$ d_j0 = "define"
a7ed70b3
JH
3397$ d_lgamma = "define"
3398$ d_log1p = "define"
3399$ d_log2 = "define"
3400$ d_logb = "define"
3401$ d_lrint = "define"
bc580dd3 3402$ d_lrintl = "define"
a7ed70b3 3403$ d_lround = "define"
bc580dd3 3404$ d_lroundl = "define"
a7ed70b3
JH
3405$ d_nearbyint = "define"
3406$ d_nextafter = "define"
3407$ d_nexttoward = "define"
3408$ d_remainder = "define"
3409$ d_remquo = "define"
3410$ d_rint = "define"
3411$ d_tgamma = "define"
3412$ d_trunc = "define"
4842dad7 3413$ d_truncl = "define"
a175606a 3414$ ELSE
a7ed70b3
JH
3415$ d_acosh = "undef"
3416$ d_asinh = "undef"
3417$ d_atanh = "undef"
3418$ d_cbrt = "undef"
3419$ d_copysign = "undef"
3420$ d_erf = "undef"
3421$ d_erfc = "undef"
3422$ d_exp2 = "undef"
3423$ d_expm1 = "undef"
3424$ d_fdim = "undef"
3425$ d_fma = "undef"
3426$ d_fmax = "undef"
3427$ d_fmin = "undef"
3428$ d_fp_classify = "undef"
3429$ d_hypot = "undef"
3430$ d_ilogb = "undef"
a175606a
CB
3431$ d_isnan = "undef"
3432$ d_isnanl = "undef"
a7ed70b3 3433$ d_isnormal = "undef"
4671125a 3434$ d_j0 = "undef"
a7ed70b3
JH
3435$ d_lgamma = "undef"
3436$ d_log1p = "undef"
3437$ d_log2 = "undef"
3438$ d_logb = "undef"
3439$ d_lrint = "undef"
bc580dd3 3440$ d_lrintl = "undef"
a7ed70b3 3441$ d_lround = "undef"
bc580dd3 3442$ d_lroundl = "undef"
a7ed70b3
JH
3443$ d_nearbyint = "undef"
3444$ d_nextafter = "undef"
3445$ d_nexttoward = "undef"
3446$ d_remainder = "undef"
3447$ d_remquo = "undef"
3448$ d_rint = "undef"
3449$ d_tgamma = "undef"
3450$ d_trunc = "undef"
4842dad7 3451$ d_truncl = "undef"
a175606a
CB
3452$ ENDIF
3453$!
570bb66e
JH
3454$! Now some that we build up
3455$!
0f7b1033
CB
3456$ use5005threads = "undef"
3457$ d_old_pthread_create_joinable = "undef"
3458$ old_pthread_create_joinable = " "
a92ae878 3459$ IF use_threads
570bb66e 3460$ THEN
0f7b1033 3461$ useithreads = "define"
570bb66e 3462$ ELSE
570bb66e
JH
3463$ useithreads = "undef"
3464$ ENDIF
3465$!
3466$! Some that we need to invoke the compiler for
3467$!
3468$!
3469$! handy construction aliases/symbols
3470$!
3471$ OS := "open/write CONFIG []try.c"
3472$ WS := "write CONFIG"
3473$ CS := "close CONFIG"
3474$ DS := "delete/nolog/noconfirm []try.*;*"
3475$ Needs_Opt := N
3476$ good_compile = %X10B90001
414b89cc 3477$ IF ccname .EQS. "GCC"
570bb66e
JH
3478$ THEN
3479$ open/write OPTCHAN []try.opt
3480$ write OPTCHAN "Gnu_CC:[000000]gcclib.olb/library"
3481$ write OPTCHAN "Sys$Share:VAXCRTL/Share"
3482$ Close OPTCHAN
3483$ Needs_Opt := Y
3484$ good_compile = %X10000001
3485$ ENDIF
414b89cc 3486$ IF ccname .EQS. "CXX"
570bb66e
JH
3487$ THEN
3488$ good_compile = %X15F60001
3489$ ENDIF
3490$ good_link = %X10000001
3491$ tmp = "" ! null string default
3492$!
3493$ GOTO beyond_compile_ok
3494$!
3495$! Check for type sizes
3496$!
3497$type_size_check:
3498$!
3499$ OS
7558ebc2
PP
3500$ WS "#if defined(__DECC) || defined(__DECCXX)"
3501$ WS "#include <stdlib.h>"
3502$ WS "#endif"
3503$ WS "#include <stdio.h>"
3504$ WS "int main()"
570bb66e
JH
3505$ WS "{"
3506$ WS "printf(""%d\n"", sizeof(''tmp'));"
7558ebc2 3507$ WS "exit(0);"
570bb66e
JH
3508$ WS "}"
3509$ CS
3510$ GOSUB compile
3511$ RETURN
3512$!
3513$!: locate header file
3514$findhdr:
3515$!
3516$ OS
7558ebc2
PP
3517$ WS "#if defined(__DECC) || defined(__DECCXX)"
3518$ WS "#include <stdlib.h>"
3519$ WS "#endif"
3520$ WS "#include <stdio.h>"
570bb66e 3521$ WS "#include <''tmp'>"
7558ebc2 3522$ WS "int main()"
570bb66e
JH
3523$ WS "{"
3524$ WS "printf(""define\n"");"
7558ebc2 3525$ WS "exit(0);"
570bb66e
JH
3526$ WS "}"
3527$ CS
3528$ GOSUB link_ok
3529$ RETURN
3530$!
3531$!: define an alternate in-header-list? function
3532$inhdr:
3533$!
3534$ GOSUB findhdr
3535$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3536$ THEN
3537$ echo4 "<''tmp'> found."
3538$ tmp = "define"
3539$ ELSE
3540$ echo4 "<''tmp'> NOT found."
3541$ tmp = "undef"
3542$ ENDIF
3543$ RETURN
3544$!
3545$!: define an is-in-libc? function
3546$inlibc:
3547$ GOSUB link_ok
3548$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3549$ THEN
3550$ echo4 "''tmp'() found."
3551$ tmp = "define"
3552$ ELSE
3553$ echo4 "''tmp'() NOT found."
3554$ tmp = "undef"
3555$ ENDIF
3556$ RETURN
3557$!
3558$!: define a shorthand compile call
3559$compile:
3560$ GOSUB link_ok
3561$just_mcr_it:
3562$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
3563$ THEN
3564$ OPEN/WRITE CONFIG []try.out
3565$ DEFINE/USER_MODE SYS$ERROR CONFIG
3566$ DEFINE/USER_MODE SYS$OUTPUT CONFIG
3567$ MCR []try.exe
3568$ CLOSE CONFIG
3569$ OPEN/READ CONFIG []try.out
3570$ READ CONFIG tmp
3571$ CLOSE CONFIG
3572$ DELETE/NOLOG/NOCONFIRM []try.out;
3573$ DELETE/NOLOG/NOCONFIRM []try.exe;
3574$ ELSE
3575$ tmp = "" ! null string default
3576$ ENDIF
3577$ RETURN
3578$!
3579$link_ok:
3580$ GOSUB compile_ok
3581$ DEFINE/USER_MODE SYS$ERROR _NLA0:
3582$ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3583$ SET NOON
3584$ IF Needs_Opt
3585$ THEN
3586$ 'ld' try.obj,try.opt/opt
3587$ link_status = $status
3588$ ELSE
3589$ 'ld' try.obj
3590$ link_status = $status
3591$ ENDIF
3592$ SET ON
3593$ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
3594$ RETURN
3595$!
3596$!: define a shorthand compile call for compilations that should be ok.
3597$compile_ok:
3598$ DEFINE/USER_MODE SYS$ERROR _NLA0:
3599$ DEFINE/USER_MODE SYS$OUTPUT _NLA0:
3600$ SET NOON
3601$ 'Checkcc' try.c
3602$ compile_status = $status
3603$ SET ON
3604$ DELETE/NOLOG/NOCONFIRM try.c;
3605$ RETURN
3606$!
3607$beyond_compile_ok:
3608$!
3609$! Check for __STDC__
3610$!
3611$ OS
7558ebc2
PP
3612$ WS "#if defined(__DECC) || defined(__DECCXX)"
3613$ WS "#include <stdlib.h>"
3614$ WS "#endif"
3615$ WS "#include <stdio.h>"
3616$ WS "int main()"
570bb66e 3617$ WS "{"
7558ebc2
PP
3618$ WS "#ifdef __STDC__"
3619$ WS "printf(""42\n"");"
85fac3a9
CB
3620$ WS "#elif defined (__STD_ANSI)" ! for CXX
3621$ WS "printf(""42\n"");"
7558ebc2
PP
3622$ WS "#else"
3623$ WS "printf(""1\n"");"
3624$ WS "#endif"
3625$ WS "exit(0);"
570bb66e
JH
3626$ WS "}"
3627$ CS
3628$ GOSUB compile
3629$ cpp_stuff=tmp
3630$ IF F$INTEGER(tmp) .eq. 42
3631$ THEN
85fac3a9
CB
3632$ echo4 "Oh! Smells like ANSI's been here."
3633$ echo "We can catify or stringify, separately or together!"
570bb66e
JH
3634$ ENDIF
3635$!
3636$! Check for double size
3637$!
3638$ echo4 "Checking to see how big your double precision numbers are..."
3639$ tmp="double"
3640$ GOSUB type_size_check
3641$ doublesize = tmp
3642$ echo "Your double is ''doublesize' bytes long."
3643$!
3644$! Check for long double size
3645$!
3646$ OS
7558ebc2 3647$ WS "#if defined(__DECC) || defined(__DECCXX)"
0e965207 3648$ WS "#pragma message disable ALL" ! VAX compilers may have distracting informationals
7558ebc2
PP
3649$ WS "#include <stdlib.h>"
3650$ WS "#endif"
3651$ WS "#include <stdio.h>"
3652$ WS "int main()"
570bb66e 3653$ WS "{"
7558ebc2
PP
3654$ WS "printf(""%d\n"", sizeof(long double));"
3655$ WS "exit(0);"
570bb66e
JH
3656$ WS "}"
3657$ CS
3658$ echo4 "Checking to see if you have long double..."
3659$ GOSUB link_ok
3660$ IF link_status .NE. good_link
3661$ THEN
3662$ longdblsize="0"
aea4e42b 3663$ longdblkind="0"
570bb66e
JH
3664$ d_longdbl="undef"
3665$ echo "You do not have long double."
3666$ ELSE
3667$ echo "You have long double."
3668$ echo4 "Checking to see how big your long doubles are..."
3669$ GOSUB just_mcr_it
3670$ longdblsize = tmp
dc91db6c 3671$ longdblkind = "1"
570bb66e
JH
3672$ d_longdbl = "define"
3673$ echo "Your long doubles are ''longdblsize' bytes long."
3674$ ENDIF
3675$!
7f830b7b
CB
3676$ IF d_longdbl .OR. d_longdbl .EQS. "define"
3677$ THEN
3678$ d_PRIEUldbl = "define"
3679$ d_PRIFUldbl = "define"
3680$ d_PRIGUldbl = "define"
3681$ d_PRIeldbl = "define"
3682$ d_PRIfldbl = "define"
3683$ d_PRIgldbl = "define"
3684$ sPRIEUldbl = """LE"""
3685$ sPRIFUldbl = """LF"""
3686$ sPRIGUldbl = """LG"""
3687$ sPRIeldbl = """Le"""
3688$ sPRIfldbl = """Lf"""
3689$ sPRIgldbl = """Lg"""
3690$ ELSE
3691$ d_PRIEUldbl = "undef"
3692$ d_PRIFUldbl = "undef"
3693$ d_PRIGUldbl = "undef"
3694$ d_PRIeldbl = "undef"
3695$ d_PRIfldbl = "undef"
3696$ d_PRIgldbl = "undef"
3697$ sPRIEUldbl = ""
3698$ sPRIFUldbl = ""
3699$ sPRIGUldbl = ""
3700$ sPRIeldbl = ""
3701$ sPRIfldbl = ""
3702$ sPRIgldbl = ""
3703$ ENDIF
3704$ d_SCNfldbl = d_PRIfldbl
3705$ sSCNfldbl = sPRIfldbl ! expect consistency
3706$!
570bb66e
JH
3707$!: check for long long
3708$ OS
7558ebc2
PP
3709$ WS "#if defined(__DECC) || defined(__DECCXX)"
3710$ WS "#include <stdlib.h>"
3711$ WS "#endif"
3712$ WS "#include <stdio.h>"
3713$ WS "int main()"
570bb66e 3714$ WS "{"
7558ebc2
PP
3715$ WS "printf(""%d\n"", sizeof(long long));"
3716$ WS "exit(0);"
570bb66e
JH
3717$ WS "}"
3718$ CS
3719$ echo4 "Checking to see if you have long long..."
3720$ GOSUB link_ok
3721$ IF link_status .NE. good_link
3722$ THEN
3723$ longlongsize="0"
3724$ d_longlong="undef"
3725$ echo "You do not have long long."
3726$ ELSE
3727$ echo "You have long long."
3728$ echo4 "Checking to see how big your long longs are..."
3729$ GOSUB just_mcr_it
3730$ longlongsize = tmp
3731$ d_longlong = "define"
3732$ echo "Your long longs are ''longlongsize' bytes long."
3733$ ENDIF
3734$!
3735$! Check the prototype for getgid
3736$!
3737$ echo "Looking for the type for group ids returned by getgid()."
3738$ OS
7558ebc2
PP
3739$ WS "#if defined(__DECC) || defined(__DECCXX)"
3740$ WS "#include <stdlib.h>"
3741$ WS "#endif"
3742$ WS "#include <stdio.h>"
3743$ WS "#include <types.h>"
3744$ WS "int main()"
570bb66e 3745$ WS "{"
7558ebc2
PP
3746$ WS "gid_t foo;"
3747$ WS "exit(0);"
570bb66e
JH
3748$ WS "}"
3749$ CS
3750$ GOSUB compile_ok
3751$ IF compile_status .NE. good_compile
3752$ THEN
3753$! Okay, gid_t failed. Must be unsigned int
3754$ gidtype = "unsigned int"
3755$ echo4 "assuming ""''gidtype'""."
3756$ ELSE
3757$ gidtype = "gid_t"
3758$ echo4 "gid_t found."
3759$ ENDIF
3760$!
3761$! Check to see if we've got dev_t
3762$!
3763$ echo "Looking for the type for dev."
3764$ OS
7558ebc2
PP
3765$ WS "#if defined(__DECC) || defined(__DECCXX)"
3766$ WS "#include <stdlib.h>"
3767$ WS "#endif"
3768$ WS "#include <stdio.h>"
3769$ WS "#include <types.h>"
3770$ WS "int main()"
570bb66e 3771$ WS "{"
7558ebc2
PP
3772$ WS "dev_t foo;"
3773$ WS "exit(0);"
570bb66e
JH
3774$ WS "}"
3775$ CS
3776$ GOSUB compile_ok
3777$ IF compile_status .NE. good_compile
3778$ THEN
3779$! Okay, dev_t failed. Must be unsigned int
3780$ devtype = "unsigned int"
3781$ echo4 "assuming ""''devtype'""."
3782$ ELSE
3783$ devtype = "dev_t"
3784$ echo4 "dev_t found."
3785$ ENDIF
3786$!
3787$! Check to see if we've got unistd.h (which we ought to, but you never know)
3788$!
3789$ i_netdb = "undef"
3790$ tmp = "unistd.h"
3791$ GOSUB inhdr
3792$ i_unistd = tmp
3793$!
704c2eb3
JM
3794$! Check to see if we've got utime.h (which we should use if we have)
3795$!
3796$ i_netdb = "undef"
3797$ tmp = "utime.h"
3798$ GOSUB inhdr
3799$ i_utime = tmp
3800$!
41cbbefa
CB
3801$! do we have getppid()?
3802$!
3803$ IF i_unistd .EQS. "define"
3804$ THEN
3805$ OS
3806$ WS "#include <stdio.h>"
3807$ WS "#include <unistd.h>"
3808$ WS "int main() {"
3809$ WS "printf(""%d\n"",getppid());"
3810$ WS "return(0);"
3811$ WS "}"
3812$ CS
3813$ tmp = "getppid"
3814$ GOSUB inlibc
3815$ d_getppid = tmp
3816$ ELSE
3817$ d_getppid = "undef"
3818$ ENDIF
3819$!
570bb66e
JH
3820$!: see if this is a libutil.h system
3821$!
3822$ tmp = "libutil.h"
3823$ GOSUB inhdr
3824$ i_libutil = tmp
3825$!
3826$! Check to see if we've got shadow.h (probably not, but...)
3827$!
3828$ tmp = "shadow.h"
3829$ GOSUB inhdr
3830$ i_shadow = tmp
3831$!
3832$! Check to see if we've got socks.h (probably not, but...)
3833$!
3834$ tmp = "socks.h"
3835$ GOSUB inhdr
3836$ i_socks = tmp
3837$!
3838$! Check the prototype for select
3839$!
046cc26c 3840$ IF Has_Dec_C_Sockets
570bb66e
JH
3841$ THEN
3842$ OS
7558ebc2
PP
3843$ WS "#if defined(__DECC) || defined(__DECCXX)"
3844$ WS "#include <stdlib.h>"
3845$ WS "#endif"
3846$ WS "#include <stdio.h>"
3847$ WS "#include <types.h>"
3848$ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
046cc26c
CB
3849$ WS "#include <time.h>"
3850$ WS "#include <socket.h>"
7558ebc2 3851$ WS "int main()"
570bb66e 3852$ WS "{"
7558ebc2
PP
3853$ WS "fd_set *foo;"
3854$ WS "int bar;"
3855$ WS "foo = NULL;"
3856$ WS "bar = select(2, foo, foo, foo, NULL);"
3857$ WS "exit(0);"
570bb66e
JH
3858$ WS "}"
3859$ CS
3860$ GOSUB compile_ok
3861$ IF compile_status .NE. good_compile
3862$ THEN
3863$! Okay, select failed. Must be an int *
3864$ selecttype = "int *"
3865$ echo4 "select() NOT found."
3866$ ELSE
3867$ selecttype="fd_set *"
3868$ echo4 "select() found."
3869$ ENDIF
3870$ ELSE
3871$ ! No sockets, so stick in an int * : no select, so pick a harmless default
3872$ selecttype = "int *"
3873$ ENDIF
3874$!
3875$! Check to see if fd_set exists
3876$!
3877$ echo "Checking to see how well your C compiler handles fd_set and friends ..."
3878$ OS
7558ebc2
PP
3879$ WS "#if defined(__DECC) || defined(__DECCXX)"
3880$ WS "#include <stdlib.h>"
3881$ WS "#endif"
3882$ WS "#include <stdio.h>"
3883$ WS "#include <types.h>"
570bb66e
JH
3884$ IF Has_Dec_C_Sockets
3885$ THEN
7558ebc2
PP
3886$ WS "#include <time.h>"
3887$ WS "#include <socket.h>"
570bb66e 3888$ ENDIF
7558ebc2 3889$ WS "int main()"
570bb66e 3890$ WS "{"
7558ebc2
PP
3891$ WS "fd_set *foo;"
3892$ WS "int bar;"
3893$ WS "exit(0);"
570bb66e
JH
3894$ WS "}"
3895$ CS
3896$ GOSUB compile_ok
3897$ IF compile_status .ne. good_compile
3898$ THEN
3899$! Okay, fd_set failed. Must not exist
3900$ d_fd_set = "undef"
3901$ echo4 "Hmm, your compiler has some difficulty with fd_set."
3902$ ELSE
3903$ d_fd_set="define"
3904$ echo4 "Well, your system knows about the normal fd_set typedef..."
3905$ ENDIF
3906$!
3907$! Check for inttypes.h
3908$!
3909$ tmp = "inttypes.h"
3910$ GOSUB inhdr
3911$ i_inttypes = tmp
3912$!
3913$! Check to see if off64_t exists
3914$!
3915$ echo4 "Checking to see if you have off64_t..."
3916$ OS
7558ebc2
PP
3917$ WS "#if defined(__DECC) || defined(__DECCXX)"
3918$ WS "#include <stdlib.h>"
3919$ WS "#endif"
3920$ WS "#include <stdio.h>"
3921$ WS "#include <types.h>"
3922$ WS "#''i_inttypes' IIH"
3923$ WS "#ifdef IIH"
3924$ WS "#include <inttypes.h>"
3925$ WS "#endif"
3926$ WS "int main()"
570bb66e 3927$ WS "{"
7558ebc2
PP
3928$ WS "off64_t bar;"
3929$ WS "exit(0);"
570bb66e
JH
3930$ WS "}"
3931$ CS
3932$ GOSUB compile_ok
3933$ IF compile_status .EQ. good_compile
3934$ THEN
3935$ d_off64_t="define"
3936$ echo "You have off64_t."
3937$ ELSE
3938$ d_off64_t = "undef"
3939$ echo "You do not have off64_t."
3940$ ENDIF
3941$!
3942$! Check to see if fpos64_t exists
3943$!
3944$ echo4 "Checking to see if you have fpos64_t..."
3945$ OS
7558ebc2
PP
3946$ WS "#if defined(__DECC) || defined(__DECCXX)"
3947$ WS "#include <stdlib.h>"
3948$ WS "#endif"
3949$ WS "#include <stdio.h>"
3950$ WS "#include <types.h>"
3951$ WS "#''i_inttypes' IIH"
3952$ WS "#ifdef IIH"
3953$ WS "#include <inttypes.h>"
3954$ WS "#endif"
3955$ WS "int main()"
570bb66e 3956$ WS "{"
7558ebc2
PP
3957$ WS "fpos64_t bar;"
3958$ WS "exit(0);"
570bb66e
JH
3959$ WS "}"
3960$ CS
3961$ GOSUB compile_ok
3962$ IF compile_status .EQ. good_compile
3963$ THEN
3964$ d_fpos64_t="define"
3965$ echo "You have fpos64_t."
3966$ ELSE
3967$ d_fpos64_t = "undef"
3968$ echo "You do not have fpos64_t."
3969$ ENDIF
3970$!
3971$! Check to see if int64_t exists
3972$!
3973$ echo4 "Checking to see if you have int64_t..."
3974$ OS
7558ebc2
PP
3975$ WS "#if defined(__DECC) || defined(__DECCXX)"
3976$ WS "#include <stdlib.h>"
3977$ WS "#endif"
3978$ WS "#include <stdio.h>"
3979$ WS "#include <types.h>"
3980$ WS "#''i_inttypes' IIH"
3981$ WS "#ifdef IIH"
3982$ WS "#include <inttypes.h>"
3983$ WS "#endif"
3984$ WS "int main()"
570bb66e 3985$ WS "{"
7558ebc2
PP
3986$ WS "int64_t bar;"
3987$ WS "exit(0);"
570bb66e
JH
3988$ WS "}"
3989$ CS
3990$ GOSUB compile_ok
3991$ IF compile_status .EQ. good_compile
3992$ THEN
3993$ d_int64_t="define"
3994$ echo "You have int64_t."
3995$ ELSE
3996$ d_int64_t = "undef"
3997$ echo "You do not have int64_t."
3998$ ENDIF
3999$!
e0261ef8
CB
4000$! Check to see if fseeko exists
4001$!
4002$ OS
4003$ WS "#include <stdio.h>"
4004$ WS "int main()"
4005$ WS "{"
4006$ WS "FILE *f=NULL;"
4007$ WS "fseeko(f,(off_t)0,SEEK_SET);"
4008$ WS "return(0);"
4009$ WS "}"
4010$ CS
4011$ tmp = "fseeko"
4012$ GOSUB inlibc
4013$ d_fseeko = tmp
4014$!
4015$! Check to see if ftello exists
4016$!
4017$ OS
4018$ WS "#include <stdio.h>"
4019$ WS "int main()"
4020$ WS "{"
4021$ WS "FILE *f=NULL; off_t o=0;"
4022$ WS "o=ftello(f);"
4023$ WS "return(0);"
4024$ WS "}"
4025$ CS
4026$ tmp = "ftello"
4027$ GOSUB inlibc
4028$ d_ftello = tmp
4029$!
570bb66e
JH
4030$!: see if this is a netdb.h system
4031$ IF Has_Dec_C_Sockets
4032$ THEN
4033$ tmp = "netdb.h"
4034$ GOSUB inhdr
4035$ i_netdb = tmp
4036$ ENDIF
4037$!
4038$! Check for h_errno
4039$!
4040$ echo4 "Checking to see if you have h_errno..."
4041$ OS
7558ebc2
PP
4042$ WS "#if defined(__DECC) || defined(__DECCXX)"
4043$ WS "#include <stdlib.h>"
4044$ WS "#endif"
4045$ WS "#include <stdio.h>"
4046$ IF i_unistd .EQS. "define" THEN WS "#include <unistd.h>"
4047$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
4048$ WS "int main()"
570bb66e 4049$ WS "{"
7558ebc2
PP
4050$ WS "h_errno = 3;"
4051$ WS "exit(0);"
570bb66e
JH
4052$ WS "}"
4053$ CS
4054$ GOSUB link_ok
4055$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4056$ THEN
4057$ d_herrno="define"
4058$ echo "You have h_errno."
4059$ ELSE
4060$ d_herrno="undef"
4061$ echo "You do not have h_errno."
4062$ ENDIF
4063$!
4064$! Check to see if gethostname exists
4065$!
046cc26c 4066$ IF Has_Dec_C_Sockets
570bb66e
JH
4067$ THEN
4068$ OS
7558ebc2
PP
4069$ WS "#if defined(__DECC) || defined(__DECCXX)"
4070$ WS "#include <stdlib.h>"
4071$ WS "#endif"
4072$ WS "#include <stdio.h>"
4073$ WS "#include <types.h>"
046cc26c
CB
4074$ WS "#include <time.h>"
4075$ WS "#include <socket.h>"
7558ebc2 4076$ WS "int main()"
570bb66e 4077$ WS "{"
7558ebc2
PP
4078$ WS "char name[100];"
4079$ WS "int bar, baz;"
4080$ WS "bar = 100;"
4081$ WS "baz = gethostname(name, bar);"
4082$ WS "exit(0);"
570bb66e
JH
4083$ WS "}"
4084$ CS
4085$ GOSUB link_ok
4086$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4087$ THEN
4088$ d_gethname="define"
4089$ echo4 "gethostname() found."
4090$ ELSE
4091$ d_gethname="undef"
4092$ ENDIF
4093$ ELSE
4094$ ! No sockets, so no gethname
4095$ d_gethname = "undef"
4096$ ENDIF
4097$!
4098$! Check for sys/file.h
4099$!
4100$ tmp = "sys/file.h"
4101$ GOSUB inhdr
4102$ i_sysfile = tmp
4103$!
670137c2
CB
4104$!
4105$! Check for sys/ioctl.h
4106$!
4107$ tmp = "sys/ioctl.h"
4108$ GOSUB inhdr
4109$ i_sysioctl = tmp
4110$!
570bb66e
JH
4111$! Check for sys/utsname.h
4112$!
4113$ tmp = "sys/utsname.h"
4114$ GOSUB inhdr
4115$ i_sysutsname = tmp
4116$!
4117$! Check for syslog.h
4118$!
4119$ tmp = "syslog.h"
4120$ GOSUB inhdr
4121$ i_syslog = tmp
4122$!
4123$! Check for poll.h
4124$!
4125$ tmp = "poll.h"
4126$ GOSUB inhdr
4127$ i_poll = tmp
4128$!
4129$! Check for sys/uio.h
4130$!
4131$ tmp = "sys/uio.h"
4132$ GOSUB inhdr
4133$ i_sysuio = tmp
4134$!
4135$! Check for sys/mode.h
4136$!
4137$ tmp = "sys/mode.h"
4138$ GOSUB inhdr
4139$ i_sysmode = tmp
4140$!
ed1b9de0
JM
4141$! Check for poll.h
4142$!
4143$ tmp = "sys/poll.h"
4144$ gosub inhdr
4145$ i_syspoll = tmp
4146$!
570bb66e
JH
4147$! Check for sys/access.h
4148$!
4149$ tmp = "sys/access.h"
4150$ GOSUB inhdr
4151$ i_sysaccess = tmp
4152$!
4153$! Check for sys/security.h
4154$!
4155$ tmp = "sys/security.h"
4156$ GOSUB inhdr
4157$ i_syssecrt = tmp
4158$!
4159$! Check for fcntl.h
4160$!
4161$ tmp = "fcntl.h"
4162$ GOSUB inhdr
4163$ i_fcntl = tmp
4164$!
4165$! Check for fcntl
4166$!
4167$ OS
7558ebc2
PP
4168$ WS "#if defined(__DECC) || defined(__DECCXX)"
4169$ WS "#include <stdlib.h>"
4170$ WS "#endif"
4171$ WS "#include <stdio.h>"
4172$ WS "#include <fcntl.h>"
4173$ WS "int main()"
570bb66e 4174$ WS "{"
7558ebc2
PP
4175$ WS "fcntl(1,2,3);"
4176$ WS "exit(0);"
570bb66e
JH
4177$ WS "}"
4178$ CS
4179$ tmp = "fcntl"
4180$ GOSUB inlibc
4181$ d_fcntl = tmp
4182$!
c44c4826
CB
4183$! Check for fcntl locking capability
4184$!
4185$ echo4 "Checking if fcntl-based file locking works... "
4186$ tmp = "undef"
4187$ IF d_fcntl .EQS. "define"
4188$ THEN
4189$ OS
4190$ WS "#include <stdio.h>"
4191$ WS "#if defined(__DECC) || defined(__DECCXX)"
4192$ WS "#include <stdlib.h>"
4193$ WS "#endif"
4194$ WS "#include <fcntl.h>"
4195$ WS "#include <unistd.h>"
4196$ WS "int main() {"
4197$ WS "#if defined(F_SETLK) && defined(F_SETLKW)"
4198$ WS " struct flock flock;"
4199$ WS " int retval, fd;"
5b36ee83 4200$ WS " fd = open(""[-]perl.c"", O_RDONLY);"
c44c4826
CB
4201$ WS " flock.l_type = F_RDLCK;"
4202$ WS " flock.l_whence = SEEK_SET;"
4203$ WS " flock.l_start = flock.l_len = 0;"
4204$ WS " retval = fcntl(fd, F_SETLK, &flock);"
4205$ WS " close(fd);"
4206$ WS " (retval < 0 ? printf(""undef\n"") : printf(""define\n""));"
4207$ WS "#else"
4208$ WS " printf(""undef\n"");"
4209$ WS "#endif"
4210$ WS "}"
4211$ CS
4212$ GOSUB link_ok
4213$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
4214$ THEN
4215$ GOSUB just_mcr_it
4216$ IF tmp .EQS. "define"
4217$ THEN
4218$ echo4 "Yes, it seems to work."
4219$ ELSE
4220$ echo4 "Nope, it didn't work."
4221$ ENDIF
4222$ ELSE
4223$ echo4 "I'm unable to compile the test program, so I'll assume not."
4224$ tmp = "undef"
4225$ ENDIF
4226$ ELSE
4227$ echo4 "Nope, since you don't even have fcntl()."
4228$ ENDIF
4229$ d_fcntl_can_lock = tmp
4230$!
570bb66e
JH
4231$! Check for memchr
4232$!
4233$ OS
7558ebc2
PP
4234$ WS "#if defined(__DECC) || defined(__DECCXX)"
4235$ WS "#include <stdlib.h>"
4236$ WS "#endif"
4237$ WS "#include <string.h>"
4238$ WS "int main()"
570bb66e 4239$ WS "{"
7558ebc2 4240$ WS "char * place;"
85fac3a9 4241$ WS "place = (char *)memchr(""foo"", 47, 3);"
7558ebc2 4242$ WS "exit(0);"
570bb66e
JH
4243$ WS "}"
4244$ CS
4245$ tmp = "memchr"
4246$ GOSUB inlibc
4247$ d_memchr = tmp
4248$!
4249$! Check for strtoull
4250$!
4251$ OS
7558ebc2
PP
4252$ WS "#if defined(__DECC) || defined(__DECCXX)"
4253$ WS "#include <stdlib.h>"
4254$ WS "#endif"
4255$ WS "#include <string.h>"
4256$ WS "int main()"
570bb66e 4257$ WS "{"
7558ebc2
PP
4258$ WS "unsigned __int64 result;"
4259$ WS "result = strtoull(""123123"", NULL, 10);"
4260$ WS "exit(0);"
570bb66e
JH
4261$ WS "}"
4262$ CS
4263$ tmp = "strtoull"
4264$ GOSUB inlibc
4265$ d_strtoull = tmp
4266$!
4267$! Check for strtouq
4268$!
4269$ OS
7558ebc2
PP
4270$ WS "#if defined(__DECC) || defined(__DECCXX)"
4271$ WS "#include <stdlib.h>"
4272$ WS "#endif"
4273$ WS "#include <string.h>"
4274$ WS "int main()"
570bb66e 4275$ WS "{"
7558ebc2
PP
4276$ WS "unsigned __int64 result;"
4277$ WS "result = strtouq(""123123"", NULL, 10);"
4278$ WS "exit(0);"
570bb66e
JH
4279$ WS "}"
4280$ CS
4281$ tmp = "strtouq"
4282$ GOSUB inlibc
4283$ d_strtouq = tmp
4284$!
4285$! Check for strtoll
4286$!
4287$ OS
7558ebc2
PP
4288$ WS "#if defined(__DECC) || defined(__DECCXX)"
4289$ WS "#include <stdlib.h>"
4290$ WS "#endif"
4291$ WS "#include <string.h>"
4292$ WS "int main()"
570bb66e 4293$ WS "{"
7558ebc2
PP
4294$ WS "__int64 result;"
4295$ WS "result = strtoll(""123123"", NULL, 10);"
4296$ WS "exit(0);"
570bb66e
JH
4297$ WS "}"
4298$ CS
4299$ tmp = "strtoll"
4300$ GOSUB inlibc
4301$ d_strtoll = tmp
4302$!
d0e6d399
NC
4303$! Check for strtoq
4304$!
4305$ OS
4306$ WS "#if defined(__DECC) || defined(__DECCXX)"
4307$ WS "#include <stdlib.h>"
28e5dec8
JH
4308$ WS "#endif"
4309$ WS "#include <string.h>"
4310$ WS "int main()"
4311$ WS "{"
4312$ WS "__int64 result;"
4313$ WS "result = strtoq(""123123"", NULL, 10);"
4314$ WS "exit(0);"
4315$ WS "}"
4316$ CS
4317$ tmp = "strtoq"
4318$ GOSUB inlibc
4319$ d_strtoq = tmp
4320$!
570bb66e
JH
4321$! Check for strtold
4322$!
4323$ OS
7558ebc2
PP
4324$ WS "#if defined(__DECC) || defined(__DECCXX)"
4325$ WS "#include <stdlib.h>"
4326$ WS "#endif"
4327$ WS "#include <string.h>"
4328$ WS "int main()"
570bb66e 4329$ WS "{"
7558ebc2
PP
4330$ WS "long double result;"
4331$ WS "result = strtold(""123123"", NULL, 10);"
4332$ WS "exit(0);"
570bb66e
JH
4333$ WS "}"
4334$ CS
4335$ tmp = "strtold"
4336$ GOSUB inlibc
4337$ d_strtold = tmp
4338$!
4339$! Check for atoll
4340$!
4341$ OS
7558ebc2
PP
4342$ WS "#if defined(__DECC) || defined(__DECCXX)"
4343$ WS "#include <stdlib.h>"
4344$ WS "#endif"
4345$ WS "#include <string.h>"
4346$ WS "int main()"
570bb66e 4347$ WS "{"
7558ebc2
PP
4348$ WS " __int64 result;"
4349$ WS "result = atoll(""123123"");"
4350$ WS "exit(0);"
570bb66e
JH
4351$ WS "}"
4352$ CS
4353$ tmp = "atoll"
4354$ GOSUB inlibc
4355$ d_atoll = tmp
4356$!
4357$! Check for atolf
4358$!
4359$ OS
7558ebc2
PP
4360$ WS "#if defined(__DECC) || defined(__DECCXX)"
4361$ WS "#include <stdlib.h>"
4362$ WS "#endif"
4363$ WS "#include <string.h>"
4364$ WS "int main()"
570bb66e 4365$ WS "{"
7558ebc2
PP
4366$ WS "long double"
4367$ WS "result = atolf(""123123"");"
4368$ WS "exit(0);"
570bb66e
JH
4369$ WS "}"
4370$ CS
4371$ tmp = "atolf"
4372$ GOSUB inlibc
4373$ d_atolf = tmp
4374$!
4375$! Check for access
4376$!
4377$ OS
7558ebc2
PP
4378$ WS "#if defined(__DECC) || defined(__DECCXX)"
4379$ WS "#include <stdlib.h>"
4380$ WS "#endif"
4381$ WS "#include <stdio.h>"
4382$ WS "int main()"
570bb66e 4383$ WS "{"
7558ebc2
PP
4384$ WS "access(""foo"", F_OK);"
4385$ WS "exit(0);"
570bb66e
JH
4386$ WS "}"
4387$ CS
4388$ tmp = "acess"
4389$ GOSUB inlibc
4390$ d_access = tmp
4391$!
4392$! Check for bzero
4393$!
4394$ OS
7558ebc2
PP
4395$ WS "#if defined(__DECC) || defined(__DECCXX)"
4396$ WS "#include <stdlib.h>"
4397$ WS "#endif"
4398$ WS "#include <stdio.h>"
4399$ WS "#include <strings.h>"
4400$ WS "int main()"
570bb66e 4401$ WS "{"
7558ebc2
PP
4402$ WS "char foo[10];"
4403$ WS "bzero(foo, 10);"
4404$ WS "exit(0);"
570bb66e
JH
4405$ WS "}"
4406$ CS
4407$ tmp = "bzero"
4408$ GOSUB inlibc
4409$ d_bzero = tmp
4410$!
4411$! Check for bcopy
4412$!
4413$ OS
7558ebc2
PP
4414$ WS "#if defined(__DECC) || defined(__DECCXX)"
4415$ WS "#include <stdlib.h>"
4416$ WS "#endif"
4417$ WS "#include <stdio.h>"
4418$ WS "#include <strings.h>"
4419$ WS "int main()"
570bb66e 4420$ WS "{"
7558ebc2
PP
4421$ WS "char foo[10], bar[10];"
4422$ WS "bcopy(""foo"", bar, 3);"
4423$ WS "exit(0);"
570bb66e
JH
4424$ WS "}"
4425$ CS
4426$ tmp = "bcopy"
4427$ GOSUB inlibc
4428$ d_bcopy = tmp
4429$!
4430$! Check for mkstemp
4431$!
4432$ OS
7558ebc2
PP
4433$ WS "#if defined(__DECC) || defined(__DECCXX)"
4434$ WS "#include <stdlib.h>"
4435$ WS "#endif"
4436$ WS "#include <stdio.h>"
4437$ WS "int main()"
570bb66e 4438$ WS "{"
7558ebc2
PP
4439$ WS "mkstemp(""foo"");"
4440$ WS "exit(0);"
570bb66e
JH
4441$ WS "}"
4442$ CS
4443$ tmp = "mkstemp"
4444$ GOSUB inlibc
4445$ d_mkstemp = tmp
4446$!
4447$! Check for mkstemps
4448$!
4449$ OS
7558ebc2
PP
4450$ WS "#if defined(__DECC) || defined(__DECCXX)"
4451$ WS "#include <stdlib.h>"
4452$ WS "#endif"
4453$ WS "#include <stdio.h>"
4454$ WS "int main()"
570bb66e 4455$ WS "{"
7558ebc2
PP
4456$ WS "mkstemps(""foo"", 1);"
4457$ WS "exit(0);"
570bb66e
JH
4458$ WS "}"
4459$ CS
4460$ tmp = "mkstemps"
4461$ GOSUB inlibc
4462$ d_mkstemps = tmp
4463$!
570bb66e
JH
4464$! Check for mkdtemp
4465$!
4466$ OS
7558ebc2
PP
4467$ WS "#if defined(__DECC) || defined(__DECCXX)"
4468$ WS "#include <stdlib.h>"
4469$ WS "#endif"
4470$ WS "#include <stdio.h>"
4471$ WS "int main()"
570bb66e 4472$ WS "{"
7558ebc2
PP
4473$ WS "mkdtemp(""foo"");"
4474$ WS "exit(0);"
570bb66e
JH
4475$ WS "}"
4476$ CS
4477$ tmp = "mkdtemp"
4478$ GOSUB inlibc
4479$ d_mkdtemp = tmp
4480$!
d2d53deb
CB
4481$! Check for poll
4482$!
4483$ if i_poll .eqs. "define"
4484$ then
4485$ OS
4486$ WS "#if defined(__DECC) || defined(__DECCXX)"
4487$ WS "#include <stdlib.h>"
4488$ WS "#endif"
4489$ WS "#include <poll.h>"
4490$ WS "int main()"
4491$ WS "{"
4492$ WS "struct pollfd pfd;"
4493$ WS "int count=poll(&pfd,1,0);"
4494$ WS "exit(0);"
4495$ WS "}"
4496$ CS
4497$ tmp = "poll"
4498$ GOSUB inlibc
4499$ d_poll = tmp
4500$ else
4501$ d_poll = "undef"
4502$ endif
4503$!
570bb66e
JH
4504$! Check for setvbuf
4505$!
4506$ OS
7558ebc2
PP
4507$ WS "#if defined(__DECC) || defined(__DECCXX)"
4508$ WS "#include <stdlib.h>"
4509$ WS "#endif"
4510$ WS "#include <stdio.h>"
4511$ WS "int main()"
570bb66e 4512$ WS "{"
7558ebc2
PP
4513$ WS "FILE *foo;"
4514$ WS "char Buffer[99];"
4515$ WS "foo = fopen(""foo"", ""r"");"
4516$ WS "setvbuf(foo, Buffer, 0, 0);"
4517$ WS "exit(0);"
570bb66e
JH
4518$ WS "}"
4519$ CS
4520$ tmp = "setvbuf"
4521$ GOSUB inlibc
4522$ d_setvbuf = tmp
4523$!
3f88addd
CB
4524$! Check for the shm* routines.
4525$!
4526$ OS
4527$ WS "#if defined(__DECC) || defined(__DECCXX)"
4528$ WS "#include <stdlib.h>"
4529$ WS "#endif"
4530$ WS "#include <stdio.h>"
4531$ WS "#include <sys/shm.h>"
4532$ WS "#include <sys/stat.h>"
4533$ WS "int shmget(key_t key, size_t size, int shmflg);"
4534$ WS "void* shmat(int shmid,const void *shmaddr,int shmflg);"
4535$ WS "int shmctl(int shmid, int cmd, struct shmid_ds *buf);"
4536$ WS "int shmdt(const void *shmaddr);"
4537$ WS "int main() {"
4538$ WS "int shm_id = shmget(IPC_PRIVATE, 8, S_IRWXU);"
4539$ WS "if (shm_id == -1) printf(""0\n""); else printf (""1\n"");"
4540$ WS "}"
4541$ CS
4542$ GOSUB compile
4543$ IF tmp .EQS. "1"
4544$ THEN
4545$ d_shm = "define"
4546$ d_shmat = "define"
4547$ d_shmatprototype = "define"
4548$ d_shmctl = "define"
4549$ d_shmdt = "define"
4550$ d_shmget = "define"
4551$ shmattype = "void *"
4552$ ELSE
4553$ d_shm = "undef"
4554$ d_shmat = "undef"
4555$ d_shmatprototype = "undef"
4556$ d_shmctl = "undef"
4557$ d_shmdt = "undef"
4558$ d_shmget = "undef"
4559$ shmattype = "undef"
4560$ ENDIF
4561$!
570bb66e
JH
4562$! Check for setenv
4563$!
4564$ OS
7558ebc2
PP
4565$ WS "#if defined(__DECC) || defined(__DECCXX)"
4566$ WS "#include <stdlib.h>"
4567$ WS "#endif"
4568$ WS "#include <stdio.h>"
4569$ WS "int main()"
570bb66e 4570$ WS "{"
7558ebc2
PP
4571$ WS "setenv(""FOO"", ""BAR"", 0);"
4572$ WS "exit(0);"
570bb66e
JH
4573$ WS "}"
4574$ CS
4575$ tmp = "setenv"
4576$ GOSUB inlibc
4577$ d_setenv = tmp
4578$!
4579$! Check for setproctitle
4580$!
4581$ OS
7558ebc2
PP
4582$ WS "#if defined(__DECC) || defined(__DECCXX)"
4583$ WS "#include <stdlib.h>"
4584$ WS "#endif"
4585$ WS "#include <stdio.h>"
4586$ WS "int main()"
570bb66e 4587$ WS "{"
7558ebc2
PP
4588$ WS "setproctitle(""%s"", ""FOO"");"
4589$ WS "exit(0);"
570bb66e
JH
4590$ WS "}"
4591$ CS
4592$ tmp = "setproctitle"
4593$ GOSUB inlibc
4594$ d_setproctitle = tmp
4595$!
4596$! Check for <netinet/in.h>
4597$!
046cc26c 4598$ IF Has_Dec_C_Sockets
570bb66e
JH
4599$ THEN
4600$ tmp = "netinet/in.h"
4601$ GOSUB inhdr
4602$ i_niin = tmp
4603$ ELSE
4604$ i_niin="undef"
4605$ ENDIF
4606$!
53eda0bf
CB
4607$! Check for <arpa/inet.h>
4608$!
4609$ IF Has_Dec_C_Sockets
4610$ THEN
4611$ tmp = "arpa/inet.h"
4612$ GOSUB inhdr
4613$ i_arpainet = tmp
4614$ ELSE
4615$ i_arpainet="undef"
4616$ ENDIF
4617$!
4618$! Check for <sys/un.h>
4619$!
4620$ IF Has_Dec_C_Sockets
4621$ THEN
4622$ tmp = "sys/un.h"
4623$ GOSUB inhdr
4624$ i_sysun = tmp
4625$ ELSE
4626$ i_sysun="undef"
4627$ ENDIF
4628$!
4629$!
570bb66e
JH
4630$! Check for <netinet/tcp.h>
4631$!
046cc26c 4632$ IF Has_Dec_C_Sockets
570bb66e
JH
4633$ THEN
4634$ tmp = "netinet/tcp.h"
4635$ GOSUB inhdr
4636$ i_netinettcp = tmp
4637$ ELSE
4638$ i_netinettcp="undef"
4639$ ENDIF
4640$!
4641$! Check for endhostent
4642$!
046cc26c 4643$ IF Has_Dec_C_Sockets
570bb66e
JH
4644$ THEN
4645$ OS
7558ebc2
PP
4646$ WS "#if defined(__DECC) || defined(__DECCXX)"
4647$ WS "#include <stdlib.h>"
4648$ WS "#endif"
4649$ WS "#include <stdio.h>"
046cc26c 4650$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4651$ WS "int main()"
570bb66e 4652$ WS "{"
7558ebc2
PP
4653$ WS "endhostent();"
4654$ WS "exit(0);"
570bb66e
JH
4655$ WS "}"
4656$ CS
4657$ tmp = "endhostent"
4658$ GOSUB inlibc
4659$ d_endhent = tmp
4660$ ELSE
4661$ d_endhent="undef"
4662$ ENDIF
4663$!
4664$! Check for endnetent
4665$!
046cc26c 4666$ IF Has_Dec_C_Sockets
570bb66e
JH
4667$ THEN
4668$ OS
7558ebc2
PP
4669$ WS "#if defined(__DECC) || defined(__DECCXX)"
4670$ WS "#include <stdlib.h>"
4671$ WS "#endif"
4672$ WS "#include <stdio.h>"
046cc26c 4673$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
570bb66e
JH
4674$ WS "int main()"
4675$ WS "{"
4676$ WS "endnetent();"
4677$ WS "exit(0);"
4678$ WS "}"
4679$ CS
4680$ tmp = "endnetent"
4681$ GOSUB inlibc
4682$ d_endnent = tmp
4683$ ELSE
4684$ d_endnent="undef"
4685$ ENDIF
4686$!
4687$! Check for endprotoent
4688$!
046cc26c 4689$ IF Has_Dec_C_Sockets
570bb66e
JH
4690$ THEN
4691$ OS
7558ebc2
PP
4692$ WS "#if defined(__DECC) || defined(__DECCXX)"
4693$ WS "#include <stdlib.h>"
4694$ WS "#endif"
4695$ WS "#include <stdio.h>"
046cc26c 4696$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4697$ WS "int main()"
570bb66e 4698$ WS "{"
7558ebc2
PP
4699$ WS "endprotoent();"
4700$ WS "exit(0);"
570bb66e
JH
4701$ WS "}"
4702$ CS
4703$ tmp = "endprotoent"
4704$ GOSUB inlibc
4705$ d_endpent = tmp
4706$ ELSE
4707$ d_endpent="undef"
4708$ ENDIF
4709$!
4710$! Check for endservent
4711$!
046cc26c 4712$ IF Has_Dec_C_Sockets
570bb66e
JH
4713$ THEN
4714$ OS
7558ebc2
PP
4715$ WS "#if defined(__DECC) || defined(__DECCXX)"
4716$ WS "#include <stdlib.h>"
4717$ WS "#endif"
4718$ WS "#include <stdio.h>"
046cc26c 4719$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4720$ WS "int main()"
570bb66e 4721$ WS "{"
7558ebc2
PP
4722$ WS "endservent();"
4723$ WS "exit(0);"
570bb66e
JH
4724$ WS "}"
4725$ CS
4726$ tmp = "endservent"
4727$ GOSUB inlibc
4728$ d_endsent = tmp
4729$ ELSE
4730$ d_endsent="undef"
4731$ ENDIF
4732$!
4733$! Check for sethostent
4734$!
046cc26c 4735$ IF Has_Dec_C_Sockets
570bb66e
JH
4736$ THEN
4737$ OS
7558ebc2
PP
4738$ WS "#if defined(__DECC) || defined(__DECCXX)"
4739$ WS "#include <stdlib.h>"
4740$ WS "#endif"
4741$ WS "#include <stdio.h>"
046cc26c 4742$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4743$ WS "int main()"
570bb66e 4744$ WS "{"
7558ebc2
PP
4745$ WS "sethostent(1);"
4746$ WS "exit(0);"
570bb66e
JH
4747$ WS "}"
4748$ CS
4749$ tmp = "sethostent"
4750$ GOSUB inlibc
4751$ d_sethent = tmp
4752$ ELSE
4753$ d_sethent="undef"
4754$ ENDIF
4755$!
4756$! Check for setnetent
4757$!
046cc26c 4758$ IF Has_Dec_C_Sockets
570bb66e
JH
4759$ THEN
4760$ OS
7558ebc2
PP
4761$ WS "#if defined(__DECC) || defined(__DECCXX)"
4762$ WS "#include <stdlib.h>"
4763$ WS "#endif"
4764$ WS "#include <stdio.h>"
046cc26c 4765$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4766$ WS "int main()"
570bb66e 4767$ WS "{"
7558ebc2
PP
4768$ WS "setnetent(1);"
4769$ WS "exit(0);"
570bb66e
JH
4770$ WS "}"
4771$ CS
4772$ tmp = "setnetent"
4773$ GOSUB inlibc
4774$ d_setnent = tmp
4775$ ELSE
4776$ d_setnent="undef"
4777$ ENDIF
4778$!
4779$! Check for setprotoent
4780$!
046cc26c 4781$ IF Has_Dec_C_Sockets
570bb66e
JH
4782$ THEN
4783$ OS
7558ebc2
PP
4784$ WS "#if defined(__DECC) || defined(__DECCXX)"
4785$ WS "#include <stdlib.h>"
4786$ WS "#endif"
4787$ WS "#include <stdio.h>"
046cc26c 4788$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4789$ WS "int main()"
570bb66e 4790$ WS "{"
7558ebc2
PP
4791$ WS "setprotoent(1);"
4792$ WS "exit(0);"
570bb66e
JH
4793$ WS "}"
4794$ CS
4795$ tmp = "setprotoent"
4796$ GOSUB inlibc
4797$ d_setpent = tmp
4798$ ELSE
4799$ d_setpent="undef"
4800$ ENDIF
4801$!
4802$! Check for setservent
4803$!
046cc26c 4804$ IF Has_Dec_C_Sockets
570bb66e
JH
4805$ THEN
4806$ OS
7558ebc2
PP
4807$ WS "#if defined(__DECC) || defined(__DECCXX)"
4808$ WS "#include <stdlib.h>"
4809$ WS "#endif"
4810$ WS "#include <stdio.h>"
046cc26c 4811$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4812$ WS "int main()"
570bb66e 4813$ WS "{"
7558ebc2
PP
4814$ WS "setservent(1);"
4815$ WS "exit(0);"
570bb66e
JH
4816$ WS "}"
4817$ CS
4818$ tmp = "setservent"
4819$ GOSUB inlibc
4820$ d_setsent = tmp
4821$ ELSE
4822$ d_setsent="undef"
4823$ ENDIF
4824$!
4825$! Check for gethostent
4826$!
046cc26c 4827$ IF Has_Dec_C_Sockets
570bb66e
JH
4828$ THEN
4829$ OS
7558ebc2
PP
4830$ WS "#if defined(__DECC) || defined(__DECCXX)"
4831$ WS "#include <stdlib.h>"
4832$ WS "#endif"
4833$ WS "#include <stdio.h>"
046cc26c 4834$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4835$ WS "int main()"
570bb66e 4836$ WS "{"
7558ebc2
PP
4837$ WS "gethostent();"
4838$ WS "exit(0);"
570bb66e
JH
4839$ WS "}"
4840$ CS
4841$ tmp = "gethostent"
4842$ GOSUB inlibc
4843$ d_gethent = tmp
4844$ ELSE
4845$ d_gethent="undef"
4846$ ENDIF
4847$!
4848$! Check for getnetent
4849$!
046cc26c 4850$ IF Has_Dec_C_Sockets
570bb66e
JH
4851$ THEN
4852$ OS
7558ebc2
PP
4853$ WS "#if defined(__DECC) || defined(__DECCXX)"
4854$ WS "#include <stdlib.h>"
4855$ WS "#endif"
4856$ WS "#include <stdio.h>"
046cc26c 4857$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4858$ WS "int main()"
570bb66e 4859$ WS "{"
7558ebc2
PP
4860$ WS "getnetent();"
4861$ WS "exit(0);"
570bb66e
JH
4862$ WS "}"
4863$ CS
4864$ tmp = "getnetent"
4865$ GOSUB inlibc
4866$ d_getnent = tmp
4867$ ELSE
4868$ d_getnent="undef"
4869$ ENDIF
4870$!
4871$! Check for getprotoent
4872$!
046cc26c 4873$ IF Has_Dec_C_Sockets
570bb66e
JH
4874$ THEN
4875$ OS
7558ebc2
PP
4876$ WS "#if defined(__DECC) || defined(__DECCXX)"
4877$ WS "#include <stdlib.h>"
4878$ WS "#endif"
4879$ WS "#include <stdio.h>"
046cc26c 4880$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4881$ WS "int main()"
570bb66e 4882$ WS "{"
7558ebc2
PP
4883$ WS "getprotoent();"
4884$ WS "exit(0);"
570bb66e
JH
4885$ WS "}"
4886$ CS
4887$ tmp = "getprotoent"
4888$ GOSUB inlibc
4889$ d_getpent = tmp
4890$ ELSE
4891$ d_getpent="undef"
4892$ ENDIF
4893$!
4894$! Check for getservent
4895$!
046cc26c 4896$ IF Has_Dec_C_Sockets
570bb66e
JH
4897$ THEN
4898$ OS
7558ebc2
PP
4899$ WS "#if defined(__DECC) || defined(__DECCXX)"
4900$ WS "#include <stdlib.h>"
4901$ WS "#endif"
4902$ WS "#include <stdio.h>"
046cc26c 4903$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 4904$ WS "int main()"
570bb66e 4905$ WS "{"
7558ebc2
PP
4906$ WS "getservent();"
4907$ WS "exit(0);"
570bb66e
JH
4908$ WS "}"
4909$ CS
4910$ tmp = "getservent"
4911$ GOSUB inlibc
4912$ d_getsent = tmp
4913$ ELSE
4914$ d_getsent="undef"
4915$ ENDIF
4916$!
234242ca
CB
4917$!
4918$! Check for sa_len
4919$!
4920$ echo4 "Checking the availability of sa_len in the sockaddr struct ..."
046cc26c 4921$ IF Has_Dec_C_Sockets
234242ca
CB
4922$ THEN
4923$ OS
4924$ WS "#if defined(__DECC) || defined(__DECCXX)"
4925$ WS "#include <stdlib.h>"
4926$ WS "#endif"
4927$ WS "#define _SOCKADDR_LEN"
4928$ WS "#include <types.h>"
046cc26c 4929$ WS "#include <socket.h>"
85fac3a9 4930$ WS "#include <string.h>"
234242ca
CB
4931$ WS "int main() {"
4932$ WS "struct sockaddr sa;"
85fac3a9 4933$ WS "memset((char *)&sa, 0, sizeof(sa));"
234242ca
CB
4934$ WS "return (sa.sa_len);"
4935$ WS "}"
4936$ CS
4937$ GOSUB compile_ok
4938$ IF compile_status .EQ. good_compile
4939$ THEN
4940$ d_sockaddr_sa_len="define"
4941$ echo "You have sa_len in the sockaddr struct."
4942$ ELSE
4943$ d_sockaddr_sa_len="undef"
4944$ echo "You do not have sa_len in the sockaddr struct."
4945$ ENDIF
4946$ ELSE
4947$ d_sockaddr_sa_len="undef"
4948$ echo "You do not have sa_len in the sockaddr struct."
4949$ ENDIF
d9484470
CB
4950$!
4951$! Check for sin6_scope_id
4952$!
4953$ echo4 "Checking the availability of sin6_scope_id in the struct sockaddr_in6 ..."
046cc26c 4954$ IF Has_Dec_C_Sockets
d9484470
CB
4955$ THEN
4956$ OS
4957$ WS "#include <types.h>"
046cc26c 4958$ WS "#include <socket.h>"
d9484470 4959$ WS "#include <in.h>"
85fac3a9 4960$ WS "#include <string.h>"
d9484470
CB
4961$ WS "int main() {"
4962$ WS "struct sockaddr_in6 sin6;"
85fac3a9 4963$ WS "memset((char *)&sin6, 0, sizeof(sin6));"
d9484470
CB
4964$ WS "return (sin6.sin6_scope_id);"
4965$ WS "}"
4966$ CS
4967$ GOSUB compile_ok
4968$ IF compile_status .EQ. good_compile
4969$ THEN
4970$ d_sin6_scope_id="define"
4971$ echo "You have sin6_scope_id in the sockaddr_in6 struct."
4972$ ELSE
4973$ d_sin6_scope_id="undef"
4974$ echo "You do not have sin6_scope_id in the sockaddr_in6 struct."
4975$ ENDIF
4976$ ELSE
4977$ d_sin6_scope_id="undef"
4978$ echo "You do not have sin6_scope_id in the sockaddr_in6 struct."
4979$ ENDIF
4980$!
02e1c2f1
CB
4981$! Check for nanosleep
4982$!
4983$ OS
4984$ WS "#if defined(__DECC) || defined(__DECCXX)"
4985$ WS "#include <stdlib.h>"
4986$ WS "#endif"
4987$ WS "#include <time.h>"
4988$ WS "int main()"
4989$ WS "{"
4990$ WS "int asleep = nanosleep(NULL,NULL);"
4991$ WS "exit(0);"
4992$ WS "}"
4993$ CS
4994$ tmp = "nanosleep"
4995$ GOSUB inlibc
4996$ d_nanosleep = tmp
4997$!
570bb66e
JH
4998$! Check for socklen_t
4999$!
046cc26c 5000$ IF Has_Dec_C_Sockets
570bb66e
JH
5001$ THEN
5002$ echo4 "Checking to see if you have socklen_t..."
5003$ OS
7558ebc2
PP
5004$ WS "#if defined(__DECC) || defined(__DECCXX)"
5005$ WS "#include <stdlib.h>"
5006$ WS "#endif"
5007$ WS "#include <stdio.h>"
046cc26c 5008$ IF i_netdb .EQS. "define" THEN WS "#include <netdb.h>"
7558ebc2 5009$ WS "int main()"
570bb66e 5010$ WS "{"
7558ebc2
PP
5011$ WS "socklen_t x = 16;"
5012$ WS "exit(0);"
570bb66e
JH
5013$ WS "}"
5014$ CS
5015$ GOSUB link_ok
5016$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5017$ THEN
5018$ d_socklen_t="define"
5019$ echo "You have socklen_t."
5020$ ELSE
5021$ d_socklen_t="undef"
5022$ echo "You do not have socklen_t."
5023$ ENDIF
5024$ ELSE
5025$ d_socklen_t="undef"
5026$ ENDIF
5027$!
5028$! Check for pthread_yield
5029$!
5030$ IF use_threads
5031$ THEN
5032$ OS
7558ebc2
PP
5033$ WS "#if defined(__DECC) || defined(__DECCXX)"
5034$ WS "#include <stdlib.h>"
5035$ WS "#endif"
5036$ WS "#include <pthread.h>"
5037$ WS "#include <stdio.h>"
5038$ WS "int main()"
570bb66e 5039$ WS "{"
7558ebc2
PP
5040$ WS "pthread_yield();"
5041$ WS "exit(0);"
570bb66e
JH
5042$ WS "}"
5043$ CS
5044$ tmp = "pthread_yield"
5045$ GOSUB inlibc
5046$ d_pthread_yield = tmp
5047$ ELSE
5048$ d_pthread_yield="undef"
5049$ ENDIF
5050$!
5051$! Check for sched_yield
5052$!
5053$ IF use_threads
5054$ THEN
5055$ OS
7558ebc2
PP
5056$ WS "#if defined(__DECC) || defined(__DECCXX)"
5057$ WS "#include <stdlib.h>"
5058$ WS "#endif"
5059$ WS "#include <pthread.h>"
5060$ WS "#include <stdio.h>"
5061$ WS "int main()"
570bb66e 5062$ WS "{"
7558ebc2
PP
5063$ WS "sched_yield();"
5064$ WS "exit(0);"
570bb66e
JH
5065$ WS "}"
5066$ CS
5067$ tmp = "sched_yield"
5068$ GOSUB inlibc
5069$ d_sched_yield = tmp
5070$ IF d_sched_yield .EQS. "define"
5071$ THEN sched_yield = "sched_yield"
5072$ ELSE sched_yield = " "
5073$ ENDIF
5074$ ELSE
5075$ d_sched_yield="undef"
5076$ sched_yield = " "
5077$ ENDIF
5078$!
e0e3c57a
JH
5079$! Check for pthread_attr_setscope and PTHREAD_SCOPE_SYSTEM.
5080$! (The actual test is to be written.)
5081$!
5082$ d_pthread_attr_setscope="undef"
5083$!
570bb66e
JH
5084$! Check for generic pointer size
5085$!
5086$ echo4 "Checking to see how big your pointers are..."
5087$ OS
7558ebc2
PP
5088$ WS "#if defined(__DECC) || defined(__DECCXX)"
5089$ WS "#include <stdlib.h>"
5090$ WS "#endif"
5091$ WS "#include <stdio.h>"
5092$ WS "int main()"
570bb66e 5093$ WS "{"
7558ebc2
PP
5094$ WS "int foo;"
5095$ WS "foo = sizeof(char *);"
5096$ WS "printf(""%d\n"", foo);"
5097$ WS "exit(0);"
570bb66e
JH
5098$ WS "}"
5099$ CS
5100$ tmp = "char *"
5101$ GOSUB type_size_check
5102$ ptrsize = tmp
5103$ echo "Your pointers are ''ptrsize' bytes long."
5104$!
5105$! Check for size_t size
5106$!
5107$ tmp = "size_t"
5108$ zzz = tmp
5109$ echo4 "Checking the size of ''zzz'..."
5110$ GOSUB type_size_check
5111$ sizesize = tmp
5112$ echo "Your ''zzz' size is ''sizesize' bytes."
5113$!
e0261ef8
CB
5114$! Check for _LARGEFILE capability.
5115$!
5116$ off_t_size = 4
5117$ OS
5118$ WS "#define _LARGEFILE"
5119$ WS "#include <stdio.h>"
5120$ WS "int main()"
5121$ WS "{"
5122$ WS "printf(""%d\n"", sizeof(off_t));"
5123$ WS "return(0);"
5124$ WS "}"
5125$ CS
5126$ GOSUB link_ok
5127$ IF link_status .EQ. good_link
5128$ THEN
5129$ GOSUB just_mcr_it
5130$ off_t_size = tmp
5131$ ENDIF
5132$ echo "Your off_t size is ''off_t_size' bytes when _LARGEFILE is defined."
5133$ IF off_t_size .ne. 8 .AND. (uselargefiles .OR. uselargefiles .eqs. "define")
5134$ THEN
5135$ echo4 "You configured with -Duselargefiles but your CRTL does not support _LARGEFILE."
5136$ echo4 "I'm disabling large file support."
5137$ uselargefiles = "undef"
5138$ ENDIF
5139$!
17660758
CB
5140$! Check for st_ino size.
5141$!
5142$ st_ino_size = 4
5143$ OS
5144$ WS "#include <sys/stat.h>"
5145$ WS "#include <stdio.h>"
5146$ WS "#if defined(__DECC) || defined(__DECCXX)"
5147$ WS "#include <stdlib.h>
5148$ WS "#endif"
5149$ WS "int main() {
5150$ WS "#''uselargefiles' _LARGEFILE"
5151$ WS "#ifdef _LARGEFILE"
5152$ WS " printf(""%d\n"", sizeof(__ino64_t));"
5153$ WS "#else"
5154$ WS " printf(""%d\n"", sizeof(unsigned short)*3);"
5155$ WS "#endif"
5156$ WS " exit(0);"
5157$ WS "}"
5158$ CS
5159$ GOSUB link_ok
5160$ IF link_status .EQ. good_link
5161$ THEN
5162$ GOSUB just_mcr_it
5163$ st_ino_size = tmp
5164$ ENDIF
5165$ echo "Your st_ino size is ''st_ino_size' bytes."
5166$!
96021e87
JM
5167$! Tests for hard link, symbolic links, and 7.3 + CRTL features
5168$!
5169$ d_lchown = "undef"
5170$ d_link = "undef"
5171$ d_lstat = "undef"
5172$ d_readlink = "undef"
5173$ d_symlink = "undef"
5174$ d_realpath = "undef"
96021e87
JM
5175$!
5176$! Hard link support has been present since 7.3-1 except for the
5177$! easy to use DCL test to see if hardlinks are enabled on the build
5178$! disk. That would require more work to test, and I am only testing
5179$! this on 8.2, so that is why the 8.2 test.
5180$!
2b4b3ebb 5181$ IF (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87
JM
5182$ THEN
5183$ IF f$getdvi("SYS$DISK","HARDLINKS_SUPPORTED")
5184$ THEN
5185$ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links enabled on build disk."
5186$ echo "I will build with hard link support"
5187$ d_link = "define"
5188$ ELSE
5189$ echo "I Found 64 bit OpenVMS 8.2 or later, and hard links disabled on build disk."
5190$ echo "I will not build with hard link support."
5191$ ENDIF
5192$ ELSE
d00eb249 5193$ echo4 "I can not detect if your CRTL and build disk support hard links."
96021e87
JM
5194$ echo4 "I am disabling hard link support."
5195$ ENDIF
5196$!
5197$ IF uselargefiles .OR. uselargefiles .eqs. "define"
5198$ THEN
2b4b3ebb 5199$ IF (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87 5200$ THEN
fe6e2aaa
CB
5201$ echo4 "Largefile support enabled, so enabling standard stat support too."
5202$ usestdstat = "y"
96021e87
JM
5203$ echo4 -
5204 "Looking for the realpath() function to indicate symbolic link support..."
5205$ OS
85fac3a9 5206$ WS "#include <stdlib.h>"
96021e87
JM
5207$ WS "char *realpath(const char *file_name, char * resolved_name, ...);"
5208$ WS "int main()"
5209$ WS "{"
5210$ WS "char result[255];"
5211$ WS "realpath(""foo"",result);"
5212$ WS "exit(0);"
5213$ WS "}"
5214$ CS
5215$ GOSUB link_ok
5216$ IF compile_status .EQ. good_compile .AND. link_status .EQ. good_link
5217$ THEN
5218$ echo -
5219 "Found realpath() which indicates symbolic link support is present."
5220$ d_lchown = "define"
5221$ d_lstat = "define"
5222$ d_readlink = "define"
5223$ d_symlink = "define"
5224$! d_realpath = "define" ! Perl will not put it in the config.h file?
5225$! Perl apparently does not use a built in realpath() on other platforms,
5226$! but there is a severe performance penatly on OpenVMS to use the Perl
5227$! script that implements a realpath(). The d_symlink symbol is used
5228$! as a replacement for the d_realpath since they are related and both
5229$! were activated by the CRTL at the same time.
5230$!
5231$ ELSE
5232$ echo4 "Your system does not support symbolic links."
5233$ echo4 "I am disabling symbolic link support."
5234$ ENDIF
5235$ ELSE
5236$ echo4 "Your system does not support symbolic links."
5237$ echo4 "I am disabling symbolic link support."
5238$ ENDIF
5239$ ELSE
2b4b3ebb 5240$ IF (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87 5241$ THEN
d00eb249 5242$ echo4 "-Duselargefiles is required for symbolic link support."
96021e87
JM
5243$ echo4 "You did not specify that, so I am disabling symbolic link support."
5244$ ENDIF
5245$ ENDIF
5246$!
9fa802f3
CB
5247$!
5248$! Check for grp.h -- should be 7.3 and later, but test to be sure
5249$!
5250$ tmp = "grp.h"
5251$ GOSUB inhdr
5252$ i_grp = tmp
5253$!
96021e87
JM
5254$! VMS V7.3-2 powered options
5255$! We know that it is only available for V7.3-2 and later on 64 bit platforms.
96021e87
JM
5256$!
5257$ d_getgrgid_r = "undef"
5258$ getgrgid_r_proto = "0"
5259$ d_getgrnam_r = "undef"
5260$ getgrnam_r_proto = "0"
5261$ d_getpgid = "undef"
5262$ d_getpgrp = "undef"
9fa802f3
CB
5263$! N.B. We already have home-grown thread-safe versions of
5264$! getpwnam and getpwuid -- no need to use CRTL versions
96021e87
JM
5265$ d_getpwnam_r = "undef"
5266$ getpwnam_r_proto = "0"
5267$ d_getpwuid_r = "undef"
5268$ getpwuid_r_proto = "0"
5269$ d_setgrent = "undef"
5270$ d_ttyname_r = "undef"
5271$ ttyname_r_proto = "0"
d00eb249
CB
5272$ d_snprintf = "undef"
5273$ d_vsnprintf = "undef"
2b4b3ebb 5274$ if (vms_ver .GES. "7.3-2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87 5275$ then
d00eb249 5276$ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 routines"
96021e87
JM
5277$ d_getgrgid_r = "define"
5278$ getgrgid_r_proto = "1"
5279$ d_getgrnam_r = "define"
5280$ getgrnam_r_proto = "1"
5281$ if d_symlink .or. d_symlink .EQS. "define"
5282$ then
5283$! FIXME: Need to find how to activate this.
5284$! d_getpgid = "define"
5285$! d_getpgrp = "define"
5286$ endif
96021e87
JM
5287$ d_setgrent = "define"
5288$ d_ttyname_r = "define"
5289$ ttyname_r_proto = "1"
d00eb249
CB
5290$ d_snprintf = "define"
5291$ d_vsnprintf = "define"
96021e87
JM
5292$ endif
5293$!
5294$! VMS V7.3-2 powered options
5295$! We know that it is only available for V7.3-2 and later on 64 bit platforms.
5296$! Only implementing right now on 8.2 because that is what I am testing
5297$! These functions may require POSIX UIDs/GIDs to be active, so I am
5298$! not activating the features at this time, just preparing this file
5299$! to easily use them in the future.
5300$!
5301$ d_seteuid = "undef"
5302$ d_setpgid = "undef"
5303$ d_setpgrp = "undef"
5304$ d_setregid = "undef"
5305$ d_setreuid = "undef"
5306$ d_setsid = "undef"
d00eb249 5307$ ! Disable this section for now.
2b4b3ebb 5308$!$ if (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
d00eb249 5309$ if .NOT. 1
96021e87 5310$ then
d00eb249 5311$ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with V7.3-2 UID setting routines"
96021e87
JM
5312$ d_seteuid = "define"
5313$ d_setpgid = "define"
5314$ d_setpgrp = "define"
5315$ d_setregid = "define"
5316$ d_setreuid = "define"
5317$ d_setsid = "define"
5318$ endif
5319$!
5320$! VMS V8 powered options
5321$! We know that it is only available for 8.2 and later on 64 bit platforms.
5322$!
5323$ d_fstatvfs = "undef"
c487cd5b 5324$ d_statvfs = "undef"
96021e87 5325$ i_sysstatvfs = "undef"
2b4b3ebb 5326$ if (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87 5327$ then
d00eb249 5328$ echo "Found 64 bit OpenVMS ''vms_ver' -- will build with 8.2 routines"
96021e87 5329$ d_fstatvfs = "define"
c487cd5b 5330$ d_statvfs = "define"
96021e87
JM
5331$ i_sysstatvfs = "define"
5332$ endif
5333$!
570bb66e
JH
5334$! Check rand48 and its ilk
5335$!
7e0a9dba
CB
5336$ echo4 "Using our internal random number implementation..."
5337$!
5338$ randfunc = "Perl_drand48"
5339$ drand01 = "Perl_drand48()"
5340$ seedfunc = "Perl_drand48_init"
5341$ randbits = "48"
5342$ randseedtype = "U32"
5343$ d_drand48proto = "define"
5344$!
570bb66e
JH
5345$! Done with compiler checks. Clean up.
5346$ IF F$SEARCH("try.c") .NES."" THEN DELETE/NOLOG/NOCONFIRM try.c;*
5347$ IF F$SEARCH("try.obj").NES."" THEN DELETE/NOLOG/NOCONFIRM try.obj;*
5348$ IF F$SEARCH("try.exe").NES."" THEN DELETE/NOLOG/NOCONFIRM try.exe;*
5349$ IF F$SEARCH("try.opt").NES."" THEN DELETE/NOLOG/NOCONFIRM try.opt;*
5350$ IF F$SEARCH("try.out").NES."" THEN DELETE/NOLOG/NOCONFIRM try.out;*
414b89cc 5351$ IF ccname .EQS. "CXX"
570bb66e
JH
5352$ THEN
5353$ CALL Cxx_demangler_cleanup
5354$ ENDIF
5355$!
5356$! Some that are compiler or VMS version sensitive
5357$!
5358$! Gnu C stuff
414b89cc 5359$ IF ccname .EQS. "GCC"
570bb66e
JH
5360$ THEN
5361$ d_attribut="define"
5362$ vms_cc_type="gcc"
5363$ ELSE
85fac3a9
CB
5364$ IF ccname .EQS. "CXX"
5365$ THEN
5366$ vms_cc_type="cxx"
5367$ ELSE
5368$ vms_cc_type="cc"
5369$ ENDIF
570bb66e
JH
5370$ d_attribut="undef"
5371$ ENDIF
5372$!
85fac3a9
CB
5373$ d_bcmp="define"
5374$ d_getitimer="define"
5375$ d_gettimeod="define"
5376$ d_mmap="define"
5377$ d_mprotect="define"
5378$ d_munmap="define"
5379$ d_msync="define"
5380$ d_ualarm="define"
5381$ d_uname="define"
5382$! d_unsetenv="define" ! Fix me - Activating requires changing VMS code
5383$ d_unsetenv="undef" ! Change will be needed to allow GNV integration
5384$ d_clearenv="undef"
5385$ d_usleep="define"
5386$ d_setitimer="define"
5387$ d_sigaction="define"
5388$ d_sigprocmask="define"
5389$ d_truncate="define"
5390$ d_wait4="define"
5391$ d_index="define"
5392$ pidtype="pid_t"
5393$ sig_name1="ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE"
5394$ sig_name2=" ALRM TERM USR1 USR2 NUM18 NUM19 CHLD CONT STOP TSTP TTIN TTOU DEBUG"
5395$ IF (vms_ver .GES. "7.3")
5396$ THEN
fe1de8ce 5397$ sig_name2 = sig_name2 + " NUM27 WINCH"
85fac3a9 5398$ ENDIF
fe1de8ce
CB
5399$!* signal.h defines SIGRTMIN as 33 and SIGRTMAX as 64, but there is no
5400$!* sigqueue function or other apparent means to do realtime signalling,
5401$!* so let's not try to include the realtime range for now.
5402$!* sig_name3=" NUM29 NUM30 NUM31 NUM32 RTMIN NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43"
5403$!* sig_name4=" NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58"
5404$!* sig_name5=" NUM59 NUM60 NUM61 NUMT62 NUM63 RTMAX"
85fac3a9
CB
5405$ sig_name = sig_name1 + sig_name2
5406$ sig_num = ""
5407$ sig_num_init = ""
5408$ sig_name_init = ""
5409$ sig_index = 0
fe1de8ce
CB
5410$!
5411$ PARSE_SIG_NAME_LOOP:
5412$!
5413$ tmp = F$ELEMENT(sig_index, " ", sig_name)
5414$ IF F$LENGTH(F$EDIT(tmp,"TRIM")) .eq. 0 THEN GOTO END_SIG_NAME_LOOP
5415$ sig_name_init = sig_name_init + """''tmp'"","
5416$ sig_num = sig_num + "''sig_index' "
5417$ sig_num_init = sig_num_init + "''sig_index',"
5418$ sig_index = sig_index + 1
5419$ GOTO PARSE_SIG_NAME_LOOP
5420$!
5421$ END_SIG_NAME_LOOP:
5422$!
5423$ sig_name_init = sig_name_init + "0"
5424$ sig_num_init = sig_num_init + "0"
5425$ sig_size = "''sig_index'"
5426$ sig_index = sig_index - 1
5427$ sig_count = "''sig_index'"
570bb66e
JH
5428$ uidtype="uid_t"
5429$ d_pathconf="define"
5430$ d_fpathconf="define"
5431$ d_sysconf="define"
5432$ d_sigsetjmp="define"
85fac3a9 5433$!
a3bd614a
PP
5434$!: see if tzname[] exists
5435$ OS
5436$ WS "#include <stdio.h>"
5437$ WS "#include <time.h>"
5438$ WS "int main() { extern short tzname[]; printf(""%hd"", tzname[0]); }"
5439$ CS
5440$ GOSUB compile_ok
5441$ IF compile_status .EQ. good_compile
5442$ THEN
5443$ d_tzname = "undef"
5444$ echo4 "tzname[] NOT found."
5445$ ELSE
5446$ d_tzname = "define"
5447$ echo4 "tzname[] found."
5448$ ENDIF
5449$ IF F$SEARCH("try.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM try.obj;
570bb66e 5450$!
414b89cc
CB
5451$ IF d_gethname .EQS. "undef" .AND. d_uname .EQS. "undef"
5452$ THEN
5453$ d_phostname="define"
5454$ ELSE
5455$ d_phostname="undef"
5456$ ENDIF
5457$!
570bb66e 5458$! Dec C alone
85fac3a9 5459$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
570bb66e 5460$ THEN
570bb66e 5461$ vms_cc_type="decc"
570bb66e 5462$ ENDIF
c9186d06
CB
5463$ d_faststdio="define"
5464$ d_locconv="define"
5465$ d_mblen="define"
5466$ d_mbstowcs="define"
5467$ d_mbtowc="define"
5468$ d_mktime="define"
5469$ d_nl_langinfo="define"
5470$ d_setlocale="define"
5471$ d_stdiobase="define"
5472$ d_stdio_cnt_lval="define"
5473$ d_stdio_ptr_lval="define"
5474$ d_stdstdio="define"
5475$ d_strcoll="define"
5476$ d_strxfrm="define"
5477$ i_langinfo="define"
5478$ i_locale="define"
a7ffa9b9 5479$ d_stdio_ptr_lval_sets_cnt="undef"
a15cef0c 5480$ d_stdio_ptr_lval_nochange_cnt="define"
1de32f2a 5481$ usefaststdio="undef"
570bb66e
JH
5482$!
5483$! Sockets?
046cc26c 5484$ if Has_Dec_C_Sockets
570bb66e
JH
5485$ THEN
5486$ d_vms_do_sockets="define"
5487$ d_htonl="define"
5488$ d_socket="define"
96021e87 5489$ d_sockpair = "undef"
2b4b3ebb 5490$ if (vms_ver .GES. "8.2") .AND. (F$ELEMENT(0, "-", archname) .NES. "VMS_VAX")
96021e87
JM
5491$ then
5492$ echo "Found 64 bit OpenVMS 8.2, will build with socketpair support"
5493$ d_sockpair = "define"
5494$ endif
570bb66e
JH
5495$ d_select="define"
5496$ netdb_hlen_type="int"
5497$ netdb_host_type="char *"
5498$ netdb_name_type="char *"
5499$ netdb_net_type="long"
5500$ d_gethbyaddr="define"
5501$ d_gethbyname="define"
5502$ d_getnbyaddr="define"
5503$ d_getnbyname="define"
5504$ d_getpbynumber="define"
5505$ d_getpbyname="define"
5506$ d_getsbyport="define"
5507$ d_getsbyname="define"
5508$ d_gethostprotos="define"
5509$ d_getnetprotos="define"
5510$ d_getprotoprotos="define"
5511$ d_getservprotos="define"
f37a8e97 5512$ socksizetype="size_t"
570bb66e
JH
5513$ ELSE
5514$ d_vms_do_sockets="undef"
5515$ d_htonl="undef"
5516$ d_socket="undef"
96021e87 5517$ d_socketpair = "undef"
570bb66e
JH
5518$ d_select="undef"
5519$ netdb_hlen_type="int"
5520$ netdb_host_type="char *"
5521$ netdb_name_type="char *"
5522$ netdb_net_type="long"
5523$ d_gethbyaddr="undef"
5524$ d_gethbyname="undef"
5525$ d_getnbyaddr="undef"
5526$ d_getnbyname="undef"
5527$ d_getpbynumber="undef"
5528$ d_getpbyname="undef"
5529$ d_getsbyport="undef"
5530$ d_getsbyname="undef"
5531$ d_gethostprotos="undef"
5532$ d_getnetprotos="undef"
5533$ d_getprotoprotos="undef"
5534$ d_getservprotos="undef"
5535$ socksizetype="undef"
5536$ ENDIF
5537$! Threads
32995a38 5538$ d_oldpthreads="undef"
570bb66e
JH
5539$ IF use_threads
5540$ THEN
5541$ usethreads="define"
5542$ d_pthreads_created_joinable="define"
570bb66e 5543$ ELSE
570bb66e
JH
5544$ usethreads="undef"
5545$ d_pthreads_created_joinable="undef"
5546$ ENDIF
5547$!
5548$! new (5.005_62++) typedefs for primitives
5549$!
5550$ echo "Choosing the C types to be used for Perl's internal types..."
5551$ ivtype="long"
5552$ uvtype="unsigned long"
5553$ i8type="char"
5554$ u8type="unsigned char"
5555$ i16type="short"
5556$ u16type="unsigned short"
5557$ i32type="int"
5558$ u32type="unsigned int"
5559$ i64type="long long"
5560$ u64type="unsigned long long"
5561$ nvtype="double"
5562$!
5563$ IF use64bitint .OR. use64bitint .EQS. "define"
5564$ THEN
5565$ ivtype = "''i64type'"
5566$ uvtype = "''u64type'"
570bb66e
JH
5567$ ELSE
5568$ i64size="undef"
5569$ u64size="undef"
5570$ ENDIF
5571$!
50ddda1d
CB
5572$ IF uselongdouble .OR. uselongdouble .EQS. "define"
5573$ THEN
5574$ nvtype="long double"
5575$ ENDIF
5576$!
570bb66e
JH
5577$ tmp = "''ivtype'"
5578$ GOSUB type_size_check
5579$ ivsize = tmp
5580$ IF use64bitint .OR. use64bitint .EQS. "define" THEN i64size = tmp
5581$ IF ivtype .eqs. "long"
5582$ THEN longsize = tmp
5583$ ELSE
5584$ tmp = "long"
5585$ GOSUB type_size_check
5586$ longsize = tmp
5587$ ENDIF
7558ebc2 5588$!
570bb66e
JH
5589$ tmp = "''uvtype'"
5590$ GOSUB type_size_check
5591$ uvsize = tmp
5592$ IF use64bitint .OR. use64bitint .EQS. "define" THEN u64size = tmp
7558ebc2 5593$!
570bb66e
JH
5594$ tmp = "''i8type'"
5595$ GOSUB type_size_check
5596$ i8size = tmp
7558ebc2 5597$!
570bb66e
JH
5598$ tmp = "''u8type'"
5599$ GOSUB type_size_check
5600$ u8size = tmp
7558ebc2 5601$!
570bb66e
JH
5602$ tmp = "''i16type'"
5603$ GOSUB type_size_check
5604$ i16size = tmp
5605$ IF i16type .eqs. "short"
5606$ THEN shortsize = tmp
5607$ ELSE
5608$ tmp = "short"
5609$ gosub type_size_check
5610$ shortsize = tmp
5611$ ENDIF
7558ebc2 5612$!
570bb66e
JH
5613$ tmp = "''u16type'"
5614$ GOSUB type_size_check
5615$ u16size = tmp
7558ebc2 5616$!
570bb66e
JH
5617$ tmp = "''i32type'"
5618$ GOSUB type_size_check
5619$ i32size = tmp
5620$ IF i32type .eqs. "int"
5621$ THEN intsize = tmp
5622$ ELSE
5623$ tmp = "int"
5624$ gosub type_size_check
5625$ intsize = tmp
5626$ ENDIF
7558ebc2 5627$!
570bb66e
JH
5628$ tmp = "''u32type'"
5629$ gosub type_size_check
5630$ u32size = tmp
7558ebc2 5631$!
570bb66e
JH
5632$ tmp = "''nvtype'"
5633$ GOSUB type_size_check
5634$ nvsize = tmp
5635$!
5636$ echo "(IV will be ""''ivtype'"", ''ivsize' bytes)"
5637$ echo "(UV will be ""''uvtype'"", ''uvsize' bytes)"
5638$ echo "(NV will be ""''nvtype'"", ''nvsize' bytes)"
5639$!
a5bd55ee
CB
5640$ d_nv_preserves_uv = "undef"
5641$ echo4 "Checking how many bits of your UVs your NVs can preserve..."
570bb66e 5642$ OS
7558ebc2
PP
5643$ WS "#if defined(__DECC) || defined(__DECCXX)"
5644$ WS "#include <stdlib.h>"
5645$ WS "#endif"
5646$ WS "#include <stdio.h>"
5647$ WS "int main() {"
a5bd55ee
CB
5648$ WS " ''uvtype' u = 0;"
5649$ WS " int n = 8 * ''uvsize';"
5650$ WS " int i;"
5651$ WS " for (i = 0; i < n; i++) {"
5652$ WS " u = u << 1 | (''uvtype')1;"
5653$ WS " if ((''uvtype')(''nvtype')u != u)"
5654$ WS " break;"
5655$ WS " }"
5656$ WS " printf(""%d\n"", i);"
7558ebc2
PP
5657$ WS " exit(0);"
5658$ WS "}"
570bb66e
JH
5659$ CS
5660$ GOSUB compile
a5bd55ee
CB
5661$ nv_preserves_uv_bits = tmp
5662$ IF F$INTEGER(nv_preserves_uv_bits) .GE. (F$INTEGER(uvsize) * 8)
5663$ THEN
570bb66e 5664$ d_nv_preserves_uv = "define"
a5bd55ee 5665$ echo "Your NVs can preserve all ''nv_preserves_uv_bits' bits of your UVs."
570bb66e 5666$ ELSE
a2ea9adf 5667$ d_nv_preserves_uv = "undef"
a5bd55ee 5668$ echo "Your NVs can preserve only ''nv_preserves_uv_bits' bits of your UVs."
570bb66e 5669$ ENDIF
f2610a60 5670$!
1e74786a
CB
5671$ nv_overflows_integers_at = "0"
5672$ echo4 "Checking to find the largest integer value your NVs can hold..."
5673$ OS
5674$ WS "#include <stdio.h>"
5675$ WS ""
5676$ WS "typedef ''nvtype' NV;"
5677$ WS ""
5678$ WS "int"
5679$ WS "main() {"
5680$ WS " NV value = 2;"
5681$ WS " int count = 1;"
5682$ WS ""
5683$ WS " while(count < 256) {"
5684$ WS " volatile NV up = value + 1.0;"
5685$ WS " volatile NV negated = -value;"
5686$ WS " volatile NV down = negated - 1.0;"
5687$ WS " volatile NV got_up = up - value;"
5688$ WS " int up_good = got_up == 1.0;"
5689$ WS " int got_down = down - negated;"
5690$ WS " int down_good = got_down == -1.0;"
5691$ WS ""
5692$ WS " if (down_good != up_good) {"
5693$ WS " fprintf(stderr,"
5694$ WS " ""Inconsistency - up %d %f; down %d %f; for 2**%d (%.20f)\n"","
5695$ WS " up_good, (double) got_up, down_good, (double) got_down,"
5696$ WS " count, (double) value);"
5697$ WS " return 1;"
5698$ WS " }"
5699$ WS " if (!up_good) {"
5700$ WS " while (1) {"
5701$ WS " if (count > 8) {"
5702$ WS " count -= 8;"
5703$ WS " fputs(""256.0"", stdout);"
5704$ WS " } else {"
5705$ WS " count--;"
5706$ WS " fputs(""2.0"", stdout);"
5707$ WS " }"
5708$ WS " if (!count) {"
5709$ WS " puts("""");"
5710$ WS " return 0;"
5711$ WS " }"
5712$ WS " fputs(""*"", stdout);"
5713$ WS " }"
5714$ WS " }"
5715$ WS " value *= 2;"
5716$ WS " ++count;"
5717$ WS " }"
5718$ WS " fprintf(stderr, ""Cannot overflow integer range, even at 2**%d (%.20f)\n"","
5719$ WS " count, (double) value);"
5720$ WS " return 1;"
5721$ WS "}"
5722$ CS
5723$ GOSUB compile
5724$ IF F$LENGTH(tmp) .GT. 0
5725$ THEN
5726$ IF F$EXTRACT(0,1,tmp) .EQS. "2"
5727$ THEN
5728$ echo "The largest integer your NVs can preserve is equal to ''tmp'"
5729$ nv_overflows_integers_at = tmp
5730$ ELSE
5731$ echo "Cannot determine the largest integer value your NVs can hold, unexpected output"
5732$ echo "''tmp'"
5733$ ENDIF
5734$ ELSE
5735$ echo "Cannot determine the largest integer value your NVs can hold"
5736$ ENDIF
5737$!
50ddda1d
CB
5738$! Check for signbit (must already know nvtype)
5739$!
5740$ echo4 "Checking to see if you have signbit() available to work on ''nvtype'..."
5741$ OS
5742$ WS "#if defined(__DECC) || defined(__DECCXX)"
5743$ WS "#include <stdlib.h>"
5744$ WS "#endif"
5745$ WS "#include <fp.h>"
5746$ WS "#include <stdio.h>"
5747$ WS "int main()"
5748$ WS "{"
5749$ WS " ''nvtype' x = 0.0;"
5750$ WS " ''nvtype' y = -0.0;"
5751$ WS " if ((signbit(x) == 0) && (signbit(y) != 0))"
5752$ WS " printf(""1\n"");"
5753$ WS " else"
5754$ WS " printf(""0\n"");"
5755$ WS "}"
5756$ CS
5757$ GOSUB compile
5758$ IF tmp .EQS. "1"
5759$ THEN
5760$ d_signbit = "define"
5761$ echo4 "Yes."
5762$ ELSE
5763$ d_signbit = "undef"
5764$ echo4 "Nope."
5765$ ENDIF
5766$!
db76cb3c
CB
5767$ echo4 "Checking if kill() uses SYS$FORCEX, can't be called from a signal handler,"
5768$ echo4 "or fails to handle a signal value of zero..."
f2610a60
CL
5769$ kill_by_sigprc = "undef"
5770$ OS
5771$ WS "#include <stdio.h>"
5772$ WS "#include <signal.h>"
37a3cbe4 5773$ WS "#include <unistd.h>"
05c058bc
CB
5774$ WS "void handler1(int s) { printf(""%d"",s); kill(getpid(),2); }"
5775$ WS "void handler2(int s) { printf(""%d"",s); }"
f2610a60
CL
5776$ WS "main(){"
5777$ WS " printf(""0"");"
05c058bc
CB
5778$ WS " signal(1,handler1);"
5779$ WS " signal(2,handler2);"
5780$ WS " kill(getpid(),1);"
5781$ WS " sleep(1);"
db76cb3c
CB
5782$ WS " kill(getpid(),0);"
5783$ WS " printf(""3\n"");"
f2610a60
CL
5784$ WS "}"
5785$ CS
5786$ ON ERROR THEN CONTINUE
5787$ GOSUB compile
db76cb3c 5788$ IF tmp .NES. "0123"
f2610a60 5789$ THEN
05c058bc
CB
5790$ echo4 "Yes, it has at least one of those limitations."
5791$ echo4 "Checking whether we can use SYS$SIGPRC instead..."
f2610a60
CL
5792$ OS
5793$ WS "#include <stdio.h>"
5794$ WS "#include <lib$routines.h>"
5795$ WS "unsigned long code = 0;"
85fac3a9
CB
5796$ WS "#define sys$sigprc SYS$SIGPRC"
5797$ WS "#ifdef __cplusplus"
5798$ WS "extern ""C"" {"
5799$ WS "#endif"
5800$ WS " int sys$sigprc(unsigned int *,void *,unsigned int);"
5801$ WS "#ifdef __cplusplus"
5802$ WS "}"
5803$ WS "#endif"
f2610a60
CL
5804$ WS "int handler(unsigned long *args) {"
5805$ WS " code = args[1];"
5806$ WS " return 1;"
5807$ WS "}"
5808$ WS "main() { "
85fac3a9 5809$ WS " int iss;"
f2610a60
CL
5810$ WS " lib$establish(handler);"
5811$ WS " iss = sys$sigprc(0,0,0x1234);"
5812$ WS " iss = ((iss&1)==1 && code == 0x1234);"
5813$ WS " printf(""%d\n"",iss);"
5814$ WS "}"
5815$ CS
dfc1d888
CB
5816$ ON ERROR THEN CONTINUE
5817$ GOSUB compile
f2610a60
CL
5818$ IF tmp .EQS. "1"
5819$ THEN
5cda9808 5820$ echo4 "Yep, we can."
f2610a60
CL
5821$ kill_by_sigprc = "define"
5822$!
5cda9808
CB
5823$ ELSE
5824$ echo4 "Nope, we can't."
f2610a60 5825$ ENDIF
5cda9808
CB
5826$ ELSE
5827$ echo4 "Nope, it doesn't."
f2610a60 5828$ ENDIF
570bb66e
JH
5829$ DELETE/SYMBOL tmp
5830$!
570bb66e
JH
5831$! Finally the composite ones. All config
5832$!
5833$ myuname="''osname' ''myname' ''osvers' ''F$EDIT(hwname, "TRIM")'"
5834$!
414b89cc 5835$ IF ccname .EQS. "DEC"
570bb66e 5836$ THEN
a71134cc 5837$ ccflags="/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
570bb66e 5838$ ENDIF
414b89cc 5839$ IF ccname .EQS. "CXX"
7558ebc2 5840$ THEN
a71134cc 5841$ ccflags="/Include=[]/Standard=ANSI/Prefix=All/Obj=''obj_ext' ''ccflags'"
7558ebc2 5842$ ENDIF
570bb66e
JH
5843$ IF use_vmsdebug_perl
5844$ THEN
a71134cc 5845$ optimize="/List/Debug/NoOpt"
31963e90 5846$ ldflags="/Debug/Trace/Map"
570bb66e
JH
5847$ dbgprefix = "DBG"
5848$ ELSE
a71134cc 5849$ optimize= "/NoList"
31963e90 5850$ ldflags="/NoTrace/NoMap"
570bb66e
JH
5851$ dbgprefix = ""
5852$ ENDIF
5853$!
5854$! Okay, we've got everything configured. Now go write out a config.sh.
5855$ basename_config_sh = F$PARSE(config_sh,,,"NAME",)+F$PARSE(config_sh,,,"TYPE",)
5856$ echo4 "Creating ''basename_config_sh'..."
7558ebc2 5857$ open/write CONFIG 'config_sh'
570bb66e
JH
5858$ WC := write CONFIG
5859$!
5860$! ##BEGIN WRITE NEW CONSTANTS HERE##
5861$!
5862$ WC "#!/bin/sh"
5863$ WC "#"
5864$ WC "# This file was produced by Configure.COM on a ''osname' system."
5865$ WC "#"
5866$ WC "# Package name : ''package'"
5867$ WC "# Source directory : ''src'"
5868$ WC "# Configuration time: " + cf_time
5869$ WC "# Configuration by : " + cf_by
5870$ WC "# Target system : " + myuname
5871$ WC ""
570bb66e
JH
5872$ WC "Makefile_SH='" + Makefile_SH + "'"
5873$ WC "Mcc='" + Mcc + "'"
414b89cc
CB
5874$ WC "PERL_REVISION='" + revision + "'"
5875$ WC "PERL_VERSION='" + patchlevel + "'"
5876$ WC "PERL_SUBVERSION='" + subversion + "'"
30629e9c 5877$ WC "PERL_API_REVISION='" + api_revision + "'"
414b89cc
CB
5878$ WC "PERL_API_VERSION='" + api_version + "'"
5879$ WC "PERL_API_SUBVERSION='" + api_subversion + "'"
c4ac6101 5880$ WC "PERL_PATCHLEVEL='" + perl_patchlevel + "'"
14c175ff 5881$ WC "perl_patchlevel='" + perl_patchlevel + "'"
8c541774 5882$ WC "PERL_CONFIG_SH='true'"
002721d5 5883$ WC "_a='" + lib_ext + "'"
45e8d1dd 5884$ WC "_exe='" + exe_ext + "'"
002721d5 5885$ WC "_o='" + obj_ext + "'"
570bb66e 5886$ WC "alignbytes='" + alignbytes + "'"
414b89cc 5887$ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
614391c8
CB
5888$ WC "api_revision='" + api_revision + "'"
5889$ WC "api_subversion='" + api_subversion + "'"
5890$ WC "api_version='" + api_version + "'"
5891$ WC "api_versionstring='" + version + "'"
570bb66e
JH
5892$ WC "ar='" + "'"
5893$ WC "archlib='" + archlib + "'"
5894$ WC "archlibexp='" + archlibexp + "'"
5895$ WC "archname='" + archname + "'"
5896$ WC "baserev='" + baserev + "'"
5897$ WC "bin='" + bin + "'"
5898$ WC "binexp='" + binexp + "'"
9d1a8da0 5899$ WC "bootstrap_charset='undef'"
570bb66e
JH
5900$ WC "builddir='" + builddir + "'"
5901$ WC "byteorder='1234'"
5902$ WC "castflags='0'"
5903$ WC "cc='" + perl_cc + "'"
5904$ WC "cccdlflags='" + cccdlflags + "'"
5905$ WC "ccdlflags='" + ccdlflags + "'"
e0261ef8
CB
5906$ IF uselargefiles .OR. uselargefiles .EQS. "define"
5907$ THEN
cfcfe586
JM
5908$ IF usestdstat .OR. usestdstat .EQS. "define"
5909$ THEN
5910$ ccdefines = "_USE_STD_STAT=1"
5911$ ELSE
96021e87 5912$ ccdefines = "_LARGEFILE=1"
cfcfe586 5913$ ENDIF
cc57629d
CB
5914$ ELSE
5915$ ccdefines = ""
96021e87
JM
5916$ ENDIF
5917$ IF ccdefines .NES. ""
5918$ THEN
5919$ WC "ccflags='" + ccflags + "/Define=" + ccdefines + "'"
e0261ef8
CB
5920$ ELSE
5921$ WC "ccflags='" + ccflags + "'"
5922$ ENDIF
5923$ WC "ccflags_uselargefiles='" + "'"
414b89cc 5924$ WC "ccname='" + ccname + "'"
7558ebc2 5925$ WC "ccversion='" + ccversion + "'"
570bb66e
JH
5926$ WC "cf_by='" + cf_by + "'"
5927$ WC "cf_email='" + cf_email + "'"
5928$ WC "cf_time='" + cf_time + "'"
c193ef60 5929$ WC "charbits='8'"
570bb66e
JH
5930$ WC "config_args='" + config_args + "'"
5931$ WC "config_sh='" + config_sh + "'"
5932$ WC "cpp_stuff='" + cpp_stuff + "'"
5933$ WC "cpplast='" + cpplast + "'"
5934$ WC "cppminus='" + cppminus + "'"
5935$ WC "cpprun='" + cpprun + "'"
5936$ WC "cppstdin='" + cppstdin + "'"
79f41ce5
CB
5937$ IF use64bitint .OR. use64bitint .EQS. "define"
5938$ THEN
5939$! gcvt() does not work for > 16 decimal places; fallback to sprintf
5940$ WC "d_Gconvert='sprintf((b),""%.*" + (nvgformat-"""") + ",(n),(x))'"
5941$ ELSE
9fd42072 5942$ WC "d_Gconvert='my_gconvert(x,n,t,b)'"
79f41ce5 5943$ ENDIF
d677d0fc
CB
5944$ WC "d_PRIEUldbl='" + d_PRIEUldbl + "'"
5945$ WC "d_PRIFUldbl='" + d_PRIFUldbl + "'"
5946$ WC "d_PRIGUldbl='" + d_PRIGUldbl + "'"
842bcadf 5947$ WC "d_PRIXU64='" + d_PRIXU64 + "'"
2ef53570 5948$ WC "d_PRId64='" + d_PRId64 + "'"
59a27e12 5949$ WC "d_PRIeldbl='" + d_PRIeldbl + "'"
570bb66e
JH
5950$ WC "d_PRIfldbl='" + d_PRIfldbl + "'"
5951$ WC "d_PRIgldbl='" + d_PRIgldbl + "'"
186abd56 5952$ WC "d_PRIi64='" + d_PRIi64 + "'"
570bb66e
JH
5953$ WC "d_PRIo64='" + d_PRIo64 + "'"
5954$ WC "d_PRIu64='" + d_PRIu64 + "'"
5955$ WC "d_PRIx64='" + d_PRIx64 + "'"
b5ddfb46 5956$ WC "d_SCNfldbl='" + d_SCNfldbl + "'"
2ef53570 5957$ WC "d__fwalk='undef'"
570bb66e
JH
5958$ WC "d_access='" + d_access + "'"
5959$ WC "d_accessx='undef'"
40613a90 5960$ WC "d_acosh='" + d_acosh + "'"
e10940c3 5961$ WC "d_aintl='undef'"
570bb66e
JH
5962$ WC "d_alarm='define'"
5963$ WC "d_archlib='define'"
96938616 5964$ WC "d_asctime64='undef'"
a7ed70b3
JH
5965$ WC "d_asinh='" + d_asinh + "'"
5966$ WC "d_atanh='" + d_atanh + "'"
570bb66e
JH
5967$ WC "d_atolf='" + d_atolf + "'"
5968$ WC "d_atoll='" + d_atoll + "'"
0dbb1585 5969$ WC "d_attribute_format='" + d_attribut + "'"
fcdf39cf 5970$ WC "d_attribute_deprecated='undef'"
0dbb1585
AL
5971$ WC "d_attribute_malloc='undef'"
5972$ WC "d_attribute_nonnull='undef'"
5973$ WC "d_attribute_noreturn='undef'"
5974$ WC "d_attribute_pure='undef'"
5975$ WC "d_attribute_unused='undef'"
5976$ WC "d_attribute_warn_unused_result='undef'"
8f13cdc7
MB
5977$ WC "d_prctl='undef'"
5978$ WC "d_prctl_set_name='undef'"
36f1aec4 5979$ WC "d_printf_format_null='undef'"
570bb66e
JH
5980$ WC "d_bcmp='" + d_bcmp + "'"
5981$ WC "d_bcopy='" + d_bcopy + "'"
5982$ WC "d_bincompat3='undef'"
c487cd5b 5983$ WC "d_bsd='undef'"
2ef53570 5984$ WC "d_bsdgetpgrp='undef'"
570bb66e 5985$ WC "d_bsdsetpgrp='undef'"
e8e09534
PP
5986$ WC "d_builtin_choose_expr='undef'" ! GCC only
5987$ WC "d_builtin_expect='undef'" ! GCC only
570bb66e
JH
5988$ WC "d_bzero='" + d_bzero + "'"
5989$ WC "d_casti32='define'"
5990$ WC "d_castneg='define'"
a7ed70b3 5991$ WC "d_cbrt='" + d_cbrt + "'"
570bb66e
JH
5992$ WC "d_charvspr='undef'"
5993$ WC "d_chown='define'"
5994$ WC "d_chroot='undef'"
5995$ WC "d_chsize='undef'"
758a5d79 5996$ WC "d_class='undef'"
c487cd5b 5997$ WC "d_closedir='define'"
570bb66e
JH
5998$ WC "d_cmsghdr_s='undef'"
5999$ WC "d_const='define'"
a7ed70b3 6000$ WC "d_copysign='" + d_copysign + "'"
e10940c3 6001$ WC "d_copysignl='define'"
60f153db 6002$ WC "d_cplusplus='" + d_cplusplus + "'"
570bb66e
JH
6003$ WC "d_crypt='define'"
6004$ WC "d_csh='undef'"
0b57cc8d 6005$ WC "d_ctermid='define'"
96938616 6006$ WC "d_ctime64='undef'"
570bb66e 6007$ WC "d_cuserid='define'"
9802685f 6008$ WC "d_c99_variadic_macros='undef'"
570bb66e 6009$ WC "d_dbl_dig='define'"
2ef53570 6010$ WC "d_dbminitproto='undef'"
570bb66e 6011$ WC "d_difftime='define'"
96938616 6012$ WC "d_difftime64='undef'"
de52168c 6013$ WC "d_dir_dd_fd='undef'"
a838cfe5 6014$ WC "d_dirfd='undef'"
ddcbaa1c 6015$ WC "d_dirnamlen='define'"
470dd224 6016$ WC "d_dladdr='undef'"
c487cd5b
CB
6017$ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.2")
6018$ THEN
6019$ WC "d_dlerror='define'"
6020$ WC "d_dlopen='define'"
6021$ ELSE
6022$ WC "d_dlerror='undef'"
6023$ WC "d_dlopen='undef'"
6024$ ENDIF
570bb66e 6025$ WC "d_dlsymun='undef'"
470dd224 6026$ WC "d_backtrace='undef'"
570bb66e
JH
6027$ WC "d_dosuid='undef'"
6028$ WC "d_drand48proto='" + d_drand48proto + "'"
6029$ WC "d_dup2='define'"
6030$ WC "d_eaccess='undef'"
6031$ WC "d_endgrent='define'"
6032$ WC "d_endhent='" + d_endhent + "'"
6033$ WC "d_endnent='" + d_endnent + "'"
6034$ WC "d_endpent='" + d_endpent + "'"
6035$ WC "d_endpwent='define'"
6036$ WC "d_endsent='" + d_endsent + "'"
6037$ WC "d_eofnblk='undef'"
a7ed70b3
JH
6038$ WC "d_erf='" + d_erf + "'"
6039$ WC "d_erfc='" + d_erfc + "'"
570bb66e 6040$ WC "d_eunice='undef'"
a7ed70b3
JH
6041$ WC "d_exp2='" + d_exp2 + "'"
6042$ WC "d_expm1='" + d_expm1 + "'"
570bb66e 6043$ WC "d_fchmod='undef'"
b363b713 6044$ WC "d_fchdir='undef'"
570bb66e
JH
6045$ WC "d_fchown='undef'"
6046$ WC "d_fcntl='" + d_fcntl + "'"
1c21a19a 6047$ WC "d_fcntl_can_lock='" + d_fcntl_can_lock + "'"
570bb66e 6048$ WC "d_fd_set='" + d_fd_set + "'"
06fb617f 6049$ WC "d_fd_macros='define'"
a7ed70b3 6050$ WC "d_fdim='" + d_fdim + "'"
06fb617f 6051$ WC "d_fds_bits='define'"
2f6b96eb 6052$ WC "d_fegetround='undef'"
570bb66e 6053$ WC "d_fgetpos='define'"
c6c7826a
CB
6054$ IF F$ELEMENT(0, "-", archname) .NES. "VMS_VAX" .AND. use_ieee_math
6055$ THEN
6056$ WC "d_finite='define'"
6057$ WC "d_finitel='define'"
6058$ ELSE
6059$ WC "d_finite='undef'"
6060$ WC "d_finitel='undef'"
6061$ ENDIF
570bb66e
JH
6062$ WC "d_flexfnam='define'"
6063$ WC "d_flock='undef'"
2ef53570 6064$ WC "d_flockproto='undef'"
a7ed70b3
JH
6065$ WC "d_fma='" + d_fma + "'"
6066$ WC "d_fmax='" + d_fmax + "'"
6067$ WC "d_fmin='" + d_fmin + "'"
570bb66e 6068$ WC "d_fork='undef'"
758a5d79 6069$ WC "d_fp_class='undef'"
f6ea46e0 6070$ WC "d_fp_classify='" + d_fp_classify + "'"
add06237 6071$ WC "d_fp_classify='undef'"
b19ee02c 6072$ WC "d_fp_classl='undef'"
570bb66e 6073$ WC "d_fpathconf='" + d_fpathconf + "'"
758a5d79
JH
6074$ WC "d_fpclass='undef'"
6075$ WC "d_fpclassify='undef'"
6076$ WC "d_fpclassl='undef'"
4c1a9b0c 6077$ WC "d_fpgetround='undef'"
570bb66e
JH
6078$ WC "d_fpos64_t='" + d_fpos64_t + "'"
6079$ WC "d_frexpl='" + d_frexpl + "'"
6080$ WC "d_fs_data_s='undef'"
e0261ef8 6081$ WC "d_fseeko='" + d_fseeko + "'"
570bb66e
JH
6082$ WC "d_fsetpos='define'"
6083$ WC "d_fstatfs='undef'"
96021e87 6084$ WC "d_fstatvfs='" + d_fstatvfs + "'"
0bb6ccda 6085$ WC "d_fsync='define'"
e0261ef8 6086$ WC "d_ftello='" + d_ftello + "'"
06fb617f 6087$ WC "d_ftime='define'"
eca5cfc5 6088$ WC "d_futimes='undef'"
36ba69be
CB
6089$ WC "d_gdbmndbm_h_uses_prototypes='undef'"
6090$ WC "d_gdbm_ndbm_h_uses_prototypes='undef'"
744841cb
CB
6091$ IF vms_ver .GES. "7.3"
6092$ THEN
6093$ WC "d_getaddrinfo='define'"
6094$ ELSE
6095$ WC "d_getaddrinfo='undef'"
6096$ ENDIF
fea629d8 6097$ WC "d_getcwd='define'"
570bb66e
JH
6098$ WC "d_getespwnam='undef'"
6099$ WC "d_getfsstat='undef'"
6100$ WC "d_getgrent='define'"
6101$ WC "d_getgrps='undef'"
6102$ WC "d_gethbyaddr='" + d_gethbyaddr + "'"
6103$ WC "d_gethbyname='" + d_gethbyname + "'"
6104$ WC "d_gethent='" + d_gethent + "'"
6105$ WC "d_gethname='" + d_gethname + "'"
6106$ WC "d_gethostprotos='" + d_gethostprotos + "'"
10eefe7f 6107$ WC "d_getitimer='" + d_getitimer + "'"
570bb66e
JH
6108$ WC "d_getlogin='define'"
6109$ WC "d_getmnt='undef'"
6110$ WC "d_getmntent='undef'"
744841cb
CB
6111$ IF vms_ver .GES. "7.3"
6112$ THEN
6113$ WC "d_getnameinfo='define'"
6114$ ELSE
6115$ WC "d_getnameinfo='undef'"
6116$ ENDIF
570bb66e
JH
6117$ WC "d_getnbyaddr='" + d_getnbyaddr + "'"
6118$ WC "d_getnbyname='" + d_getnbyname + "'"
6119$ WC "d_getnent='" + d_getnent + "'"
6120$ WC "d_getnetprotos='" + d_getnetprotos + "'"
0c0643d0 6121$ WC "d_getpagsz='undef'"
570bb66e
JH
6122$ WC "d_getpbyname='" + d_getpbyname + "'"
6123$ WC "d_getpbynumber='" + d_getpbynumber + "'"
6124$ WC "d_getpent='" + d_getpent + "'"
96021e87 6125$ WC "d_getpgid='" + d_getpgid + "'"
570bb66e 6126$ WC "d_getpgrp2='undef'"
96021e87 6127$ WC "d_getpgrp='" + d_getpgrp + "'"
41cbbefa 6128$ WC "d_getppid='" + d_getppid + "'"
570bb66e
JH
6129$ WC "d_getprior='undef'"
6130$ WC "d_getprotoprotos='" + d_getprotoprotos + "'"
6131$ WC "d_getprpwnam='undef'"
6132$ WC "d_getpwent='define'"
6133$ WC "d_getsbyname='" + d_getsbyname + "'"
6134$ WC "d_getsbyport='" + d_getsbyport + "'"
6135$ WC "d_getsent='" + d_getsent + "'"
6136$ WC "d_getservprotos='" + d_getservprotos + "'"
6137$ WC "d_getspnam='undef'"
6138$ WC "d_gettimeod='" + d_gettimeod + "'"
96938616 6139$ WC "d_gmtime64='undef'"
570bb66e
JH
6140$ WC "d_gnulibc='undef'"
6141$ WC "d_grpasswd='undef'"
6142$ WC "d_hasmntopt='undef'"
6143$ WC "d_htonl='" + d_htonl + "'"
a7ed70b3
JH
6144$ WC "d_hypot='" + d_hypot + "'"
6145$ WC "d_ilogb='" + d_ilogb + "'"
e10940c3 6146$ WC "d_ilogbl='undef'"
a04d9d89 6147$ WC "d_inc_version_list='undef'"
570bb66e 6148$ WC "d_index='" + d_index + "'"
744841cb
CB
6149$ WC "d_inetaton='define'"
6150$ WC "d_inetntop='define'"
6151$ WC "d_inetpton='define'"
570bb66e 6152$ WC "d_int64_t='" + d_int64_t + "'"
122b9bf4 6153$ WC "d_ip_mreq='define'"
3e06601f 6154$ WC "d_ip_mreq_source='undef'"
fd3bef80 6155$ WC "d_ipv6_mreq='define'"
3e06601f 6156$ WC "d_ipv6_mreq_source='undef'"
570bb66e 6157$ WC "d_isascii='define'"
269a7913 6158$ WC "d_isblank='undef'"
f88c7f62 6159$ WC "d_isfinite='undef'"
fa484e60 6160$ WC "d_isfinitel='undef'"
758a5d79 6161$ WC "d_isinf='undef'"
fa484e60 6162$ WC "d_isinfl='undef'"
f40bbcbf 6163$ WC "d_isless='undef'"
3a491987 6164$ WC "d_isnan='" + d_isnan + "'"
570bb66e 6165$ WC "d_isnanl='" + d_isnanl + "'"
a7ed70b3 6166$ WC "d_isnormal='" + d_isnormal + "'"
4671125a
JH
6167$ WC "d_j0='" + d_j0 + "'"
6168$ WC "d_j0l='undef'"
570bb66e 6169$ WC "d_killpg='undef'"
96021e87 6170$ WC "d_lchown='" + d_lchown + "'"
570bb66e 6171$ WC "d_ldbl_dig='define'"
688e39e5 6172$ WC "d_ldexpl='" + d_ldexpl + "'"
a7ed70b3 6173$ WC "d_lgamma='" + d_lgamma + "'"
5b55c156 6174$ WC "d_libm_lib_version='undef'"
96021e87 6175$ WC "d_link='" + d_link + "'"
a7ed70b3 6176$ WC "d_llrint='undef'"
bc580dd3 6177$ WC "d_llrintl='undef'"
a7ed70b3 6178$ WC "d_llround='undef'"
bc580dd3 6179$ WC "d_llroundl='undef'"
570bb66e 6180$ WC "d_llseek='undef'"
96938616 6181$ WC "d_localtime64='undef'"
570bb66e 6182$ WC "d_locconv='" + d_locconv + "'"
04518420 6183$ WC "d_lc_monetary_2008='undef'"
570bb66e 6184$ WC "d_lockf='undef'"
a7ed70b3
JH
6185$ WC "d_log1p='" + d_log1p + "'"
6186$ WC "d_log2='" + d_log2 + "'"
6187$ WC "d_logb='" + d_logb + "'"
570bb66e
JH
6188$ WC "d_longdbl='" + d_longdbl + "'"
6189$ WC "d_longlong='" + d_longlong + "'"
a7ed70b3 6190$ WC "d_lrint='" + d_lrint + "'"
bc580dd3 6191$ WC "d_lrintl='" + d_lrintl + "'"
a7ed70b3 6192$ WC "d_lround='" + d_lround + "'"
bc580dd3 6193$ WC "d_lroundl='" + d_lroundl + "'"
570bb66e 6194$ WC "d_lseekproto='define'"
96021e87 6195$ WC "d_lstat='" + d_lstat + "'"
570bb66e 6196$ WC "d_madvise='undef'"
2b339242
JM
6197$ WC "d_malloc_size='undef'"
6198$ WC "d_malloc_good_size='undef'"
570bb66e
JH
6199$ WC "d_mblen='" + d_mblen + "'"
6200$ WC "d_mbstowcs='" + d_mbstowcs + "'"
6201$ WC "d_mbtowc='" + d_mbtowc + "'"
6202$ WC "d_memchr='" + d_memchr + "'"
6203$ WC "d_memcmp='define'"
6204$ WC "d_memcpy='define'"
6205$ WC "d_memmove='define'"
6206$ WC "d_memset='define'"
6207$ WC "d_mkdir='define'"
6208$ WC "d_mkdtemp='" + d_mkdtemp + "'"
6209$ WC "d_mkfifo='undef'"
6210$ WC "d_mknod='undef'"
6211$ WC "d_mkstemp='" + d_mkstemp + "'"
6212$ WC "d_mkstemps='" + d_mkstemps + "'"
6213$ WC "d_mktime='" + d_mktime + "'"
96938616 6214$ WC "d_mktime64='undef'"
10eefe7f 6215$ WC "d_mmap='" + d_mmap + "'"
570bb66e 6216$ WC "d_modfl='" + d_modfl + "'"
8725ccc4 6217$ WC "d_modflproto='" + d_modflproto + "'"
7b826da8 6218$ WC "d_modfl_pow32_bug='undef'"
10eefe7f 6219$ WC "d_mprotect='" + d_mprotect + "'"
570bb66e 6220$ WC "d_msg='undef'"
c487cd5b
CB
6221$ WC "d_msgctl='undef'"
6222$ WC "d_msgget='undef'"
6223$ WC "d_msgrcv='undef'"
6224$ WC "d_msgsnd='undef'"
570bb66e
JH
6225$ WC "d_msg_ctrunc='undef'"
6226$ WC "d_msg_dontroute='undef'"
6227$ WC "d_msg_oob='undef'"
6228$ WC "d_msg_peek='undef'"
6229$ WC "d_msg_proxy='undef'"
6230$ WC "d_msghdr_s='undef'"
10eefe7f
CB
6231$ WC "d_msync='" + d_msync + "'"
6232$ WC "d_munmap='" + d_munmap + "'"
570bb66e 6233$ WC "d_mymalloc='" + d_mymalloc + "'"
a7ed70b3 6234$ WC "d_nan='undef'"
02e1c2f1 6235$ WC "d_nanosleep='" + d_nanosleep + "'"
06fb617f 6236$ WC "d_ndbm='undef'"
36ba69be 6237$ WC "d_ndbm_h_uses_prototypes='undef'"
a7ed70b3
JH
6238$ WC "d_nearbyint='undef'"
6239$ WC "d_nextafter='" + d_nextafter + "'"
6240$ WC "d_nexttoward='" + d_nexttoward + "'"
570bb66e 6241$ WC "d_nice='define'"
2765b840 6242$ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
570bb66e 6243$ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
1e74786a 6244$ WC "nv_overflows_integers_at='" + nv_overflows_integers_at + "'"
53133ed1 6245$ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
f607920a 6246$ WC "d_nv_zero_is_allbits_zero='define'"
570bb66e
JH
6247$ WC "d_off64_t='" + d_off64_t + "'"
6248$ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
6249$ WC "d_oldarchlib='define'"
6250$ WC "d_oldpthreads='" + d_oldpthreads + "'"
06fb617f 6251$ WC "d_oldsock='undef'"
570bb66e
JH
6252$ WC "d_open3='define'"
6253$ WC "d_pathconf='" + d_pathconf + "'"
6254$ WC "d_pause='define'"
6255$ WC "d_perl_otherlibdirs='undef'"
414b89cc 6256$ WC "d_phostname='" + d_phostname + "'"
570bb66e 6257$ WC "d_pipe='define'"
d2d53deb 6258$ WC "d_poll='" + d_poll + "'"
06fb617f 6259$ WC "d_portable='define'"
e9a8643a 6260$ WC "d_procselfexe='undef'"
734e0e83 6261$ WC "d_pseudofork='undef'"
d6483fcc 6262$ WC "d_pthread_atfork='undef'"
e0e3c57a 6263$ WC "d_pthread_attr_setscope='" + d_pthread_attr_setscope + "'"
570bb66e
JH
6264$ WC "d_pthread_yield='" + d_pthread_yield + "'"
6265$ WC "d_pthreads_created_joinable='" + d_pthreads_created_joinable + "'"
d0b86e2f 6266$ WC "d_ptrdiff_t='define'"
570bb66e
JH
6267$ WC "d_pwage='undef'"
6268$ WC "d_pwchange='undef'"
6269$ WC "d_pwclass='undef'"
6270$ WC "d_pwcomment='define'"
6271$ WC "d_pwexpire='undef'"
6272$ WC "d_pwgecos='define'"
6273$ WC "d_pwpasswd='define'"
6274$ WC "d_pwquota='undef'"
6275$ WC "d_qgcvt='undef'"
6276$ WC "d_quad='" + d_quad + "'"
6277$ WC "d_readdir='define'"
96021e87 6278$ WC "d_readlink='" + d_readlink + "'"
570bb66e 6279$ WC "d_readv='undef'"
96021e87 6280$ WC "d_realpath='" + d_realpath + "'"
570bb66e 6281$ WC "d_recvmsg='undef'"
f40bbcbf 6282$ WC "d_regcomp='undef'"
a7ed70b3
JH
6283$ WC "d_remainder='" + d_remainder + "'"
6284$ WC "d_remquo='" + d_remquo + "'"
570bb66e
JH
6285$ WC "d_rename='define'"
6286$ WC "d_rewinddir='define'"
a7ed70b3 6287$ WC "d_rint='" + d_rint + "'"
570bb66e 6288$ WC "d_rmdir='define'"
a7ed70b3 6289$ WC "d_round='undef'"
570bb66e
JH
6290$ WC "d_safebcpy='undef'"
6291$ WC "d_safemcpy='define'"
6292$ WC "d_sanemcmp='define'"
414b89cc 6293$ WC "d_sbrkproto='define'"
a7ed70b3 6294$ WC "d_scalbn='undef'"
e10940c3 6295$ WC "d_scalbnl='undef'"
570bb66e
JH
6296$ WC "d_sched_yield='" + d_sched_yield + "'"
6297$ WC "d_scm_rights='undef'"
6298$ WC "d_seekdir='define'"
6299$ WC "d_select='" + d_select + "'"
a429ddf7
CB
6300$ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."8.4")
6301$ THEN
6302$ WC "d_sem='define'"
14fb7316 6303$ WC "d_semctl='define'"
a429ddf7
CB
6304$ WC "d_semctl_semid_ds='define'"
6305$ WC "d_semctl_semun='define'"
6306$ WC "d_semget='define'"
6307$ WC "d_semop='define'"
6308$ ELSE
6309$ WC "d_sem='undef'"
14fb7316 6310$ WC "d_semctl='undef'"
a429ddf7
CB
6311$ WC "d_semctl_semid_ds='undef'"
6312$ WC "d_semctl_semun='undef'"
6313$ WC "d_semget='undef'"
6314$ WC "d_semop='undef'"
6315$ ENDIF
570bb66e
JH
6316$ WC "d_sendmsg='undef'"
6317$ WC "d_setegid='undef'"
6318$ WC "d_setenv='" + d_setenv + "'"
96021e87
JM
6319$ WC "d_seteuid='" + d_seteuid + "'"
6320$ WC "d_setgrent='" + d_setgrent + "'"
570bb66e
JH
6321$ WC "d_setgrps='undef'"
6322$ WC "d_sethent='" + d_sethent + "'"
10eefe7f 6323$ WC "d_setitimer='" + d_setitimer + "'"
570bb66e
JH
6324$ WC "d_setlinebuf='undef'"
6325$ WC "d_setlocale='" + d_setlocale + "'"
6326$ WC "d_setnent='" + d_setnent + "'"
6327$ WC "d_setpent='" + d_setpent + "'"
96021e87 6328$ WC "d_setpgid='" + d_setpgid + "'"
570bb66e 6329$ WC "d_setpgrp2='undef'"
96021e87 6330$ WC "d_setpgrp='" + d_setpgrp + "'"
570bb66e
JH
6331$ WC "d_setprior='undef'"
6332$ WC "d_setproctitle='" + d_setproctitle + "'"
6333$ WC "d_setpwent='define'"
96021e87 6334$ WC "d_setregid='" + d_setregid + "'"
570bb66e
JH
6335$ WC "d_setresgid='undef'"
6336$ WC "d_setresuid='undef'"
96021e87 6337$ WC "d_setreuid='" + d_setreuid + "'"
570bb66e
JH
6338$ WC "d_setrgid='undef'"
6339$ WC "d_setruid='undef'"
6340$ WC "d_setsent='" + d_setsent + "'"
96021e87 6341$ WC "d_setsid='" + d_setsid + "'"
570bb66e 6342$ WC "d_setvbuf='" + d_setvbuf + "'"
3f88addd
CB
6343$ WC "d_shm='" + d_shm + "'"
6344$ WC "d_shmat='" + d_shmat + "'"
6345$ WC "d_shmatprototype='" + d_shmatprototype + "'"
6346$ WC "d_shmctl='" + d_shmctl + "'"
6347$ WC "d_shmdt='" + d_shmdt + "'"
6348$ WC "d_shmget='" + d_shmget + "'"
570bb66e 6349$ WC "d_sigaction='" + d_sigaction + "'"
50ddda1d 6350$ WC "d_signbit='" + d_signbit + "'"
983dbef6 6351$ WC "d_sigprocmask='" + d_sigprocmask + "'"
570bb66e 6352$ WC "d_sigsetjmp='" + d_sigsetjmp + "'"
d9484470 6353$ WC "d_sin6_scope_id='" + d_sin6_scope_id + "'"
a04d9d89 6354$ WC "d_sitearch='define'"
fd3bef80 6355$ WC "d_sockaddr_in6='define'"
234242ca 6356$ WC "d_sockaddr_sa_len='" + d_sockaddr_sa_len + "'"
49a78c82 6357$ WC "d_sockatmark='undef'"
2ef53570 6358$ WC "d_sockatmarkproto='undef'"
570bb66e
JH
6359$ WC "d_socket='" + d_socket + "'"
6360$ WC "d_socklen_t='" + d_socklen_t + "'"
96021e87 6361$ WC "d_sockpair='" + d_sockpair + "'"
1b9c9cf5 6362$ WC "d_socks5_init='undef'"
a1f21542 6363$ WC "d_sprintf_returns_strlen='define'"
570bb66e 6364$ WC "d_sqrtl='define'"
eef837ea 6365$ WC "d_sresgproto='undef'"
2ef53570
JH
6366$ WC "d_sresgproto='undef'"
6367$ WC "d_sresproto='undef'"
f42f5b4c 6368$ WC "d_sresuproto='undef'"
f40bbcbf 6369$ WC "d_stat='define'"
570bb66e
JH
6370$ WC "d_statblks='undef'"
6371$ WC "d_statfs_f_flags='undef'"
6372$ WC "d_statfs_s='undef'"
6373$ WC "d_statfsflags='undef'"
b0e839b3 6374$ WC "d_static_inline='define'"
570bb66e
JH
6375$ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'"
6376$ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'"
a7ffa9b9 6377$ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'"
2ef53570 6378$ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'"
570bb66e
JH
6379$ WC "d_stdio_stream_array='undef'"
6380$ WC "d_stdiobase='" + d_stdiobase + "'"
6381$ WC "d_stdstdio='" + d_stdstdio + "'"
ea77424f 6382$ WC "d_faststdio='" + d_faststdio + "'"
c487cd5b 6383$ WC "d_statvfs='" + d_statvfs + "'"
570bb66e
JH
6384$ WC "d_strchr='define'"
6385$ WC "d_strcoll='" + d_strcoll + "'"
6386$ WC "d_strctcpy='define'"
6387$ WC "d_strerrm='strerror((e),vaxc$errno)'"
6388$ WC "d_strerror='define'"
b3c85772 6389$ WC "d_strftime='define'"
81aa54e6
CB
6390$ WC "d_strlcat='undef'"
6391$ WC "d_strlcpy='undef'"
570bb66e
JH
6392$ WC "d_strtod='define'"
6393$ WC "d_strtol='define'"
6394$ WC "d_strtold='" + d_strtold + "'"
6395$ WC "d_strtoll='" + d_strtoll + "'"
b8c0d87f 6396$ WC "d_strtoq='" + d_strtoq + "'"
570bb66e
JH
6397$ WC "d_strtoul='define'"
6398$ WC "d_strtoull='" + d_strtoull + "'"
6399$ WC "d_strtouq='" + d_strtouq + "'"
6400$ WC "d_strxfrm='" + d_strxfrm + "'"
6401$ WC "d_suidsafe='undef'"
96021e87 6402$ WC "d_symlink='" + d_symlink + "'"
570bb66e 6403$ WC "d_syscall='undef'"
2ef53570 6404$ WC "d_syscallproto='undef'"
570bb66e 6405$ WC "d_sysconf='" + d_sysconf + "'"
06fb617f 6406$ WC "d_sysernlst='undef'"
570bb66e
JH
6407$ WC "d_syserrlst='undef'"
6408$ WC "d_system='define'"
6409$ WC "d_tcgetpgrp='undef'"
6410$ WC "d_tcsetpgrp='undef'"
6411$ WC "d_telldir='define'"
6412$ WC "d_telldirproto='define'"
a7ed70b3 6413$ WC "d_tgamma='" + d_tgamma + "'"
8f44d1a8 6414$ WC "d_time='define'"
597140e2 6415$ WC "d_timegm='undef'"
570bb66e 6416$ WC "d_times='define'"
7bb28473
CB
6417$ IF ("''F$EXTRACT(1,3, F$GETSYI(""VERSION""))'".GES."7.0")
6418$ THEN
6419$ WC "d_tm_tm_gmtoff='define'"
6420$ WC "d_tm_tm_zone='define'"
6421$ ELSE
6422$ WC "d_tm_tm_gmtoff='undef'"
6423$ WC "d_tm_tm_zone='undef'"
6424$ ENDIF
570bb66e 6425$ WC "d_truncate='" + d_truncate + "'"
a7ed70b3 6426$ WC "d_trunc='" + d_trunc + "'"
4842dad7 6427$ WC "d_truncl='" + d_truncl + "'"
a3bd614a 6428$ WC "d_tzname='" + d_tzname + "'"
4e0554ec 6429$ WC "d_u32align='define'"
10eefe7f 6430$ WC "d_ualarm='" + d_ualarm + "'"
570bb66e
JH
6431$ WC "d_umask='define'"
6432$ WC "d_uname='" + d_uname + "'"
6433$ WC "d_union_semun='undef'"
4adb8845 6434$ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'" ! VMS-specific
758a5d79 6435$ WC "d_unordered='undef'"
0ee1060b 6436$ WC "d_unsetenv='" + d_unsetenv + "'"
5ff34fde 6437$ WC "d_clearenv='" + d_clearenv + "'"
10eefe7f
CB
6438$ WC "d_usleep='" + d_usleep + "'"
6439$ WC "d_usleepproto='" + d_usleep + "'"
570bb66e
JH
6440$ WC "d_ustat='undef'"
6441$ WC "d_vendorarch='undef'"
06fb617f 6442$ WC "d_vendorbin='undef'"
570bb66e 6443$ WC "d_vendorlib='undef'"
06fb617f 6444$ WC "d_vendorscript='undef'"
570bb66e
JH
6445$ WC "d_vfork='define'"
6446$ WC "d_vms_case_sensitive_symbols='" + d_vms_be_case_sensitive + "'" ! VMS
6447$ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS
1171624b 6448$ WC "d_vms_shorten_long_symbols='" + d_vms_shorten_long_symbols + "'" ! VMS
570bb66e 6449$ WC "d_void_closedir='define'"
06fb617f
CB
6450$ WC "d_voidsig='undef'"
6451$ WC "d_voidtty='" + "'"
570bb66e
JH
6452$ WC "d_volatile='define'"
6453$ WC "d_vprintf='define'"
d00eb249 6454$ WC "d_vsnprintf='" + d_vsnprintf + "'"
570bb66e
JH
6455$ WC "d_wait4='" + d_wait4 + "'"
6456$ WC "d_waitpid='define'"
bdcba584
CB
6457$ WC "d_wcscmp='define'"
6458$ WC "d_wcstombs='define'"
6459$ WC "d_wcsxfrm='define'"
6460$ WC "d_wctomb='define'"
570bb66e 6461$ WC "d_writev='undef'"
06fb617f 6462$ WC "d_xenix='undef'"
570bb66e
JH
6463$ WC "db_hashtype=' '"
6464$ WC "db_prefixtype=' '"
fcc434ad
PP
6465$ WC "db_version_major='" + "'"
6466$ WC "db_version_minor='" + "'"
6467$ WC "db_version_patch='" + "'"
570bb66e 6468$ WC "dbgprefix='" + dbgprefix + "'"
570bb66e
JH
6469$ WC "devtype='" + devtype + "'"
6470$ WC "direntrytype='struct dirent'"
6471$ WC "dlext='" + dlext + "'"
6472$ WC "dlobj='" + dlobj + "'"
ae0a0fb2 6473$ WC "dlsrc='dl_vms.xs'"
bade9271 6474$ WC "doublekind='3'"
570bb66e
JH
6475$ WC "doublesize='" + doublesize + "'"
6476$ WC "drand01='" + drand01 + "'"
83d8c294 6477$ WC "dtrace='" + "'"
a3bd614a 6478$!
63d52911 6479$! The dynamic_ext symbol may be quite long
a3bd614a 6480$!
63d52911 6481$ tmp = "dynamic_ext='" + dynamic_ext + "'"
a3bd614a
PP
6482$ WC/symbol tmp
6483$ DELETE/SYMBOL tmp
570bb66e
JH
6484$ WC "eagain=' '"
6485$ WC "ebcdic='undef'"
9b5c8979 6486$ WC "embedmymalloc='" + usemymalloc + "'"
570bb66e
JH
6487$ WC "eunicefix=':'"
6488$ WC "exe_ext='" + exe_ext + "'"
a3bd614a 6489$!
63d52911 6490$! The extensions symbols may be quite long
a3bd614a 6491$!
bd2aeadf 6492$ WC/symbol "extensions='", nonxs_ext, " ", nonxs_ext2, " ", dynamic_ext, "'"
570bb66e
JH
6493$ WC "fflushNULL='define'"
6494$ WC "fflushall='undef'"
6495$ WC "fpostype='fpos_t'"
6496$ WC "freetype='void'"
6497$ WC "full_ar='" + "'"
6498$ WC "full_csh='" + " '"
6499$ WC "full_sed='_NLA0:'"
6500$ WC "gccversion='" + gccversion + "'"
6501$ WC "gidformat='lu'"
6502$ WC "gidsign='1'"
6503$ WC "gidsize='4'"
6504$ WC "gidtype='" + gidtype + "'"
6505$ WC "groupstype='Gid_t'"
82446b56
CB
6506$ WC "h_fcntl='false'"
6507$ WC "h_sysfile='false'"
570bb66e
JH
6508$ WC "hint='none'"
6509$ WC "hintfile='" + "'"
6510$ WC "i16size='" + i16size + "'"
6511$ WC "i16type='" + i16type + "'"
6512$ WC "i32size='" + i32size + "'"
6513$ WC "i32type='" + i32type + "'"
6514$ WC "i64size='" + i64size + "'"
6515$ WC "i64type='" + i64type + "'"
6516$ WC "i8size='" + i8size + "'"
6517$ WC "i8type='" + i8type + "'"
53eda0bf 6518$ WC "i_arpainet='" + i_arpainet + "'"
2a0de2c5 6519$ WC "i_assert='define'"
470dd224 6520$ WC "i_bfd='undef'"
82446b56 6521$ WC "i_bsdioctl='undef'"
4f93eb5d 6522$ WC "i_crypt='undef'"
fcc434ad 6523$ WC "i_db='undef'"
570bb66e 6524$ WC "i_dbm='undef'"
85fac3a9 6525$ WC "i_dirent='undef'" ! we roll our own
570bb66e 6526$ WC "i_dlfcn='undef'"
470dd224 6527$ WC "i_execinfo='undef'"
570bb66e 6528$ WC "i_fcntl='" + i_fcntl + "'"
2f6b96eb 6529$ WC "i_fenv='undef'"
570bb66e 6530$ WC "i_float='define'"
758a5d79
JH
6531$ WC "i_fp='undef'"
6532$ WC "i_fp_class='undef'"
0b57cc8d 6533$ WC "i_gdbm='undef'"
3ab94133
AD
6534$ WC "i_gdbm_ndbm='undef'"
6535$ WC "i_gdbmndbm='undef'"
9fa802f3 6536$ WC "i_grp='" + i_grp + "'"
570bb66e
JH
6537$ WC "i_ieeefp='undef'"
6538$ WC "i_inttypes='" + i_inttypes + "'"
2765b840 6539$ WC "i_langinfo='" + i_langinfo + "'"
570bb66e
JH
6540$ WC "i_libutil='" + i_libutil + "'"
6541$ WC "i_limits='define'"
6542$ WC "i_locale='" + i_locale + "'"
6543$ WC "i_machcthr='undef'"
6544$ WC "i_machcthreads='undef'"
82446b56 6545$ WC "i_malloc='undef'"
1cd66f7c 6546$ WC "i_mallocmalloc='undef'"
570bb66e
JH
6547$ WC "i_math='define'"
6548$ WC "i_memory='undef'"
6549$ WC "i_mntent='undef'"
6550$ WC "i_ndbm='undef'"
6551$ WC "i_netdb='" + i_netdb + "'"
6552$ WC "i_neterrno='define'"
6553$ WC "i_netinettcp='" + i_netinettcp + "'"
6554$ WC "i_niin='" + i_niin + "'"
6555$ WC "i_poll='" + i_poll + "'"
6556$ WC "i_prot='undef'"
6557$ WC "i_pthread='define'"
6558$ WC "i_pwd='undef'"
4e5044f0 6559$ WC "i_quadmath='undef'"
570bb66e 6560$ WC "i_rpcsvcdbm='undef'"
570bb66e
JH
6561$ WC "i_sgtty='undef'"
6562$ WC "i_shadow='" + i_shadow + "'"
6563$ WC "i_socks='" + i_socks + "'"
6564$ WC "i_stdarg='define'"
85fac3a9 6565$ IF ccname .EQS. "DEC" .AND. F$INTEGER(Dec_C_Version).GE.60400000
f29eb9c4
CB
6566$ THEN
6567$ WC "i_stdbool='define'"
6568$ ELSE
6569$ WC "i_stdbool='undef'"
6570$ ENDIF
570bb66e 6571$ WC "i_stddef='define'"
83f6d82b 6572$ WC "i_stdint='undef'"
570bb66e
JH
6573$ WC "i_stdlib='define'"
6574$ WC "i_string='define'"
6575$ WC "i_sunmath='undef'"
6576$ WC "i_sysaccess='" + i_sysaccess + "'"
6577$ WC "i_sysdir='undef'"
6578$ WC "i_sysfile='" + i_sysfile + "'"
82446b56
CB
6579$ WC "i_sysfilio='undef'"
6580$ WC "i_sysin='undef'"
670137c2 6581$ WC "i_sysioctl='" + i_sysioctl + "'"
570bb66e
JH
6582$ WC "i_syslog='" + i_syslog + "'"
6583$ WC "i_sysmman='undef'"
6584$ WC "i_sysmode='" + i_sysmode + "'"
6585$ WC "i_sysmount='undef'"
6586$ WC "i_sysndir='undef'"
6587$ WC "i_sysparam='undef'"
ed1b9de0 6588$ WC "i_syspoll='" + i_syspoll + "'"
570bb66e
JH
6589$ WC "i_sysresrc='undef'"
6590$ WC "i_syssecrt='" + i_syssecrt + "'"
6591$ WC "i_sysselct='undef'"
49a78c82 6592$ WC "i_syssockio='undef'"
570bb66e
JH
6593$ WC "i_sysstat='define'"
6594$ WC "i_sysstatfs='undef'"
96021e87 6595$ WC "i_sysstatvfs='" + i_sysstatvfs + "'"
570bb66e
JH
6596$ WC "i_systime='undef'"
6597$ WC "i_systimek='undef'"
6598$ WC "i_systimes='undef'"
6599$ WC "i_systypes='define'"
6600$ WC "i_sysuio='" + i_sysuio + "'"
53eda0bf 6601$ WC "i_sysun='" + i_sysun + "'"
570bb66e
JH
6602$ WC "i_sysutsname='" + i_sysutsname + "'"
6603$ WC "i_sysvfs='undef'"
6604$ WC "i_syswait='undef'"
6605$ WC "i_termio='undef'"
6606$ WC "i_termios='undef'"
6607$ WC "i_time='define'"
6608$ WC "i_unistd='" + i_unistd + "'"
6609$ WC "i_ustat='undef'"
704c2eb3 6610$ WC "i_utime='" + i_utime + "'"
570bb66e
JH
6611$ WC "i_values='undef'"
6612$ WC "i_varargs='undef'"
82446b56 6613$ WC "i_varhdr='stdarg.h'"
570bb66e
JH
6614$ WC "i_vfork='undef'"
6615$ WC "inc_version_list='0'"
6616$ WC "inc_version_list_init='0'"
6617$ WC "installarchlib='" + installarchlib + "'"
6618$ WC "installbin='" + installbin + "'"
6619$ WC "installman1dir='" + installman1dir + "'"
6620$ WC "installman3dir='" + installman3dir + "'"
ec18bc92
CB
6621$ WC "installprefix='" + vms_prefix + "'"
6622$ WC "installprefixexp='" + vms_prefix + ":'"
570bb66e
JH
6623$ WC "installprivlib='" + installprivlib + "'"
6624$ WC "installscript='" + installscript + "'"
6625$ WC "installsitearch='" + installsitearch + "'"
ec18bc92 6626$ WC "installsitebin='" + sitebin + "'"
570bb66e
JH
6627$ WC "installsitelib='" + installsitelib + "'"
6628$ WC "installusrbinperl='undef'"
6629$ WC "intsize='" + intsize + "'"
6630$ WC "ivdformat='" + ivdformat + "'"
6631$ WC "ivsize='" + ivsize + "'"
6632$ WC "ivtype='" + ivtype + "'"
a3bd614a 6633$!
86ad859e 6634$! The xs_extensions symbol may be quite long
a3bd614a 6635$!
86ad859e 6636$ WC/symbol "known_extensions='", xs_extensions, " ", nonxs_ext, " ", nonxs_ext2, "'"
570bb66e 6637$ WC "ld='" + ld + "'"
8e15b544 6638$ WC "ld_can_script='undef'"
570bb66e 6639$ WC "lddlflags='/Share'"
f24fb74c 6640$ WC "ldflags='" + ldflags + "'"
e0261ef8 6641$ WC "ldflags_uselargefiles='" + "'"
8e15b544 6642$ WC "ldlibpthname='" + "'"
570bb66e
JH
6643$ WC "lib_ext='" + lib_ext + "'"
6644$ WC "libc='" + libc + "'"
6645$ WC "libpth='/sys$share /sys$library'"
6646$ WC "libs='" + libs + "'"
e0261ef8
CB
6647$ WC "libswanted='" + "'"
6648$ WC "libswanted_uselargefiles='" + "'"
570bb66e 6649$ WC "longdblsize='" + longdblsize + "'"
dc91db6c 6650$ WC "longdblkind='" + longdblkind + "'"
570bb66e
JH
6651$ WC "longlongsize='" + longlongsize + "'"
6652$ WC "longsize='" + longsize + "'"
e0261ef8
CB
6653$ IF uselargefiles .OR. uselargefiles .EQS. "define"
6654$ THEN
6655$ WC "lseeksize='8'"
6656$ WC "lseektype='off_t'"
6657$ ELSE
6658$ WC "lseeksize='4'"
6659$ WC "lseektype='int'"
6660$ ENDIF
570bb66e 6661$ WC "mab='" + "'"
a724edfe 6662$ WC "mad='undef'"
570bb66e
JH
6663$ WC "make='" + make + "'"
6664$ WC "malloctype='void *'"
dc8c9d5a 6665$ WC "usemallocwrap='" + usemallocwrap + "'"
570bb66e
JH
6666$ WC "man1ext='rno'"
6667$ WC "man3ext='rno'"
10eefe7f 6668$ WC "mmaptype='void *'"
570bb66e
JH
6669$ WC "modetype='unsigned int'"
6670$ WC "multiarch='undef'"
6671$ WC "mydomain='" + mydomain + "'"
6672$ WC "myhostname='" + myhostname + "'"
6673$ WC "myuname='" + myuname + "'"
2cc61e15 6674$ WC "need_va_copy='undef'"
570bb66e
JH
6675$ WC "netdb_hlen_type='" + netdb_hlen_type + "'"
6676$ WC "netdb_host_type='" + netdb_host_type + "'"
6677$ WC "netdb_name_type='" + netdb_name_type + "'"
6678$ WC "netdb_net_type='" + netdb_net_type + "'"
bd2aeadf 6679$ WC/symbol "nonxs_ext='", nonxs_ext, " ", nonxs_ext2, "'"
fd47df60 6680$ WC "nveformat='" + nveformat + "'"
d677d0fc 6681$ WC "nvEUformat='" + nvEUformat + "'"
fd47df60 6682$ WC "nvfformat='" + nvfformat + "'"
d677d0fc 6683$ WC "nvFUformat='" + nvFUformat + "'"
fd47df60 6684$ WC "nvgformat='" + nvgformat + "'"
d677d0fc 6685$ WC "nvGUformat='" + nvGUformat + "'"
570bb66e
JH
6686$ WC "nvsize='" + nvsize + "'"
6687$ WC "nvtype='" + nvtype + "'"
6688$ WC "o_nonblock=' '"
6689$ WC "obj_ext='" + obj_ext + "'"
6690$ WC "old_pthread_create_joinable='" + old_pthread_create_joinable + "'"
6691$ WC "oldarchlib='" + oldarchlib + "'"
6692$ WC "oldarchlibexp='" + oldarchlibexp + "'"
6693$ WC "optimize='" + optimize + "'"
6694$ WC "osname='" + osname + "'"
6695$ WC "osvers='" + osvers + "'"
6696$ WC "otherlibdirs='" + "'"
6697$ WC "package='" + package + "'"
6698$ WC "pager='" + pager + "'"
6699$ WC "patchlevel='" + patchlevel + "'"
6700$ WC "path_sep='|'"
6701$ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
6702$ WC "perladmin='" + perladmin + "'"
94928b12 6703$ WC "perllibs='" + perllibs + "'"
972e9305 6704$ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'"
b0e839b3 6705$ WC "perl_static_inline='static inline'"
9b5c8979
JH
6706$ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific
6707$ WC "perl_verb='" + perl_verb + "'" ! VMS specific
570bb66e
JH
6708$ WC "pgflquota='" + pgflquota + "'"
6709$ WC "pidtype='" + pidtype + "'"
70c20b69 6710$ WC "prefix='" + vms_prefix + "'"
b4558e59 6711$ WC "prefixexp='" + vms_prefix + ":'"
570bb66e
JH
6712$ WC "privlib='" + privlib + "'"
6713$ WC "privlibexp='" + privlibexp + "'"
357cef76 6714$ WC "procselfexe=' '"
570bb66e
JH
6715$ WC "prototype='define'"
6716$ WC "ptrsize='" + ptrsize + "'"
6717$ WC "quadkind='" + quadkind + "'"
6718$ WC "quadtype='" + quadtype + "'"
cd3eeb19
CB
6719$ WC "randbits='" + randbits + "'"
6720$ WC "randfunc='" + randfunc + "'"
570bb66e
JH
6721$ WC "randseedtype='" + randseedtype + "'"
6722$ WC "ranlib='" + "'"
6723$ WC "rd_nodata=' '"
6724$ WC "revision='" + revision + "'"
d83484c2 6725$ WC "sGMTIME_max='4294967295'"
96938616 6726$ WC "sGMTIME_min='0'"
d83484c2 6727$ WC "sLOCALTIME_max='4294967295'"
96938616 6728$ WC "sLOCALTIME_min='0'"
570bb66e 6729$ WC "sPRId64='" + sPRId64 + "'"
d677d0fc
CB
6730$ WC "sPRIEUldbl='" + sPRIEUldbl + "'"
6731$ WC "sPRIFUldbl='" + sPRIFUldbl + "'"
6732$ WC "sPRIGUldbl='" + sPRIGUldbl + "'"
6733$ WC "sPRIXU64='" + sPRIXU64 + "'"
59a27e12 6734$ WC "sPRIeldbl='" + sPRIeldbl + "'"
570bb66e
JH
6735$ WC "sPRIfldbl='" + sPRIfldbl + "'"
6736$ WC "sPRIgldbl='" + sPRIgldbl + "'"
d677d0fc 6737$ WC "sPRIi64='" + sPRIi64 + "'"
570bb66e
JH
6738$ WC "sPRIo64='" + sPRIo64 + "'"
6739$ WC "sPRIu64='" + sPRIu64 + "'"
6740$ WC "sPRIx64='" + sPRIx64 + "'"
b5ddfb46 6741$ WC "sSCNfldbl='" + sSCNfldbl + "'"
570bb66e 6742$ WC "sched_yield='" + sched_yield + "'"
f688e3ac 6743$ WC "scriptdir='" + scriptdir + "'"
86761af6 6744$ WC "scriptdirexp='" + scriptdir + "'" ! use scriptdir for now
570bb66e
JH
6745$ WC "seedfunc='" + seedfunc + "'"
6746$ WC "selectminbits='32'"
6747$ WC "selecttype='" + selecttype + "'"
6748$ WC "sh='MCR'"
58046ef3 6749$ WC "sharpbang='#!'"
3f88addd 6750$ WC "shmattype='" + shmattype + "'"
570bb66e 6751$ WC "shortsize='" + shortsize + "'"
fe1de8ce
CB
6752$ IF (f$length(sig_name) .GE. 244)
6753$ THEN
6754$ tmp = "sig_name='" + sig_name + "'"
6755$ WC/symbol tmp
6756$ DELETE/SYMBOL tmp
6757$ ELSE
6758$ WC "sig_name='" + sig_name + "'"
6759$ ENDIF
6760$ IF (f$length(sig_name_init) .GE. 244)
ecd6e098
AT
6761$ THEN
6762$ tmp = "sig_name_init='" + sig_name_init + "'"
6763$ WC/symbol tmp
6764$ DELETE/SYMBOL tmp
6765$ ELSE
6766$ WC "sig_name_init='" + sig_name_init + "'"
6767$ ENDIF
570bb66e
JH
6768$ WC "sig_num='" + sig_num + "'"
6769$ WC "sig_num_init='" + sig_num_init + "'"
acabf64b 6770$ WC "sig_count='" + sig_count + "'"
76d3c696 6771$ WC "sig_size='" + sig_size + "'"
570bb66e
JH
6772$ WC "signal_t='" + signal_t + "'"
6773$ WC "sitearch='" + sitearch + "'"
6774$ WC "sitearchexp='" + sitearchexp + "'"
ec18bc92
CB
6775$ WC "sitebin='" + sitebin + "'"
6776$ WC "sitebinexp='" + sitebin + "'"
570bb66e
JH
6777$ WC "sitelib='" + sitelib + "'"
6778$ WC "sitelib_stem='" + sitelib_stem + "'"
6779$ WC "sitelibexp='" + sitelibexp + "'"
ec18bc92
CB
6780$ WC "siteprefix='" + vms_prefix + "'"
6781$ WC "siteprefixexp='" + vms_prefix + ":'"
570bb66e
JH
6782$ WC "sizesize='" + sizesize + "'"
6783$ WC "sizetype='size_t'"
6784$ WC "so='" + so + "'"
6785$ WC "socksizetype='" + socksizetype + "'"
6786$ WC "spitshell='write sys$output '"
6787$ WC "src='" + src + "'"
6788$ WC "ssizetype='int'"
6789$ WC "startperl=" + startperl ! This one's special--no enclosing single quotes
17e8697d 6790$ WC "static_ext='" + static_ext + "'"
17660758 6791$ WC "st_ino_size='" + st_ino_size + "'"
adf2bd28 6792$ WC "st_ino_sign='1'"
570bb66e
JH
6793$ WC "stdchar='" + stdchar + "'"
6794$ WC "stdio_base='((*fp)->_base)'"
6795$ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'"
6796$ WC "stdio_cnt='((*fp)->_cnt)'"
6797$ WC "stdio_ptr='((*fp)->_ptr)'"
59a27e12 6798$ WC "stdio_stream_array=' " + "'"
570bb66e 6799$ WC "subversion='" + subversion + "'"
d91e3179 6800$ WC "targetarch='" + "'"
d643f78d 6801$ WC "targetsh='MCR'"
570bb66e
JH
6802$ WC "timetype='" + timetype + "'"
6803$ WC "u16size='" + u16size + "'"
6804$ WC "u16type='" + u16type + "'"
6805$ WC "u32size='" + u32size + "'"
6806$ WC "u32type='" + u32type + "'"
6807$ WC "u64size='" + u64size + "'"
6808$ WC "u64type='" + u64type + "'"
6809$ WC "u8size='" + u8size + "'"
6810$ WC "u8type='" + u8type + "'"
6811$ WC "uidformat='lu'"
6812$ WC "uidsign='1'"
6813$ WC "uidsize='4'"
6814$ WC "uidtype='" + uidtype + "'"
6815$ WC "uquadtype='" + uquadtype + "'"
6816$ WC "use5005threads='" + use5005threads + "'"
6817$ WC "use64bitall='" + use64bitall + "'"
6818$ WC "use64bitint='" + use64bitint + "'"
9b5c8979
JH
6819$ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific
6820$ WC "usedebugging_perl='"+use_debugging_perl+"'"
6821$ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific
f6a82ade 6822$ WC "usecbacktrace='undef'"
5440bc8e 6823$ WC "usecrosscompile='undef'"
580410d2 6824$ WC "usedevel='" + usedevel + "'"
570bb66e 6825$ WC "usedl='" + usedl + "'"
5ac1e9b2 6826$ WC "usedtrace='undef'"
ea77424f 6827$ WC "usefaststdio='" + usefaststdio + "'"
9b5c8979 6828$ WC "useieee='" + useieee + "'" ! VMS-specific
570bb66e 6829$ WC "useithreads='" + useithreads + "'"
3f39e13a 6830$ WC "usekernelthreads='" + usekernelthreads + "'" ! VMS-specific
2982a345 6831$ WC "usekernprocpathname='undef'"
ae60cb46 6832$ WC "usensgetexecutablepath='undef'"
570bb66e
JH
6833$ WC "uselargefiles='" + uselargefiles + "'"
6834$ WC "uselongdouble='" + uselongdouble + "'"
6835$ WC "usemorebits='" + usemorebits + "'"
6836$ WC "usemultiplicity='" + usemultiplicity + "'"
6837$ WC "usemymalloc='" + usemymalloc + "'"
712b953a 6838$ WC "useperlio='define'"
570bb66e 6839$ WC "useposix='false'"
5cbc5191 6840$ WC "usequadmath='undef'"
9514c62b 6841$ WC "usereentrant='undef'"
4fd0a66c 6842$ WC "userelocatableinc='undef'"
9b5c8979 6843$ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
1171624b 6844$ WC "useshortenedsymbols='" + useshortenedsymbols + "'" ! VMS-specific
b672680a 6845$ WC "useshrplib='true'"
79e63f36 6846$ WC "usesitecustomize='" + usesitecustomize + "'"
570bb66e
JH
6847$ WC "usesocks='undef'"
6848$ WC "usethreads='" + usethreads + "'"
3f39e13a 6849$ WC "usethreadupcalls='" + usethreadupcalls + "'" ! VMS-specific
ec18bc92 6850$ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01
139a355e 6851$ WC "useversionedarchname='" + useversionedarchname + "'"
570bb66e 6852$ WC "usevfork='true'"
9b5c8979 6853$ WC "usevmsdebug='" + usevmsdebug + "'" ! VMS-specific
570bb66e
JH
6854$ WC "uvoformat='" + uvoformat + "'"
6855$ WC "uvsize='" + uvsize + "'"
6856$ WC "uvtype='" + uvtype + "'"
6857$ WC "uvuformat='" + uvuformat + "'"
6858$ WC "uvxformat='" + uvxformat + "'"
414b89cc 6859$ WC "uvXUformat='" + uvXUformat + "'"
ec18bc92 6860$ WC "vendorarch='" + "'"
a1bd83cf 6861$ WC "vaproto='define'"
570bb66e 6862$ WC "vendorarchexp='" + "'"
ec18bc92
CB
6863$ WC "vendorbin='" + "'"
6864$ WC "vendorbinexp='" + "'"
570bb66e 6865$ WC "vendorlib_stem='" + "'"
ec18bc92 6866$ WC "vendorlib='" + "'"
570bb66e 6867$ WC "vendorlibexp='" + "'"
ec18bc92
CB
6868$ WC "vendorprefix='" + "'"
6869$ WC "vendorprefixexp='" + "'"
570bb66e 6870$ WC "version='" + version + "'"
9ec25520 6871$ WC "version_patchlevel_string='" + version_patchlevel_string + "'"
570bb66e
JH
6872$ WC "vms_cc_type='" + vms_cc_type + "'" ! VMS specific
6873$ WC "vms_prefix='" + vms_prefix + "'" ! VMS specific
6874$ WC "vms_ver='" + vms_ver + "'" ! VMS specific
10bc17b6
JH
6875$!
6876$! ## The UNIXy POSIXy reentrantey thingys ##
8df869cb
CB
6877$! See "Appendix B, Version-Dependency Tables" in the C RTL
6878$! manual for when assorted _r functions became available.
10bc17b6 6879$!
8df869cb
CB
6880$ IF use_threads .AND. vms_ver .GES. "7.2"
6881$ THEN
4f93eb5d 6882$ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'"
8df869cb 6883$ WC "d_asctime_r='define'"
4f93eb5d 6884$ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'"
8df869cb 6885$ WC "d_ctime_r='define'"
8df869cb
CB
6886$ ELSE
6887$ WC "asctime_r_proto='0'"
6888$ WC "d_asctime_r='undef'"
4f93eb5d 6889$ WC "ctime_r_proto='0'"
8df869cb 6890$ WC "d_ctime_r='undef'"
8df869cb 6891$ ENDIF
10bc17b6
JH
6892$ WC "d_crypt_r='undef'"
6893$ WC "d_ctermid_r='undef'"
10bc17b6
JH
6894$ WC "d_drand48_r='undef'"
6895$ WC "d_endgrent_r='undef'"
6896$ WC "d_endhostent_r='undef'"
6897$ WC "d_endnetent_r='undef'"
6898$ WC "d_endprotoent_r='undef'"
6899$ WC "d_endpwent_r='undef'"
6900$ WC "d_endservent_r='undef'"
6901$ WC "d_getgrent_r='undef'"
96021e87
JM
6902$ WC "d_getgrgid_r='" + d_getgrgid_r + "'"
6903$ WC "d_getgrnam_r='" + d_getgrnam_r + "'"
10bc17b6
JH
6904$ WC "d_gethostbyaddr_r='undef'"
6905$ WC "d_gethostbyname_r='undef'"
6906$ WC "d_gethostent_r='undef'"
6907$ WC "d_getlogin_r='undef'"
6908$ WC "d_getnetbyaddr_r='undef'"
6909$ WC "d_getnetbyname_r='undef'"
6910$ WC "d_getnetent_r='undef'"
6911$ WC "d_getprotobyname_r='undef'"
6912$ WC "d_getprotobynumber_r='undef'"
6913$ WC "d_getprotoent_r='undef'"
6914$ WC "d_getpwent_r='undef'"
96021e87
JM
6915$ WC "d_getpwnam_r='" + d_getpwnam_r + "'"
6916$ WC "d_getpwuid_r='" + d_getpwuid_r + "'"
10bc17b6
JH
6917$ WC "d_getservbyname_r='undef'"
6918$ WC "d_getservbyport_r='undef'"
6919$ WC "d_getservent_r='undef'"
6920$ WC "d_getspnam_r='undef'"
4f93eb5d 6921$ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime
a7ed70b3 6922$ WC "d_lgamma_r='undef'"
4f93eb5d 6923$ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime
f025e94b 6924$ WC "d_localtime_r_needs_tzset='undef'"
10bc17b6 6925$ WC "d_random_r='undef'"
a9852f7c 6926$ WC "d_readdir_r='define'" ! always defined; we roll our own
10bc17b6 6927$ WC "d_readdir64_r='undef'"
10bc17b6
JH
6928$ WC "d_setgrent_r='undef'"
6929$ WC "d_sethostent_r='undef'"
6930$ WC "d_setlocale_r='undef'"
6931$ WC "d_setnetent_r='undef'"
6932$ WC "d_setprotoent_r='undef'"
6933$ WC "d_setpwent_r='undef'"
6934$ WC "d_setservent_r='undef'"
d00eb249 6935$ WC "d_snprintf='" + d_snprintf + "'"
10bc17b6
JH
6936$ WC "d_srand48_r='undef'"
6937$ WC "d_srandom_r='undef'"
6938$ WC "d_strerror_r='undef'"
6939$ WC "d_tmpnam_r='undef'"
96021e87 6940$ WC "d_ttyname_r='" + d_ttyname_r + "'"
4f93eb5d
CB
6941$ WC "ctermid_r_proto='0'"
6942$ WC "crypt_r_proto='0'"
10bc17b6
JH
6943$ WC "drand48_r_proto='0'"
6944$ WC "endgrent_r_proto='0'"
6945$ WC "endhostent_r_proto='0'"
6946$ WC "endnetent_r_proto='0'"
6947$ WC "endprotoent_r_proto='0'"
6948$ WC "endpwent_r_proto='0'"
6949$ WC "endservent_r_proto='0'"
6950$ WC "getgrent_r_proto='0'"
96021e87
JM
6951$ WC "getgrgid_r_proto='" + getgrgid_r_proto + "'"
6952$ WC "getgrnam_r_proto='" + getgrnam_r_proto + "'"
10bc17b6
JH
6953$ WC "gethostbyaddr_r_proto='0'"
6954$ WC "gethostbyname_r_proto='0'"
6955$ WC "gethostent_r_proto='0'"
6956$ WC "getlogin_r_proto='0'"
6957$ WC "getnetbyaddr_r_proto='0'"
6958$ WC "getnetbyname_r_proto='0'"
6959$ WC "getnetent_r_proto='0'"
6960$ WC "getprotobyname_r_proto='0'"
6961$ WC "getprotobynumber_r_proto='0'"
6962$ WC "getprotoent_r_proto='0'"
6963$ WC "getpwent_r_proto='0'"
6964$ WC "getpwnam_r_proto='0'"
6965$ WC "getpwuid_r_proto='0'"
6966$ WC "getservbyname_r_proto='0'"
6967$ WC "getservbyport_r_proto='0'"
6968$ WC "getservent_r_proto='0'"
6969$ WC "getspnam_r_proto='0'"
6970$ WC "gmtime_r_proto='0'"
10bc17b6
JH
6971$ WC "localtime_r_proto='0'"
6972$ WC "random_r_proto='0'"
a9852f7c 6973$ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
4f93eb5d 6974$ WC "readdir64_r_proto='0'"
10bc17b6
JH
6975$ WC "setgrent_r_proto='0'"
6976$ WC "sethostent_r_proto='0'"
6977$ WC "setlocale_r_proto='0'"
6978$ WC "setnetent_r_proto='0'"
6979$ WC "setprotoent_r_proto='0'"
6980$ WC "setpwent_r_proto='0'"
6981$ WC "setservent_r_proto='0'"
6982$ WC "srand48_r_proto='0'"
6983$ WC "srandom_r_proto='0'"
6984$ WC "strerror_r_proto='0'"
6985$ WC "tmpnam_r_proto='0'"
96021e87 6986$ WC "ttyname_r_proto='" + ttyname_r_proto + "'"
570bb66e
JH
6987$!
6988$! ##END WRITE NEW CONSTANTS HERE##
6989$!
6990$ CLOSE CONFIG
6991$!
6992$! Okay, we've gotten here. Build munchconfig.exe
6993$ COPY/NOLOG [-.vms]munchconfig.c []
7558ebc2 6994$ COPY/NOLOG [-.vms]'Makefile_SH' []
1632ad18 6995$ 'Perl_CC' 'ccflags' munchconfig.c
570bb66e
JH
6996$ IF Needs_Opt
6997$ THEN
6998$ OPEN/WRITE CONFIG []munchconfig.opt
414b89cc 6999$ IF ccname .EQS. "GCC"
570bb66e
JH
7000$ THEN
7001$ WRITE CONFIG "Gnu_CC:[000000]gcclib.olb/library"
7002$ ENDIF
7003$ WRITE CONFIG "Sys$Share:VAXCRTL/Share"
7004$ CLOSE CONFIG
7005$ 'ld' munchconfig.obj,munchconfig.opt/opt
7006$ DELETE/NOLOG/NOCONFIRM munchconfig.opt;
7007$ ELSE
7008$ 'ld' munchconfig.obj
7009$ ENDIF
7010$ IF F$SEARCH("munchconfig.obj") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.obj;
7011$ IF F$SEARCH("munchconfig.c") .NES. "" THEN DELETE/NOLOG/NOCONFIRM munchconfig.c;
414b89cc 7012$ IF ccname .EQS. "CXX"
570bb66e
JH
7013$ THEN
7014$ CALL Cxx_demangler_cleanup
7015$ ENDIF
7016$!
7017$ IF alldone .EQS. ""
7018$ THEN
7019$ cat4 SYS$INPUT:
7558ebc2 7020$ DECK
570bb66e
JH
7021
7022If you'd like to make any changes to the config.sh file before I begin
7023to configure things, answer yes to the following question.
7024
7558ebc2 7025$ EOD
9b5c8979
JH
7026$ bool_dflt="n"
7027$ rp="Do you wish to edit ''basename_config_sh'? [''bool_dflt'] "
570bb66e 7028$ GOSUB myread
570bb66e
JH
7029$ IF ans
7030$ THEN
7031$ echo4 ""
7032$ echo4 "Be sure to type LOGOUT after you have edited the file,"
7033$ echo4 "then this procedure will resume."
7034$ echo4 ""
7035$ default = F$ENVIRONMENT("DEFAULT")
7558ebc2 7036$ DIRECTORY 'config_sh'
570bb66e
JH
7037$ SET DEFAULT [-]
7038$ SPAWN/WAIT
7558ebc2 7039$ SET DEFAULT 'default'
570bb66e
JH
7040$ ENDIF
7041$ ENDIF
7042$!
7043$ echo ""
7044$ echo4 "Adding ''osname' specific preprocessor commands."
7045$ !
7046$ ! we need an fdl file
7047$ CREATE [-]CONFIG.FDL
7558ebc2 7048$ DECK
570bb66e
JH
7049RECORD
7050 FORMAT STREAM_LF
7558ebc2 7051$ EOD
570bb66e
JH
7052$ CREATE /FDL=[-]CONFIG.FDL [-]CONFIG.LOCAL
7053$ ! First spit out the header info with the local defines (to get
7054$ ! around the 255 character command line limit)
7055$ OPEN/APPEND CONFIG [-]config.local
7056$ IF use_debugging_perl THEN WC "#define DEBUGGING"
7057$ IF use_two_pot_malloc THEN WC "#define TWO_POT_OPTIMIZE"
7058$ IF mymalloc THEN WC "#define EMBEDMYMALLOC"
7059$ IF use_pack_malloc THEN WC "#define PACK_MALLOC"
7060$ IF use_debugmalloc THEN WC "#define DEBUGGING_MSTATS"
414b89cc 7061$ IF ccname .EQS. "GCC" THEN WC "#define GNUC_ATTRIBUTE_CHECK"
570bb66e
JH
7062$ IF (Has_Dec_C_Sockets)
7063$ THEN
7064$ WC "#define VMS_DO_SOCKETS"
7065$ WC "#define DECCRTL_SOCKETS"
570bb66e
JH
7066$ ENDIF
7067$! This is VMS-specific for now
7068$ WC "#''d_setenv' HAS_SETENV"
7069$ IF d_secintgenv THEN WC "#define SECURE_INTERNAL_GETENV"
7070$ IF d_alwdeftype THEN WC "#define ALWAYS_DEFTYPES"
7071$ IF use64bitint .OR. use64bitint .EQS. "define"
7072$ THEN
7073$ WC "#define USE_64_BIT_INT"
e5be143b
CB
7074$ ENDIF
7075$ IF uselongdouble .OR. uselongdouble .EQS. "define"
7076$ THEN
570bb66e
JH
7077$ WC "#define USE_LONG_DOUBLE"
7078$ ENDIF
7079$ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
7080 WC "#define USE_64_BIT_ALL"
7081$ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
1171624b 7082$ IF shorten_long_symbols THEN WC "#define VMS_SHORTEN_LONG_SYMBOLS"
3ffb755e 7083$ IF use_ieee_math THEN WC "#define USE_IEEE"
570bb66e
JH
7084$ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
7085$ WC "#define HAS_ENVGETENV"
7086$ WC "#define PERL_EXTERNAL_GLOB"
f2610a60 7087$ IF kill_by_sigprc .EQS. "define" then WC "#define KILL_BY_SIGPRC"
4adb8845
CB
7088$ IF unlink_all_versions .OR. unlink_all_versions .EQS. "define" THEN -
7089 WC "#define UNLINK_ALL_VERSIONS"
234242ca 7090$ IF d_sockaddr_sa_len .EQS. "define" then WC "#define _SOCKADDR_LEN 1"
85fac3a9
CB
7091$ IF ccname .EQS. "CXX" then WC "#define NO_ENVIRON_ARRAY"
7092$ IF ccname .EQS. "CXX" then WC "#define VMS" ! only has __VMS by default
570bb66e
JH
7093$ CLOSE CONFIG
7094$!
7095$ echo4 "Doing variable substitutions on .SH files..."
7096$ echo4 "Extracting config.h (with variable substitutions)"
7097$!
7098$! Now build the normal config.h
7099$ DEFINE/USER_MODE sys$output [-]config.main
7558ebc2 7100$ mcr []munchconfig 'config_sh' [-]config_h.sh
570bb66e
JH
7101$ ! Concatenate them together
7102$ copy [-]config.local,[-]config.main [-]config.h
7103$! Clean up
fcc434ad
PP
7104$ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
7105$ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
7106$ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
570bb66e 7107$!
414b89cc 7108$ IF ccname .EQS. "DEC"
570bb66e
JH
7109$ THEN
7110$ DECC_REPLACE = "DECC=decc=1"
7111$ ELSE
7558ebc2
PP
7112$ DECC_REPLACE = "DECC="
7113$ ENDIF
414b89cc 7114$ IF ccname .EQS. "CXX"
7558ebc2
PP
7115$ THEN
7116$ DECCXX_REPLACE = "DECCXX=DECCXX=1"
7117$ ELSE
7118$ DECCXX_REPLACE = "DECCXX="
570bb66e 7119$ ENDIF
414b89cc 7120$ IF ccname .EQS. "GCC"
570bb66e
JH
7121$ THEN
7122$ GNUC_REPLACE = "GNUC=gnuc=1"
7123$ ELSE
7124$ GNUC_REPLACE = "GNUC="
7125$ ENDIF
7126$ IF Has_Dec_C_Sockets
7127$ THEN
7128$ SOCKET_REPLACE = "SOCKET=DECC_SOCKETS=1"
7129$ ELSE
046cc26c 7130$ SOCKET_REPLACE = "SOCKET="
570bb66e 7131$ ENDIF
a92ae878 7132$ IF use_threads
570bb66e 7133$ THEN
32995a38 7134$ THREAD_REPLACE = "THREAD=THREADED=1"
570bb66e
JH
7135$ ELSE
7136$ THREAD_REPLACE = "THREAD="
7137$ ENDIF
7138$ IF mymalloc
7139$ THEN
7140$ MALLOC_REPLACE = "MALLOC=MALLOC=1"
7141$ ELSE
7142$ MALLOC_REPLACE = "MALLOC="
7143$ ENDIF
e0261ef8
CB
7144$ IF uselargefiles .OR. uselargefiles .EQS. "define"
7145$ THEN
cfcfe586
JM
7146$ IF usestdstat .or. usestdstat .eqs. "define"
7147$ THEN
7148$ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_USE_STD_STAT=1"
7149$ ELSE
96021e87 7150$ LARGEFILE_REPLACE = "LARGEFILE=LARGEFILE=_LARGEFILE=1"
cfcfe586 7151$ ENDIF
e0261ef8
CB
7152$ ELSE
7153$ LARGEFILE_REPLACE = "LARGEFILE="
7154$ ENDIF
9152021d
CB
7155$ IF use_vmsdebug_perl
7156$ THEN
7157$ DEBUG_REPLACE = "USEVMSDEBUG=__DEBUG__=1"
7158$ ELSE
7159$ DEBUG_REPLACE = "USEVMSDEBUG="
7160$ ENDIF
b545184e 7161$ PREFIX_REPLACE = "PREFIX=PREFIX=''prefix'"
b8df70f4
CB
7162$!
7163$! In order not to stress the tiny command buffer on pre-7.3-2 systems,
7164$! we put the following substitutions in a file and pass the file to
7165$! munchconfig.
7166$!
7167$ open/write CONFIG extra_subs.txt
7168$ WC := write CONFIG
7169$ WC "''DECC_REPLACE'"
7170$ WC "''DECCXX_REPLACE'"
7171$ WC "''ARCH_TYPE'"
7172$ WC "''GNUC_REPLACE'"
7173$ WC "''SOCKET_REPLACE'"
7174$ WC "''THREAD_REPLACE'"
7175$ WC "''C_Compiler_Replace'"
7176$ WC "''MALLOC_REPLACE'"
7177$ WC "''THREAD_UPCALLS'"
7178$ WC "''THREAD_KERNEL'"
7179$ WC "PV=''version'"
7180$ WC "FLAGS=FLAGS=''extra_flags'"
7181$ WC "''LARGEFILE_REPLACE'"
44caa20c 7182$ WC "ARCHNAME=ARCHNAME=''archname'"
9152021d 7183$ WC "''DEBUG_REPLACE'"
b545184e 7184$ WC "''PREFIX_REPLACE'"
b8df70f4
CB
7185$ close CONFIG
7186$!
570bb66e 7187$ echo4 "Extracting ''defmakefile' (with variable substitutions)"
7558ebc2 7188$ DEFINE/USER_MODE sys$output 'UUmakefile'
b8df70f4 7189$ mcr []munchconfig 'config_sh' 'Makefile_SH' -f extra_subs.txt
7558ebc2
PP
7190$! Clean up after ourselves
7191$ DELETE/NOLOG/NOCONFIRM []munchconfig.exe;
b8df70f4 7192$ DELETE/NOLOG/NOCONFIRM []extra_subs.txt;
a3bd614a 7193$!
414b89cc
CB
7194$! Note that the /key qualifier to search, as in:
7195$! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
7196$! is not supported on VMS V5.5-2, hence not used in extra_pods.com.
7197$!
7198$ echo4 "Extracting extra_pods.com (without variable substitutions)"
7199$ Create Sys$Disk:[-]extra_pods.com
7200$ Deck/Dollar="$EOExtra_Pods$"
7201$!++ extra_pods.com
7202$! NOTE: This file is extracted as part of the VMS configuration process.
7203$! Any changes made to it directly will be lost. If you need to make any
7204$! changes, please edit the template in Configure.Com instead.
7205$! Use FORCE if you've just podified a README.* file on VMS.
7206$ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
7207 search README.* "=head"/window=0/output=extra.pods
7208$ open/read/error=extra_close EXTRA extra.pods
7209$extra_loop:
7210$ read/error=extra_close/END_OF_FILE=extra_close EXTRA file
1f74f634 7211$ file_type = f$edit(f$parse(file,,,"TYPE",),"LOWERCASE") - "."
414b89cc
CB
7212$ if file_type .nes. "VMS" .and. file_type .nes. "vms"
7213$ then
7214$ pod_file = "[.pod]perl''file_type'.pod"
7215$ file = file - "''f$parse(file,,,"VERSION",)'"
7216$ if p1 .eqs. "CLEAN"
7217$ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
7218$ else
7219$ do_copy := false
7220$ if f$search(pod_file) .eqs. ""
7221$ then do_copy := true
7222$ else
7223$ file_rdt = f$cvtime(f$file_attributes(file,"RDT"))
7224$ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
7225$ if file_rdt .GTS. pod_file_rdt then do_copy := true
7226$ endif
1f74f634
CB
7227$ ! wacky method to preserve case on ODS-5 even when parse style is traditional
7228$ if do_copy then mcr sys$disk:[]miniperl.exe -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"
414b89cc
CB
7229$ endif
7230$ endif
7231$ goto extra_loop
7232$extra_close:
7233$ close EXTRA
7234$ if p1 .eqs. "CLEAN" .and. f$search("extra.pods;-1") .nes. "" then -
7235 purge/nolog extra.pods
7236$!-- extra_pods.com
7237$EOExtra_Pods$
97abc6ad 7238$!
146174a9 7239$! Warn of dangerous symbols or logical names
a4521476 7240$!
146174a9
CB
7241$Bad_environment: SUBROUTINE
7242$ Bad_env = ""
7243$ IF p2 .eqs. "SYMBOL"
7244$ THEN
7558ebc2 7245$ IF f$type('p1') .nes. "" THEN Bad_env := SYMBOL
146174a9
CB
7246$ ELSE
7247$ IF f$trnlnm(p1) .nes. "" THEN Bad_env := LOGICAL
7248$ ENDIF
7249$ IF Bad_env .eqs. "SYMBOL" .or. Bad_env .eqs. "LOGICAL"
a4521476
PP
7250$ THEN
7251$ IF f$search("config.msg") .nes. ""
7252$ THEN
7253$ OPEN/APPEND CONFIG config.msg
7254$ ELSE
7255$ OPEN/WRITE CONFIG config.msg
7256$ ENDIF
146174a9
CB
7257$ IF Bad_env .eqs. "SYMBOL"
7258$ THEN
7259$ WRITE CONFIG ""
7260$ WRITE CONFIG "Symbol name ''p1' found in environment as " + &p1
7261$ WRITE CONFIG " delete before building ''package' via:"
7262$ WRITE CONFIG " $ DELETE/SYMBOL/GLOBAL ''p1'"
7263$ IF f$locate("""",&p1) .ge. f$length(&p1)
7264$ THEN
7558ebc2 7265$ WRITE CONFIG " after building, testing, and installing ''package'"
146174a9
CB
7266$ WRITE CONFIG " restore the symbol with:"
7267$ WRITE CONFIG " $ ''p1' == """ + &p1 + """"
7268$ ENDIF
7269$ ENDIF
7270$ IF Bad_env .eqs. "LOGICAL"
7271$ THEN
7272$ WRITE CONFIG ""
7273$ WRITE CONFIG "Logical name ''p1' found in environment as " + f$trnlnm(p1)
7274$ WRITE CONFIG " deassign before building ''package'"
7275$ ENDIF
a4521476 7276$ CLOSE CONFIG
146174a9 7277$ Bad_env = ""
a4521476
PP
7278$ ENDIF
7279$ EXIT
146174a9 7280$ ENDSUBROUTINE ! Bad_environment
a4521476 7281$ echo ""
570bb66e 7282$ echo4 "Checking for dangerous pre-existing global symbols and logical names."
b3b333bf 7283$ CALL Bad_environment "COMP"
139df077
CB
7284$ CALL Bad_environment "EXT"
7285$ CALL Bad_environment "FOO"
146174a9 7286$ CALL Bad_environment "LIB"
139df077
CB
7287$ CALL Bad_environment "LIST"
7288$ CALL Bad_environment "MIME"
7289$ CALL Bad_environment "POSIX"
7290$ CALL Bad_environment "SYS"
146174a9 7291$ CALL Bad_environment "T"
139df077
CB
7292$ CALL Bad_environment "THREAD"
7293$ CALL Bad_environment "THREADS"
7294$ CALL Bad_environment "TIME"
7295$ CALL Bad_environment "TMP"
7296$ CALL Bad_environment "UNICODE"
7297$ CALL Bad_environment "UTIL"
146174a9 7298$ CALL Bad_environment "TEST" "SYMBOL"
a4521476
PP
7299$ IF f$search("config.msg") .eqs. "" THEN echo "OK."
7300$!
97abc6ad
HM
7301$! %Config-I-VMS, write perl_setup.com here
7302$!
86fced14
CB
7303$ IF (.NOT.perl_symbol)
7304$ THEN
7305$ file_2_find = "[-]''packageup'.cld"
7306$ echo ""
570bb66e 7307$ echo4 "The perl.cld file is now being written..."
86fced14 7308$ OPEN/WRITE CONFIG 'file_2_find'
c645ec3f 7309$ ext = ".exe"
2b4b3ebb
CB
7310$ IF (sharedperl .AND. F$ELEMENT(0, "-", archname) .EQS. "VMS_AXP") THEN ext := .AXE
7311$ IF (sharedperl .AND. F$ELEMENT(0, "-", archname) .EQS. "VMS_IA64") THEN ext := .IXE
86fced14
CB
7312$ IF (use_vmsdebug_perl)
7313$ THEN
7314$ WRITE CONFIG "define verb dbgperl"
570bb66e 7315$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]dbgperl''ext'")
86fced14
CB
7316$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7317$ WRITE CONFIG ""
7318$ WRITE CONFIG "define verb perl"
570bb66e 7319$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]ndbgPerl''ext'")
86fced14
CB
7320$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7321$ ELSE
7322$ WRITE CONFIG "define verb perl"
570bb66e 7323$ WRITE CONFIG F$FAO("!_!AS","image ''vms_prefix':[000000]perl''ext'")
86fced14
CB
7324$ WRITE CONFIG F$FAO("!_!AS","cliflags (foreign)")
7325$ ENDIF
7326$ CLOSE CONFIG
7327$ ENDIF ! (.NOT.perl_symbol)
97abc6ad 7328$ echo ""
570bb66e 7329$ echo4 "The perl_setup.com file is now being written..."
a3ef2c6f 7330$ file_2_find = "[-]perl_setup.com"
fcc434ad
PP
7331$!
7332$! Folks are likely to want to edit perl_setup.com.
7333$! STMLF RFM plays nicer with ported editors than does VFC.
7334$!
7335$ CREATE [-]CONFIG.FDL
7336$ DECK
7337RECORD
7338 FORMAT STREAM_LF
7339$ EOD
7340$ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
7341$ OPEN/APPEND CONFIG 'file_2_find'
7342$ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
97abc6ad
HM
7343$ WRITE CONFIG "$!"
7344$ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
7345$ IF cf_email.NES.perladmin
7346$ THEN
7347$ WRITE CONFIG "$! perl configured by ''cf_email'"
7348$ ELSE
7349$ WRITE CONFIG "$! This perl configured & administered by ''perladmin'"
7350$ ENDIF
7351$ WRITE CONFIG "$!"
b545184e
CB
7352$ WRITE CONFIG "$ if P1 .EQS. """""
7353$ WRITE CONFIG "$ then"
7354$ WRITE CONFIG "$ myproc = f$environment(""PROCEDURE"")"
7355$ WRITE CONFIG "$ myroot_dev = f$parse(myproc,,,""DEVICE"",""NO_CONCEAL"")"
7356$ WRITE CONFIG "$ myroot_dir = f$parse(myproc,,,""DIRECTORY"",""NO_CONCEAL"")"
7357$ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000."" - ""><000000."""
7358$ WRITE CONFIG "$ myroot_dir = myroot_dir - ""][000000]"" - ""><000000>"""
7359$ WRITE CONFIG "$ myroot_dir = myroot_dir - ""]["" - ""><"""
7360$ WRITE CONFIG "$ myroot_dir = myroot_dir - "".]"" - "".>"" - ""["" - ""]"" - ""<"" - "">"""
7361$ WRITE CONFIG "$ root_spec = myroot_dev + ""["" + myroot_dir + "".]"""
7362$ WRITE CONFIG "$ else"
7363$ WRITE CONFIG "$ root_spec = P1"
7364$ WRITE CONFIG "$ endif"
7365$ WRITE CONFIG "$ define/translation=concealed ''vms_prefix' 'root_spec'"
86fced14 7366$ WRITE CONFIG "$ ext = "".exe"""
570bb66e 7367$ IF sharedperl
86fced14 7368$ THEN
86da1428
CB
7369$ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 2 then ext = "".AXE"""
7370$ WRITE CONFIG "$ if f$getsyi(""ARCH_TYPE"") .eq. 3 then ext = "".IXE"""
86fced14
CB
7371$ ENDIF
7372$ IF (perl_symbol)
7373$ THEN
972e9305 7374$ perl_setup_perl = "'" + "'perl'" ! triple quoted foreign command symbol
86fced14
CB
7375$ IF (use_vmsdebug_perl)
7376$ THEN
972e9305
PP
7377$ WRITE CONFIG "$ dbgperl :== $''vms_prefix':[000000]dbgperl'ext'"
7378$ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]ndbgperl'ext'"
7379$ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
86fced14 7380$ ELSE
570bb66e 7381$ WRITE CONFIG "$ perl :== $''vms_prefix':[000000]Perl'ext'"
972e9305 7382$ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
86fced14
CB
7383$ ENDIF
7384$ ELSE ! .NOT.perl_symbol
972e9305 7385$ perl_setup_perl = "perl" ! command verb
86fced14
CB
7386$ IF (use_vmsdebug_perl)
7387$ THEN
972e9305 7388$ WRITE CONFIG "$ define dbgperlshr ''vms_prefix':[000000]dbgperlshr'ext'"
86fced14 7389$ ELSE
972e9305 7390$ WRITE CONFIG "$ define perlshr ''vms_prefix':[000000]perlshr'ext'"
86fced14
CB
7391$ ENDIF
7392$ IF perl_verb .EQS. "PROCESS"
7393$ THEN
570bb66e 7394$ WRITE CONFIG "$ set command ''vms_prefix':[000000]''packageup'.CLD"
86fced14
CB
7395$ ENDIF
7396$ ENDIF ! perl_symbol
3eeba6fb 7397$!
97abc6ad
HM
7398$ IF (tzneedset)
7399$ THEN
7400$ WRITE CONFIG "$ define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7401$ ELSE !leave in but commented out (in case setting was from perl :-)
7402$ WRITE CONFIG "$! define SYS$TIMEZONE_DIFFERENTIAL ''tzd'"
7403$ ENDIF
7404$ WRITE CONFIG "$!"
9ee2021e 7405$ WRITE CONFIG "$! Symbols for Perl-based utility programs:"
97abc6ad 7406$ WRITE CONFIG "$!"
972e9305 7407$ WRITE CONFIG "$ c2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]c2ph.com"""
9ee2021e 7408$ WRITE CONFIG "$ corelist == """ + perl_setup_perl + " ''vms_prefix':[utils]corelist.com"""
972e9305 7409$ WRITE CONFIG "$ cpan == """ + perl_setup_perl + " ''vms_prefix':[utils]cpan.com"""
972e9305 7410$ WRITE CONFIG "$ enc2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]enc2xs.com"""
59658819 7411$ WRITE CONFIG "$ encguess == """ + perl_setup_perl + " ''vms_prefix':[utils]encguess.com"""
972e9305
PP
7412$ WRITE CONFIG "$ h2ph == """ + perl_setup_perl + " ''vms_prefix':[utils]h2ph.com"""
7413$ WRITE CONFIG "$ h2xs == """ + perl_setup_perl + " ''vms_prefix':[utils]h2xs.com"""
88be34b6 7414$ WRITE CONFIG "$ instmodsh == """ + perl_setup_perl + " ''vms_prefix':[utils]instmodsh.com"""
972e9305 7415$ WRITE CONFIG "$ libnetcfg == """ + perl_setup_perl + " ''vms_prefix':[utils]libnetcfg.com"""
e8e09534 7416$ WRITE CONFIG "$ perlbug == """ + perl_setup_perl + " ''vms_prefix':[utils]perlbug.com"""
e8e09534 7417$ WRITE CONFIG "$ perldoc == """ + perl_setup_perl + " ''vms_prefix':[utils]perldoc.com """"-t"""""""
972e9305
PP
7418$ WRITE CONFIG "$ perlivp == """ + perl_setup_perl + " ''vms_prefix':[utils]perlivp.com"""
7419$ WRITE CONFIG "$ piconv == """ + perl_setup_perl + " ''vms_prefix':[utils]piconv.com"""
7420$ WRITE CONFIG "$ pl2pm == """ + perl_setup_perl + " ''vms_prefix':[utils]pl2pm.com"""
e8e09534 7421$ WRITE CONFIG "$ pod2html == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2html.com"""
e8e09534
PP
7422$ WRITE CONFIG "$ pod2text == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2text.com"""
7423$ WRITE CONFIG "$!pod2man == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2man.com"""
972e9305
PP
7424$ WRITE CONFIG "$ pod2usage == """ + perl_setup_perl + " ''vms_prefix':[utils]pod2usage.com"""
7425$ WRITE CONFIG "$ podchecker == """ + perl_setup_perl + " ''vms_prefix':[utils]podchecker.com"""
7426$ WRITE CONFIG "$ podselect == """ + perl_setup_perl + " ''vms_prefix':[utils]podselect.com"""
20997843 7427$ WRITE CONFIG "$ prove == """ + perl_setup_perl + " ''vms_prefix':[utils]prove.com"""
972e9305
PP
7428$ WRITE CONFIG "$ psed == """ + perl_setup_perl + " ''vms_prefix':[utils]psed.com"""
7429$ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]pstruct.com"""
9ee2021e
CB
7430$ WRITE CONFIG "$ ptar == """ + perl_setup_perl + " ''vms_prefix':[utils]ptar.com"""
7431$ WRITE CONFIG "$ ptardiff == """ + perl_setup_perl + " ''vms_prefix':[utils]ptardiff.com"""
deabda19 7432$ WRITE CONFIG "$ ptargrep == """ + perl_setup_perl + " ''vms_prefix':[utils]ptargrep.com"""
9ee2021e 7433$ WRITE CONFIG "$ shasum == """ + perl_setup_perl + " ''vms_prefix':[utils]shasum.com"""
972e9305
PP
7434$ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com"""
7435$ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com"""
08ad9465 7436$ WRITE CONFIG "$ zipdetails == """ + perl_setup_perl + " ''vms_prefix':[utils]zipdetails.com"""
97abc6ad
HM
7437$ CLOSE CONFIG
7438$!
7439$ echo ""
570bb66e
JH
7440$ echo "The file can be found at:"
7441$ echo4 " ''F$SEARCH(file_2_find)'"
7442$ echo "Add that file (or an @ call to it) to your [SY]LOGIN.COM"
7443$ echo "when you are satisfied with a successful compilation,"
7444$ echo "testing, and installation of your perl."
97abc6ad 7445$ echo ""
86fced14
CB
7446$ IF ((.NOT.perl_symbol) .AND. (perl_verb .EQS. "DCLTABLES"))
7447$ THEN
7448$ file_2_find = "[-]''packageup'_install.com"
7558ebc2 7449$ OPEN/WRITE CONFIG 'file_2_find'
86fced14
CB
7450$ WRITE CONFIG "$ set command perl /table=sys$common:[syslib]dcltables.exe -"
7451$ WRITE CONFIG " /output=sys$common:[syslib]dcltables.exe"
7452$ WRITE CONFIG "$ install replace sys$common:[syslib]dcltables.exe"
7453$ CLOSE CONFIG
7454$ echo4 ""
570bb66e
JH
7455$ echo4 "In order to install the ''packageup' verb into DCLTABLES run:"
7456$ echo4 " @ ''F$SEARCH(file_2_find)'"
7457$ echo4 "after a successful build, test, and install. Do so with CMKRNL privilege."
86fced14
CB
7458$ echo4 ""
7459$ ENDIF
97abc6ad
HM
7460$!
7461$!figure out where we "are" by parsing 'vms_default_directory_name'
7462$!
7463$ set_def_command = ""
7464$ dflt = F$ENVIRONMENT("DEFAULT") - ".UU]"
7465$ tmp = vms_default_directory_name - dflt - "]"
7466$ i = 0
7467$ IF tmp .EQS. "" THEN GOTO Beyond_set_def_loop
7468$Set_def_loop:
7469$ tmp1 = F$ELEMENT(i,".",tmp)
7470$ IF tmp1 .EQS. "." THEN GOTO Beyond_set_def_loop
7471$ IF i .EQ. 0
7472$ THEN set_def_command = "set default [-"
7473$ ELSE set_def_command = set_def_command + "-"
7474$ ENDIF
7475$ i = i + 1
7476$ GOTO Set_def_loop
7477$Beyond_set_def_loop:
7478$ IF set_def_command.NES.""
7479$ THEN
7480$ set_def_command = set_def_command - "-" + "]"
7481$ echo4 ""
7482$ echo4 "In order to build ''package' you must now issue the commands:"
7483$ echo4 ""
7484$ echo4 " ''set_def_command'"
7485$ ELSE
7486$ echo4 ""
7487$ echo4 "In order to build ''package' you must now issue the command:"
7488$ echo4 ""
7489$ ENDIF
7490$ echo4 " ''make'''makefile'", macros
7491$ echo4 ""
7492$!
a4521476
PP
7493$ IF ( F$SEARCH("config.msg").NES."" )
7494$ THEN
139df077
CB
7495$ echo4 "Hmm. I also noted the following information while running:"
7496$ echo4 ""
7497$ TYPE/OUTPUT=SYS$ERROR: config.msg
a4521476
PP
7498$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) config.msg
7499$ DELETE/NOLOG/NOCONFIRM config.msg;
7500$ ENDIF
7501$!
97abc6ad 7502$Clean_up:
17d0565f 7503$ SET NOON
97abc6ad
HM
7504$ IF (silent)
7505$ THEN
17d0565f 7506$ CLOSE/NOLOG STDOUT
97abc6ad 7507$ DEASSIGN SYS$OUTPUT
97abc6ad 7508$ ENDIF
17d0565f 7509$ CLOSE/NOLOG CONFIG
414b89cc 7510$ IF F$GETJPI("","FILCNT").GT.vms_filcnt
97abc6ad
HM
7511$ THEN WRITE SYS$ERROR "%Config-W-VMS, WARNING: There is a file still open"
7512$ ENDIF
7513$ dflt = F$ENVIRONMENT("DEFAULT")
7514$ IF F$LOCATE("UU]",dflt).EQS.(F$LENGTH(dflt)-3)
7515$ THEN
1171624b
CB
7516$ IF ( F$SEARCH("[.CXX_REPOSITORY]*.*").NES."" )
7517$ THEN
7518$ DELETE/NOLOG/NOCONFIRM [.CXX_REPOSITORY]*.*;*
7519$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) CXX_REPOSITORY.DIR
7520$ ENDIF
97abc6ad
HM
7521$ IF ( F$SEARCH("[]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM []*.*;*
7522$ SET DEFAULT [-]
7523$ SET PROTECTION=(SYSTEM:RWED,OWNER:RWED) UU.DIR
7524$ DELETE/NOLOG/NOCONFIRM UU.DIR;
7525$ ENDIF
7526$ SET DEFAULT 'vms_default_directory_name' !be kind rewind
97abc6ad
HM
7527$ EXIT
7528$!: End of Configure