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