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