home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Topware / activeperl / ActivePerl / Perl / lib / Config.pm < prev    next >
Encoding:
Perl POD Document  |  2002-12-01  |  228.6 KB  |  8,896 lines

  1. package Config;
  2. use Exporter ();
  3. @EXPORT = qw(%Config);
  4. @EXPORT_OK = qw(myconfig config_sh config_vars);
  5.  
  6. # Define our own import method to avoid pulling in the full Exporter:
  7. sub import {
  8.   my $pkg = shift;
  9.   @_ = @EXPORT unless @_;
  10.   my @func = grep {$_ ne '%Config'} @_;
  11.   local $Exporter::ExportLevel = 1;
  12.   Exporter::import('Config', @func) if @func;
  13.   return if @func == @_;
  14.   my $callpkg = caller(0);
  15.   *{"$callpkg\::Config"} = \%Config;
  16. }
  17.  
  18. die "Perl lib version (v5.8.0) doesn't match executable version ($])"
  19.     unless $^V;
  20.  
  21. $^V eq v5.8.0
  22.   or die "Perl lib version (v5.8.0) doesn't match executable version (" .
  23.     (sprintf "v%vd",$^V) . ")";
  24.  
  25. # This file was created by configpm when Perl was built. Any changes
  26. # made to this file will be lost the next time perl is built.
  27.  
  28. ## Configured by: support@ActiveState.com
  29. ### Target system: WIN32 
  30.  
  31. my $config_sh = <<'!END!';
  32. archlibexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  33. archname='MSWin32-x86-multi-thread'
  34. cc='cl'
  35. ccflags='-nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT  -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX'
  36. cppflags='-DWIN32'
  37. dlsrc='dl_win32.xs'
  38. dynamic_ext='Storable Encode XS/Typemap B/C IO MIME/Base64 Devel/Peek Opcode Time/HiRes attrs ByteLoader PerlIO/scalar Unicode/Normalize re B XS/APItest Encode/Unicode SDBM_File PerlIO/via PerlIO/encoding Fcntl Sys/Hostname Digest/MD5 Devel/PPPort POSIX Filter/Util/Call Socket threads/shared Data/Dumper List/Util threads File/Glob Devel/DProf Cwd'
  39. extensions='Storable Encode XS/Typemap B/C IO MIME/Base64 Devel/Peek Opcode Time/HiRes attrs ByteLoader PerlIO/scalar Unicode/Normalize re B XS/APItest Encode/Unicode SDBM_File PerlIO/via PerlIO/encoding Fcntl Sys/Hostname Digest/MD5 Devel/PPPort POSIX Filter/Util/Call Socket threads/shared Data/Dumper List/Util threads File/Glob Devel/DProf Cwd'
  40. installarchlib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  41. installprivlib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  42. libpth='C:\PROGRA~1\MICROS~3\VC98\lib'
  43. libs='  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib'
  44. osname='MSWin32'
  45. osvers='4.0'
  46. prefix='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl'
  47. privlibexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  48. sharpbang='#!'
  49. shsharp='true'
  50. sig_name='ZERO HUP INT QUIT ILL NUM05 NUM06 NUM07 FPE KILL NUM10 SEGV NUM12 PIPE ALRM TERM NUM16 NUM17 NUM18 NUM19 CHLD BREAK ABRT STOP NUM24 CONT CLD'
  51. sig_num='0 1 2 21 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 20 0'
  52. so='dll'
  53. startsh='#!/bin/sh'
  54. static_ext=' '
  55. Author=''
  56. Date='$Date'
  57. Header=''
  58. Id='$Id'
  59. Locker=''
  60. Log='$Log'
  61. PERL_API_REVISION='5'
  62. PERL_API_SUBVERSION='0'
  63. PERL_API_VERSION='8'
  64. PERL_CONFIG_SH='true'
  65. PERL_PATCHLEVEL='8'
  66. PERL_REVISION='5'
  67. PERL_SUBVERSION='0'
  68. PERL_VERSION='8'
  69. RCSfile='$RCSfile'
  70. Revision='$Revision'
  71. Source=''
  72. State=''
  73. _a='.lib'
  74. _exe='.exe'
  75. _o='.obj'
  76. afs='false'
  77. afsroot='/afs'
  78. alignbytes='8'
  79. ansi2knr=''
  80. aphostname=''
  81. api_revision='5'
  82. api_subversion='0'
  83. api_version='8'
  84. api_versionstring='5.8.0'
  85. ar='lib'
  86. archlib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  87. archname64=''
  88. archobjs=''
  89. asctime_r_proto='0'
  90. awk='awk'
  91. baserev='5'
  92. bash=''
  93. bin='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  94. binexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  95. bison=''
  96. byacc='byacc'
  97. byteorder='1234'
  98. c=''
  99. castflags='0'
  100. cat='type'
  101. cccdlflags=' '
  102. ccdlflags=' '
  103. ccflags_uselargefiles=''
  104. ccname=''
  105. ccsymbols=''
  106. ccversion=''
  107. cf_by='daves'
  108. cf_email='support@ActiveState.com'
  109. cf_time='Sun Dec  1 23:15:01 2002'
  110. charsize='1'
  111. chgrp=''
  112. chmod=''
  113. chown=''
  114. clocktype='clock_t'
  115. comm=''
  116. compress=''
  117. contains='grep'
  118. cp='copy'
  119. cpio=''
  120. cpp='cl -nologo -E'
  121. cpp_stuff='42'
  122. cppccsymbols=''
  123. cpplast=''
  124. cppminus=''
  125. cpprun='cl -nologo -E'
  126. cppstdin='cppstdin'
  127. cppsymbols=''
  128. crypt_r_proto='0'
  129. cryptlib=''
  130. csh='undef'
  131. ctermid_r_proto='0'
  132. ctime_r_proto='0'
  133. d_Gconvert='sprintf((b),"%.*g",(n),(x))'
  134. d_PRIEUldbl='undef'
  135. d_PRIFUldbl='undef'
  136. d_PRIGUldbl='undef'
  137. d_PRIXU64='undef'
  138. d_PRId64='undef'
  139. d_PRIeldbl='undef'
  140. d_PRIfldbl='undef'
  141. d_PRIgldbl='undef'
  142. d_PRIi64='undef'
  143. d_PRIo64='undef'
  144. d_PRIu64='undef'
  145. d_PRIx64='undef'
  146. d_SCNfldbl='undef'
  147. d__fwalk='undef'
  148. d_access='define'
  149. d_accessx='undef'
  150. d_alarm='define'
  151. d_archlib='define'
  152. d_asctime_r='undef'
  153. d_atolf='undef'
  154. d_atoll='undef'
  155. d_attribut='undef'
  156. d_bcmp='undef'
  157. d_bcopy='undef'
  158. d_bsd='define'
  159. d_bsdgetpgrp='undef'
  160. d_bsdsetpgrp='undef'
  161. d_bzero='undef'
  162. d_casti32='undef'
  163. d_castneg='define'
  164. d_charvspr='undef'
  165. d_chown='undef'
  166. d_chroot='undef'
  167. d_chsize='define'
  168. d_class='undef'
  169. d_closedir='define'
  170. d_cmsghdr_s='undef'
  171. d_const='define'
  172. d_crypt='define'
  173. d_crypt_r='undef'
  174. d_csh='undef'
  175. d_ctermid_r='undef'
  176. d_ctime_r='undef'
  177. d_cuserid='undef'
  178. d_dbl_dig='define'
  179. d_dbminitproto='undef'
  180. d_difftime='define'
  181. d_dirfd='undef'
  182. d_dirnamlen='define'
  183. d_dlerror='define'
  184. d_dlopen='define'
  185. d_dlsymun='undef'
  186. d_dosuid='undef'
  187. d_drand48_r='undef'
  188. d_drand48proto='undef'
  189. d_dup2='define'
  190. d_eaccess='undef'
  191. d_endgrent='undef'
  192. d_endgrent_r='undef'
  193. d_endhent='undef'
  194. d_endhostent_r='undef'
  195. d_endnent='undef'
  196. d_endnetent_r='undef'
  197. d_endpent='undef'
  198. d_endprotoent_r='undef'
  199. d_endpwent='undef'
  200. d_endpwent_r='undef'
  201. d_endsent='undef'
  202. d_endservent_r='undef'
  203. d_eofnblk='define'
  204. d_eunice='undef'
  205. d_fchdir='undef'
  206. d_fchmod='undef'
  207. d_fchown='undef'
  208. d_fcntl='undef'
  209. d_fcntl_can_lock='undef'
  210. d_fd_macros='define'
  211. d_fd_set='define'
  212. d_fds_bits='define'
  213. d_fgetpos='define'
  214. d_finite='undef'
  215. d_finitel='undef'
  216. d_flexfnam='define'
  217. d_flock='define'
  218. d_flockproto='define'
  219. d_fork='undef'
  220. d_fp_class='undef'
  221. d_fpathconf='undef'
  222. d_fpclass='undef'
  223. d_fpclassify='undef'
  224. d_fpclassl='undef'
  225. d_fpos64_t='undef'
  226. d_frexpl='undef'
  227. d_fs_data_s='undef'
  228. d_fseeko='undef'
  229. d_fsetpos='define'
  230. d_fstatfs='undef'
  231. d_fstatvfs='undef'
  232. d_fsync='undef'
  233. d_ftello='undef'
  234. d_ftime='define'
  235. d_getcwd='define'
  236. d_getespwnam='undef'
  237. d_getfsstat='undef'
  238. d_getgrent='undef'
  239. d_getgrent_r='undef'
  240. d_getgrgid_r='undef'
  241. d_getgrnam_r='undef'
  242. d_getgrps='undef'
  243. d_gethbyaddr='define'
  244. d_gethbyname='define'
  245. d_gethent='undef'
  246. d_gethname='define'
  247. d_gethostbyaddr_r='undef'
  248. d_gethostbyname_r='undef'
  249. d_gethostent_r='undef'
  250. d_gethostprotos='define'
  251. d_getitimer='undef'
  252. d_getlogin='define'
  253. d_getlogin_r='undef'
  254. d_getmnt='undef'
  255. d_getmntent='undef'
  256. d_getnbyaddr='undef'
  257. d_getnbyname='undef'
  258. d_getnent='undef'
  259. d_getnetbyaddr_r='undef'
  260. d_getnetbyname_r='undef'
  261. d_getnetent_r='undef'
  262. d_getnetprotos='undef'
  263. d_getpagsz='undef'
  264. d_getpbyname='define'
  265. d_getpbynumber='define'
  266. d_getpent='undef'
  267. d_getpgid='undef'
  268. d_getpgrp2='undef'
  269. d_getpgrp='undef'
  270. d_getppid='undef'
  271. d_getprior='undef'
  272. d_getprotobyname_r='undef'
  273. d_getprotobynumber_r='undef'
  274. d_getprotoent_r='undef'
  275. d_getprotoprotos='define'
  276. d_getprpwnam='undef'
  277. d_getpwent='undef'
  278. d_getpwent_r='undef'
  279. d_getpwnam_r='undef'
  280. d_getpwuid_r='undef'
  281. d_getsbyname='define'
  282. d_getsbyport='define'
  283. d_getsent='undef'
  284. d_getservbyname_r='undef'
  285. d_getservbyport_r='undef'
  286. d_getservent_r='undef'
  287. d_getservprotos='define'
  288. d_getspnam='undef'
  289. d_getspnam_r='undef'
  290. d_gettimeod='define'
  291. d_gmtime_r='undef'
  292. d_gnulibc='undef'
  293. d_grpasswd='undef'
  294. d_hasmntopt='undef'
  295. d_htonl='define'
  296. d_index='undef'
  297. d_inetaton='undef'
  298. d_int64_t='undef'
  299. d_isascii='define'
  300. d_isfinite='undef'
  301. d_isinf='undef'
  302. d_isnan='define'
  303. d_isnanl='undef'
  304. d_killpg='undef'
  305. d_lchown='undef'
  306. d_ldbl_dig='define'
  307. d_link='define'
  308. d_localtime_r='undef'
  309. d_locconv='define'
  310. d_lockf='undef'
  311. d_longdbl='define'
  312. d_longlong='undef'
  313. d_lseekproto='define'
  314. d_lstat='undef'
  315. d_madvise='undef'
  316. d_mblen='define'
  317. d_mbstowcs='define'
  318. d_mbtowc='define'
  319. d_memchr='define'
  320. d_memcmp='define'
  321. d_memcpy='define'
  322. d_memmove='define'
  323. d_memset='define'
  324. d_mkdir='define'
  325. d_mkdtemp='undef'
  326. d_mkfifo='undef'
  327. d_mkstemp='undef'
  328. d_mkstemps='undef'
  329. d_mktime='define'
  330. d_mmap='undef'
  331. d_modfl='undef'
  332. d_modfl_pow32_bug='undef'
  333. d_mprotect='undef'
  334. d_msg='undef'
  335. d_msg_ctrunc='undef'
  336. d_msg_dontroute='undef'
  337. d_msg_oob='undef'
  338. d_msg_peek='undef'
  339. d_msg_proxy='undef'
  340. d_msgctl='undef'
  341. d_msgget='undef'
  342. d_msghdr_s='undef'
  343. d_msgrcv='undef'
  344. d_msgsnd='undef'
  345. d_msync='undef'
  346. d_munmap='undef'
  347. d_mymalloc='undef'
  348. d_nice='undef'
  349. d_nl_langinfo='undef'
  350. d_nv_preserves_uv='define'
  351. d_off64_t='undef'
  352. d_old_pthread_create_joinable='undef'
  353. d_oldpthreads='undef'
  354. d_oldsock='undef'
  355. d_open3='undef'
  356. d_pathconf='undef'
  357. d_pause='define'
  358. d_perl_otherlibdirs='undef'
  359. d_phostname='undef'
  360. d_pipe='define'
  361. d_poll='undef'
  362. d_portable='define'
  363. d_procselfexe='undef'
  364. d_pthread_atfork='undef'
  365. d_pthread_yield='undef'
  366. d_pwage='undef'
  367. d_pwchange='undef'
  368. d_pwclass='undef'
  369. d_pwcomment='undef'
  370. d_pwexpire='undef'
  371. d_pwgecos='undef'
  372. d_pwpasswd='undef'
  373. d_pwquota='undef'
  374. d_qgcvt='undef'
  375. d_quad='undef'
  376. d_random_r='undef'
  377. d_readdir64_r='undef'
  378. d_readdir='define'
  379. d_readdir_r='undef'
  380. d_readlink='undef'
  381. d_readv='undef'
  382. d_recvmsg='undef'
  383. d_rename='define'
  384. d_rewinddir='define'
  385. d_rmdir='define'
  386. d_safebcpy='undef'
  387. d_safemcpy='undef'
  388. d_sanemcmp='define'
  389. d_sbrkproto='undef'
  390. d_sched_yield='undef'
  391. d_scm_rights='undef'
  392. d_seekdir='define'
  393. d_select='define'
  394. d_sem='undef'
  395. d_semctl='undef'
  396. d_semctl_semid_ds='undef'
  397. d_semctl_semun='undef'
  398. d_semget='undef'
  399. d_semop='undef'
  400. d_sendmsg='undef'
  401. d_setegid='undef'
  402. d_seteuid='undef'
  403. d_setgrent='undef'
  404. d_setgrent_r='undef'
  405. d_setgrps='undef'
  406. d_sethent='undef'
  407. d_sethostent_r='undef'
  408. d_setitimer='undef'
  409. d_setlinebuf='undef'
  410. d_setlocale='define'
  411. d_setlocale_r='undef'
  412. d_setnent='undef'
  413. d_setnetent_r='undef'
  414. d_setpent='undef'
  415. d_setpgid='undef'
  416. d_setpgrp2='undef'
  417. d_setpgrp='undef'
  418. d_setprior='undef'
  419. d_setproctitle='undef'
  420. d_setprotoent_r='undef'
  421. d_setpwent='undef'
  422. d_setpwent_r='undef'
  423. d_setregid='undef'
  424. d_setresgid='undef'
  425. d_setresuid='undef'
  426. d_setreuid='undef'
  427. d_setrgid='undef'
  428. d_setruid='undef'
  429. d_setsent='undef'
  430. d_setservent_r='undef'
  431. d_setsid='undef'
  432. d_setvbuf='define'
  433. d_sfio='undef'
  434. d_shm='undef'
  435. d_shmat='undef'
  436. d_shmatprototype='undef'
  437. d_shmctl='undef'
  438. d_shmdt='undef'
  439. d_shmget='undef'
  440. d_sigaction='undef'
  441. d_sigprocmask='undef'
  442. d_sigsetjmp='undef'
  443. d_sockatmark='undef'
  444. d_sockatmarkproto='undef'
  445. d_socket='define'
  446. d_socklen_t='undef'
  447. d_sockpair='undef'
  448. d_socks5_init='undef'
  449. d_sqrtl='undef'
  450. d_srand48_r='undef'
  451. d_srandom_r='undef'
  452. d_sresgproto='undef'
  453. d_sresuproto='undef'
  454. d_statblks='undef'
  455. d_statfs_f_flags='undef'
  456. d_statfs_s='undef'
  457. d_statvfs='undef'
  458. d_stdio_cnt_lval='define'
  459. d_stdio_ptr_lval='define'
  460. d_stdio_ptr_lval_nochange_cnt='define'
  461. d_stdio_ptr_lval_sets_cnt='undef'
  462. d_stdio_stream_array='undef'
  463. d_stdiobase='define'
  464. d_stdstdio='define'
  465. d_strchr='define'
  466. d_strcoll='define'
  467. d_strctcpy='define'
  468. d_strerrm='strerror(e)'
  469. d_strerror='define'
  470. d_strerror_r='undef'
  471. d_strftime='define'
  472. d_strtod='define'
  473. d_strtol='define'
  474. d_strtold='undef'
  475. d_strtoll='undef'
  476. d_strtoq='undef'
  477. d_strtoul='define'
  478. d_strtoull='undef'
  479. d_strtouq='undef'
  480. d_strxfrm='define'
  481. d_suidsafe='undef'
  482. d_symlink='undef'
  483. d_syscall='undef'
  484. d_syscallproto='undef'
  485. d_sysconf='undef'
  486. d_sysernlst=''
  487. d_syserrlst='define'
  488. d_system='define'
  489. d_tcgetpgrp='undef'
  490. d_tcsetpgrp='undef'
  491. d_telldir='define'
  492. d_telldirproto='define'
  493. d_time='define'
  494. d_times='define'
  495. d_tm_tm_gmtoff='undef'
  496. d_tm_tm_zone='undef'
  497. d_tmpnam_r='undef'
  498. d_truncate='undef'
  499. d_ttyname_r='undef'
  500. d_tzname='define'
  501. d_u32align='define'
  502. d_ualarm='undef'
  503. d_umask='define'
  504. d_uname='define'
  505. d_union_semun='define'
  506. d_unordered='undef'
  507. d_usleep='undef'
  508. d_usleepproto='undef'
  509. d_ustat='undef'
  510. d_vendorarch='undef'
  511. d_vendorbin='undef'
  512. d_vendorlib='undef'
  513. d_vfork='undef'
  514. d_void_closedir='undef'
  515. d_voidsig='define'
  516. d_voidtty=''
  517. d_volatile='define'
  518. d_vprintf='define'
  519. d_wait4='undef'
  520. d_waitpid='define'
  521. d_wcstombs='define'
  522. d_wctomb='define'
  523. d_writev='undef'
  524. d_xenix='undef'
  525. date='date'
  526. db_hashtype='int'
  527. db_prefixtype='int'
  528. db_version_major='0'
  529. db_version_minor='0'
  530. db_version_patch='0'
  531. defvoidused='15'
  532. direntrytype='struct direct'
  533. dlext='dll'
  534. doublesize='8'
  535. drand01='(rand()/(double)((unsigned)1<<RANDBITS))'
  536. drand48_r_proto='0'
  537. eagain='EAGAIN'
  538. ebcdic='undef'
  539. echo='echo'
  540. egrep='egrep'
  541. emacs=''
  542. endgrent_r_proto='0'
  543. endhostent_r_proto='0'
  544. endnetent_r_proto='0'
  545. endprotoent_r_proto='0'
  546. endpwent_r_proto='0'
  547. endservent_r_proto='0'
  548. eunicefix=':'
  549. exe_ext='.exe'
  550. expr='expr'
  551. extras=''
  552. fflushNULL='define'
  553. fflushall='undef'
  554. find='find'
  555. firstmakefile='makefile'
  556. flex=''
  557. fpossize='8'
  558. fpostype='fpos_t'
  559. freetype='void'
  560. full_ar=''
  561. full_csh=''
  562. full_sed=''
  563. gccosandvers=''
  564. gccversion=''
  565. getgrent_r_proto='0'
  566. getgrgid_r_proto='0'
  567. getgrnam_r_proto='0'
  568. gethostbyaddr_r_proto='0'
  569. gethostbyname_r_proto='0'
  570. gethostent_r_proto='0'
  571. getlogin_r_proto='0'
  572. getnetbyaddr_r_proto='0'
  573. getnetbyname_r_proto='0'
  574. getnetent_r_proto='0'
  575. getprotobyname_r_proto='0'
  576. getprotobynumber_r_proto='0'
  577. getprotoent_r_proto='0'
  578. getpwent_r_proto='0'
  579. getpwnam_r_proto='0'
  580. getpwuid_r_proto='0'
  581. getservbyname_r_proto='0'
  582. getservbyport_r_proto='0'
  583. getservent_r_proto='0'
  584. getspnam_r_proto='0'
  585. gidformat='"ld"'
  586. gidsign='-1'
  587. gidsize='4'
  588. gidtype='gid_t'
  589. glibpth='/usr/shlib  /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib /usr/shlib '
  590. gmake='gmake'
  591. gmtime_r_proto='0'
  592. grep='grep'
  593. groupcat=''
  594. groupstype='gid_t'
  595. gzip='gzip'
  596. h_fcntl='false'
  597. h_sysfile='true'
  598. hint='recommended'
  599. hostcat='ypcat hosts'
  600. i16size='2'
  601. i16type='short'
  602. i32size='4'
  603. i32type='long'
  604. i64size='8'
  605. i64type='__int64'
  606. i8size='1'
  607. i8type='char'
  608. i_arpainet='define'
  609. i_bsdioctl=''
  610. i_crypt='undef'
  611. i_db='undef'
  612. i_dbm='undef'
  613. i_dirent='define'
  614. i_dld='undef'
  615. i_dlfcn='define'
  616. i_fcntl='define'
  617. i_float='define'
  618. i_fp='undef'
  619. i_fp_class='undef'
  620. i_gdbm='undef'
  621. i_grp='undef'
  622. i_ieeefp='undef'
  623. i_inttypes='undef'
  624. i_langinfo='undef'
  625. i_libutil='undef'
  626. i_limits='define'
  627. i_locale='define'
  628. i_machcthr='undef'
  629. i_malloc='define'
  630. i_math='define'
  631. i_memory='undef'
  632. i_mntent='undef'
  633. i_ndbm='undef'
  634. i_netdb='undef'
  635. i_neterrno='undef'
  636. i_netinettcp='undef'
  637. i_niin='undef'
  638. i_poll='undef'
  639. i_prot='undef'
  640. i_pthread='undef'
  641. i_pwd='undef'
  642. i_rpcsvcdbm='define'
  643. i_sfio='undef'
  644. i_sgtty='undef'
  645. i_shadow='undef'
  646. i_socks='undef'
  647. i_stdarg='define'
  648. i_stddef='define'
  649. i_stdlib='define'
  650. i_string='define'
  651. i_sunmath='undef'
  652. i_sysaccess='undef'
  653. i_sysdir='undef'
  654. i_sysfile='undef'
  655. i_sysfilio='define'
  656. i_sysin='undef'
  657. i_sysioctl='undef'
  658. i_syslog='undef'
  659. i_sysmman='undef'
  660. i_sysmode='undef'
  661. i_sysmount='undef'
  662. i_sysndir='undef'
  663. i_sysparam='undef'
  664. i_sysresrc='undef'
  665. i_syssecrt='undef'
  666. i_sysselct='undef'
  667. i_syssockio='undef'
  668. i_sysstat='define'
  669. i_sysstatfs='undef'
  670. i_sysstatvfs='undef'
  671. i_systime='undef'
  672. i_systimek='undef'
  673. i_systimes='undef'
  674. i_systypes='define'
  675. i_sysuio='undef'
  676. i_sysun='undef'
  677. i_sysutsname='undef'
  678. i_sysvfs='undef'
  679. i_syswait='undef'
  680. i_termio='undef'
  681. i_termios='undef'
  682. i_time='define'
  683. i_unistd='undef'
  684. i_ustat='undef'
  685. i_utime='define'
  686. i_values='undef'
  687. i_varargs='undef'
  688. i_varhdr='varargs.h'
  689. i_vfork='undef'
  690. ignore_versioned_solibs=''
  691. inc_version_list=''
  692. inc_version_list_init='0'
  693. incpath='C:\PROGRA~1\MICROS~3\VC98\include'
  694. inews=''
  695. installbin='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  696. installhtmldir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\html'
  697. installhtmlhelpdir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\htmlhelp'
  698. installman1dir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man1'
  699. installman3dir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man3'
  700. installprefix='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl'
  701. installprefixexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl'
  702. installscript='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  703. installsitearch='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  704. installsitebin='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  705. installsitelib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  706. installstyle='lib'
  707. installusrbinperl='undef'
  708. installvendorarch=''
  709. installvendorbin=''
  710. installvendorlib=''
  711. intsize='4'
  712. issymlink=''
  713. ivdformat='"ld"'
  714. ivsize='4'
  715. ivtype='long'
  716. known_extensions='B B/C ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Encode/Byte Encode/CN Encode/EBCDIC Encode/JP Encode/KR Encode/Symbol Encode/TW Encode/Unicode Errno Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Thread Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
  717. ksh=''
  718. ld='link'
  719. lddlflags='-dll -nologo -nodefaultlib -release  -libpath:"D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib\CORE"  -machine:x86'
  720. ldflags='-nologo -nodefaultlib -release  -libpath:"D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib\CORE"  -machine:x86'
  721. ldflags_uselargefiles=''
  722. ldlibpthname=''
  723. less='less'
  724. lib_ext='.lib'
  725. libc='msvcrt.lib'
  726. libperl='perl58.lib'
  727. libsdirs=''
  728. libsfiles=''
  729. libsfound=''
  730. libspath=''
  731. libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
  732. line='line'
  733. lint=''
  734. lkflags=''
  735. ln=''
  736. lns='copy'
  737. localtime_r_proto='0'
  738. locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
  739. loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
  740. longdblsize='10'
  741. longlongsize='8'
  742. longsize='4'
  743. lp=''
  744. lpr=''
  745. ls='dir'
  746. lseeksize='8'
  747. lseektype='__int64'
  748. mail=''
  749. mailx=''
  750. make='nmake'
  751. make_set_make='#'
  752. mallocobj='malloc.o'
  753. mallocsrc='malloc.c'
  754. malloctype='void *'
  755. man1dir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man1'
  756. man1direxp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man1'
  757. man1ext='1'
  758. man3dir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man3'
  759. man3direxp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\man\man3'
  760. man3ext='3'
  761. mips_type=''
  762. mkdir='mkdir'
  763. mmaptype='void *'
  764. modetype='mode_t'
  765. more='more /e'
  766. multiarch='undef'
  767. mv=''
  768. myarchname='MSWin32'
  769. mydomain=''
  770. myhostname=''
  771. myuname=''
  772. n='-n'
  773. need_va_copy='undef'
  774. netdb_hlen_type='int'
  775. netdb_host_type='char *'
  776. netdb_name_type='char *'
  777. netdb_net_type='long'
  778. nm=''
  779. nm_opt=''
  780. nm_so_opt=''
  781. nonxs_ext='Encode/TW Encode/Byte Errno Encode/KR Encode/EBCDIC Encode/JP Encode/Symbol Encode/CN'
  782. nroff=''
  783. nvEUformat='"E"'
  784. nvFUformat='"F"'
  785. nvGUformat='"G"'
  786. nv_preserves_uv_bits='32'
  787. nveformat='"e"'
  788. nvfformat='"f"'
  789. nvgformat='"g"'
  790. nvsize='8'
  791. nvtype='double'
  792. o_nonblock='O_NONBLOCK'
  793. obj_ext='.obj'
  794. old_pthread_create_joinable=''
  795. optimize='-MD -DNDEBUG -O1'
  796. orderlib='false'
  797. otherlibdirs=''
  798. package='perl5'
  799. pager='more /e'
  800. passcat=''
  801. patchlevel=''
  802. path_sep=';'
  803. perl5=''
  804. perl='perl'
  805. perladmin=''
  806. perllibs='  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib'
  807. perlpath='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin\perl.exe'
  808. pg=''
  809. phostname='hostname'
  810. pidtype='int'
  811. plibpth=''
  812. pm_apiversion='5.005'
  813. pmake=''
  814. pr=''
  815. prefixexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl'
  816. privlib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\lib'
  817. procselfexe=''
  818. prototype='define'
  819. ptrsize='4'
  820. quadkind='5'
  821. quadtype='__int64'
  822. randbits='15'
  823. randfunc='rand'
  824. random_r_proto='0'
  825. randseedtype='unsigned'
  826. ranlib='rem'
  827. rd_nodata='-1'
  828. readdir64_r_proto='0'
  829. readdir_r_proto='0'
  830. revision='5'
  831. rm='del'
  832. rmail=''
  833. runnm='true'
  834. sPRIEUldbl='"E"'
  835. sPRIFUldbl='"F"'
  836. sPRIGUldbl='"G"'
  837. sPRIXU64='"lX"'
  838. sPRId64='"ld"'
  839. sPRIeldbl='"e"'
  840. sPRIfldbl='"f"'
  841. sPRIgldbl='"g"'
  842. sPRIi64='"li"'
  843. sPRIo64='"lo"'
  844. sPRIu64='"lu"'
  845. sPRIx64='"lx"'
  846. sSCNfldbl='"f"'
  847. sched_yield=''
  848. scriptdir='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  849. scriptdirexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\bin'
  850. sed='sed'
  851. seedfunc='srand'
  852. selectminbits='32'
  853. selecttype='Perl_fd_set *'
  854. sendmail='blat'
  855. setgrent_r_proto='0'
  856. sethostent_r_proto='0'
  857. setlocale_r_proto='0'
  858. setnetent_r_proto='0'
  859. setprotoent_r_proto='0'
  860. setpwent_r_proto='0'
  861. setservent_r_proto='0'
  862. sh='cmd /x /c'
  863. shar=''
  864. shmattype='void *'
  865. shortsize='2'
  866. shrpenv=''
  867. sig_count='26'
  868. sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0'
  869. sig_num_init='0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 20, 0'
  870. sig_size='27'
  871. signal_t='void'
  872. sitearch='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  873. sitearchexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  874. sitebin='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\bin'
  875. sitebinexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\bin'
  876. sitelib='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  877. sitelib_stem=''
  878. sitelibexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site\lib'
  879. siteprefix='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site'
  880. siteprefixexp='D:\p4\Apps\Gecko\MSI\data\ActivePerl\Perl\site'
  881. sizesize='4'
  882. sizetype='size_t'
  883. sleep=''
  884. smail=''
  885. sockethdr=''
  886. socketlib=''
  887. socksizetype='int'
  888. sort='sort'
  889. spackage='Perl5'
  890. spitshell=''
  891. srand48_r_proto='0'
  892. srandom_r_proto='0'
  893. src=''
  894. ssizetype='int'
  895. startperl='#!perl'
  896. stdchar='char'
  897. stdio_base='((fp)->_base)'
  898. stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)'
  899. stdio_cnt='((fp)->_cnt)'
  900. stdio_filbuf=''
  901. stdio_ptr='((fp)->_ptr)'
  902. stdio_stream_array=''
  903. strerror_r_proto='0'
  904. strings='/usr/include/string.h'
  905. submit=''
  906. subversion=''
  907. sysman='/usr/man/man1'
  908. tail=''
  909. tar=''
  910. targetarch=''
  911. tbl=''
  912. tee=''
  913. test=''
  914. timeincl='/usr/include/sys/time.h '
  915. timetype='time_t'
  916. tmpnam_r_proto='0'
  917. touch='touch'
  918. tr=''
  919. trnl='\012'
  920. troff=''
  921. ttyname_r_proto='0'
  922. u16size='2'
  923. u16type='unsigned short'
  924. u32size='4'
  925. u32type='unsigned long'
  926. u64size='8'
  927. u64type='unsigned __int64'
  928. u8size='1'
  929. u8type='unsigned char'
  930. uidformat='"ld"'
  931. uidsign='-1'
  932. uidsize='4'
  933. uidtype='uid_t'
  934. uname='uname'
  935. uniq='uniq'
  936. uquadtype='unsigned __int64'
  937. use5005threads='undef'
  938. use64bitall='undef'
  939. use64bitint='undef'
  940. usecrosscompile='undef'
  941. usedl='define'
  942. useithreads='define'
  943. uselargefiles='define'
  944. uselongdouble='undef'
  945. usemorebits='undef'
  946. usemultiplicity='define'
  947. usemymalloc='n'
  948. usenm='false'
  949. useopcode='true'
  950. useperlio='define'
  951. useposix='true'
  952. usereentrant='undef'
  953. usesfio='false'
  954. useshrplib='yes'
  955. usesocks='undef'
  956. usethreads='undef'
  957. usevendorprefix='undef'
  958. usevfork='false'
  959. usrinc='/usr/include'
  960. uuname=''
  961. uvXUformat='"lX"'
  962. uvoformat='"lo"'
  963. uvsize='4'
  964. uvtype='unsigned long'
  965. uvuformat='"lu"'
  966. uvxformat='"lx"'
  967. vendorarch=''
  968. vendorarchexp=''
  969. vendorbin=''
  970. vendorbinexp=''
  971. vendorlib=''
  972. vendorlib_stem=''
  973. vendorlibexp=''
  974. vendorprefix=''
  975. vendorprefixexp=''
  976. version='5.8.0'
  977. version_patchlevel_string='version 8 subversion 0'
  978. versiononly='undef'
  979. vi=''
  980. voidflags='15'
  981. xlibpth='/usr/lib/386 /lib/386'
  982. xs_apiversion='5.6.0'
  983. zcat=''
  984. zip='zip'
  985. !END!
  986.  
  987. my $summary = <<'!END!';
  988. Summary of my $package (revision $baserev $version_patchlevel_string) configuration:
  989.   Platform:
  990.     osname=$osname, osvers=$osvers, archname=$archname
  991.     uname='$myuname'
  992.     config_args='$config_args'
  993.     hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
  994.     usethreads=$usethreads use5005threads=$use5005threads useithreads=$useithreads usemultiplicity=$usemultiplicity
  995.     useperlio=$useperlio d_sfio=$d_sfio uselargefiles=$uselargefiles usesocks=$usesocks
  996.     use64bitint=$use64bitint use64bitall=$use64bitall uselongdouble=$uselongdouble
  997.     usemymalloc=$usemymalloc, bincompat5005=undef
  998.   Compiler:
  999.     cc='$cc', ccflags ='$ccflags',
  1000.     optimize='$optimize',
  1001.     cppflags='$cppflags'
  1002.     ccversion='$ccversion', gccversion='$gccversion', gccosandvers='$gccosandvers'
  1003.     intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize, byteorder=$byteorder
  1004.     d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
  1005.     ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
  1006.     alignbytes=$alignbytes, prototype=$prototype
  1007.   Linker and Libraries:
  1008.     ld='$ld', ldflags ='$ldflags'
  1009.     libpth=$libpth
  1010.     libs=$libs
  1011.     perllibs=$perllibs
  1012.     libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
  1013.     gnulibc_version='$gnulibc_version'
  1014.   Dynamic Linking:
  1015.     dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
  1016.     cccdlflags='$cccdlflags', lddlflags='$lddlflags'
  1017.  
  1018. !END!
  1019. my $summary_expanded = 0;
  1020.  
  1021. sub myconfig {
  1022.     return $summary if $summary_expanded;
  1023.     $summary =~ s{\$(\w+)}
  1024.              { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
  1025.     $summary_expanded = 1;
  1026.     $summary;
  1027. }
  1028.  
  1029. sub FETCH { 
  1030.     # check for cached value (which may be undef so we use exists not defined)
  1031.     return $_[0]->{$_[1]} if (exists $_[0]->{$_[1]});
  1032.  
  1033.     # Search for it in the big string 
  1034.     my($value, $start, $marker, $quote_type);
  1035.  
  1036.     $quote_type = "'";
  1037.     # Virtual entries.
  1038.     if ($_[1] eq 'byteorder') {
  1039.     # byteorder does exist on its own but we overlay a virtual
  1040.     # dynamically recomputed value. 
  1041.         my $t = $Config{ivtype};
  1042.         my $s = $Config{ivsize};
  1043.         my $f = $t eq 'long' ? 'L!' : $s == 8 ? 'Q': 'I';
  1044.         if ($s == 4 || $s == 8) {
  1045.         my $i = 0;
  1046.             foreach my $c (reverse(2..$s)) { $i |= ord($c); $i <<= 8 }
  1047.         $i |= ord(1);
  1048.             $value = join('', unpack('a'x$s, pack($f, $i)));
  1049.         } else {
  1050.             $value = '?'x$s;
  1051.         }
  1052.     } elsif ($_[1] =~ /^((?:cc|ld)flags|libs(?:wanted)?)_nolargefiles/) {
  1053.     # These are purely virtual, they do not exist, but need to
  1054.     # be computed on demand for largefile-incapable extensions.
  1055.     my $key = "${1}_uselargefiles";
  1056.     $value = $Config{$1};
  1057.     my $withlargefiles = $Config{$key};
  1058.     if ($key =~ /^(?:cc|ld)flags_/) {
  1059.         $value =~ s/\Q$withlargefiles\E\b//;
  1060.     } elsif ($key =~ /^libs/) {
  1061.         my @lflibswanted = split(' ', $Config{libswanted_uselargefiles});
  1062.         if (@lflibswanted) {
  1063.         my %lflibswanted;
  1064.         @lflibswanted{@lflibswanted} = ();
  1065.         if ($key =~ /^libs_/) {
  1066.             my @libs = grep { /^-l(.+)/ &&
  1067.                                       not exists $lflibswanted{$1} }
  1068.                             split(' ', $Config{libs});
  1069.             $Config{libs} = join(' ', @libs);
  1070.         } elsif ($key =~ /^libswanted_/) {
  1071.             my @libswanted = grep { not exists $lflibswanted{$_} }
  1072.                                   split(' ', $Config{libswanted});
  1073.             $Config{libswanted} = join(' ', @libswanted);
  1074.         }
  1075.         }
  1076.     }
  1077.     } else {
  1078.     $marker = "$_[1]=";
  1079.     # return undef unless (($value) = $config_sh =~ m/^$_[1]='(.*)'\s*$/m);
  1080.     # Check for the common case, ' delimeted
  1081.     $start = index($config_sh, "\n$marker$quote_type");
  1082.     # If that failed, check for " delimited
  1083.     if ($start == -1) {
  1084.         $quote_type = '"';
  1085.         $start = index($config_sh, "\n$marker$quote_type");
  1086.     }
  1087.     return undef if ( ($start == -1) &&  # in case it's first 
  1088.               (substr($config_sh, 0, length($marker)) ne $marker) );
  1089.     if ($start == -1) { 
  1090.         # It's the very first thing we found. Skip $start forward
  1091.         # and figure out the quote mark after the =.
  1092.         $start = length($marker) + 1;
  1093.         $quote_type = substr($config_sh, $start - 1, 1);
  1094.     } 
  1095.     else { 
  1096.         $start += length($marker) + 2;
  1097.     }
  1098.     $value = substr($config_sh, $start, 
  1099.             index($config_sh, "$quote_type\n", $start) - $start);
  1100.     }
  1101.     # If we had a double-quote, we'd better eval it so escape
  1102.     # sequences and such can be interpolated. Since the incoming
  1103.     # value is supposed to follow shell rules and not perl rules,
  1104.     # we escape any perl variable markers
  1105.     if ($quote_type eq '"') {
  1106.     $value =~ s/\$/\\\$/g;
  1107.     $value =~ s/\@/\\\@/g;
  1108.     eval "\$value = \"$value\"";
  1109.     }
  1110.     #$value = sprintf($value) if $quote_type eq '"';
  1111.     # So we can say "if $Config{'foo'}".
  1112.     $value = undef if $value eq 'undef';
  1113.     $_[0]->{$_[1]} = $value; # cache it
  1114.     return $value;
  1115. }
  1116.  
  1117. my $prevpos = 0;
  1118.  
  1119. sub FIRSTKEY {
  1120.     $prevpos = 0;
  1121.     # my($key) = $config_sh =~ m/^(.*?)=/;
  1122.     substr($config_sh, 0, index($config_sh, '=') );
  1123.     # $key;
  1124. }
  1125.  
  1126. sub NEXTKEY {
  1127.     # Find out how the current key's quoted so we can skip to its end.
  1128.     my $quote = substr($config_sh, index($config_sh, "=", $prevpos)+1, 1);
  1129.     my $pos = index($config_sh, qq($quote\n), $prevpos) + 2;
  1130.     my $len = index($config_sh, "=", $pos) - $pos;
  1131.     $prevpos = $pos;
  1132.     $len > 0 ? substr($config_sh, $pos, $len) : undef;
  1133. }
  1134.  
  1135. sub EXISTS { 
  1136.     # exists($_[0]->{$_[1]})  or  $config_sh =~ m/^$_[1]=/m;
  1137.     exists($_[0]->{$_[1]}) or
  1138.     index($config_sh, "\n$_[1]='") != -1 or
  1139.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]='" or
  1140.     index($config_sh, "\n$_[1]=\"") != -1 or
  1141.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]=\"" or
  1142.     $_[1] =~ /^(?:(?:cc|ld)flags|libs(?:wanted)?)_nolargefiles$/;
  1143. }
  1144.  
  1145. sub STORE  { die "\%Config::Config is read-only\n" }
  1146. sub DELETE { &STORE }
  1147. sub CLEAR  { &STORE }
  1148.  
  1149.  
  1150. sub config_sh {
  1151.     $config_sh
  1152. }
  1153.  
  1154. sub config_re {
  1155.     my $re = shift;
  1156.     my @matches = grep /^$re=/, split /^/, $config_sh;
  1157.     @matches ? (print @matches) : print "$re: not found\n";
  1158. }
  1159.  
  1160. sub config_vars {
  1161.     foreach(@_){
  1162.     config_re($_), next if /\W/;
  1163.     my $v=(exists $Config{$_}) ? $Config{$_} : 'UNKNOWN';
  1164.     $v='undef' unless defined $v;
  1165.     print "$_='$v';\n";
  1166.     }
  1167. }
  1168.  
  1169. sub TIEHASH { bless {} }
  1170.  
  1171. # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
  1172. sub DESTROY { }
  1173.  
  1174. tie %Config, 'Config';
  1175.  
  1176. 1;
  1177. __END__
  1178.  
  1179. =head1 NAME
  1180.  
  1181. Config - access Perl configuration information
  1182.  
  1183. =head1 SYNOPSIS
  1184.  
  1185.     use Config;
  1186.     if ($Config{'cc'} =~ /gcc/) {
  1187.     print "built by gcc\n";
  1188.     } 
  1189.  
  1190.     use Config qw(myconfig config_sh config_vars);
  1191.  
  1192.     print myconfig();
  1193.  
  1194.     print config_sh();
  1195.  
  1196.     config_vars(qw(osname archname));
  1197.  
  1198.  
  1199. =head1 DESCRIPTION
  1200.  
  1201. The Config module contains all the information that was available to
  1202. the C<Configure> program at Perl build time (over 900 values).
  1203.  
  1204. Shell variables from the F<config.sh> file (written by Configure) are
  1205. stored in the readonly-variable C<%Config>, indexed by their names.
  1206.  
  1207. Values stored in config.sh as 'undef' are returned as undefined
  1208. values.  The perl C<exists> function can be used to check if a
  1209. named variable exists.
  1210.  
  1211. =over 4
  1212.  
  1213. =item myconfig()
  1214.  
  1215. Returns a textual summary of the major perl configuration values.
  1216. See also C<-V> in L<perlrun/Switches>.
  1217.  
  1218. =item config_sh()
  1219.  
  1220. Returns the entire perl configuration information in the form of the
  1221. original config.sh shell variable assignment script.
  1222.  
  1223. =item config_vars(@names)
  1224.  
  1225. Prints to STDOUT the values of the named configuration variable. Each is
  1226. printed on a separate line in the form:
  1227.  
  1228.   name='value';
  1229.  
  1230. Names which are unknown are output as C<name='UNKNOWN';>.
  1231. See also C<-V:name> in L<perlrun/Switches>.
  1232.  
  1233. =back
  1234.  
  1235. =head1 EXAMPLE
  1236.  
  1237. Here's a more sophisticated example of using %Config:
  1238.  
  1239.     use Config;
  1240.     use strict;
  1241.  
  1242.     my %sig_num;
  1243.     my @sig_name;
  1244.     unless($Config{sig_name} && $Config{sig_num}) {
  1245.     die "No sigs?";
  1246.     } else {
  1247.     my @names = split ' ', $Config{sig_name};
  1248.     @sig_num{@names} = split ' ', $Config{sig_num};
  1249.     foreach (@names) {
  1250.         $sig_name[$sig_num{$_}] ||= $_;
  1251.     }   
  1252.     }
  1253.  
  1254.     print "signal #17 = $sig_name[17]\n";
  1255.     if ($sig_num{ALRM}) { 
  1256.     print "SIGALRM is $sig_num{ALRM}\n";
  1257.     }   
  1258.  
  1259. =head1 WARNING
  1260.  
  1261. Because this information is not stored within the perl executable
  1262. itself it is possible (but unlikely) that the information does not
  1263. relate to the actual perl binary which is being used to access it.
  1264.  
  1265. The Config module is installed into the architecture and version
  1266. specific library directory ($Config{installarchlib}) and it checks the
  1267. perl version number when loaded.
  1268.  
  1269. The values stored in config.sh may be either single-quoted or
  1270. double-quoted. Double-quoted strings are handy for those cases where you
  1271. need to include escape sequences in the strings. To avoid runtime variable
  1272. interpolation, any C<$> and C<@> characters are replaced by C<\$> and
  1273. C<\@>, respectively. This isn't foolproof, of course, so don't embed C<\$>
  1274. or C<\@> in double-quoted strings unless you're willing to deal with the
  1275. consequences. (The slashes will end up escaped and the C<$> or C<@> will
  1276. trigger variable interpolation)
  1277.  
  1278. =head1 GLOSSARY
  1279.  
  1280. Most C<Config> variables are determined by the C<Configure> script
  1281. on platforms supported by it (which is most UNIX platforms).  Some
  1282. platforms have custom-made C<Config> variables, and may thus not have
  1283. some of the variables described below, or may have extraneous variables
  1284. specific to that particular port.  See the port specific documentation
  1285. in such cases.
  1286.  
  1287. =head2 _
  1288.  
  1289. =over 4
  1290.  
  1291. =item C<_a>
  1292.  
  1293. From F<Unix.U>:
  1294.  
  1295. This variable defines the extension used for ordinary library files.
  1296. For unix, it is F<.a>.  The F<.> is included.  Other possible
  1297. values include F<.lib>.
  1298.  
  1299. =item C<_exe>
  1300.  
  1301. From F<Unix.U>:
  1302.  
  1303. This variable defines the extension used for executable files.
  1304. C<DJGPP>, Cygwin and F<OS/2> use F<.exe>.  Stratus C<VOS> uses F<.pm>.
  1305. On operating systems which do not require a specific extension
  1306. for executable files, this variable is empty.
  1307.  
  1308. =item C<_o>
  1309.  
  1310. From F<Unix.U>:
  1311.  
  1312. This variable defines the extension used for object files.
  1313. For unix, it is F<.o>.  The F<.> is included.  Other possible
  1314. values include F<.obj>.
  1315.  
  1316. =back
  1317.  
  1318. =head2 a
  1319.  
  1320. =over 4
  1321.  
  1322. =item C<afs>
  1323.  
  1324. From F<afs.U>:
  1325.  
  1326. This variable is set to C<true> if C<AFS> (Andrew File System) is used
  1327. on the system, C<false> otherwise.  It is possible to override this
  1328. with a hint value or command line option, but you'd better know
  1329. what you are doing.
  1330.  
  1331. =item C<afsroot>
  1332.  
  1333. From F<afs.U>:
  1334.  
  1335. This variable is by default set to F</afs>. In the unlikely case
  1336. this is not the correct root, it is possible to override this with
  1337. a hint value or command line option.  This will be used in subsequent
  1338. tests for AFSness in the Perl configure and test process. 
  1339.  
  1340. =item C<alignbytes>
  1341.  
  1342. From F<alignbytes.U>:
  1343.  
  1344. This variable holds the number of bytes required to align a
  1345. double-- or a long double when applicable. Usual values are
  1346. 2, 4 and 8.  The default is eight, for safety.
  1347.  
  1348. =item C<ansi2knr>
  1349.  
  1350. From F<ansi2knr.U>:
  1351.  
  1352. This variable is set if the user needs to run ansi2knr.  
  1353. Currently, this is not supported, so we just abort.
  1354.  
  1355. =item C<aphostname>
  1356.  
  1357. From F<d_gethname.U>:
  1358.  
  1359. This variable contains the command which can be used to compute the
  1360. host name. The command is fully qualified by its absolute path, to make
  1361. it safe when used by a process with super-user privileges.
  1362.  
  1363. =item C<api_revision>
  1364.  
  1365. From F<patchlevel.U>:
  1366.  
  1367. The three variables, api_revision, api_version, and
  1368. api_subversion, specify the version of the oldest perl binary
  1369. compatible with the present perl.  In a full version string
  1370. such as F<5.6.1>, api_revision is the C<5>.
  1371. Prior to 5.5.640, the format was a floating point number,
  1372. like 5.00563.
  1373.  
  1374. F<perl.c>:incpush() and F<lib/lib.pm> will automatically search in
  1375. F<$sitelib/.>. for older directories back to the limit specified
  1376. by these api_ variables.  This is only useful if you have a
  1377. perl library directory tree structured like the default one.
  1378. See C<INSTALL> for how this works.  The versioned site_perl
  1379. directory was introduced in 5.005, so that is the lowest
  1380. possible value.  The version list appropriate for the current
  1381. system is determined in F<inc_version_list.U>.
  1382.  
  1383. C<XXX> To do:  Since compatibility can depend on compile time
  1384. options (such as bincompat, longlong, etc.) it should
  1385. (perhaps) be set by Configure, but currently it isn't.
  1386. Currently, we read a hard-wired value from F<patchlevel.h>.
  1387. Perhaps what we ought to do is take the hard-wired value from
  1388. F<patchlevel.h> but then modify it if the current Configure
  1389. options warrant.  F<patchlevel.h> then would use an #ifdef guard.
  1390.  
  1391. =item C<api_subversion>
  1392.  
  1393. From F<patchlevel.U>:
  1394.  
  1395. The three variables, api_revision, api_version, and
  1396. api_subversion, specify the version of the oldest perl binary
  1397. compatible with the present perl.  In a full version string
  1398. such as F<5.6.1>, api_subversion is the C<1>.  See api_revision for
  1399. full details.
  1400.  
  1401. =item C<api_version>
  1402.  
  1403. From F<patchlevel.U>:
  1404.  
  1405. The three variables, api_revision, api_version, and
  1406. api_subversion, specify the version of the oldest perl binary
  1407. compatible with the present perl.  In a full version string
  1408. such as F<5.6.1>, api_version is the C<6>.  See api_revision for
  1409. full details.  As a special case, 5.5.0 is rendered in the
  1410. old-style as 5.005.  (In the 5.005_0x maintenance series,
  1411. this was the only versioned directory in $sitelib.)
  1412.  
  1413. =item C<api_versionstring>
  1414.  
  1415. From F<patchlevel.U>:
  1416.  
  1417. This variable combines api_revision, api_version, and
  1418. api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
  1419. for use as a directory name.  This is filesystem dependent.
  1420.  
  1421. =item C<ar>
  1422.  
  1423. From F<Loc.U>:
  1424.  
  1425. This variable is used internally by Configure to determine the
  1426. full pathname (if any) of the ar program.  After Configure runs,
  1427. the value is reset to a plain C<ar> and is not useful.
  1428.  
  1429. =item C<archlib>
  1430.  
  1431. From F<archlib.U>:
  1432.  
  1433. This variable holds the name of the directory in which the user wants
  1434. to put architecture-dependent public library files for $package.
  1435. It is most often a local directory such as F</usr/local/lib>.
  1436. Programs using this variable must be prepared to deal
  1437. with filename expansion.
  1438.  
  1439. =item C<archlibexp>
  1440.  
  1441. From F<archlib.U>:
  1442.  
  1443. This variable is the same as the archlib variable, but is
  1444. filename expanded at configuration time, for convenient use.
  1445.  
  1446. =item C<archname64>
  1447.  
  1448. From F<use64bits.U>:
  1449.  
  1450. This variable is used for the 64-bitness part of $archname.
  1451.  
  1452. =item C<archname>
  1453.  
  1454. From F<archname.U>:
  1455.  
  1456. This variable is a short name to characterize the current
  1457. architecture.  It is used mainly to construct the default archlib.
  1458.  
  1459. =item C<archobjs>
  1460.  
  1461. From F<Unix.U>:
  1462.  
  1463. This variable defines any additional objects that must be linked
  1464. in with the program on this architecture.  On unix, it is usually
  1465. empty.  It is typically used to include emulations of unix calls
  1466. or other facilities.  For perl on F<OS/2>, for example, this would
  1467. include F<os2/os2.obj>.
  1468.  
  1469. =item C<asctime_r_proto>
  1470.  
  1471. From F<d_asctime_r.U>:
  1472.  
  1473. This variable encodes the prototype of asctime_r.
  1474. It is zero if d_asctime_r is undef, and one of the
  1475. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_asctime_r
  1476. is defined.
  1477.  
  1478. =item C<awk>
  1479.  
  1480. From F<Loc.U>:
  1481.  
  1482. This variable is used internally by Configure to determine the
  1483. full pathname (if any) of the awk program.  After Configure runs,
  1484. the value is reset to a plain C<awk> and is not useful.
  1485.  
  1486. =back
  1487.  
  1488. =head2 b
  1489.  
  1490. =over 4
  1491.  
  1492. =item C<baserev>
  1493.  
  1494. From F<baserev.U>:
  1495.  
  1496. The base revision level of this package, from the F<.package> file.
  1497.  
  1498. =item C<bash>
  1499.  
  1500. From F<Loc.U>:
  1501.  
  1502. This variable is defined but not used by Configure.
  1503. The value is a plain '' and is not useful.
  1504.  
  1505. =item C<bin>
  1506.  
  1507. From F<bin.U>:
  1508.  
  1509. This variable holds the name of the directory in which the user wants
  1510. to put publicly executable images for the package in question.  It
  1511. is most often a local directory such as F</usr/local/bin>. Programs using
  1512. this variable must be prepared to deal with F<~name> substitution.
  1513.  
  1514. =item C<binexp>
  1515.  
  1516. From F<bin.U>:
  1517.  
  1518. This is the same as the bin variable, but is filename expanded at
  1519. configuration time, for use in your makefiles.
  1520.  
  1521. =item C<bison>
  1522.  
  1523. From F<Loc.U>:
  1524.  
  1525. This variable is used internally by Configure to determine the
  1526. full pathname (if any) of the bison program.  After Configure runs,
  1527. the value is reset to a plain C<bison> and is not useful.
  1528.  
  1529. =item C<byacc>
  1530.  
  1531. From F<Loc.U>:
  1532.  
  1533. This variable is used internally by Configure to determine the
  1534. full pathname (if any) of the byacc program.  After Configure runs,
  1535. the value is reset to a plain C<byacc> and is not useful.
  1536.  
  1537. =item C<byteorder>
  1538.  
  1539. From F<byteorder.U>:
  1540.  
  1541. This variable holds the byte order in a C<UV>. In the following,
  1542. larger digits indicate more significance.  The variable byteorder
  1543. is either 4321 on a big-endian machine, or 1234 on a little-endian,
  1544. or 87654321 on a Cray ... or 3412 with weird order !
  1545.  
  1546. =back
  1547.  
  1548. =head2 c
  1549.  
  1550. =over 4
  1551.  
  1552. =item C<c>
  1553.  
  1554. From F<n.U>:
  1555.  
  1556. This variable contains the \c string if that is what causes the echo
  1557. command to suppress newline.  Otherwise it is null.  Correct usage is
  1558. $echo $n "prompt for a question: $c".
  1559.  
  1560. =item C<castflags>
  1561.  
  1562. From F<d_castneg.U>:
  1563.  
  1564. This variable contains a flag that precise difficulties the
  1565. compiler has casting odd floating values to unsigned long:
  1566. 0 = ok
  1567. 1 = couldn't cast < 0
  1568. 2 = couldn't cast >= 0x80000000
  1569. 4 = couldn't cast in argument expression list
  1570.  
  1571. =item C<cat>
  1572.  
  1573. From F<Loc.U>:
  1574.  
  1575. This variable is used internally by Configure to determine the
  1576. full pathname (if any) of the cat program.  After Configure runs,
  1577. the value is reset to a plain C<cat> and is not useful.
  1578.  
  1579. =item C<cc>
  1580.  
  1581. From F<cc.U>:
  1582.  
  1583. This variable holds the name of a command to execute a C compiler which
  1584. can resolve multiple global references that happen to have the same
  1585. name.  Usual values are C<cc> and C<gcc>.
  1586. Fervent C<ANSI> compilers may be called C<c89>.  C<AIX> has xlc.
  1587.  
  1588. =item C<cccdlflags>
  1589.  
  1590. From F<dlsrc.U>:
  1591.  
  1592. This variable contains any special flags that might need to be
  1593. passed with C<cc -c> to compile modules to be used to create a shared
  1594. library that will be used for dynamic loading.  For hpux, this
  1595. should be +z.  It is up to the makefile to use it.
  1596.  
  1597. =item C<ccdlflags>
  1598.  
  1599. From F<dlsrc.U>:
  1600.  
  1601. This variable contains any special flags that might need to be
  1602. passed to cc to link with a shared library for dynamic loading.
  1603. It is up to the makefile to use it.  For sunos 4.1, it should
  1604. be empty.
  1605.  
  1606. =item C<ccflags>
  1607.  
  1608. From F<ccflags.U>:
  1609.  
  1610. This variable contains any additional C compiler flags desired by
  1611. the user.  It is up to the Makefile to use this.
  1612.  
  1613. =item C<ccflags_uselargefiles>
  1614.  
  1615. From F<uselfs.U>:
  1616.  
  1617. This variable contains the compiler flags needed by large file builds
  1618. and added to ccflags by hints files.
  1619.  
  1620. =item C<ccname>
  1621.  
  1622. From F<Checkcc.U>:
  1623.  
  1624. This can set either by hints files or by Configure.  If using
  1625. gcc, this is gcc, and if not, usually equal to cc, unimpressive, no?
  1626. Some platforms, however, make good use of this by storing the
  1627. flavor of the C compiler being used here.  For example if using
  1628. the Sun WorkShop suite, ccname will be C<workshop>.
  1629.  
  1630. =item C<ccsymbols>
  1631.  
  1632. From F<Cppsym.U>:
  1633.  
  1634. The variable contains the symbols defined by the C compiler alone.
  1635. The symbols defined by cpp or by cc when it calls cpp are not in
  1636. this list, see cppsymbols and cppccsymbols.
  1637. The list is a space-separated list of symbol=value tokens.
  1638.  
  1639. =item C<ccversion>
  1640.  
  1641. From F<Checkcc.U>:
  1642.  
  1643. This can set either by hints files or by Configure.  If using
  1644. a (non-gcc) vendor cc, this variable may contain a version for
  1645. the compiler.
  1646.  
  1647. =item C<cf_by>
  1648.  
  1649. From F<cf_who.U>:
  1650.  
  1651. Login name of the person who ran the Configure script and answered the
  1652. questions. This is used to tag both F<config.sh> and F<config_h.SH>.
  1653.  
  1654. =item C<cf_email>
  1655.  
  1656. From F<cf_email.U>:
  1657.  
  1658. Electronic mail address of the person who ran Configure. This can be
  1659. used by units that require the user's e-mail, like F<MailList.U>.
  1660.  
  1661. =item C<cf_time>
  1662.  
  1663. From F<cf_who.U>:
  1664.  
  1665. Holds the output of the C<date> command when the configuration file was
  1666. produced. This is used to tag both F<config.sh> and F<config_h.SH>.
  1667.  
  1668. =item C<charsize>
  1669.  
  1670. From F<charsize.U>:
  1671.  
  1672. This variable contains the value of the C<CHARSIZE> symbol, which
  1673. indicates to the C program how many bytes there are in a character.
  1674.  
  1675. =item C<chgrp>
  1676.  
  1677. From F<Loc.U>:
  1678.  
  1679. This variable is defined but not used by Configure.
  1680. The value is a plain '' and is not useful.
  1681.  
  1682. =item C<chmod>
  1683.  
  1684. From F<Loc.U>:
  1685.  
  1686. This variable is used internally by Configure to determine the
  1687. full pathname (if any) of the chmod program.  After Configure runs,
  1688. the value is reset to a plain C<chmod> and is not useful.
  1689.  
  1690. =item C<chown>
  1691.  
  1692. From F<Loc.U>:
  1693.  
  1694. This variable is defined but not used by Configure.
  1695. The value is a plain '' and is not useful.
  1696.  
  1697. =item C<clocktype>
  1698.  
  1699. From F<d_times.U>:
  1700.  
  1701. This variable holds the type returned by times(). It can be long,
  1702. or clock_t on C<BSD> sites (in which case <sys/types.h> should be
  1703. included).
  1704.  
  1705. =item C<comm>
  1706.  
  1707. From F<Loc.U>:
  1708.  
  1709. This variable is used internally by Configure to determine the
  1710. full pathname (if any) of the comm program.  After Configure runs,
  1711. the value is reset to a plain C<comm> and is not useful.
  1712.  
  1713. =item C<compress>
  1714.  
  1715. From F<Loc.U>:
  1716.  
  1717. This variable is defined but not used by Configure.
  1718. The value is a plain '' and is not useful.
  1719.  
  1720. =item C<contains>
  1721.  
  1722. From F<contains.U>:
  1723.  
  1724. This variable holds the command to do a grep with a proper return
  1725. status.  On most sane systems it is simply C<grep>.  On insane systems
  1726. it is a grep followed by a cat followed by a test.  This variable
  1727. is primarily for the use of other Configure units.
  1728.  
  1729. =item C<cp>
  1730.  
  1731. From F<Loc.U>:
  1732.  
  1733. This variable is used internally by Configure to determine the
  1734. full pathname (if any) of the cp program.  After Configure runs,
  1735. the value is reset to a plain C<cp> and is not useful.
  1736.  
  1737. =item C<cpio>
  1738.  
  1739. From F<Loc.U>:
  1740.  
  1741. This variable is defined but not used by Configure.
  1742. The value is a plain '' and is not useful.
  1743.  
  1744. =item C<cpp>
  1745.  
  1746. From F<Loc.U>:
  1747.  
  1748. This variable is used internally by Configure to determine the
  1749. full pathname (if any) of the cpp program.  After Configure runs,
  1750. the value is reset to a plain C<cpp> and is not useful.
  1751.  
  1752. =item C<cpp_stuff>
  1753.  
  1754. From F<cpp_stuff.U>:
  1755.  
  1756. This variable contains an identification of the catenation mechanism
  1757. used by the C preprocessor.
  1758.  
  1759. =item C<cppccsymbols>
  1760.  
  1761. From F<Cppsym.U>:
  1762.  
  1763. The variable contains the symbols defined by the C compiler
  1764. when it calls cpp.  The symbols defined by the cc alone or cpp
  1765. alone are not in this list, see ccsymbols and cppsymbols.
  1766. The list is a space-separated list of symbol=value tokens.
  1767.  
  1768. =item C<cppflags>
  1769.  
  1770. From F<ccflags.U>:
  1771.  
  1772. This variable holds the flags that will be passed to the C pre-
  1773. processor. It is up to the Makefile to use it.
  1774.  
  1775. =item C<cpplast>
  1776.  
  1777. From F<cppstdin.U>:
  1778.  
  1779. This variable has the same functionality as cppminus, only it applies
  1780. to cpprun and not cppstdin.
  1781.  
  1782. =item C<cppminus>
  1783.  
  1784. From F<cppstdin.U>:
  1785.  
  1786. This variable contains the second part of the string which will invoke
  1787. the C preprocessor on the standard input and produce to standard
  1788. output.  This variable will have the value C<-> if cppstdin needs
  1789. a minus to specify standard input, otherwise the value is "".
  1790.  
  1791. =item C<cpprun>
  1792.  
  1793. From F<cppstdin.U>:
  1794.  
  1795. This variable contains the command which will invoke a C preprocessor
  1796. on standard input and put the output to stdout. It is guaranteed not
  1797. to be a wrapper and may be a null string if no preprocessor can be
  1798. made directly available. This preprocessor might be different from the
  1799. one used by the C compiler. Don't forget to append cpplast after the
  1800. preprocessor options.
  1801.  
  1802. =item C<cppstdin>
  1803.  
  1804. From F<cppstdin.U>:
  1805.  
  1806. This variable contains the command which will invoke the C
  1807. preprocessor on standard input and put the output to stdout.
  1808. It is primarily used by other Configure units that ask about
  1809. preprocessor symbols.
  1810.  
  1811. =item C<cppsymbols>
  1812.  
  1813. From F<Cppsym.U>:
  1814.  
  1815. The variable contains the symbols defined by the C preprocessor
  1816. alone.  The symbols defined by cc or by cc when it calls cpp are
  1817. not in this list, see ccsymbols and cppccsymbols.
  1818. The list is a space-separated list of symbol=value tokens.
  1819.  
  1820. =item C<crypt_r_proto>
  1821.  
  1822. From F<d_crypt_r.U>:
  1823.  
  1824. This variable encodes the prototype of crypt_r.
  1825. It is zero if d_crypt_r is undef, and one of the
  1826. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_crypt_r
  1827. is defined.
  1828.  
  1829. =item C<cryptlib>
  1830.  
  1831. From F<d_crypt.U>:
  1832.  
  1833. This variable holds -lcrypt or the path to a F<libcrypt.a> archive if
  1834. the crypt() function is not defined in the standard C library. It is
  1835. up to the Makefile to use this.
  1836.  
  1837. =item C<csh>
  1838.  
  1839. From F<Loc.U>:
  1840.  
  1841. This variable is used internally by Configure to determine the
  1842. full pathname (if any) of the csh program.  After Configure runs,
  1843. the value is reset to a plain C<csh> and is not useful.
  1844.  
  1845. =item C<ctermid_r_proto>
  1846.  
  1847. From F<d_ctermid_r.U>:
  1848.  
  1849. This variable encodes the prototype of ctermid_r.
  1850. It is zero if d_ctermid_r is undef, and one of the
  1851. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_ctermid_r
  1852. is defined.
  1853.  
  1854. =item C<ctime_r_proto>
  1855.  
  1856. From F<d_ctime_r.U>:
  1857.  
  1858. This variable encodes the prototype of ctime_r.
  1859. It is zero if d_ctime_r is undef, and one of the
  1860. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_ctime_r
  1861. is defined.
  1862.  
  1863. =back
  1864.  
  1865. =head2 d
  1866.  
  1867. =over 4
  1868.  
  1869. =item C<d__fwalk>
  1870.  
  1871. From F<d__fwalk.U>:
  1872.  
  1873. This variable conditionally defines C<HAS__FWALK> if _fwalk() is
  1874. available to apply a function to all the file handles.
  1875.  
  1876. =item C<d_access>
  1877.  
  1878. From F<d_access.U>:
  1879.  
  1880. This variable conditionally defines C<HAS_ACCESS> if the access() system
  1881. call is available to check for access permissions using real IDs.
  1882.  
  1883. =item C<d_accessx>
  1884.  
  1885. From F<d_accessx.U>:
  1886.  
  1887. This variable conditionally defines the C<HAS_ACCESSX> symbol, which
  1888. indicates to the C program that the accessx() routine is available.
  1889.  
  1890. =item C<d_alarm>
  1891.  
  1892. From F<d_alarm.U>:
  1893.  
  1894. This variable conditionally defines the C<HAS_ALARM> symbol, which
  1895. indicates to the C program that the alarm() routine is available.
  1896.  
  1897. =item C<d_archlib>
  1898.  
  1899. From F<archlib.U>:
  1900.  
  1901. This variable conditionally defines C<ARCHLIB> to hold the pathname
  1902. of architecture-dependent library files for $package.  If
  1903. $archlib is the same as $privlib, then this is set to undef.
  1904.  
  1905. =item C<d_asctime_r>
  1906.  
  1907. From F<d_asctime_r.U>:
  1908.  
  1909. This variable conditionally defines the C<HAS_ASCTIME_R> symbol,
  1910. which indicates to the C program that the asctime_r()
  1911. routine is available.
  1912.  
  1913. =item C<d_atolf>
  1914.  
  1915. From F<atolf.U>:
  1916.  
  1917. This variable conditionally defines the C<HAS_ATOLF> symbol, which
  1918. indicates to the C program that the atolf() routine is available.
  1919.  
  1920. =item C<d_atoll>
  1921.  
  1922. From F<atoll.U>:
  1923.  
  1924. This variable conditionally defines the C<HAS_ATOLL> symbol, which
  1925. indicates to the C program that the atoll() routine is available.
  1926.  
  1927. =item C<d_attribut>
  1928.  
  1929. From F<d_attribut.U>:
  1930.  
  1931. This variable conditionally defines C<HASATTRIBUTE>, which
  1932. indicates the C compiler can check for function attributes,
  1933. such as printf formats.
  1934.  
  1935. =item C<d_bcmp>
  1936.  
  1937. From F<d_bcmp.U>:
  1938.  
  1939. This variable conditionally defines the C<HAS_BCMP> symbol if
  1940. the bcmp() routine is available to compare strings.
  1941.  
  1942. =item C<d_bcopy>
  1943.  
  1944. From F<d_bcopy.U>:
  1945.  
  1946. This variable conditionally defines the C<HAS_BCOPY> symbol if
  1947. the bcopy() routine is available to copy strings.
  1948.  
  1949. =item C<d_bsd>
  1950.  
  1951. From F<Guess.U>:
  1952.  
  1953. This symbol conditionally defines the symbol C<BSD> when running on a
  1954. C<BSD> system.
  1955.  
  1956. =item C<d_bsdgetpgrp>
  1957.  
  1958. From F<d_getpgrp.U>:
  1959.  
  1960. This variable conditionally defines C<USE_BSD_GETPGRP> if
  1961. getpgrp needs one arguments whereas C<USG> one needs none.
  1962.  
  1963. =item C<d_bsdsetpgrp>
  1964.  
  1965. From F<d_setpgrp.U>:
  1966.  
  1967. This variable conditionally defines C<USE_BSD_SETPGRP> if
  1968. setpgrp needs two arguments whereas C<USG> one needs none.
  1969. See also d_setpgid for a C<POSIX> interface.
  1970.  
  1971. =item C<d_bzero>
  1972.  
  1973. From F<d_bzero.U>:
  1974.  
  1975. This variable conditionally defines the C<HAS_BZERO> symbol if
  1976. the bzero() routine is available to set memory to 0.
  1977.  
  1978. =item C<d_casti32>
  1979.  
  1980. From F<d_casti32.U>:
  1981.  
  1982. This variable conditionally defines CASTI32, which indicates
  1983. whether the C compiler can cast large floats to 32-bit ints.
  1984.  
  1985. =item C<d_castneg>
  1986.  
  1987. From F<d_castneg.U>:
  1988.  
  1989. This variable conditionally defines C<CASTNEG>, which indicates
  1990. wether the C compiler can cast negative float to unsigned.
  1991.  
  1992. =item C<d_charvspr>
  1993.  
  1994. From F<d_vprintf.U>:
  1995.  
  1996. This variable conditionally defines C<CHARVSPRINTF> if this system
  1997. has vsprintf returning type (char*).  The trend seems to be to
  1998. declare it as "int vsprintf()".
  1999.  
  2000. =item C<d_chown>
  2001.  
  2002. From F<d_chown.U>:
  2003.  
  2004. This variable conditionally defines the C<HAS_CHOWN> symbol, which
  2005. indicates to the C program that the chown() routine is available.
  2006.  
  2007. =item C<d_chroot>
  2008.  
  2009. From F<d_chroot.U>:
  2010.  
  2011. This variable conditionally defines the C<HAS_CHROOT> symbol, which
  2012. indicates to the C program that the chroot() routine is available.
  2013.  
  2014. =item C<d_chsize>
  2015.  
  2016. From F<d_chsize.U>:
  2017.  
  2018. This variable conditionally defines the C<CHSIZE> symbol, which
  2019. indicates to the C program that the chsize() routine is available
  2020. to truncate files.  You might need a -lx to get this routine.
  2021.  
  2022. =item C<d_class>
  2023.  
  2024. From F<d_class.U>:
  2025.  
  2026. This variable conditionally defines the C<HAS_CLASS> symbol, which
  2027. indicates to the C program that the class() routine is available.
  2028.  
  2029. =item C<d_closedir>
  2030.  
  2031. From F<d_closedir.U>:
  2032.  
  2033. This variable conditionally defines C<HAS_CLOSEDIR> if closedir() is
  2034. available.
  2035.  
  2036. =item C<d_cmsghdr_s>
  2037.  
  2038. From F<d_cmsghdr_s.U>:
  2039.  
  2040. This variable conditionally defines the C<HAS_STRUCT_CMSGHDR> symbol,
  2041. which indicates that the struct cmsghdr is supported.
  2042.  
  2043. =item C<d_const>
  2044.  
  2045. From F<d_const.U>:
  2046.  
  2047. This variable conditionally defines the C<HASCONST> symbol, which
  2048. indicates to the C program that this C compiler knows about the
  2049. const type.
  2050.  
  2051. =item C<d_crypt>
  2052.  
  2053. From F<d_crypt.U>:
  2054.  
  2055. This variable conditionally defines the C<CRYPT> symbol, which
  2056. indicates to the C program that the crypt() routine is available
  2057. to encrypt passwords and the like.
  2058.  
  2059. =item C<d_crypt_r>
  2060.  
  2061. From F<d_crypt_r.U>:
  2062.  
  2063. This variable conditionally defines the C<HAS_CRYPT_R> symbol,
  2064. which indicates to the C program that the crypt_r()
  2065. routine is available.
  2066.  
  2067. =item C<d_csh>
  2068.  
  2069. From F<d_csh.U>:
  2070.  
  2071. This variable conditionally defines the C<CSH> symbol, which
  2072. indicates to the C program that the C-shell exists.
  2073.  
  2074. =item C<d_ctermid_r>
  2075.  
  2076. From F<d_ctermid_r.U>:
  2077.  
  2078. This variable conditionally defines the C<HAS_CTERMID_R> symbol,
  2079. which indicates to the C program that the ctermid_r()
  2080. routine is available.
  2081.  
  2082. =item C<d_ctime_r>
  2083.  
  2084. From F<d_ctime_r.U>:
  2085.  
  2086. This variable conditionally defines the C<HAS_CTIME_R> symbol,
  2087. which indicates to the C program that the ctime_r()
  2088. routine is available.
  2089.  
  2090. =item C<d_cuserid>
  2091.  
  2092. From F<d_cuserid.U>:
  2093.  
  2094. This variable conditionally defines the C<HAS_CUSERID> symbol, which
  2095. indicates to the C program that the cuserid() routine is available
  2096. to get character login names.
  2097.  
  2098. =item C<d_dbl_dig>
  2099.  
  2100. From F<d_dbl_dig.U>:
  2101.  
  2102. This variable conditionally defines d_dbl_dig if this system's
  2103. header files provide C<DBL_DIG>, which is the number of significant
  2104. digits in a double precision number.
  2105.  
  2106. =item C<d_dbminitproto>
  2107.  
  2108. From F<d_dbminitproto.U>:
  2109.  
  2110. This variable conditionally defines the C<HAS_DBMINIT_PROTO> symbol,
  2111. which indicates to the C program that the system provides
  2112. a prototype for the dbminit() function.  Otherwise, it is
  2113. up to the program to supply one.
  2114.  
  2115. =item C<d_difftime>
  2116.  
  2117. From F<d_difftime.U>:
  2118.  
  2119. This variable conditionally defines the C<HAS_DIFFTIME> symbol, which
  2120. indicates to the C program that the difftime() routine is available.
  2121.  
  2122. =item C<d_dirfd>
  2123.  
  2124. From F<d_dirfd.U>:
  2125.  
  2126. This variable conditionally defines the C<HAS_DIRFD> constant,
  2127. which indicates to the C program that dirfd() is available
  2128. to return the file descriptor of a directory stream.
  2129.  
  2130. =item C<d_dirnamlen>
  2131.  
  2132. From F<i_dirent.U>:
  2133.  
  2134. This variable conditionally defines C<DIRNAMLEN>, which indicates
  2135. to the C program that the length of directory entry names is
  2136. provided by a d_namelen field.
  2137.  
  2138. =item C<d_dlerror>
  2139.  
  2140. From F<d_dlerror.U>:
  2141.  
  2142. This variable conditionally defines the C<HAS_DLERROR> symbol, which
  2143. indicates to the C program that the dlerror() routine is available.
  2144.  
  2145. =item C<d_dlopen>
  2146.  
  2147. From F<d_dlopen.U>:
  2148.  
  2149. This variable conditionally defines the C<HAS_DLOPEN> symbol, which
  2150. indicates to the C program that the dlopen() routine is available.
  2151.  
  2152. =item C<d_dlsymun>
  2153.  
  2154. From F<d_dlsymun.U>:
  2155.  
  2156. This variable conditionally defines C<DLSYM_NEEDS_UNDERSCORE>, which
  2157. indicates that we need to prepend an underscore to the symbol
  2158. name before calling dlsym().
  2159.  
  2160. =item C<d_dosuid>
  2161.  
  2162. From F<d_dosuid.U>:
  2163.  
  2164. This variable conditionally defines the symbol C<DOSUID>, which
  2165. tells the C program that it should insert setuid emulation code
  2166. on hosts which have setuid #! scripts disabled.
  2167.  
  2168. =item C<d_drand48_r>
  2169.  
  2170. From F<d_drand48_r.U>:
  2171.  
  2172. This variable conditionally defines the HAS_DRAND48_R symbol,
  2173. which indicates to the C program that the drand48_r()
  2174. routine is available.
  2175.  
  2176. =item C<d_drand48proto>
  2177.  
  2178. From F<d_drand48proto.U>:
  2179.  
  2180. This variable conditionally defines the HAS_DRAND48_PROTO symbol,
  2181. which indicates to the C program that the system provides
  2182. a prototype for the drand48() function.  Otherwise, it is
  2183. up to the program to supply one.
  2184.  
  2185. =item C<d_dup2>
  2186.  
  2187. From F<d_dup2.U>:
  2188.  
  2189. This variable conditionally defines HAS_DUP2 if dup2() is
  2190. available to duplicate file descriptors.
  2191.  
  2192. =item C<d_eaccess>
  2193.  
  2194. From F<d_eaccess.U>:
  2195.  
  2196. This variable conditionally defines the C<HAS_EACCESS> symbol, which
  2197. indicates to the C program that the eaccess() routine is available.
  2198.  
  2199. =item C<d_endgrent>
  2200.  
  2201. From F<d_endgrent.U>:
  2202.  
  2203. This variable conditionally defines the C<HAS_ENDGRENT> symbol, which
  2204. indicates to the C program that the endgrent() routine is available
  2205. for sequential access of the group database.
  2206.  
  2207. =item C<d_endgrent_r>
  2208.  
  2209. From F<d_endgrent_r.U>:
  2210.  
  2211. This variable conditionally defines the C<HAS_ENDGRENT_R> symbol,
  2212. which indicates to the C program that the endgrent_r()
  2213. routine is available.
  2214.  
  2215. =item C<d_endhent>
  2216.  
  2217. From F<d_endhent.U>:
  2218.  
  2219. This variable conditionally defines C<HAS_ENDHOSTENT> if endhostent() is
  2220. available to close whatever was being used for host queries.
  2221.  
  2222. =item C<d_endhostent_r>
  2223.  
  2224. From F<d_endhostent_r.U>:
  2225.  
  2226. This variable conditionally defines the C<HAS_ENDHOSTENT_R> symbol,
  2227. which indicates to the C program that the endhostent_r()
  2228. routine is available.
  2229.  
  2230. =item C<d_endnent>
  2231.  
  2232. From F<d_endnent.U>:
  2233.  
  2234. This variable conditionally defines C<HAS_ENDNETENT> if endnetent() is
  2235. available to close whatever was being used for network queries.
  2236.  
  2237. =item C<d_endnetent_r>
  2238.  
  2239. From F<d_endnetent_r.U>:
  2240.  
  2241. This variable conditionally defines the C<HAS_ENDNETENT_R> symbol,
  2242. which indicates to the C program that the endnetent_r()
  2243. routine is available.
  2244.  
  2245. =item C<d_endpent>
  2246.  
  2247. From F<d_endpent.U>:
  2248.  
  2249. This variable conditionally defines C<HAS_ENDPROTOENT> if endprotoent() is
  2250. available to close whatever was being used for protocol queries.
  2251.  
  2252. =item C<d_endprotoent_r>
  2253.  
  2254. From F<d_endprotoent_r.U>:
  2255.  
  2256. This variable conditionally defines the C<HAS_ENDPROTOENT_R> symbol,
  2257. which indicates to the C program that the endprotoent_r()
  2258. routine is available.
  2259.  
  2260. =item C<d_endpwent>
  2261.  
  2262. From F<d_endpwent.U>:
  2263.  
  2264. This variable conditionally defines the C<HAS_ENDPWENT> symbol, which
  2265. indicates to the C program that the endpwent() routine is available
  2266. for sequential access of the passwd database.
  2267.  
  2268. =item C<d_endpwent_r>
  2269.  
  2270. From F<d_endpwent_r.U>:
  2271.  
  2272. This variable conditionally defines the C<HAS_ENDPWENT_R> symbol,
  2273. which indicates to the C program that the endpwent_r()
  2274. routine is available.
  2275.  
  2276. =item C<d_endsent>
  2277.  
  2278. From F<d_endsent.U>:
  2279.  
  2280. This variable conditionally defines C<HAS_ENDSERVENT> if endservent() is
  2281. available to close whatever was being used for service queries.
  2282.  
  2283. =item C<d_endservent_r>
  2284.  
  2285. From F<d_endservent_r.U>:
  2286.  
  2287. This variable conditionally defines the C<HAS_ENDSERVENT_R> symbol,
  2288. which indicates to the C program that the endservent_r()
  2289. routine is available.
  2290.  
  2291. =item C<d_eofnblk>
  2292.  
  2293. From F<nblock_io.U>:
  2294.  
  2295. This variable conditionally defines C<EOF_NONBLOCK> if C<EOF> can be seen
  2296. when reading from a non-blocking I/O source.
  2297.  
  2298. =item C<d_eunice>
  2299.  
  2300. From F<Guess.U>:
  2301.  
  2302. This variable conditionally defines the symbols C<EUNICE> and C<VAX>, which
  2303. alerts the C program that it must deal with ideosyncracies of C<VMS>.
  2304.  
  2305. =item C<d_fchdir>
  2306.  
  2307. From F<d_fchdir.U>:
  2308.  
  2309. This variable conditionally defines the C<HAS_FCHDIR> symbol, which
  2310. indicates to the C program that the fchdir() routine is available.
  2311.  
  2312. =item C<d_fchmod>
  2313.  
  2314. From F<d_fchmod.U>:
  2315.  
  2316. This variable conditionally defines the C<HAS_FCHMOD> symbol, which
  2317. indicates to the C program that the fchmod() routine is available
  2318. to change mode of opened files.
  2319.  
  2320. =item C<d_fchown>
  2321.  
  2322. From F<d_fchown.U>:
  2323.  
  2324. This variable conditionally defines the C<HAS_FCHOWN> symbol, which
  2325. indicates to the C program that the fchown() routine is available
  2326. to change ownership of opened files.
  2327.  
  2328. =item C<d_fcntl>
  2329.  
  2330. From F<d_fcntl.U>:
  2331.  
  2332. This variable conditionally defines the C<HAS_FCNTL> symbol, and indicates
  2333. whether the fcntl() function exists
  2334.  
  2335. =item C<d_fcntl_can_lock>
  2336.  
  2337. From F<d_fcntl_can_lock.U>:
  2338.  
  2339. This variable conditionally defines the C<FCNTL_CAN_LOCK> symbol
  2340. and indicates whether file locking with fcntl() works.
  2341.  
  2342. =item C<d_fd_macros>
  2343.  
  2344. From F<d_fd_set.U>:
  2345.  
  2346. This variable contains the eventual value of the C<HAS_FD_MACROS> symbol,
  2347. which indicates if your C compiler knows about the macros which
  2348. manipulate an fd_set.
  2349.  
  2350. =item C<d_fd_set>
  2351.  
  2352. From F<d_fd_set.U>:
  2353.  
  2354. This variable contains the eventual value of the C<HAS_FD_SET> symbol,
  2355. which indicates if your C compiler knows about the fd_set typedef.
  2356.  
  2357. =item C<d_fds_bits>
  2358.  
  2359. From F<d_fd_set.U>:
  2360.  
  2361. This variable contains the eventual value of the C<HAS_FDS_BITS> symbol,
  2362. which indicates if your fd_set typedef contains the fds_bits member.
  2363. If you have an fd_set typedef, but the dweebs who installed it did
  2364. a half-fast job and neglected to provide the macros to manipulate
  2365. an fd_set, C<HAS_FDS_BITS> will let us know how to fix the gaffe.
  2366.  
  2367. =item C<d_fgetpos>
  2368.  
  2369. From F<d_fgetpos.U>:
  2370.  
  2371. This variable conditionally defines C<HAS_FGETPOS> if fgetpos() is
  2372. available to get the file position indicator.
  2373.  
  2374. =item C<d_finite>
  2375.  
  2376. From F<d_finite.U>:
  2377.  
  2378. This variable conditionally defines the C<HAS_FINITE> symbol, which
  2379. indicates to the C program that the finite() routine is available.
  2380.  
  2381. =item C<d_finitel>
  2382.  
  2383. From F<d_finitel.U>:
  2384.  
  2385. This variable conditionally defines the C<HAS_FINITEL> symbol, which
  2386. indicates to the C program that the finitel() routine is available.
  2387.  
  2388. =item C<d_flexfnam>
  2389.  
  2390. From F<d_flexfnam.U>:
  2391.  
  2392. This variable conditionally defines the C<FLEXFILENAMES> symbol, which
  2393. indicates that the system supports filenames longer than 14 characters.
  2394.  
  2395. =item C<d_flock>
  2396.  
  2397. From F<d_flock.U>:
  2398.  
  2399. This variable conditionally defines C<HAS_FLOCK> if flock() is
  2400. available to do file locking.
  2401.  
  2402. =item C<d_flockproto>
  2403.  
  2404. From F<d_flockproto.U>:
  2405.  
  2406. This variable conditionally defines the C<HAS_FLOCK_PROTO> symbol,
  2407. which indicates to the C program that the system provides
  2408. a prototype for the flock() function.  Otherwise, it is
  2409. up to the program to supply one.
  2410.  
  2411. =item C<d_fork>
  2412.  
  2413. From F<d_fork.U>:
  2414.  
  2415. This variable conditionally defines the C<HAS_FORK> symbol, which
  2416. indicates to the C program that the fork() routine is available.
  2417.  
  2418. =item C<d_fp_class>
  2419.  
  2420. From F<d_fp_class.U>:
  2421.  
  2422. This variable conditionally defines the C<HAS_FP_CLASS> symbol, which
  2423. indicates to the C program that the fp_class() routine is available.
  2424.  
  2425. =item C<d_fpathconf>
  2426.  
  2427. From F<d_pathconf.U>:
  2428.  
  2429. This variable conditionally defines the C<HAS_FPATHCONF> symbol, which
  2430. indicates to the C program that the pathconf() routine is available
  2431. to determine file-system related limits and options associated
  2432. with a given open file descriptor.
  2433.  
  2434. =item C<d_fpclass>
  2435.  
  2436. From F<d_fpclass.U>:
  2437.  
  2438. This variable conditionally defines the C<HAS_FPCLASS> symbol, which
  2439. indicates to the C program that the fpclass() routine is available.
  2440.  
  2441. =item C<d_fpclassify>
  2442.  
  2443. From F<d_fpclassify.U>:
  2444.  
  2445. This variable conditionally defines the C<HAS_FPCLASSIFY> symbol, which
  2446. indicates to the C program that the fpclassify() routine is available.
  2447.  
  2448. =item C<d_fpclassl>
  2449.  
  2450. From F<d_fpclassl.U>:
  2451.  
  2452. This variable conditionally defines the C<HAS_FPCLASSL> symbol, which
  2453. indicates to the C program that the fpclassl() routine is available.
  2454.  
  2455. =item C<d_fpos64_t>
  2456.  
  2457. From F<d_fpos64_t.U>:
  2458.  
  2459. This symbol will be defined if the C compiler supports fpos64_t.
  2460.  
  2461. =item C<d_frexpl>
  2462.  
  2463. From F<d_frexpl.U>:
  2464.  
  2465. This variable conditionally defines the C<HAS_FREXPL> symbol, which
  2466. indicates to the C program that the frexpl() routine is available.
  2467.  
  2468. =item C<d_fs_data_s>
  2469.  
  2470. From F<d_fs_data_s.U>:
  2471.  
  2472. This variable conditionally defines the C<HAS_STRUCT_FS_DATA> symbol,
  2473. which indicates that the struct fs_data is supported.
  2474.  
  2475. =item C<d_fseeko>
  2476.  
  2477. From F<d_fseeko.U>:
  2478.  
  2479. This variable conditionally defines the C<HAS_FSEEKO> symbol, which
  2480. indicates to the C program that the fseeko() routine is available.
  2481.  
  2482. =item C<d_fsetpos>
  2483.  
  2484. From F<d_fsetpos.U>:
  2485.  
  2486. This variable conditionally defines C<HAS_FSETPOS> if fsetpos() is
  2487. available to set the file position indicator.
  2488.  
  2489. =item C<d_fstatfs>
  2490.  
  2491. From F<d_fstatfs.U>:
  2492.  
  2493. This variable conditionally defines the C<HAS_FSTATFS> symbol, which
  2494. indicates to the C program that the fstatfs() routine is available.
  2495.  
  2496. =item C<d_fstatvfs>
  2497.  
  2498. From F<d_statvfs.U>:
  2499.  
  2500. This variable conditionally defines the C<HAS_FSTATVFS> symbol, which
  2501. indicates to the C program that the fstatvfs() routine is available.
  2502.  
  2503. =item C<d_fsync>
  2504.  
  2505. From F<d_fsync.U>:
  2506.  
  2507. This variable conditionally defines the C<HAS_FSYNC> symbol, which
  2508. indicates to the C program that the fsync() routine is available.
  2509.  
  2510. =item C<d_ftello>
  2511.  
  2512. From F<d_ftello.U>:
  2513.  
  2514. This variable conditionally defines the C<HAS_FTELLO> symbol, which
  2515. indicates to the C program that the ftello() routine is available.
  2516.  
  2517. =item C<d_ftime>
  2518.  
  2519. From F<d_ftime.U>:
  2520.  
  2521. This variable conditionally defines the C<HAS_FTIME> symbol, which indicates
  2522. that the ftime() routine exists.  The ftime() routine is basically
  2523. a sub-second accuracy clock.
  2524.  
  2525. =item C<d_Gconvert>
  2526.  
  2527. From F<d_gconvert.U>:
  2528.  
  2529. This variable holds what Gconvert is defined as to convert
  2530. floating point numbers into strings.  By default, Configure
  2531. sets C<this> macro to use the first of gconvert, gcvt, or sprintf
  2532. that pass sprintf-%g-like behaviour tests.  If perl is using
  2533. long doubles, the macro uses the first of the following
  2534. functions that pass Configure's tests: qgcvt, sprintf (if
  2535. Configure knows how to make sprintf format long doubles--see
  2536. sPRIgldbl), gconvert, gcvt, and sprintf (casting to double).  
  2537. The gconvert_preference and gconvert_ld_preference variables   
  2538. can be used to alter Configure's preferences, for doubles and
  2539. long doubles, respectively.  If present, they contain a       
  2540. space-separated list of one or more of the above function       
  2541. names in the order they should be tried.
  2542.  
  2543. d_Gconvert may be set to override Configure with a platform-
  2544. specific function.  If this function expects a double, a
  2545. different value may need to be set by the F<uselongdouble.cbu>
  2546. call-back unit so that long doubles can be formatted without
  2547. loss of precision.
  2548.  
  2549. =item C<d_getcwd>
  2550.  
  2551. From F<d_getcwd.U>:
  2552.  
  2553. This variable conditionally defines the C<HAS_GETCWD> symbol, which
  2554. indicates to the C program that the getcwd() routine is available
  2555. to get the current working directory.
  2556.  
  2557. =item C<d_getespwnam>
  2558.  
  2559. From F<d_getespwnam.U>:
  2560.  
  2561. This variable conditionally defines C<HAS_GETESPWNAM> if getespwnam() is
  2562. available to retrieve enchanced (shadow) password entries by name.
  2563.  
  2564. =item C<d_getfsstat>
  2565.  
  2566. From F<d_getfsstat.U>:
  2567.  
  2568. This variable conditionally defines the C<HAS_GETFSSTAT> symbol, which
  2569. indicates to the C program that the getfsstat() routine is available.
  2570.  
  2571. =item C<d_getgrent>
  2572.  
  2573. From F<d_getgrent.U>:
  2574.  
  2575. This variable conditionally defines the C<HAS_GETGRENT> symbol, which
  2576. indicates to the C program that the getgrent() routine is available
  2577. for sequential access of the group database.
  2578.  
  2579. =item C<d_getgrent_r>
  2580.  
  2581. From F<d_getgrent_r.U>:
  2582.  
  2583. This variable conditionally defines the C<HAS_GETGRENT_R> symbol,
  2584. which indicates to the C program that the getgrent_r()
  2585. routine is available.
  2586.  
  2587. =item C<d_getgrgid_r>
  2588.  
  2589. From F<d_getgrgid_r.U>:
  2590.  
  2591. This variable conditionally defines the C<HAS_GETGRGID_R> symbol,
  2592. which indicates to the C program that the getgrgid_r()
  2593. routine is available.
  2594.  
  2595. =item C<d_getgrnam_r>
  2596.  
  2597. From F<d_getgrnam_r.U>:
  2598.  
  2599. This variable conditionally defines the C<HAS_GETGRNAM_R> symbol,
  2600. which indicates to the C program that the getgrnam_r()
  2601. routine is available.
  2602.  
  2603. =item C<d_getgrps>
  2604.  
  2605. From F<d_getgrps.U>:
  2606.  
  2607. This variable conditionally defines the C<HAS_GETGROUPS> symbol, which
  2608. indicates to the C program that the getgroups() routine is available
  2609. to get the list of process groups.
  2610.  
  2611. =item C<d_gethbyaddr>
  2612.  
  2613. From F<d_gethbyad.U>:
  2614.  
  2615. This variable conditionally defines the C<HAS_GETHOSTBYADDR> symbol, which
  2616. indicates to the C program that the gethostbyaddr() routine is available
  2617. to look up hosts by their C<IP> addresses.
  2618.  
  2619. =item C<d_gethbyname>
  2620.  
  2621. From F<d_gethbynm.U>:
  2622.  
  2623. This variable conditionally defines the C<HAS_GETHOSTBYNAME> symbol, which
  2624. indicates to the C program that the gethostbyname() routine is available
  2625. to look up host names in some data base or other.
  2626.  
  2627. =item C<d_gethent>
  2628.  
  2629. From F<d_gethent.U>:
  2630.  
  2631. This variable conditionally defines C<HAS_GETHOSTENT> if gethostent() is
  2632. available to look up host names in some data base or another.
  2633.  
  2634. =item C<d_gethname>
  2635.  
  2636. From F<d_gethname.U>:
  2637.  
  2638. This variable conditionally defines the C<HAS_GETHOSTNAME> symbol, which
  2639. indicates to the C program that the gethostname() routine may be
  2640. used to derive the host name.
  2641.  
  2642. =item C<d_gethostbyaddr_r>
  2643.  
  2644. From F<d_gethostbyaddr_r.U>:
  2645.  
  2646. This variable conditionally defines the C<HAS_GETHOSTBYADDR_R> symbol,
  2647. which indicates to the C program that the gethostbyaddr_r()
  2648. routine is available.
  2649.  
  2650. =item C<d_gethostbyname_r>
  2651.  
  2652. From F<d_gethostbyname_r.U>:
  2653.  
  2654. This variable conditionally defines the C<HAS_GETHOSTBYNAME_R> symbol,
  2655. which indicates to the C program that the gethostbyname_r()
  2656. routine is available.
  2657.  
  2658. =item C<d_gethostent_r>
  2659.  
  2660. From F<d_gethostent_r.U>:
  2661.  
  2662. This variable conditionally defines the C<HAS_GETHOSTENT_R> symbol,
  2663. which indicates to the C program that the gethostent_r()
  2664. routine is available.
  2665.  
  2666. =item C<d_gethostprotos>
  2667.  
  2668. From F<d_gethostprotos.U>:
  2669.  
  2670. This variable conditionally defines the C<HAS_GETHOST_PROTOS> symbol,
  2671. which indicates to the C program that <netdb.h> supplies
  2672. prototypes for the various gethost*() functions.  
  2673. See also F<netdbtype.U> for probing for various netdb types.
  2674.  
  2675. =item C<d_getitimer>
  2676.  
  2677. From F<d_getitimer.U>:
  2678.  
  2679. This variable conditionally defines the C<HAS_GETITIMER> symbol, which
  2680. indicates to the C program that the getitimer() routine is available.
  2681.  
  2682. =item C<d_getlogin>
  2683.  
  2684. From F<d_getlogin.U>:
  2685.  
  2686. This variable conditionally defines the C<HAS_GETLOGIN> symbol, which
  2687. indicates to the C program that the getlogin() routine is available
  2688. to get the login name.
  2689.  
  2690. =item C<d_getlogin_r>
  2691.  
  2692. From F<d_getlogin_r.U>:
  2693.  
  2694. This variable conditionally defines the C<HAS_GETLOGIN_R> symbol,
  2695. which indicates to the C program that the getlogin_r()
  2696. routine is available.
  2697.  
  2698. =item C<d_getmnt>
  2699.  
  2700. From F<d_getmnt.U>:
  2701.  
  2702. This variable conditionally defines the C<HAS_GETMNT> symbol, which
  2703. indicates to the C program that the getmnt() routine is available
  2704. to retrieve one or more mount info blocks by filename.
  2705.  
  2706. =item C<d_getmntent>
  2707.  
  2708. From F<d_getmntent.U>:
  2709.  
  2710. This variable conditionally defines the C<HAS_GETMNTENT> symbol, which
  2711. indicates to the C program that the getmntent() routine is available
  2712. to iterate through mounted files to get their mount info.
  2713.  
  2714. =item C<d_getnbyaddr>
  2715.  
  2716. From F<d_getnbyad.U>:
  2717.  
  2718. This variable conditionally defines the C<HAS_GETNETBYADDR> symbol, which
  2719. indicates to the C program that the getnetbyaddr() routine is available
  2720. to look up networks by their C<IP> addresses.
  2721.  
  2722. =item C<d_getnbyname>
  2723.  
  2724. From F<d_getnbynm.U>:
  2725.  
  2726. This variable conditionally defines the C<HAS_GETNETBYNAME> symbol, which
  2727. indicates to the C program that the getnetbyname() routine is available
  2728. to look up networks by their names.
  2729.  
  2730. =item C<d_getnent>
  2731.  
  2732. From F<d_getnent.U>:
  2733.  
  2734. This variable conditionally defines C<HAS_GETNETENT> if getnetent() is
  2735. available to look up network names in some data base or another.
  2736.  
  2737. =item C<d_getnetbyaddr_r>
  2738.  
  2739. From F<d_getnetbyaddr_r.U>:
  2740.  
  2741. This variable conditionally defines the C<HAS_GETNETBYADDR_R> symbol,
  2742. which indicates to the C program that the getnetbyaddr_r()
  2743. routine is available.
  2744.  
  2745. =item C<d_getnetbyname_r>
  2746.  
  2747. From F<d_getnetbyname_r.U>:
  2748.  
  2749. This variable conditionally defines the C<HAS_GETNETBYNAME_R> symbol,
  2750. which indicates to the C program that the getnetbyname_r()
  2751. routine is available.
  2752.  
  2753. =item C<d_getnetent_r>
  2754.  
  2755. From F<d_getnetent_r.U>:
  2756.  
  2757. This variable conditionally defines the C<HAS_GETNETENT_R> symbol,
  2758. which indicates to the C program that the getnetent_r()
  2759. routine is available.
  2760.  
  2761. =item C<d_getnetprotos>
  2762.  
  2763. From F<d_getnetprotos.U>:
  2764.  
  2765. This variable conditionally defines the C<HAS_GETNET_PROTOS> symbol,
  2766. which indicates to the C program that <netdb.h> supplies
  2767. prototypes for the various getnet*() functions.  
  2768. See also F<netdbtype.U> for probing for various netdb types.
  2769.  
  2770. =item C<d_getpagsz>
  2771.  
  2772. From F<d_getpagsz.U>:
  2773.  
  2774. This variable conditionally defines C<HAS_GETPAGESIZE> if getpagesize()
  2775. is available to get the system page size.
  2776.  
  2777. =item C<d_getpbyname>
  2778.  
  2779. From F<d_getprotby.U>:
  2780.  
  2781. This variable conditionally defines the C<HAS_GETPROTOBYNAME> 
  2782. symbol, which indicates to the C program that the 
  2783. getprotobyname() routine is available to look up protocols
  2784. by their name.
  2785.  
  2786. =item C<d_getpbynumber>
  2787.  
  2788. From F<d_getprotby.U>:
  2789.  
  2790. This variable conditionally defines the C<HAS_GETPROTOBYNUMBER> 
  2791. symbol, which indicates to the C program that the 
  2792. getprotobynumber() routine is available to look up protocols
  2793. by their number.
  2794.  
  2795. =item C<d_getpent>
  2796.  
  2797. From F<d_getpent.U>:
  2798.  
  2799. This variable conditionally defines C<HAS_GETPROTOENT> if getprotoent() is
  2800. available to look up protocols in some data base or another.
  2801.  
  2802. =item C<d_getpgid>
  2803.  
  2804. From F<d_getpgid.U>:
  2805.  
  2806. This variable conditionally defines the C<HAS_GETPGID> symbol, which
  2807. indicates to the C program that the getpgid(pid) function
  2808. is available to get the process group id.
  2809.  
  2810. =item C<d_getpgrp2>
  2811.  
  2812. From F<d_getpgrp2.U>:
  2813.  
  2814. This variable conditionally defines the HAS_GETPGRP2 symbol, which
  2815. indicates to the C program that the getpgrp2() (as in F<DG/C<UX>>) routine
  2816. is available to get the current process group.
  2817.  
  2818. =item C<d_getpgrp>
  2819.  
  2820. From F<d_getpgrp.U>:
  2821.  
  2822. This variable conditionally defines C<HAS_GETPGRP> if getpgrp() is
  2823. available to get the current process group.
  2824.  
  2825. =item C<d_getppid>
  2826.  
  2827. From F<d_getppid.U>:
  2828.  
  2829. This variable conditionally defines the C<HAS_GETPPID> symbol, which
  2830. indicates to the C program that the getppid() routine is available
  2831. to get the parent process C<ID>.
  2832.  
  2833. =item C<d_getprior>
  2834.  
  2835. From F<d_getprior.U>:
  2836.  
  2837. This variable conditionally defines C<HAS_GETPRIORITY> if getpriority()
  2838. is available to get a process's priority.
  2839.  
  2840. =item C<d_getprotobyname_r>
  2841.  
  2842. From F<d_getprotobyname_r.U>:
  2843.  
  2844. This variable conditionally defines the C<HAS_GETPROTOBYNAME_R> symbol,
  2845. which indicates to the C program that the getprotobyname_r()
  2846. routine is available.
  2847.  
  2848. =item C<d_getprotobynumber_r>
  2849.  
  2850. From F<d_getprotobynumber_r.U>:
  2851.  
  2852. This variable conditionally defines the C<HAS_GETPROTOBYNUMBER_R> symbol,
  2853. which indicates to the C program that the getprotobynumber_r()
  2854. routine is available.
  2855.  
  2856. =item C<d_getprotoent_r>
  2857.  
  2858. From F<d_getprotoent_r.U>:
  2859.  
  2860. This variable conditionally defines the C<HAS_GETPROTOENT_R> symbol,
  2861. which indicates to the C program that the getprotoent_r()
  2862. routine is available.
  2863.  
  2864. =item C<d_getprotoprotos>
  2865.  
  2866. From F<d_getprotoprotos.U>:
  2867.  
  2868. This variable conditionally defines the C<HAS_GETPROTO_PROTOS> symbol,
  2869. which indicates to the C program that <netdb.h> supplies
  2870. prototypes for the various getproto*() functions.  
  2871. See also F<netdbtype.U> for probing for various netdb types.
  2872.  
  2873. =item C<d_getprpwnam>
  2874.  
  2875. From F<d_getprpwnam.U>:
  2876.  
  2877. This variable conditionally defines C<HAS_GETPRPWNAM> if getprpwnam() is
  2878. available to retrieve protected (shadow) password entries by name.
  2879.  
  2880. =item C<d_getpwent>
  2881.  
  2882. From F<d_getpwent.U>:
  2883.  
  2884. This variable conditionally defines the C<HAS_GETPWENT> symbol, which
  2885. indicates to the C program that the getpwent() routine is available
  2886. for sequential access of the passwd database.
  2887.  
  2888. =item C<d_getpwent_r>
  2889.  
  2890. From F<d_getpwent_r.U>:
  2891.  
  2892. This variable conditionally defines the C<HAS_GETPWENT_R> symbol,
  2893. which indicates to the C program that the getpwent_r()
  2894. routine is available.
  2895.  
  2896. =item C<d_getpwnam_r>
  2897.  
  2898. From F<d_getpwnam_r.U>:
  2899.  
  2900. This variable conditionally defines the C<HAS_GETPWNAM_R> symbol,
  2901. which indicates to the C program that the getpwnam_r()
  2902. routine is available.
  2903.  
  2904. =item C<d_getpwuid_r>
  2905.  
  2906. From F<d_getpwuid_r.U>:
  2907.  
  2908. This variable conditionally defines the C<HAS_GETPWUID_R> symbol,
  2909. which indicates to the C program that the getpwuid_r()
  2910. routine is available.
  2911.  
  2912. =item C<d_getsbyname>
  2913.  
  2914. From F<d_getsrvby.U>:
  2915.  
  2916. This variable conditionally defines the C<HAS_GETSERVBYNAME> 
  2917. symbol, which indicates to the C program that the 
  2918. getservbyname() routine is available to look up services
  2919. by their name.
  2920.  
  2921. =item C<d_getsbyport>
  2922.  
  2923. From F<d_getsrvby.U>:
  2924.  
  2925. This variable conditionally defines the C<HAS_GETSERVBYPORT> 
  2926. symbol, which indicates to the C program that the 
  2927. getservbyport() routine is available to look up services
  2928. by their port.
  2929.  
  2930. =item C<d_getsent>
  2931.  
  2932. From F<d_getsent.U>:
  2933.  
  2934. This variable conditionally defines C<HAS_GETSERVENT> if getservent() is
  2935. available to look up network services in some data base or another.
  2936.  
  2937. =item C<d_getservbyname_r>
  2938.  
  2939. From F<d_getservbyname_r.U>:
  2940.  
  2941. This variable conditionally defines the C<HAS_GETSERVBYNAME_R> symbol,
  2942. which indicates to the C program that the getservbyname_r()
  2943. routine is available.
  2944.  
  2945. =item C<d_getservbyport_r>
  2946.  
  2947. From F<d_getservbyport_r.U>:
  2948.  
  2949. This variable conditionally defines the C<HAS_GETSERVBYPORT_R> symbol,
  2950. which indicates to the C program that the getservbyport_r()
  2951. routine is available.
  2952.  
  2953. =item C<d_getservent_r>
  2954.  
  2955. From F<d_getservent_r.U>:
  2956.  
  2957. This variable conditionally defines the C<HAS_GETSERVENT_R> symbol,
  2958. which indicates to the C program that the getservent_r()
  2959. routine is available.
  2960.  
  2961. =item C<d_getservprotos>
  2962.  
  2963. From F<d_getservprotos.U>:
  2964.  
  2965. This variable conditionally defines the C<HAS_GETSERV_PROTOS> symbol,
  2966. which indicates to the C program that <netdb.h> supplies
  2967. prototypes for the various getserv*() functions.  
  2968. See also F<netdbtype.U> for probing for various netdb types.
  2969.  
  2970. =item C<d_getspnam>
  2971.  
  2972. From F<d_getspnam.U>:
  2973.  
  2974. This variable conditionally defines C<HAS_GETSPNAM> if getspnam() is
  2975. available to retrieve SysV shadow password entries by name.
  2976.  
  2977. =item C<d_getspnam_r>
  2978.  
  2979. From F<d_getspnam_r.U>:
  2980.  
  2981. This variable conditionally defines the C<HAS_GETSPNAM_R> symbol,
  2982. which indicates to the C program that the getspnam_r()
  2983. routine is available.
  2984.  
  2985. =item C<d_gettimeod>
  2986.  
  2987. From F<d_ftime.U>:
  2988.  
  2989. This variable conditionally defines the C<HAS_GETTIMEOFDAY> symbol, which
  2990. indicates that the gettimeofday() system call exists (to obtain a
  2991. sub-second accuracy clock). You should probably include <sys/resource.h>.
  2992.  
  2993. =item C<d_gmtime_r>
  2994.  
  2995. From F<d_gmtime_r.U>:
  2996.  
  2997. This variable conditionally defines the C<HAS_GMTIME_R> symbol,
  2998. which indicates to the C program that the gmtime_r()
  2999. routine is available.
  3000.  
  3001. =item C<d_gnulibc>
  3002.  
  3003. From F<d_gnulibc.U>:
  3004.  
  3005. Defined if we're dealing with the C<GNU> C Library.
  3006.  
  3007. =item C<d_grpasswd>
  3008.  
  3009. From F<i_grp.U>:
  3010.  
  3011. This variable conditionally defines C<GRPASSWD>, which indicates
  3012. that struct group in <grp.h> contains gr_passwd.
  3013.  
  3014. =item C<d_hasmntopt>
  3015.  
  3016. From F<d_hasmntopt.U>:
  3017.  
  3018. This variable conditionally defines the C<HAS_HASMNTOPT> symbol, which
  3019. indicates to the C program that the hasmntopt() routine is available
  3020. to query the mount options of file systems.
  3021.  
  3022. =item C<d_htonl>
  3023.  
  3024. From F<d_htonl.U>:
  3025.  
  3026. This variable conditionally defines C<HAS_HTONL> if htonl() and its
  3027. friends are available to do network order byte swapping.
  3028.  
  3029. =item C<d_index>
  3030.  
  3031. From F<d_strchr.U>:
  3032.  
  3033. This variable conditionally defines C<HAS_INDEX> if index() and
  3034. rindex() are available for string searching.
  3035.  
  3036. =item C<d_inetaton>
  3037.  
  3038. From F<d_inetaton.U>:
  3039.  
  3040. This variable conditionally defines the C<HAS_INET_ATON> symbol, which
  3041. indicates to the C program that the inet_aton() function is available
  3042. to parse C<IP> address C<dotted-quad> strings.
  3043.  
  3044. =item C<d_int64_t>
  3045.  
  3046. From F<d_int64_t.U>:
  3047.  
  3048. This symbol will be defined if the C compiler supports int64_t.
  3049.  
  3050. =item C<d_isascii>
  3051.  
  3052. From F<d_isascii.U>:
  3053.  
  3054. This variable conditionally defines the C<HAS_ISASCII> constant,
  3055. which indicates to the C program that isascii() is available.
  3056.  
  3057. =item C<d_isfinite>
  3058.  
  3059. From F<d_isfinite.U>:
  3060.  
  3061. This variable conditionally defines the C<HAS_ISFINITE> symbol, which
  3062. indicates to the C program that the isfinite() routine is available.
  3063.  
  3064. =item C<d_isinf>
  3065.  
  3066. From F<d_isinf.U>:
  3067.  
  3068. This variable conditionally defines the C<HAS_ISINF> symbol, which
  3069. indicates to the C program that the isinf() routine is available.
  3070.  
  3071. =item C<d_isnan>
  3072.  
  3073. From F<d_isnan.U>:
  3074.  
  3075. This variable conditionally defines the C<HAS_ISNAN> symbol, which
  3076. indicates to the C program that the isnan() routine is available.
  3077.  
  3078. =item C<d_isnanl>
  3079.  
  3080. From F<d_isnanl.U>:
  3081.  
  3082. This variable conditionally defines the C<HAS_ISNANL> symbol, which
  3083. indicates to the C program that the isnanl() routine is available.
  3084.  
  3085. =item C<d_killpg>
  3086.  
  3087. From F<d_killpg.U>:
  3088.  
  3089. This variable conditionally defines the C<HAS_KILLPG> symbol, which
  3090. indicates to the C program that the killpg() routine is available
  3091. to kill process groups.
  3092.  
  3093. =item C<d_lchown>
  3094.  
  3095. From F<d_lchown.U>:
  3096.  
  3097. This variable conditionally defines the C<HAS_LCHOWN> symbol, which
  3098. indicates to the C program that the lchown() routine is available
  3099. to operate on a symbolic link (instead of following the link).
  3100.  
  3101. =item C<d_ldbl_dig>
  3102.  
  3103. From F<d_ldbl_dig.U>:
  3104.  
  3105. This variable conditionally defines d_ldbl_dig if this system's
  3106. header files provide C<LDBL_DIG>, which is the number of significant
  3107. digits in a long double precision number.
  3108.  
  3109. =item C<d_link>
  3110.  
  3111. From F<d_link.U>:
  3112.  
  3113. This variable conditionally defines C<HAS_LINK> if link() is
  3114. available to create hard links.
  3115.  
  3116. =item C<d_localtime_r>
  3117.  
  3118. From F<d_localtime_r.U>:
  3119.  
  3120. This variable conditionally defines the C<HAS_LOCALTIME_R> symbol,
  3121. which indicates to the C program that the localtime_r()
  3122. routine is available.
  3123.  
  3124. =item C<d_locconv>
  3125.  
  3126. From F<d_locconv.U>:
  3127.  
  3128. This variable conditionally defines C<HAS_LOCALECONV> if localeconv() is
  3129. available for numeric and monetary formatting conventions.
  3130.  
  3131. =item C<d_lockf>
  3132.  
  3133. From F<d_lockf.U>:
  3134.  
  3135. This variable conditionally defines C<HAS_LOCKF> if lockf() is
  3136. available to do file locking.
  3137.  
  3138. =item C<d_longdbl>
  3139.  
  3140. From F<d_longdbl.U>:
  3141.  
  3142. This variable conditionally defines C<HAS_LONG_DOUBLE> if 
  3143. the long double type is supported.
  3144.  
  3145. =item C<d_longlong>
  3146.  
  3147. From F<d_longlong.U>:
  3148.  
  3149. This variable conditionally defines C<HAS_LONG_LONG> if 
  3150. the long long type is supported.
  3151.  
  3152. =item C<d_lseekproto>
  3153.  
  3154. From F<d_lseekproto.U>:
  3155.  
  3156. This variable conditionally defines the C<HAS_LSEEK_PROTO> symbol,
  3157. which indicates to the C program that the system provides
  3158. a prototype for the lseek() function.  Otherwise, it is
  3159. up to the program to supply one.
  3160.  
  3161. =item C<d_lstat>
  3162.  
  3163. From F<d_lstat.U>:
  3164.  
  3165. This variable conditionally defines C<HAS_LSTAT> if lstat() is
  3166. available to do file stats on symbolic links.
  3167.  
  3168. =item C<d_madvise>
  3169.  
  3170. From F<d_madvise.U>:
  3171.  
  3172. This variable conditionally defines C<HAS_MADVISE> if madvise() is
  3173. available to map a file into memory.
  3174.  
  3175. =item C<d_mblen>
  3176.  
  3177. From F<d_mblen.U>:
  3178.  
  3179. This variable conditionally defines the C<HAS_MBLEN> symbol, which
  3180. indicates to the C program that the mblen() routine is available
  3181. to find the number of bytes in a multibye character.
  3182.  
  3183. =item C<d_mbstowcs>
  3184.  
  3185. From F<d_mbstowcs.U>:
  3186.  
  3187. This variable conditionally defines the C<HAS_MBSTOWCS> symbol, which
  3188. indicates to the C program that the mbstowcs() routine is available
  3189. to convert a multibyte string into a wide character string.
  3190.  
  3191. =item C<d_mbtowc>
  3192.  
  3193. From F<d_mbtowc.U>:
  3194.  
  3195. This variable conditionally defines the C<HAS_MBTOWC> symbol, which
  3196. indicates to the C program that the mbtowc() routine is available
  3197. to convert multibyte to a wide character.
  3198.  
  3199. =item C<d_memchr>
  3200.  
  3201. From F<d_memchr.U>:
  3202.  
  3203. This variable conditionally defines the C<HAS_MEMCHR> symbol, which
  3204. indicates to the C program that the memchr() routine is available
  3205. to locate characters within a C string.
  3206.  
  3207. =item C<d_memcmp>
  3208.  
  3209. From F<d_memcmp.U>:
  3210.  
  3211. This variable conditionally defines the C<HAS_MEMCMP> symbol, which
  3212. indicates to the C program that the memcmp() routine is available
  3213. to compare blocks of memory.
  3214.  
  3215. =item C<d_memcpy>
  3216.  
  3217. From F<d_memcpy.U>:
  3218.  
  3219. This variable conditionally defines the C<HAS_MEMCPY> symbol, which
  3220. indicates to the C program that the memcpy() routine is available
  3221. to copy blocks of memory.
  3222.  
  3223. =item C<d_memmove>
  3224.  
  3225. From F<d_memmove.U>:
  3226.  
  3227. This variable conditionally defines the C<HAS_MEMMOVE> symbol, which
  3228. indicates to the C program that the memmove() routine is available
  3229. to copy potentatially overlapping blocks of memory.
  3230.  
  3231. =item C<d_memset>
  3232.  
  3233. From F<d_memset.U>:
  3234.  
  3235. This variable conditionally defines the C<HAS_MEMSET> symbol, which
  3236. indicates to the C program that the memset() routine is available
  3237. to set blocks of memory.
  3238.  
  3239. =item C<d_mkdir>
  3240.  
  3241. From F<d_mkdir.U>:
  3242.  
  3243. This variable conditionally defines the C<HAS_MKDIR> symbol, which
  3244. indicates to the C program that the mkdir() routine is available
  3245. to create F<directories.>.
  3246.  
  3247. =item C<d_mkdtemp>
  3248.  
  3249. From F<d_mkdtemp.U>:
  3250.  
  3251. This variable conditionally defines the C<HAS_MKDTEMP> symbol, which
  3252. indicates to the C program that the mkdtemp() routine is available
  3253. to exclusively create a uniquely named temporary directory.
  3254.  
  3255. =item C<d_mkfifo>
  3256.  
  3257. From F<d_mkfifo.U>:
  3258.  
  3259. This variable conditionally defines the C<HAS_MKFIFO> symbol, which
  3260. indicates to the C program that the mkfifo() routine is available.
  3261.  
  3262. =item C<d_mkstemp>
  3263.  
  3264. From F<d_mkstemp.U>:
  3265.  
  3266. This variable conditionally defines the C<HAS_MKSTEMP> symbol, which
  3267. indicates to the C program that the mkstemp() routine is available
  3268. to exclusively create and open a uniquely named temporary file.
  3269.  
  3270. =item C<d_mkstemps>
  3271.  
  3272. From F<d_mkstemps.U>:
  3273.  
  3274. This variable conditionally defines the C<HAS_MKSTEMPS> symbol, which
  3275. indicates to the C program that the mkstemps() routine is available
  3276. to exclusively create and open a uniquely named (with a suffix)
  3277. temporary file.
  3278.  
  3279. =item C<d_mktime>
  3280.  
  3281. From F<d_mktime.U>:
  3282.  
  3283. This variable conditionally defines the C<HAS_MKTIME> symbol, which
  3284. indicates to the C program that the mktime() routine is available.
  3285.  
  3286. =item C<d_mmap>
  3287.  
  3288. From F<d_mmap.U>:
  3289.  
  3290. This variable conditionally defines C<HAS_MMAP> if mmap() is
  3291. available to map a file into memory.
  3292.  
  3293. =item C<d_modfl>
  3294.  
  3295. From F<d_modfl.U>:
  3296.  
  3297. This variable conditionally defines the C<HAS_MODFL> symbol, which
  3298. indicates to the C program that the modfl() routine is available.
  3299.  
  3300. =item C<d_modfl_pow32_bug>
  3301.  
  3302. From F<d_modfl.U>:
  3303.  
  3304. This variable conditionally defines the HAS_MODFL_POW32_BUG symbol,
  3305. which indicates that modfl() is broken for long doubles >= pow(2, 32).
  3306. For example from 4294967303.150000 one would get 4294967302.000000
  3307. and 1.150000.  The bug has been seen in certain versions of glibc,
  3308. release 2.2.2 is known to be okay.
  3309.  
  3310. =item C<d_mprotect>
  3311.  
  3312. From F<d_mprotect.U>:
  3313.  
  3314. This variable conditionally defines C<HAS_MPROTECT> if mprotect() is
  3315. available to modify the access protection of a memory mapped file.
  3316.  
  3317. =item C<d_msg>
  3318.  
  3319. From F<d_msg.U>:
  3320.  
  3321. This variable conditionally defines the C<HAS_MSG> symbol, which
  3322. indicates that the entire msg*(2) library is present.
  3323.  
  3324. =item C<d_msg_ctrunc>
  3325.  
  3326. From F<d_socket.U>:
  3327.  
  3328. This variable conditionally defines the C<HAS_MSG_CTRUNC> symbol,
  3329. which indicates that the C<MSG_CTRUNC> is available.  #ifdef is
  3330. not enough because it may be an enum, glibc has been known to do this.
  3331.  
  3332. =item C<d_msg_dontroute>
  3333.  
  3334. From F<d_socket.U>:
  3335.  
  3336. This variable conditionally defines the C<HAS_MSG_DONTROUTE> symbol,
  3337. which indicates that the C<MSG_DONTROUTE> is available.  #ifdef is
  3338. not enough because it may be an enum, glibc has been known to do this.
  3339.  
  3340. =item C<d_msg_oob>
  3341.  
  3342. From F<d_socket.U>:
  3343.  
  3344. This variable conditionally defines the C<HAS_MSG_OOB> symbol,
  3345. which indicates that the C<MSG_OOB> is available.  #ifdef is
  3346. not enough because it may be an enum, glibc has been known to do this.
  3347.  
  3348. =item C<d_msg_peek>
  3349.  
  3350. From F<d_socket.U>:
  3351.  
  3352. This variable conditionally defines the C<HAS_MSG_PEEK> symbol,
  3353. which indicates that the C<MSG_PEEK> is available.  #ifdef is
  3354. not enough because it may be an enum, glibc has been known to do this.
  3355.  
  3356. =item C<d_msg_proxy>
  3357.  
  3358. From F<d_socket.U>:
  3359.  
  3360. This variable conditionally defines the C<HAS_MSG_PROXY> symbol,
  3361. which indicates that the C<MSG_PROXY> is available.  #ifdef is
  3362. not enough because it may be an enum, glibc has been known to do this.
  3363.  
  3364. =item C<d_msgctl>
  3365.  
  3366. From F<d_msgctl.U>:
  3367.  
  3368. This variable conditionally defines the C<HAS_MSGCTL> symbol, which
  3369. indicates to the C program that the msgctl() routine is available.
  3370.  
  3371. =item C<d_msgget>
  3372.  
  3373. From F<d_msgget.U>:
  3374.  
  3375. This variable conditionally defines the C<HAS_MSGGET> symbol, which
  3376. indicates to the C program that the msgget() routine is available.
  3377.  
  3378. =item C<d_msghdr_s>
  3379.  
  3380. From F<d_msghdr_s.U>:
  3381.  
  3382. This variable conditionally defines the C<HAS_STRUCT_MSGHDR> symbol,
  3383. which indicates that the struct msghdr is supported.
  3384.  
  3385. =item C<d_msgrcv>
  3386.  
  3387. From F<d_msgrcv.U>:
  3388.  
  3389. This variable conditionally defines the C<HAS_MSGRCV> symbol, which
  3390. indicates to the C program that the msgrcv() routine is available.
  3391.  
  3392. =item C<d_msgsnd>
  3393.  
  3394. From F<d_msgsnd.U>:
  3395.  
  3396. This variable conditionally defines the C<HAS_MSGSND> symbol, which
  3397. indicates to the C program that the msgsnd() routine is available.
  3398.  
  3399. =item C<d_msync>
  3400.  
  3401. From F<d_msync.U>:
  3402.  
  3403. This variable conditionally defines C<HAS_MSYNC> if msync() is
  3404. available to synchronize a mapped file.
  3405.  
  3406. =item C<d_munmap>
  3407.  
  3408. From F<d_munmap.U>:
  3409.  
  3410. This variable conditionally defines C<HAS_MUNMAP> if munmap() is
  3411. available to unmap a region mapped by mmap().
  3412.  
  3413. =item C<d_mymalloc>
  3414.  
  3415. From F<mallocsrc.U>:
  3416.  
  3417. This variable conditionally defines C<MYMALLOC> in case other parts
  3418. of the source want to take special action if C<MYMALLOC> is used.
  3419. This may include different sorts of profiling or error detection.
  3420.  
  3421. =item C<d_nice>
  3422.  
  3423. From F<d_nice.U>:
  3424.  
  3425. This variable conditionally defines the C<HAS_NICE> symbol, which
  3426. indicates to the C program that the nice() routine is available.
  3427.  
  3428. =item C<d_nl_langinfo>
  3429.  
  3430. From F<d_nl_langinfo.U>:
  3431.  
  3432. This variable conditionally defines the C<HAS_NL_LANGINFO> symbol, which
  3433. indicates to the C program that the nl_langinfo() routine is available.
  3434.  
  3435. =item C<d_nv_preserves_uv>
  3436.  
  3437. From F<perlxv.U>:
  3438.  
  3439. This variable indicates whether a variable of type nvtype
  3440. can preserve all the bits a variable of type uvtype.
  3441.  
  3442. =item C<d_off64_t>
  3443.  
  3444. From F<d_off64_t.U>:
  3445.  
  3446. This symbol will be defined if the C compiler supports off64_t.
  3447.  
  3448. =item C<d_old_pthread_create_joinable>
  3449.  
  3450. From F<d_pthrattrj.U>:
  3451.  
  3452. This variable conditionally defines pthread_create_joinable.
  3453. undef if F<pthread.h> defines C<PTHREAD_CREATE_JOINABLE>.
  3454.  
  3455. =item C<d_oldpthreads>
  3456.  
  3457. From F<usethreads.U>:
  3458.  
  3459. This variable conditionally defines the C<OLD_PTHREADS_API> symbol,
  3460. and indicates that Perl should be built to use the old
  3461. draft C<POSIX> threads C<API>.  This is only potentially meaningful if
  3462. usethreads is set.
  3463.  
  3464. =item C<d_oldsock>
  3465.  
  3466. From F<d_socket.U>:
  3467.  
  3468. This variable conditionally defines the C<OLDSOCKET> symbol, which
  3469. indicates that the C<BSD> socket interface is based on 4.1c and not 4.2.
  3470.  
  3471. =item C<d_open3>
  3472.  
  3473. From F<d_open3.U>:
  3474.  
  3475. This variable conditionally defines the HAS_OPEN3 manifest constant,
  3476. which indicates to the C program that the 3 argument version of
  3477. the open(2) function is available.
  3478.  
  3479. =item C<d_pathconf>
  3480.  
  3481. From F<d_pathconf.U>:
  3482.  
  3483. This variable conditionally defines the C<HAS_PATHCONF> symbol, which
  3484. indicates to the C program that the pathconf() routine is available
  3485. to determine file-system related limits and options associated
  3486. with a given filename.
  3487.  
  3488. =item C<d_pause>
  3489.  
  3490. From F<d_pause.U>:
  3491.  
  3492. This variable conditionally defines the C<HAS_PAUSE> symbol, which
  3493. indicates to the C program that the pause() routine is available
  3494. to suspend a process until a signal is received.
  3495.  
  3496. =item C<d_perl_otherlibdirs>
  3497.  
  3498. From F<otherlibdirs.U>:
  3499.  
  3500. This variable conditionally defines C<PERL_OTHERLIBDIRS>, which
  3501. contains a colon-separated set of paths for the perl binary to
  3502. include in @C<INC>.  See also otherlibdirs.
  3503.  
  3504. =item C<d_phostname>
  3505.  
  3506. From F<d_gethname.U>:
  3507.  
  3508. This variable conditionally defines the C<HAS_PHOSTNAME> symbol, which
  3509. contains the shell command which, when fed to popen(), may be
  3510. used to derive the host name.
  3511.  
  3512. =item C<d_pipe>
  3513.  
  3514. From F<d_pipe.U>:
  3515.  
  3516. This variable conditionally defines the C<HAS_PIPE> symbol, which
  3517. indicates to the C program that the pipe() routine is available
  3518. to create an inter-process channel.
  3519.  
  3520. =item C<d_poll>
  3521.  
  3522. From F<d_poll.U>:
  3523.  
  3524. This variable conditionally defines the C<HAS_POLL> symbol, which
  3525. indicates to the C program that the poll() routine is available
  3526. to poll active file descriptors.
  3527.  
  3528. =item C<d_portable>
  3529.  
  3530. From F<d_portable.U>:
  3531.  
  3532. This variable conditionally defines the C<PORTABLE> symbol, which
  3533. indicates to the C program that it should not assume that it is
  3534. running on the machine it was compiled on.
  3535.  
  3536. =item C<d_PRId64>
  3537.  
  3538. From F<quadfio.U>:
  3539.  
  3540. This variable conditionally defines the PERL_PRId64 symbol, which
  3541. indiciates that stdio has a symbol to print 64-bit decimal numbers.
  3542.  
  3543. =item C<d_PRIeldbl>
  3544.  
  3545. From F<longdblfio.U>:
  3546.  
  3547. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3548. indiciates that stdio has a symbol to print long doubles.
  3549.  
  3550. =item C<d_PRIEUldbl>
  3551.  
  3552. From F<longdblfio.U>:
  3553.  
  3554. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3555. indiciates that stdio has a symbol to print long doubles.
  3556. The C<U> in the name is to separate this from d_PRIeldbl so that even
  3557. case-blind systems can see the difference.
  3558.  
  3559. =item C<d_PRIfldbl>
  3560.  
  3561. From F<longdblfio.U>:
  3562.  
  3563. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3564. indiciates that stdio has a symbol to print long doubles.
  3565.  
  3566. =item C<d_PRIFUldbl>
  3567.  
  3568. From F<longdblfio.U>:
  3569.  
  3570. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3571. indiciates that stdio has a symbol to print long doubles.
  3572. The C<U> in the name is to separate this from d_PRIfldbl so that even
  3573. case-blind systems can see the difference.
  3574.  
  3575. =item C<d_PRIgldbl>
  3576.  
  3577. From F<longdblfio.U>:
  3578.  
  3579. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3580. indiciates that stdio has a symbol to print long doubles.
  3581.  
  3582. =item C<d_PRIGUldbl>
  3583.  
  3584. From F<longdblfio.U>:
  3585.  
  3586. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3587. indiciates that stdio has a symbol to print long doubles.
  3588. The C<U> in the name is to separate this from d_PRIgldbl so that even
  3589. case-blind systems can see the difference.
  3590.  
  3591. =item C<d_PRIi64>
  3592.  
  3593. From F<quadfio.U>:
  3594.  
  3595. This variable conditionally defines the PERL_PRIi64 symbol, which
  3596. indiciates that stdio has a symbol to print 64-bit decimal numbers.
  3597.  
  3598. =item C<d_PRIo64>
  3599.  
  3600. From F<quadfio.U>:
  3601.  
  3602. This variable conditionally defines the PERL_PRIo64 symbol, which
  3603. indiciates that stdio has a symbol to print 64-bit octal numbers.
  3604.  
  3605. =item C<d_PRIu64>
  3606.  
  3607. From F<quadfio.U>:
  3608.  
  3609. This variable conditionally defines the PERL_PRIu64 symbol, which
  3610. indiciates that stdio has a symbol to print 64-bit unsigned decimal
  3611. numbers.
  3612.  
  3613. =item C<d_PRIx64>
  3614.  
  3615. From F<quadfio.U>:
  3616.  
  3617. This variable conditionally defines the PERL_PRIx64 symbol, which
  3618. indiciates that stdio has a symbol to print 64-bit hexadecimal numbers.
  3619.  
  3620. =item C<d_PRIXU64>
  3621.  
  3622. From F<quadfio.U>:
  3623.  
  3624. This variable conditionally defines the PERL_PRIXU64 symbol, which
  3625. indiciates that stdio has a symbol to print 64-bit hExADECimAl numbers.
  3626. The C<U> in the name is to separate this from d_PRIx64 so that even
  3627. case-blind systems can see the difference.
  3628.  
  3629. =item C<d_procselfexe>
  3630.  
  3631. From F<d_procselfexe.U>:
  3632.  
  3633. Defined if $procselfexe is symlink to the absolute
  3634. pathname of the executing program.
  3635.  
  3636. =item C<d_pthread_atfork>
  3637.  
  3638. From F<d_pthread_atfork.U>:
  3639.  
  3640. This variable conditionally defines the C<HAS_PTHREAD_ATFORK> symbol,
  3641. which indicates to the C program that the pthread_atfork()
  3642. routine is available.
  3643.  
  3644. =item C<d_pthread_yield>
  3645.  
  3646. From F<d_pthread_y.U>:
  3647.  
  3648. This variable conditionally defines the C<HAS_PTHREAD_YIELD>
  3649. symbol if the pthread_yield routine is available to yield
  3650. the execution of the current thread.
  3651.  
  3652. =item C<d_pwage>
  3653.  
  3654. From F<i_pwd.U>:
  3655.  
  3656. This variable conditionally defines C<PWAGE>, which indicates
  3657. that struct passwd contains pw_age.
  3658.  
  3659. =item C<d_pwchange>
  3660.  
  3661. From F<i_pwd.U>:
  3662.  
  3663. This variable conditionally defines C<PWCHANGE>, which indicates
  3664. that struct passwd contains pw_change.
  3665.  
  3666. =item C<d_pwclass>
  3667.  
  3668. From F<i_pwd.U>:
  3669.  
  3670. This variable conditionally defines C<PWCLASS>, which indicates
  3671. that struct passwd contains pw_class.
  3672.  
  3673. =item C<d_pwcomment>
  3674.  
  3675. From F<i_pwd.U>:
  3676.  
  3677. This variable conditionally defines C<PWCOMMENT>, which indicates
  3678. that struct passwd contains pw_comment.
  3679.  
  3680. =item C<d_pwexpire>
  3681.  
  3682. From F<i_pwd.U>:
  3683.  
  3684. This variable conditionally defines C<PWEXPIRE>, which indicates
  3685. that struct passwd contains pw_expire.
  3686.  
  3687. =item C<d_pwgecos>
  3688.  
  3689. From F<i_pwd.U>:
  3690.  
  3691. This variable conditionally defines C<PWGECOS>, which indicates
  3692. that struct passwd contains pw_gecos.
  3693.  
  3694. =item C<d_pwpasswd>
  3695.  
  3696. From F<i_pwd.U>:
  3697.  
  3698. This variable conditionally defines C<PWPASSWD>, which indicates
  3699. that struct passwd contains pw_passwd.
  3700.  
  3701. =item C<d_pwquota>
  3702.  
  3703. From F<i_pwd.U>:
  3704.  
  3705. This variable conditionally defines C<PWQUOTA>, which indicates
  3706. that struct passwd contains pw_quota.
  3707.  
  3708. =item C<d_qgcvt>
  3709.  
  3710. From F<d_qgcvt.U>:
  3711.  
  3712. This variable conditionally defines the C<HAS_QGCVT> symbol, which
  3713. indicates to the C program that the qgcvt() routine is available.
  3714.  
  3715. =item C<d_quad>
  3716.  
  3717. From F<quadtype.U>:
  3718.  
  3719. This variable, if defined, tells that there's a 64-bit integer type,
  3720. quadtype.
  3721.  
  3722. =item C<d_random_r>
  3723.  
  3724. From F<d_random_r.U>:
  3725.  
  3726. This variable conditionally defines the C<HAS_RANDOM_R> symbol,
  3727. which indicates to the C program that the random_r()
  3728. routine is available.
  3729.  
  3730. =item C<d_readdir64_r>
  3731.  
  3732. From F<d_readdir64_r.U>:
  3733.  
  3734. This variable conditionally defines the HAS_READDIR64_R symbol,
  3735. which indicates to the C program that the readdir64_r()
  3736. routine is available.
  3737.  
  3738. =item C<d_readdir>
  3739.  
  3740. From F<d_readdir.U>:
  3741.  
  3742. This variable conditionally defines C<HAS_READDIR> if readdir() is
  3743. available to read directory entries.
  3744.  
  3745. =item C<d_readdir_r>
  3746.  
  3747. From F<d_readdir_r.U>:
  3748.  
  3749. This variable conditionally defines the C<HAS_READDIR_R> symbol,
  3750. which indicates to the C program that the readdir_r()
  3751. routine is available.
  3752.  
  3753. =item C<d_readlink>
  3754.  
  3755. From F<d_readlink.U>:
  3756.  
  3757. This variable conditionally defines the C<HAS_READLINK> symbol, which
  3758. indicates to the C program that the readlink() routine is available
  3759. to read the value of a symbolic link.
  3760.  
  3761. =item C<d_readv>
  3762.  
  3763. From F<d_readv.U>:
  3764.  
  3765. This variable conditionally defines the C<HAS_READV> symbol, which
  3766. indicates to the C program that the readv() routine is available.
  3767.  
  3768. =item C<d_recvmsg>
  3769.  
  3770. From F<d_recvmsg.U>:
  3771.  
  3772. This variable conditionally defines the C<HAS_RECVMSG> symbol, which
  3773. indicates to the C program that the recvmsg() routine is available.
  3774.  
  3775. =item C<d_rename>
  3776.  
  3777. From F<d_rename.U>:
  3778.  
  3779. This variable conditionally defines the C<HAS_RENAME> symbol, which
  3780. indicates to the C program that the rename() routine is available
  3781. to rename files.
  3782.  
  3783. =item C<d_rewinddir>
  3784.  
  3785. From F<d_readdir.U>:
  3786.  
  3787. This variable conditionally defines C<HAS_REWINDDIR> if rewinddir() is
  3788. available.
  3789.  
  3790. =item C<d_rmdir>
  3791.  
  3792. From F<d_rmdir.U>:
  3793.  
  3794. This variable conditionally defines C<HAS_RMDIR> if rmdir() is
  3795. available to remove directories.
  3796.  
  3797. =item C<d_safebcpy>
  3798.  
  3799. From F<d_safebcpy.U>:
  3800.  
  3801. This variable conditionally defines the C<HAS_SAFE_BCOPY> symbol if
  3802. the bcopy() routine can do overlapping copies.  Normally, you
  3803. should probably use memmove().
  3804.  
  3805. =item C<d_safemcpy>
  3806.  
  3807. From F<d_safemcpy.U>:
  3808.  
  3809. This variable conditionally defines the C<HAS_SAFE_MEMCPY> symbol if
  3810. the memcpy() routine can do overlapping copies.
  3811. For overlapping copies, memmove() should be used, if available.
  3812.  
  3813. =item C<d_sanemcmp>
  3814.  
  3815. From F<d_sanemcmp.U>:
  3816.  
  3817. This variable conditionally defines the C<HAS_SANE_MEMCMP> symbol if
  3818. the memcpy() routine is available and can be used to compare relative
  3819. magnitudes of chars with their high bits set.
  3820.  
  3821. =item C<d_sbrkproto>
  3822.  
  3823. From F<d_sbrkproto.U>:
  3824.  
  3825. This variable conditionally defines the C<HAS_SBRK_PROTO> symbol,
  3826. which indicates to the C program that the system provides
  3827. a prototype for the sbrk() function.  Otherwise, it is
  3828. up to the program to supply one.
  3829.  
  3830. =item C<d_sched_yield>
  3831.  
  3832. From F<d_pthread_y.U>:
  3833.  
  3834. This variable conditionally defines the C<HAS_SCHED_YIELD>
  3835. symbol if the sched_yield routine is available to yield
  3836. the execution of the current thread.
  3837.  
  3838. =item C<d_scm_rights>
  3839.  
  3840. From F<d_socket.U>:
  3841.  
  3842. This variable conditionally defines the C<HAS_SCM_RIGHTS> symbol,
  3843. which indicates that the C<SCM_RIGHTS> is available.  #ifdef is
  3844. not enough because it may be an enum, glibc has been known to do this.
  3845.  
  3846. =item C<d_SCNfldbl>
  3847.  
  3848. From F<longdblfio.U>:
  3849.  
  3850. This variable conditionally defines the PERL_PRIfldbl symbol, which
  3851. indiciates that stdio has a symbol to scan long doubles.
  3852.  
  3853. =item C<d_seekdir>
  3854.  
  3855. From F<d_readdir.U>:
  3856.  
  3857. This variable conditionally defines C<HAS_SEEKDIR> if seekdir() is
  3858. available.
  3859.  
  3860. =item C<d_select>
  3861.  
  3862. From F<d_select.U>:
  3863.  
  3864. This variable conditionally defines C<HAS_SELECT> if select() is
  3865. available to select active file descriptors. A <sys/time.h>
  3866. inclusion may be necessary for the timeout field.
  3867.  
  3868. =item C<d_sem>
  3869.  
  3870. From F<d_sem.U>:
  3871.  
  3872. This variable conditionally defines the C<HAS_SEM> symbol, which
  3873. indicates that the entire sem*(2) library is present.
  3874.  
  3875. =item C<d_semctl>
  3876.  
  3877. From F<d_semctl.U>:
  3878.  
  3879. This variable conditionally defines the C<HAS_SEMCTL> symbol, which
  3880. indicates to the C program that the semctl() routine is available.
  3881.  
  3882. =item C<d_semctl_semid_ds>
  3883.  
  3884. From F<d_union_semun.U>:
  3885.  
  3886. This variable conditionally defines C<USE_SEMCTL_SEMID_DS>, which
  3887. indicates that struct semid_ds * is to be used for semctl C<IPC_STAT>.
  3888.  
  3889. =item C<d_semctl_semun>
  3890.  
  3891. From F<d_union_semun.U>:
  3892.  
  3893. This variable conditionally defines C<USE_SEMCTL_SEMUN>, which
  3894. indicates that union semun is to be used for semctl C<IPC_STAT>.
  3895.  
  3896. =item C<d_semget>
  3897.  
  3898. From F<d_semget.U>:
  3899.  
  3900. This variable conditionally defines the C<HAS_SEMGET> symbol, which
  3901. indicates to the C program that the semget() routine is available.
  3902.  
  3903. =item C<d_semop>
  3904.  
  3905. From F<d_semop.U>:
  3906.  
  3907. This variable conditionally defines the C<HAS_SEMOP> symbol, which
  3908. indicates to the C program that the semop() routine is available.
  3909.  
  3910. =item C<d_sendmsg>
  3911.  
  3912. From F<d_sendmsg.U>:
  3913.  
  3914. This variable conditionally defines the C<HAS_SENDMSG> symbol, which
  3915. indicates to the C program that the sendmsg() routine is available.
  3916.  
  3917. =item C<d_setegid>
  3918.  
  3919. From F<d_setegid.U>:
  3920.  
  3921. This variable conditionally defines the C<HAS_SETEGID> symbol, which
  3922. indicates to the C program that the setegid() routine is available
  3923. to change the effective gid of the current program.
  3924.  
  3925. =item C<d_seteuid>
  3926.  
  3927. From F<d_seteuid.U>:
  3928.  
  3929. This variable conditionally defines the C<HAS_SETEUID> symbol, which
  3930. indicates to the C program that the seteuid() routine is available
  3931. to change the effective uid of the current program.
  3932.  
  3933. =item C<d_setgrent>
  3934.  
  3935. From F<d_setgrent.U>:
  3936.  
  3937. This variable conditionally defines the C<HAS_SETGRENT> symbol, which
  3938. indicates to the C program that the setgrent() routine is available
  3939. for initializing sequential access to the group database.
  3940.  
  3941. =item C<d_setgrent_r>
  3942.  
  3943. From F<d_setgrent_r.U>:
  3944.  
  3945. This variable conditionally defines the C<HAS_SETGRENT_R> symbol,
  3946. which indicates to the C program that the setgrent_r()
  3947. routine is available.
  3948.  
  3949. =item C<d_setgrps>
  3950.  
  3951. From F<d_setgrps.U>:
  3952.  
  3953. This variable conditionally defines the C<HAS_SETGROUPS> symbol, which
  3954. indicates to the C program that the setgroups() routine is available
  3955. to set the list of process groups.
  3956.  
  3957. =item C<d_sethent>
  3958.  
  3959. From F<d_sethent.U>:
  3960.  
  3961. This variable conditionally defines C<HAS_SETHOSTENT> if sethostent() is
  3962. available.
  3963.  
  3964. =item C<d_sethostent_r>
  3965.  
  3966. From F<d_sethostent_r.U>:
  3967.  
  3968. This variable conditionally defines the C<HAS_SETHOSTENT_R> symbol,
  3969. which indicates to the C program that the sethostent_r()
  3970. routine is available.
  3971.  
  3972. =item C<d_setitimer>
  3973.  
  3974. From F<d_setitimer.U>:
  3975.  
  3976. This variable conditionally defines the C<HAS_SETITIMER> symbol, which
  3977. indicates to the C program that the setitimer() routine is available.
  3978.  
  3979. =item C<d_setlinebuf>
  3980.  
  3981. From F<d_setlnbuf.U>:
  3982.  
  3983. This variable conditionally defines the C<HAS_SETLINEBUF> symbol, which
  3984. indicates to the C program that the setlinebuf() routine is available
  3985. to change stderr or stdout from block-buffered or unbuffered to a
  3986. line-buffered mode.
  3987.  
  3988. =item C<d_setlocale>
  3989.  
  3990. From F<d_setlocale.U>:
  3991.  
  3992. This variable conditionally defines C<HAS_SETLOCALE> if setlocale() is
  3993. available to handle locale-specific ctype implementations.
  3994.  
  3995. =item C<d_setlocale_r>
  3996.  
  3997. From F<d_setlocale_r.U>:
  3998.  
  3999. This variable conditionally defines the C<HAS_SETLOCALE_R> symbol,
  4000. which indicates to the C program that the setlocale_r()
  4001. routine is available.
  4002.  
  4003. =item C<d_setnent>
  4004.  
  4005. From F<d_setnent.U>:
  4006.  
  4007. This variable conditionally defines C<HAS_SETNETENT> if setnetent() is
  4008. available.
  4009.  
  4010. =item C<d_setnetent_r>
  4011.  
  4012. From F<d_setnetent_r.U>:
  4013.  
  4014. This variable conditionally defines the C<HAS_SETNETENT_R> symbol,
  4015. which indicates to the C program that the setnetent_r()
  4016. routine is available.
  4017.  
  4018. =item C<d_setpent>
  4019.  
  4020. From F<d_setpent.U>:
  4021.  
  4022. This variable conditionally defines C<HAS_SETPROTOENT> if setprotoent() is
  4023. available.
  4024.  
  4025. =item C<d_setpgid>
  4026.  
  4027. From F<d_setpgid.U>:
  4028.  
  4029. This variable conditionally defines the C<HAS_SETPGID> symbol if the
  4030. setpgid(pid, gpid) function is available to set process group C<ID>.
  4031.  
  4032. =item C<d_setpgrp2>
  4033.  
  4034. From F<d_setpgrp2.U>:
  4035.  
  4036. This variable conditionally defines the HAS_SETPGRP2 symbol, which
  4037. indicates to the C program that the setpgrp2() (as in F<DG/C<UX>>) routine
  4038. is available to set the current process group.
  4039.  
  4040. =item C<d_setpgrp>
  4041.  
  4042. From F<d_setpgrp.U>:
  4043.  
  4044. This variable conditionally defines C<HAS_SETPGRP> if setpgrp() is
  4045. available to set the current process group.
  4046.  
  4047. =item C<d_setprior>
  4048.  
  4049. From F<d_setprior.U>:
  4050.  
  4051. This variable conditionally defines C<HAS_SETPRIORITY> if setpriority()
  4052. is available to set a process's priority.
  4053.  
  4054. =item C<d_setproctitle>
  4055.  
  4056. From F<d_setproctitle.U>:
  4057.  
  4058. This variable conditionally defines the C<HAS_SETPROCTITLE> symbol,
  4059. which indicates to the C program that the setproctitle() routine
  4060. is available.
  4061.  
  4062. =item C<d_setprotoent_r>
  4063.  
  4064. From F<d_setprotoent_r.U>:
  4065.  
  4066. This variable conditionally defines the C<HAS_SETPROTOENT_R> symbol,
  4067. which indicates to the C program that the setprotoent_r()
  4068. routine is available.
  4069.  
  4070. =item C<d_setpwent>
  4071.  
  4072. From F<d_setpwent.U>:
  4073.  
  4074. This variable conditionally defines the C<HAS_SETPWENT> symbol, which
  4075. indicates to the C program that the setpwent() routine is available
  4076. for initializing sequential access to the passwd database.
  4077.  
  4078. =item C<d_setpwent_r>
  4079.  
  4080. From F<d_setpwent_r.U>:
  4081.  
  4082. This variable conditionally defines the C<HAS_SETPWENT_R> symbol,
  4083. which indicates to the C program that the setpwent_r()
  4084. routine is available.
  4085.  
  4086. =item C<d_setregid>
  4087.  
  4088. From F<d_setregid.U>:
  4089.  
  4090. This variable conditionally defines C<HAS_SETREGID> if setregid() is
  4091. available to change the real and effective gid of the current
  4092. process.
  4093.  
  4094. =item C<d_setresgid>
  4095.  
  4096. From F<d_setregid.U>:
  4097.  
  4098. This variable conditionally defines C<HAS_SETRESGID> if setresgid() is
  4099. available to change the real, effective and saved gid of the current
  4100. process.
  4101.  
  4102. =item C<d_setresuid>
  4103.  
  4104. From F<d_setreuid.U>:
  4105.  
  4106. This variable conditionally defines C<HAS_SETREUID> if setresuid() is
  4107. available to change the real, effective and saved uid of the current
  4108. process.
  4109.  
  4110. =item C<d_setreuid>
  4111.  
  4112. From F<d_setreuid.U>:
  4113.  
  4114. This variable conditionally defines C<HAS_SETREUID> if setreuid() is
  4115. available to change the real and effective uid of the current
  4116. process.
  4117.  
  4118. =item C<d_setrgid>
  4119.  
  4120. From F<d_setrgid.U>:
  4121.  
  4122. This variable conditionally defines the C<HAS_SETRGID> symbol, which
  4123. indicates to the C program that the setrgid() routine is available
  4124. to change the real gid of the current program.
  4125.  
  4126. =item C<d_setruid>
  4127.  
  4128. From F<d_setruid.U>:
  4129.  
  4130. This variable conditionally defines the C<HAS_SETRUID> symbol, which
  4131. indicates to the C program that the setruid() routine is available
  4132. to change the real uid of the current program.
  4133.  
  4134. =item C<d_setsent>
  4135.  
  4136. From F<d_setsent.U>:
  4137.  
  4138. This variable conditionally defines C<HAS_SETSERVENT> if setservent() is
  4139. available.
  4140.  
  4141. =item C<d_setservent_r>
  4142.  
  4143. From F<d_setservent_r.U>:
  4144.  
  4145. This variable conditionally defines the C<HAS_SETSERVENT_R> symbol,
  4146. which indicates to the C program that the setservent_r()
  4147. routine is available.
  4148.  
  4149. =item C<d_setsid>
  4150.  
  4151. From F<d_setsid.U>:
  4152.  
  4153. This variable conditionally defines C<HAS_SETSID> if setsid() is
  4154. available to set the process group C<ID>.
  4155.  
  4156. =item C<d_setvbuf>
  4157.  
  4158. From F<d_setvbuf.U>:
  4159.  
  4160. This variable conditionally defines the C<HAS_SETVBUF> symbol, which
  4161. indicates to the C program that the setvbuf() routine is available
  4162. to change buffering on an open stdio stream.
  4163.  
  4164. =item C<d_sfio>
  4165.  
  4166. From F<d_sfio.U>:
  4167.  
  4168. This variable conditionally defines the C<USE_SFIO> symbol,
  4169. and indicates whether sfio is available (and should be used).
  4170.  
  4171. =item C<d_shm>
  4172.  
  4173. From F<d_shm.U>:
  4174.  
  4175. This variable conditionally defines the C<HAS_SHM> symbol, which
  4176. indicates that the entire shm*(2) library is present.
  4177.  
  4178. =item C<d_shmat>
  4179.  
  4180. From F<d_shmat.U>:
  4181.  
  4182. This variable conditionally defines the C<HAS_SHMAT> symbol, which
  4183. indicates to the C program that the shmat() routine is available.
  4184.  
  4185. =item C<d_shmatprototype>
  4186.  
  4187. From F<d_shmat.U>:
  4188.  
  4189. This variable conditionally defines the C<HAS_SHMAT_PROTOTYPE> 
  4190. symbol, which indicates that F<sys/shm.h> has a prototype for
  4191. shmat.
  4192.  
  4193. =item C<d_shmctl>
  4194.  
  4195. From F<d_shmctl.U>:
  4196.  
  4197. This variable conditionally defines the C<HAS_SHMCTL> symbol, which
  4198. indicates to the C program that the shmctl() routine is available.
  4199.  
  4200. =item C<d_shmdt>
  4201.  
  4202. From F<d_shmdt.U>:
  4203.  
  4204. This variable conditionally defines the C<HAS_SHMDT> symbol, which
  4205. indicates to the C program that the shmdt() routine is available.
  4206.  
  4207. =item C<d_shmget>
  4208.  
  4209. From F<d_shmget.U>:
  4210.  
  4211. This variable conditionally defines the C<HAS_SHMGET> symbol, which
  4212. indicates to the C program that the shmget() routine is available.
  4213.  
  4214. =item C<d_sigaction>
  4215.  
  4216. From F<d_sigaction.U>:
  4217.  
  4218. This variable conditionally defines the C<HAS_SIGACTION> symbol, which
  4219. indicates that the Vr4 sigaction() routine is available.
  4220.  
  4221. =item C<d_sigprocmask>
  4222.  
  4223. From F<d_sigprocmask.U>:
  4224.  
  4225. This variable conditionally defines C<HAS_SIGPROCMASK>
  4226. if sigprocmask() is available to examine or change the signal mask
  4227. of the calling process.
  4228.  
  4229. =item C<d_sigsetjmp>
  4230.  
  4231. From F<d_sigsetjmp.U>:
  4232.  
  4233. This variable conditionally defines the C<HAS_SIGSETJMP> symbol,
  4234. which indicates that the sigsetjmp() routine is available to
  4235. call setjmp() and optionally save the process's signal mask.
  4236.  
  4237. =item C<d_sockatmark>
  4238.  
  4239. From F<d_sockatmark.U>:
  4240.  
  4241. This variable conditionally defines the C<HAS_SOCKATMARK> symbol, which
  4242. indicates to the C program that the sockatmark() routine is available.
  4243.  
  4244. =item C<d_sockatmarkproto>
  4245.  
  4246. From F<d_sockatmarkproto.U>:
  4247.  
  4248. This variable conditionally defines the C<HAS_SOCKATMARK_PROTO> symbol,
  4249. which indicates to the C program that the system provides
  4250. a prototype for the sockatmark() function.  Otherwise, it is
  4251. up to the program to supply one.
  4252.  
  4253. =item C<d_socket>
  4254.  
  4255. From F<d_socket.U>:
  4256.  
  4257. This variable conditionally defines C<HAS_SOCKET>, which indicates
  4258. that the C<BSD> socket interface is supported.
  4259.  
  4260. =item C<d_socklen_t>
  4261.  
  4262. From F<d_socklen_t.U>:
  4263.  
  4264. This symbol will be defined if the C compiler supports socklen_t.
  4265.  
  4266. =item C<d_sockpair>
  4267.  
  4268. From F<d_socket.U>:
  4269.  
  4270. This variable conditionally defines the C<HAS_SOCKETPAIR> symbol, which
  4271. indicates that the C<BSD> socketpair() is supported.
  4272.  
  4273. =item C<d_socks5_init>
  4274.  
  4275. From F<d_socks5_init.U>:
  4276.  
  4277. This variable conditionally defines the HAS_SOCKS5_INIT symbol, which
  4278. indicates to the C program that the socks5_init() routine is available.
  4279.  
  4280. =item C<d_sqrtl>
  4281.  
  4282. From F<d_sqrtl.U>:
  4283.  
  4284. This variable conditionally defines the C<HAS_SQRTL> symbol, which
  4285. indicates to the C program that the sqrtl() routine is available.
  4286.  
  4287. =item C<d_srand48_r>
  4288.  
  4289. From F<d_srand48_r.U>:
  4290.  
  4291. This variable conditionally defines the HAS_SRAND48_R symbol,
  4292. which indicates to the C program that the srand48_r()
  4293. routine is available.
  4294.  
  4295. =item C<d_srandom_r>
  4296.  
  4297. From F<d_srandom_r.U>:
  4298.  
  4299. This variable conditionally defines the C<HAS_SRANDOM_R> symbol,
  4300. which indicates to the C program that the srandom_r()
  4301. routine is available.
  4302.  
  4303. =item C<d_sresgproto>
  4304.  
  4305. From F<d_sresgproto.U>:
  4306.  
  4307. This variable conditionally defines the C<HAS_SETRESGID_PROTO> symbol,
  4308. which indicates to the C program that the system provides
  4309. a prototype for the setresgid() function.  Otherwise, it is
  4310. up to the program to supply one.
  4311.  
  4312. =item C<d_sresuproto>
  4313.  
  4314. From F<d_sresuproto.U>:
  4315.  
  4316. This variable conditionally defines the C<HAS_SETRESUID_PROTO> symbol,
  4317. which indicates to the C program that the system provides
  4318. a prototype for the setresuid() function.  Otherwise, it is
  4319. up to the program to supply one.
  4320.  
  4321. =item C<d_statblks>
  4322.  
  4323. From F<d_statblks.U>:
  4324.  
  4325. This variable conditionally defines C<USE_STAT_BLOCKS>
  4326. if this system has a stat structure declaring
  4327. st_blksize and st_blocks.
  4328.  
  4329. =item C<d_statfs_f_flags>
  4330.  
  4331. From F<d_statfs_f_flags.U>:
  4332.  
  4333. This variable conditionally defines the C<HAS_STRUCT_STATFS_F_FLAGS>
  4334. symbol, which indicates to struct statfs from has f_flags member.
  4335. This kind of struct statfs is coming from F<sys/mount.h> (C<BSD>),
  4336. not from F<sys/statfs.h> (C<SYSV>).
  4337.  
  4338. =item C<d_statfs_s>
  4339.  
  4340. From F<d_statfs_s.U>:
  4341.  
  4342. This variable conditionally defines the C<HAS_STRUCT_STATFS> symbol,
  4343. which indicates that the struct statfs is supported.
  4344.  
  4345. =item C<d_statvfs>
  4346.  
  4347. From F<d_statvfs.U>:
  4348.  
  4349. This variable conditionally defines the C<HAS_STATVFS> symbol, which
  4350. indicates to the C program that the statvfs() routine is available.
  4351.  
  4352. =item C<d_stdio_cnt_lval>
  4353.  
  4354. From F<d_stdstdio.U>:
  4355.  
  4356. This variable conditionally defines C<STDIO_CNT_LVALUE> if the
  4357. C<FILE_cnt> macro can be used as an lvalue.
  4358.  
  4359. =item C<d_stdio_ptr_lval>
  4360.  
  4361. From F<d_stdstdio.U>:
  4362.  
  4363. This variable conditionally defines C<STDIO_PTR_LVALUE> if the
  4364. C<FILE_ptr> macro can be used as an lvalue.
  4365.  
  4366. =item C<d_stdio_ptr_lval_nochange_cnt>
  4367.  
  4368. From F<d_stdstdio.U>:
  4369.  
  4370. This symbol is defined if using the C<FILE_ptr> macro as an lvalue
  4371. to increase the pointer by n leaves File_cnt(fp) unchanged.
  4372.  
  4373. =item C<d_stdio_ptr_lval_sets_cnt>
  4374.  
  4375. From F<d_stdstdio.U>:
  4376.  
  4377. This symbol is defined if using the C<FILE_ptr> macro as an lvalue
  4378. to increase the pointer by n has the side effect of decreasing the
  4379. value of File_cnt(fp) by n.
  4380.  
  4381. =item C<d_stdio_stream_array>
  4382.  
  4383. From F<stdio_streams.U>:
  4384.  
  4385. This variable tells whether there is an array holding
  4386. the stdio streams.
  4387.  
  4388. =item C<d_stdiobase>
  4389.  
  4390. From F<d_stdstdio.U>:
  4391.  
  4392. This variable conditionally defines C<USE_STDIO_BASE> if this system
  4393. has a C<FILE> structure declaring a usable _base field (or equivalent)
  4394. in F<stdio.h>.
  4395.  
  4396. =item C<d_stdstdio>
  4397.  
  4398. From F<d_stdstdio.U>:
  4399.  
  4400. This variable conditionally defines C<USE_STDIO_PTR> if this system
  4401. has a C<FILE> structure declaring usable _ptr and _cnt fields (or
  4402. equivalent) in F<stdio.h>.
  4403.  
  4404. =item C<d_strchr>
  4405.  
  4406. From F<d_strchr.U>:
  4407.  
  4408. This variable conditionally defines C<HAS_STRCHR> if strchr() and
  4409. strrchr() are available for string searching.
  4410.  
  4411. =item C<d_strcoll>
  4412.  
  4413. From F<d_strcoll.U>:
  4414.  
  4415. This variable conditionally defines C<HAS_STRCOLL> if strcoll() is
  4416. available to compare strings using collating information.
  4417.  
  4418. =item C<d_strctcpy>
  4419.  
  4420. From F<d_strctcpy.U>:
  4421.  
  4422. This variable conditionally defines the C<USE_STRUCT_COPY> symbol, which
  4423. indicates to the C program that this C compiler knows how to copy
  4424. structures.
  4425.  
  4426. =item C<d_strerrm>
  4427.  
  4428. From F<d_strerror.U>:
  4429.  
  4430. This variable holds what Strerrr is defined as to translate an error
  4431. code condition into an error message string. It could be C<strerror>
  4432. or a more C<complex> macro emulating strrror with sys_errlist[], or the
  4433. C<unknown> string when both strerror and sys_errlist are missing.
  4434.  
  4435. =item C<d_strerror>
  4436.  
  4437. From F<d_strerror.U>:
  4438.  
  4439. This variable conditionally defines C<HAS_STRERROR> if strerror() is
  4440. available to translate error numbers to strings.
  4441.  
  4442. =item C<d_strerror_r>
  4443.  
  4444. From F<d_strerror_r.U>:
  4445.  
  4446. This variable conditionally defines the C<HAS_STRERROR_R> symbol,
  4447. which indicates to the C program that the strerror_r()
  4448. routine is available.
  4449.  
  4450. =item C<d_strftime>
  4451.  
  4452. From F<d_strftime.U>:
  4453.  
  4454. This variable conditionally defines the C<HAS_STRFTIME> symbol, which
  4455. indicates to the C program that the strftime() routine is available.
  4456.  
  4457. =item C<d_strtod>
  4458.  
  4459. From F<d_strtod.U>:
  4460.  
  4461. This variable conditionally defines the C<HAS_STRTOD> symbol, which
  4462. indicates to the C program that the strtod() routine is available
  4463. to provide better numeric string conversion than atof().
  4464.  
  4465. =item C<d_strtol>
  4466.  
  4467. From F<d_strtol.U>:
  4468.  
  4469. This variable conditionally defines the C<HAS_STRTOL> symbol, which
  4470. indicates to the C program that the strtol() routine is available
  4471. to provide better numeric string conversion than atoi() and friends.
  4472.  
  4473. =item C<d_strtold>
  4474.  
  4475. From F<d_strtold.U>:
  4476.  
  4477. This variable conditionally defines the C<HAS_STRTOLD> symbol, which
  4478. indicates to the C program that the strtold() routine is available.
  4479.  
  4480. =item C<d_strtoll>
  4481.  
  4482. From F<d_strtoll.U>:
  4483.  
  4484. This variable conditionally defines the C<HAS_STRTOLL> symbol, which
  4485. indicates to the C program that the strtoll() routine is available.
  4486.  
  4487. =item C<d_strtoq>
  4488.  
  4489. From F<d_strtoq.U>:
  4490.  
  4491. This variable conditionally defines the C<HAS_STRTOQ> symbol, which
  4492. indicates to the C program that the strtoq() routine is available.
  4493.  
  4494. =item C<d_strtoul>
  4495.  
  4496. From F<d_strtoul.U>:
  4497.  
  4498. This variable conditionally defines the C<HAS_STRTOUL> symbol, which
  4499. indicates to the C program that the strtoul() routine is available
  4500. to provide conversion of strings to unsigned long.
  4501.  
  4502. =item C<d_strtoull>
  4503.  
  4504. From F<d_strtoull.U>:
  4505.  
  4506. This variable conditionally defines the C<HAS_STRTOULL> symbol, which
  4507. indicates to the C program that the strtoull() routine is available.
  4508.  
  4509. =item C<d_strtouq>
  4510.  
  4511. From F<d_strtouq.U>:
  4512.  
  4513. This variable conditionally defines the C<HAS_STRTOUQ> symbol, which
  4514. indicates to the C program that the strtouq() routine is available.
  4515.  
  4516. =item C<d_strxfrm>
  4517.  
  4518. From F<d_strxfrm.U>:
  4519.  
  4520. This variable conditionally defines C<HAS_STRXFRM> if strxfrm() is
  4521. available to transform strings.
  4522.  
  4523. =item C<d_suidsafe>
  4524.  
  4525. From F<d_dosuid.U>:
  4526.  
  4527. This variable conditionally defines C<SETUID_SCRIPTS_ARE_SECURE_NOW>
  4528. if setuid scripts can be secure.  This test looks in F</dev/fd/>.
  4529.  
  4530. =item C<d_symlink>
  4531.  
  4532. From F<d_symlink.U>:
  4533.  
  4534. This variable conditionally defines the C<HAS_SYMLINK> symbol, which
  4535. indicates to the C program that the symlink() routine is available
  4536. to create symbolic links.
  4537.  
  4538. =item C<d_syscall>
  4539.  
  4540. From F<d_syscall.U>:
  4541.  
  4542. This variable conditionally defines C<HAS_SYSCALL> if syscall() is
  4543. available call arbitrary system calls.
  4544.  
  4545. =item C<d_syscallproto>
  4546.  
  4547. From F<d_syscallproto.U>:
  4548.  
  4549. This variable conditionally defines the C<HAS_SYSCALL_PROTO> symbol,
  4550. which indicates to the C program that the system provides
  4551. a prototype for the syscall() function.  Otherwise, it is
  4552. up to the program to supply one.
  4553.  
  4554. =item C<d_sysconf>
  4555.  
  4556. From F<d_sysconf.U>:
  4557.  
  4558. This variable conditionally defines the C<HAS_SYSCONF> symbol, which
  4559. indicates to the C program that the sysconf() routine is available
  4560. to determine system related limits and options.
  4561.  
  4562. =item C<d_sysernlst>
  4563.  
  4564. From F<d_strerror.U>:
  4565.  
  4566. This variable conditionally defines C<HAS_SYS_ERRNOLIST> if sys_errnolist[]
  4567. is available to translate error numbers to the symbolic name.
  4568.  
  4569. =item C<d_syserrlst>
  4570.  
  4571. From F<d_strerror.U>:
  4572.  
  4573. This variable conditionally defines C<HAS_SYS_ERRLIST> if sys_errlist[] is
  4574. available to translate error numbers to strings.
  4575.  
  4576. =item C<d_system>
  4577.  
  4578. From F<d_system.U>:
  4579.  
  4580. This variable conditionally defines C<HAS_SYSTEM> if system() is
  4581. available to issue a shell command.
  4582.  
  4583. =item C<d_tcgetpgrp>
  4584.  
  4585. From F<d_tcgtpgrp.U>:
  4586.  
  4587. This variable conditionally defines the C<HAS_TCGETPGRP> symbol, which
  4588. indicates to the C program that the tcgetpgrp() routine is available.
  4589. to get foreground process group C<ID>.
  4590.  
  4591. =item C<d_tcsetpgrp>
  4592.  
  4593. From F<d_tcstpgrp.U>:
  4594.  
  4595. This variable conditionally defines the C<HAS_TCSETPGRP> symbol, which
  4596. indicates to the C program that the tcsetpgrp() routine is available
  4597. to set foreground process group C<ID>.
  4598.  
  4599. =item C<d_telldir>
  4600.  
  4601. From F<d_readdir.U>:
  4602.  
  4603. This variable conditionally defines C<HAS_TELLDIR> if telldir() is
  4604. available.
  4605.  
  4606. =item C<d_telldirproto>
  4607.  
  4608. From F<d_telldirproto.U>:
  4609.  
  4610. This variable conditionally defines the C<HAS_TELLDIR_PROTO> symbol,
  4611. which indicates to the C program that the system provides
  4612. a prototype for the telldir() function.  Otherwise, it is
  4613. up to the program to supply one.
  4614.  
  4615. =item C<d_time>
  4616.  
  4617. From F<d_time.U>:
  4618.  
  4619. This variable conditionally defines the C<HAS_TIME> symbol, which indicates
  4620. that the time() routine exists.  The time() routine is normaly
  4621. provided on C<UNIX> systems.
  4622.  
  4623. =item C<d_times>
  4624.  
  4625. From F<d_times.U>:
  4626.  
  4627. This variable conditionally defines the C<HAS_TIMES> symbol, which indicates
  4628. that the times() routine exists.  The times() routine is normaly
  4629. provided on C<UNIX> systems. You may have to include <sys/times.h>.
  4630.  
  4631. =item C<d_tm_tm_gmtoff>
  4632.  
  4633. From F<i_time.U>:
  4634.  
  4635. This variable conditionally defines C<HAS_TM_TM_GMTOFF>, which indicates
  4636. indicates to the C program that the struct tm has the tm_gmtoff field.
  4637.  
  4638. =item C<d_tm_tm_zone>
  4639.  
  4640. From F<i_time.U>:
  4641.  
  4642. This variable conditionally defines C<HAS_TM_TM_ZONE>, which indicates
  4643. indicates to the C program that the struct tm has the tm_zone field.
  4644.  
  4645. =item C<d_tmpnam_r>
  4646.  
  4647. From F<d_tmpnam_r.U>:
  4648.  
  4649. This variable conditionally defines the C<HAS_TMPNAM_R> symbol,
  4650. which indicates to the C program that the tmpnam_r()
  4651. routine is available.
  4652.  
  4653. =item C<d_truncate>
  4654.  
  4655. From F<d_truncate.U>:
  4656.  
  4657. This variable conditionally defines C<HAS_TRUNCATE> if truncate() is
  4658. available to truncate files.
  4659.  
  4660. =item C<d_ttyname_r>
  4661.  
  4662. From F<d_ttyname_r.U>:
  4663.  
  4664. This variable conditionally defines the C<HAS_TTYNAME_R> symbol,
  4665. which indicates to the C program that the ttyname_r()
  4666. routine is available.
  4667.  
  4668. =item C<d_tzname>
  4669.  
  4670. From F<d_tzname.U>:
  4671.  
  4672. This variable conditionally defines C<HAS_TZNAME> if tzname[] is
  4673. available to access timezone names.
  4674.  
  4675. =item C<d_u32align>
  4676.  
  4677. From F<d_u32align.U>:
  4678.  
  4679. This variable tells whether you must access character data
  4680. through U32-aligned pointers.
  4681.  
  4682. =item C<d_ualarm>
  4683.  
  4684. From F<d_ualarm.U>:
  4685.  
  4686. This variable conditionally defines the C<HAS_UALARM> symbol, which
  4687. indicates to the C program that the ualarm() routine is available.
  4688.  
  4689. =item C<d_umask>
  4690.  
  4691. From F<d_umask.U>:
  4692.  
  4693. This variable conditionally defines the C<HAS_UMASK> symbol, which
  4694. indicates to the C program that the umask() routine is available.
  4695. to set and get the value of the file creation mask.
  4696.  
  4697. =item C<d_uname>
  4698.  
  4699. From F<d_gethname.U>:
  4700.  
  4701. This variable conditionally defines the C<HAS_UNAME> symbol, which
  4702. indicates to the C program that the uname() routine may be
  4703. used to derive the host name.
  4704.  
  4705. =item C<d_union_semun>
  4706.  
  4707. From F<d_union_semun.U>:
  4708.  
  4709. This variable conditionally defines C<HAS_UNION_SEMUN> if the
  4710. union semun is defined by including <sys/sem.h>.
  4711.  
  4712. =item C<d_unordered>
  4713.  
  4714. From F<d_unordered.U>:
  4715.  
  4716. This variable conditionally defines the C<HAS_UNORDERED> symbol, which
  4717. indicates to the C program that the unordered() routine is available.
  4718.  
  4719. =item C<d_usleep>
  4720.  
  4721. From F<d_usleep.U>:
  4722.  
  4723. This variable conditionally defines C<HAS_USLEEP> if usleep() is
  4724. available to do high granularity sleeps.
  4725.  
  4726. =item C<d_usleepproto>
  4727.  
  4728. From F<d_usleepproto.U>:
  4729.  
  4730. This variable conditionally defines the C<HAS_USLEEP_PROTO> symbol,
  4731. which indicates to the C program that the system provides
  4732. a prototype for the usleep() function.  Otherwise, it is
  4733. up to the program to supply one.
  4734.  
  4735. =item C<d_ustat>
  4736.  
  4737. From F<d_ustat.U>:
  4738.  
  4739. This variable conditionally defines C<HAS_USTAT> if ustat() is
  4740. available to query file system statistics by dev_t.
  4741.  
  4742. =item C<d_vendorarch>
  4743.  
  4744. From F<vendorarch.U>:
  4745.  
  4746. This variable conditionally defined C<PERL_VENDORARCH>.
  4747.  
  4748. =item C<d_vendorbin>
  4749.  
  4750. From F<vendorbin.U>:
  4751.  
  4752. This variable conditionally defines C<PERL_VENDORBIN>.
  4753.  
  4754. =item C<d_vendorlib>
  4755.  
  4756. From F<vendorlib.U>:
  4757.  
  4758. This variable conditionally defines C<PERL_VENDORLIB>.
  4759.  
  4760. =item C<d_vfork>
  4761.  
  4762. From F<d_vfork.U>:
  4763.  
  4764. This variable conditionally defines the C<HAS_VFORK> symbol, which
  4765. indicates the vfork() routine is available.
  4766.  
  4767. =item C<d_void_closedir>
  4768.  
  4769. From F<d_closedir.U>:
  4770.  
  4771. This variable conditionally defines C<VOID_CLOSEDIR> if closedir()
  4772. does not return a value.
  4773.  
  4774. =item C<d_voidsig>
  4775.  
  4776. From F<d_voidsig.U>:
  4777.  
  4778. This variable conditionally defines C<VOIDSIG> if this system
  4779. declares "void (*signal(...))()" in F<signal.h>.  The old way was to
  4780. declare it as "int (*signal(...))()".
  4781.  
  4782. =item C<d_voidtty>
  4783.  
  4784. From F<i_sysioctl.U>:
  4785.  
  4786. This variable conditionally defines C<USE_IOCNOTTY> to indicate that the
  4787. ioctl() call with C<TIOCNOTTY> should be used to void tty association.
  4788. Otherwise (on C<USG> probably), it is enough to close the standard file
  4789. decriptors and do a setpgrp().
  4790.  
  4791. =item C<d_volatile>
  4792.  
  4793. From F<d_volatile.U>:
  4794.  
  4795. This variable conditionally defines the C<HASVOLATILE> symbol, which
  4796. indicates to the C program that this C compiler knows about the
  4797. volatile declaration.
  4798.  
  4799. =item C<d_vprintf>
  4800.  
  4801. From F<d_vprintf.U>:
  4802.  
  4803. This variable conditionally defines the C<HAS_VPRINTF> symbol, which
  4804. indicates to the C program that the vprintf() routine is available
  4805. to printf with a pointer to an argument list.
  4806.  
  4807. =item C<d_wait4>
  4808.  
  4809. From F<d_wait4.U>:
  4810.  
  4811. This variable conditionally defines the HAS_WAIT4 symbol, which
  4812. indicates the wait4() routine is available.
  4813.  
  4814. =item C<d_waitpid>
  4815.  
  4816. From F<d_waitpid.U>:
  4817.  
  4818. This variable conditionally defines C<HAS_WAITPID> if waitpid() is
  4819. available to wait for child process.
  4820.  
  4821. =item C<d_wcstombs>
  4822.  
  4823. From F<d_wcstombs.U>:
  4824.  
  4825. This variable conditionally defines the C<HAS_WCSTOMBS> symbol, which
  4826. indicates to the C program that the wcstombs() routine is available
  4827. to convert wide character strings to multibyte strings.
  4828.  
  4829. =item C<d_wctomb>
  4830.  
  4831. From F<d_wctomb.U>:
  4832.  
  4833. This variable conditionally defines the C<HAS_WCTOMB> symbol, which
  4834. indicates to the C program that the wctomb() routine is available
  4835. to convert a wide character to a multibyte.
  4836.  
  4837. =item C<d_writev>
  4838.  
  4839. From F<d_writev.U>:
  4840.  
  4841. This variable conditionally defines the C<HAS_WRITEV> symbol, which
  4842. indicates to the C program that the writev() routine is available.
  4843.  
  4844. =item C<d_xenix>
  4845.  
  4846. From F<Guess.U>:
  4847.  
  4848. This variable conditionally defines the symbol C<XENIX>, which alerts
  4849. the C program that it runs under Xenix.
  4850.  
  4851. =item C<date>
  4852.  
  4853. From F<Loc.U>:
  4854.  
  4855. This variable is used internally by Configure to determine the
  4856. full pathname (if any) of the date program.  After Configure runs,
  4857. the value is reset to a plain C<date> and is not useful.
  4858.  
  4859. =item C<db_hashtype>
  4860.  
  4861. From F<i_db.U>:
  4862.  
  4863. This variable contains the type of the hash structure element
  4864. in the <db.h> header file.  In older versions of C<DB>, it was
  4865. int, while in newer ones it is u_int32_t.
  4866.  
  4867. =item C<db_prefixtype>
  4868.  
  4869. From F<i_db.U>:
  4870.  
  4871. This variable contains the type of the prefix structure element
  4872. in the <db.h> header file.  In older versions of C<DB>, it was
  4873. int, while in newer ones it is size_t.
  4874.  
  4875. =item C<db_version_major>
  4876.  
  4877. From F<i_db.U>:
  4878.  
  4879. This variable contains the major version number of
  4880. Berkeley C<DB> found in the <db.h> header file.
  4881.  
  4882. =item C<db_version_minor>
  4883.  
  4884. From F<i_db.U>:
  4885.  
  4886. This variable contains the minor version number of
  4887. Berkeley C<DB> found in the <db.h> header file.
  4888. For C<DB> version 1 this is always 0.
  4889.  
  4890. =item C<db_version_patch>
  4891.  
  4892. From F<i_db.U>:
  4893.  
  4894. This variable contains the patch version number of
  4895. Berkeley C<DB> found in the <db.h> header file.
  4896. For C<DB> version 1 this is always 0.
  4897.  
  4898. =item C<defvoidused>
  4899.  
  4900. From F<voidflags.U>:
  4901.  
  4902. This variable contains the default value of the C<VOIDUSED> symbol (15).
  4903.  
  4904. =item C<direntrytype>
  4905.  
  4906. From F<i_dirent.U>:
  4907.  
  4908. This symbol is set to C<struct direct> or C<struct dirent> depending on
  4909. whether dirent is available or not. You should use this pseudo type to
  4910. portably declare your directory entries.
  4911.  
  4912. =item C<dlext>
  4913.  
  4914. From F<dlext.U>:
  4915.  
  4916. This variable contains the extension that is to be used for the
  4917. dynamically loaded modules that perl generaties.
  4918.  
  4919. =item C<dlsrc>
  4920.  
  4921. From F<dlsrc.U>:
  4922.  
  4923. This variable contains the name of the dynamic loading file that
  4924. will be used with the package.
  4925.  
  4926. =item C<doublesize>
  4927.  
  4928. From F<doublesize.U>:
  4929.  
  4930. This variable contains the value of the C<DOUBLESIZE> symbol, which
  4931. indicates to the C program how many bytes there are in a double.
  4932.  
  4933. =item C<drand01>
  4934.  
  4935. From F<randfunc.U>:
  4936.  
  4937. Indicates the macro to be used to generate normalized
  4938. random numbers.  Uses randfunc, often divided by
  4939. (double) (((unsigned long) 1 << randbits)) in order to
  4940. normalize the result.
  4941. In C programs, the macro C<Drand01> is mapped to drand01.
  4942.  
  4943. =item C<drand48_r_proto>
  4944.  
  4945. From F<d_drand48_r.U>:
  4946.  
  4947. This variable encodes the prototype of drand48_r.
  4948. It is zero if d_drand48_r is undef, and one of the
  4949. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_drand48_r
  4950. is defined.
  4951.  
  4952. =item C<dynamic_ext>
  4953.  
  4954. From F<Extensions.U>:
  4955.  
  4956. This variable holds a list of C<XS> extension files we want to
  4957. link dynamically into the package.  It is used by Makefile.
  4958.  
  4959. =back
  4960.  
  4961. =head2 e
  4962.  
  4963. =over 4
  4964.  
  4965. =item C<eagain>
  4966.  
  4967. From F<nblock_io.U>:
  4968.  
  4969. This variable bears the symbolic errno code set by read() when no
  4970. data is present on the file and non-blocking I/O was enabled (otherwise,
  4971. read() blocks naturally).
  4972.  
  4973. =item C<ebcdic>
  4974.  
  4975. From F<ebcdic.U>:
  4976.  
  4977. This variable conditionally defines C<EBCDIC> if this
  4978. system uses C<EBCDIC> encoding.  Among other things, this
  4979. means that the character ranges are not contiguous.
  4980. See F<trnl.U>
  4981.  
  4982. =item C<echo>
  4983.  
  4984. From F<Loc.U>:
  4985.  
  4986. This variable is used internally by Configure to determine the
  4987. full pathname (if any) of the echo program.  After Configure runs,
  4988. the value is reset to a plain C<echo> and is not useful.
  4989.  
  4990. =item C<egrep>
  4991.  
  4992. From F<Loc.U>:
  4993.  
  4994. This variable is used internally by Configure to determine the
  4995. full pathname (if any) of the egrep program.  After Configure runs,
  4996. the value is reset to a plain C<egrep> and is not useful.
  4997.  
  4998. =item C<emacs>
  4999.  
  5000. From F<Loc.U>:
  5001.  
  5002. This variable is defined but not used by Configure.
  5003. The value is a plain '' and is not useful.
  5004.  
  5005. =item C<endgrent_r_proto>
  5006.  
  5007. From F<d_endgrent_r.U>:
  5008.  
  5009. This variable encodes the prototype of endgrent_r.
  5010. It is zero if d_endgrent_r is undef, and one of the
  5011. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endgrent_r
  5012. is defined.
  5013.  
  5014. =item C<endhostent_r_proto>
  5015.  
  5016. From F<d_endhostent_r.U>:
  5017.  
  5018. This variable encodes the prototype of endhostent_r.
  5019. It is zero if d_endhostent_r is undef, and one of the
  5020. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endhostent_r
  5021. is defined.
  5022.  
  5023. =item C<endnetent_r_proto>
  5024.  
  5025. From F<d_endnetent_r.U>:
  5026.  
  5027. This variable encodes the prototype of endnetent_r.
  5028. It is zero if d_endnetent_r is undef, and one of the
  5029. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endnetent_r
  5030. is defined.
  5031.  
  5032. =item C<endprotoent_r_proto>
  5033.  
  5034. From F<d_endprotoent_r.U>:
  5035.  
  5036. This variable encodes the prototype of endprotoent_r.
  5037. It is zero if d_endprotoent_r is undef, and one of the
  5038. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endprotoent_r
  5039. is defined.
  5040.  
  5041. =item C<endpwent_r_proto>
  5042.  
  5043. From F<d_endpwent_r.U>:
  5044.  
  5045. This variable encodes the prototype of endpwent_r.
  5046. It is zero if d_endpwent_r is undef, and one of the
  5047. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endpwent_r
  5048. is defined.
  5049.  
  5050. =item C<endservent_r_proto>
  5051.  
  5052. From F<d_endservent_r.U>:
  5053.  
  5054. This variable encodes the prototype of endservent_r.
  5055. It is zero if d_endservent_r is undef, and one of the
  5056. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_endservent_r
  5057. is defined.
  5058.  
  5059. =item C<eunicefix>
  5060.  
  5061. From F<Init.U>:
  5062.  
  5063. When running under Eunice this variable contains a command which will
  5064. convert a shell script to the proper form of text file for it to be
  5065. executable by the shell.  On other systems it is a no-op.
  5066.  
  5067. =item C<exe_ext>
  5068.  
  5069. From F<Unix.U>:
  5070.  
  5071. This is an old synonym for _exe.
  5072.  
  5073. =item C<expr>
  5074.  
  5075. From F<Loc.U>:
  5076.  
  5077. This variable is used internally by Configure to determine the
  5078. full pathname (if any) of the expr program.  After Configure runs,
  5079. the value is reset to a plain C<expr> and is not useful.
  5080.  
  5081. =item C<extensions>
  5082.  
  5083. From F<Extensions.U>:
  5084.  
  5085. This variable holds a list of all extension files (both C<XS> and
  5086. non-xs linked into the package.  It is propagated to F<Config.pm>
  5087. and is typically used to test whether a particular extesion 
  5088. is available.
  5089.  
  5090. =item C<extras>
  5091.  
  5092. From F<Extras.U>:
  5093.  
  5094. This variable holds a list of extra modules to install.
  5095.  
  5096. =back
  5097.  
  5098. =head2 f
  5099.  
  5100. =over 4
  5101.  
  5102. =item C<fflushall>
  5103.  
  5104. From F<fflushall.U>:
  5105.  
  5106. This symbol, if defined, tells that to flush
  5107. all pending stdio output one must loop through all
  5108. the stdio file handles stored in an array and fflush them.
  5109. Note that if fflushNULL is defined, fflushall will not
  5110. even be probed for and will be left undefined.
  5111.  
  5112. =item C<fflushNULL>
  5113.  
  5114. From F<fflushall.U>:
  5115.  
  5116. This symbol, if defined, tells that fflush(C<NULL>) does flush
  5117. all pending stdio output.
  5118.  
  5119. =item C<find>
  5120.  
  5121. From F<Loc.U>:
  5122.  
  5123. This variable is defined but not used by Configure.
  5124. The value is a plain '' and is not useful.
  5125.  
  5126. =item C<firstmakefile>
  5127.  
  5128. From F<Unix.U>:
  5129.  
  5130. This variable defines the first file searched by make.  On unix,
  5131. it is makefile (then Makefile).  On case-insensitive systems,
  5132. it might be something else.  This is only used to deal with
  5133. convoluted make depend tricks.
  5134.  
  5135. =item C<flex>
  5136.  
  5137. From F<Loc.U>:
  5138.  
  5139. This variable is defined but not used by Configure.
  5140. The value is a plain '' and is not useful.
  5141.  
  5142. =item C<fpossize>
  5143.  
  5144. From F<fpossize.U>:
  5145.  
  5146. This variable contains the size of a fpostype in bytes.
  5147.  
  5148. =item C<fpostype>
  5149.  
  5150. From F<fpostype.U>:
  5151.  
  5152. This variable defines Fpos_t to be something like fpos_t, long, 
  5153. uint, or whatever type is used to declare file positions in libc.
  5154.  
  5155. =item C<freetype>
  5156.  
  5157. From F<mallocsrc.U>:
  5158.  
  5159. This variable contains the return type of free().  It is usually
  5160. void, but occasionally int.
  5161.  
  5162. =item C<from>
  5163.  
  5164. From F<Cross.U>:
  5165.  
  5166. This variable contains the command used by Configure
  5167. to copy files from the target host.  Useful and available
  5168. only during Perl build.
  5169. The string C<:> if not cross-compiling.
  5170.  
  5171. =item C<full_ar>
  5172.  
  5173. From F<Loc_ar.U>:
  5174.  
  5175. This variable contains the full pathname to C<ar>, whether or
  5176. not the user has specified C<portability>.  This is only used
  5177. in the F<Makefile.SH>.
  5178.  
  5179. =item C<full_csh>
  5180.  
  5181. From F<d_csh.U>:
  5182.  
  5183. This variable contains the full pathname to C<csh>, whether or
  5184. not the user has specified C<portability>.  This is only used
  5185. in the compiled C program, and we assume that all systems which
  5186. can share this executable will have the same full pathname to
  5187. F<csh.>
  5188.  
  5189. =item C<full_sed>
  5190.  
  5191. From F<Loc_sed.U>:
  5192.  
  5193. This variable contains the full pathname to C<sed>, whether or
  5194. not the user has specified C<portability>.  This is only used
  5195. in the compiled C program, and we assume that all systems which
  5196. can share this executable will have the same full pathname to
  5197. F<sed.>
  5198.  
  5199. =back
  5200.  
  5201. =head2 g
  5202.  
  5203. =over 4
  5204.  
  5205. =item C<gccosandvers>
  5206.  
  5207. From F<gccvers.U>:
  5208.  
  5209. If C<GNU> cc (gcc) is used, this variable the operating system and
  5210. version used to compile the gcc.  It is set to '' if not gcc,
  5211. or if nothing useful can be parsed as the os version.
  5212.  
  5213. =item C<gccversion>
  5214.  
  5215. From F<gccvers.U>:
  5216.  
  5217. If C<GNU> cc (gcc) is used, this variable holds C<1> or C<2> to 
  5218. indicate whether the compiler is version 1 or 2.  This is used in
  5219. setting some of the default cflags.  It is set to '' if not gcc.
  5220.  
  5221. =item C<getgrent_r_proto>
  5222.  
  5223. From F<d_getgrent_r.U>:
  5224.  
  5225. This variable encodes the prototype of getgrent_r.
  5226. It is zero if d_getgrent_r is undef, and one of the
  5227. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getgrent_r
  5228. is defined.
  5229.  
  5230. =item C<getgrgid_r_proto>
  5231.  
  5232. From F<d_getgrgid_r.U>:
  5233.  
  5234. This variable encodes the prototype of getgrgid_r.
  5235. It is zero if d_getgrgid_r is undef, and one of the
  5236. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getgrgid_r
  5237. is defined.
  5238.  
  5239. =item C<getgrnam_r_proto>
  5240.  
  5241. From F<d_getgrnam_r.U>:
  5242.  
  5243. This variable encodes the prototype of getgrnam_r.
  5244. It is zero if d_getgrnam_r is undef, and one of the
  5245. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getgrnam_r
  5246. is defined.
  5247.  
  5248. =item C<gethostbyaddr_r_proto>
  5249.  
  5250. From F<d_gethostbyaddr_r.U>:
  5251.  
  5252. This variable encodes the prototype of gethostbyaddr_r.
  5253. It is zero if d_gethostbyaddr_r is undef, and one of the
  5254. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_gethostbyaddr_r
  5255. is defined.
  5256.  
  5257. =item C<gethostbyname_r_proto>
  5258.  
  5259. From F<d_gethostbyname_r.U>:
  5260.  
  5261. This variable encodes the prototype of gethostbyname_r.
  5262. It is zero if d_gethostbyname_r is undef, and one of the
  5263. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_gethostbyname_r
  5264. is defined.
  5265.  
  5266. =item C<gethostent_r_proto>
  5267.  
  5268. From F<d_gethostent_r.U>:
  5269.  
  5270. This variable encodes the prototype of gethostent_r.
  5271. It is zero if d_gethostent_r is undef, and one of the
  5272. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_gethostent_r
  5273. is defined.
  5274.  
  5275. =item C<getlogin_r_proto>
  5276.  
  5277. From F<d_getlogin_r.U>:
  5278.  
  5279. This variable encodes the prototype of getlogin_r.
  5280. It is zero if d_getlogin_r is undef, and one of the
  5281. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getlogin_r
  5282. is defined.
  5283.  
  5284. =item C<getnetbyaddr_r_proto>
  5285.  
  5286. From F<d_getnetbyaddr_r.U>:
  5287.  
  5288. This variable encodes the prototype of getnetbyaddr_r.
  5289. It is zero if d_getnetbyaddr_r is undef, and one of the
  5290. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getnetbyaddr_r
  5291. is defined.
  5292.  
  5293. =item C<getnetbyname_r_proto>
  5294.  
  5295. From F<d_getnetbyname_r.U>:
  5296.  
  5297. This variable encodes the prototype of getnetbyname_r.
  5298. It is zero if d_getnetbyname_r is undef, and one of the
  5299. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getnetbyname_r
  5300. is defined.
  5301.  
  5302. =item C<getnetent_r_proto>
  5303.  
  5304. From F<d_getnetent_r.U>:
  5305.  
  5306. This variable encodes the prototype of getnetent_r.
  5307. It is zero if d_getnetent_r is undef, and one of the
  5308. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getnetent_r
  5309. is defined.
  5310.  
  5311. =item C<getprotobyname_r_proto>
  5312.  
  5313. From F<d_getprotobyname_r.U>:
  5314.  
  5315. This variable encodes the prototype of getprotobyname_r.
  5316. It is zero if d_getprotobyname_r is undef, and one of the
  5317. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotobyname_r
  5318. is defined.
  5319.  
  5320. =item C<getprotobynumber_r_proto>
  5321.  
  5322. From F<d_getprotobynumber_r.U>:
  5323.  
  5324. This variable encodes the prototype of getprotobynumber_r.
  5325. It is zero if d_getprotobynumber_r is undef, and one of the
  5326. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotobynumber_r
  5327. is defined.
  5328.  
  5329. =item C<getprotoent_r_proto>
  5330.  
  5331. From F<d_getprotoent_r.U>:
  5332.  
  5333. This variable encodes the prototype of getprotoent_r.
  5334. It is zero if d_getprotoent_r is undef, and one of the
  5335. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getprotoent_r
  5336. is defined.
  5337.  
  5338. =item C<getpwent_r_proto>
  5339.  
  5340. From F<d_getpwent_r.U>:
  5341.  
  5342. This variable encodes the prototype of getpwent_r.
  5343. It is zero if d_getpwent_r is undef, and one of the
  5344. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwent_r
  5345. is defined.
  5346.  
  5347. =item C<getpwnam_r_proto>
  5348.  
  5349. From F<d_getpwnam_r.U>:
  5350.  
  5351. This variable encodes the prototype of getpwnam_r.
  5352. It is zero if d_getpwnam_r is undef, and one of the
  5353. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwnam_r
  5354. is defined.
  5355.  
  5356. =item C<getpwuid_r_proto>
  5357.  
  5358. From F<d_getpwuid_r.U>:
  5359.  
  5360. This variable encodes the prototype of getpwuid_r.
  5361. It is zero if d_getpwuid_r is undef, and one of the
  5362. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getpwuid_r
  5363. is defined.
  5364.  
  5365. =item C<getservbyname_r_proto>
  5366.  
  5367. From F<d_getservbyname_r.U>:
  5368.  
  5369. This variable encodes the prototype of getservbyname_r.
  5370. It is zero if d_getservbyname_r is undef, and one of the
  5371. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservbyname_r
  5372. is defined.
  5373.  
  5374. =item C<getservbyport_r_proto>
  5375.  
  5376. From F<d_getservbyport_r.U>:
  5377.  
  5378. This variable encodes the prototype of getservbyport_r.
  5379. It is zero if d_getservbyport_r is undef, and one of the
  5380. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservbyport_r
  5381. is defined.
  5382.  
  5383. =item C<getservent_r_proto>
  5384.  
  5385. From F<d_getservent_r.U>:
  5386.  
  5387. This variable encodes the prototype of getservent_r.
  5388. It is zero if d_getservent_r is undef, and one of the
  5389. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getservent_r
  5390. is defined.
  5391.  
  5392. =item C<getspnam_r_proto>
  5393.  
  5394. From F<d_getspnam_r.U>:
  5395.  
  5396. This variable encodes the prototype of getspnam_r.
  5397. It is zero if d_getspnam_r is undef, and one of the
  5398. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_getspnam_r
  5399. is defined.
  5400.  
  5401. =item C<gidformat>
  5402.  
  5403. From F<gidf.U>:
  5404.  
  5405. This variable contains the format string used for printing a Gid_t.
  5406.  
  5407. =item C<gidsign>
  5408.  
  5409. From F<gidsign.U>:
  5410.  
  5411. This variable contains the signedness of a gidtype.
  5412. 1 for unsigned, -1 for signed.
  5413.  
  5414. =item C<gidsize>
  5415.  
  5416. From F<gidsize.U>:
  5417.  
  5418. This variable contains the size of a gidtype in bytes.
  5419.  
  5420. =item C<gidtype>
  5421.  
  5422. From F<gidtype.U>:
  5423.  
  5424. This variable defines Gid_t to be something like gid_t, int,
  5425. ushort, or whatever type is used to declare the return type
  5426. of getgid().  Typically, it is the type of group ids in the kernel.
  5427.  
  5428. =item C<glibpth>
  5429.  
  5430. From F<libpth.U>:
  5431.  
  5432. This variable holds the general path (space-separated) used to
  5433. find libraries.  It may contain directories that do not exist on
  5434. this platform, libpth is the cleaned-up version.
  5435.  
  5436. =item C<gmake>
  5437.  
  5438. From F<Loc.U>:
  5439.  
  5440. This variable is used internally by Configure to determine the
  5441. full pathname (if any) of the gmake program.  After Configure runs,
  5442. the value is reset to a plain C<gmake> and is not useful.
  5443.  
  5444. =item C<gmtime_r_proto>
  5445.  
  5446. From F<d_gmtime_r.U>:
  5447.  
  5448. This variable encodes the prototype of gmtime_r.
  5449. It is zero if d_gmtime_r is undef, and one of the
  5450. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_gmtime_r
  5451. is defined.
  5452.  
  5453. =item C<gnulibc_version>
  5454.  
  5455. From F<d_gnulibc.U>:
  5456.  
  5457. This variable contains the version number of the C<GNU> C library.
  5458. It is usually something like F<2.2.5>.  It is a plain '' if this
  5459. is not the C<GNU> C library, or if the version is unknown.
  5460.  
  5461. =item C<grep>
  5462.  
  5463. From F<Loc.U>:
  5464.  
  5465. This variable is used internally by Configure to determine the
  5466. full pathname (if any) of the grep program.  After Configure runs,
  5467. the value is reset to a plain C<grep> and is not useful.
  5468.  
  5469. =item C<groupcat>
  5470.  
  5471. From F<nis.U>:
  5472.  
  5473. This variable contains a command that produces the text of the
  5474. F</etc/group> file.  This is normally "cat F</etc/group>", but can be
  5475. "ypcat group" when C<NIS> is used.
  5476. On some systems, such as os390, there may be no equivalent
  5477. command, in which case this variable is unset.
  5478.  
  5479. =item C<groupstype>
  5480.  
  5481. From F<groupstype.U>:
  5482.  
  5483. This variable defines Groups_t to be something like gid_t, int, 
  5484. ushort, or whatever type is used for the second argument to
  5485. getgroups() and setgroups().  Usually, this is the same as
  5486. gidtype (gid_t), but sometimes it isn't.
  5487.  
  5488. =item C<gzip>
  5489.  
  5490. From F<Loc.U>:
  5491.  
  5492. This variable is used internally by Configure to determine the
  5493. full pathname (if any) of the gzip program.  After Configure runs,
  5494. the value is reset to a plain C<gzip> and is not useful.
  5495.  
  5496. =back
  5497.  
  5498. =head2 h
  5499.  
  5500. =over 4
  5501.  
  5502. =item C<h_fcntl>
  5503.  
  5504. From F<h_fcntl.U>:
  5505.  
  5506. This is variable gets set in various places to tell i_fcntl that
  5507. <fcntl.h> should be included.
  5508.  
  5509. =item C<h_sysfile>
  5510.  
  5511. From F<h_sysfile.U>:
  5512.  
  5513. This is variable gets set in various places to tell i_sys_file that
  5514. <sys/file.h> should be included.
  5515.  
  5516. =item C<hint>
  5517.  
  5518. From F<Oldconfig.U>:
  5519.  
  5520. Gives the type of hints used for previous answers. May be one of
  5521. C<default>, C<recommended> or C<previous>.
  5522.  
  5523. =item C<hostcat>
  5524.  
  5525. From F<nis.U>:
  5526.  
  5527. This variable contains a command that produces the text of the
  5528. F</etc/hosts> file.  This is normally "cat F</etc/hosts>", but can be
  5529. "ypcat hosts" when C<NIS> is used.
  5530. On some systems, such as os390, there may be no equivalent
  5531. command, in which case this variable is unset.
  5532.  
  5533. =back
  5534.  
  5535. =head2 i
  5536.  
  5537. =over 4
  5538.  
  5539. =item C<i16size>
  5540.  
  5541. From F<perlxv.U>:
  5542.  
  5543. This variable is the size of an I16 in bytes.
  5544.  
  5545. =item C<i16type>
  5546.  
  5547. From F<perlxv.U>:
  5548.  
  5549. This variable contains the C type used for Perl's I16.
  5550.  
  5551. =item C<i32size>
  5552.  
  5553. From F<perlxv.U>:
  5554.  
  5555. This variable is the size of an I32 in bytes.
  5556.  
  5557. =item C<i32type>
  5558.  
  5559. From F<perlxv.U>:
  5560.  
  5561. This variable contains the C type used for Perl's I32.
  5562.  
  5563. =item C<i64size>
  5564.  
  5565. From F<perlxv.U>:
  5566.  
  5567. This variable is the size of an I64 in bytes.
  5568.  
  5569. =item C<i64type>
  5570.  
  5571. From F<perlxv.U>:
  5572.  
  5573. This variable contains the C type used for Perl's I64.
  5574.  
  5575. =item C<i8size>
  5576.  
  5577. From F<perlxv.U>:
  5578.  
  5579. This variable is the size of an I8 in bytes.
  5580.  
  5581. =item C<i8type>
  5582.  
  5583. From F<perlxv.U>:
  5584.  
  5585. This variable contains the C type used for Perl's I8.
  5586.  
  5587. =item C<i_arpainet>
  5588.  
  5589. From F<i_arpainet.U>:
  5590.  
  5591. This variable conditionally defines the C<I_ARPA_INET> symbol,
  5592. and indicates whether a C program should include <arpa/inet.h>.
  5593.  
  5594. =item C<i_bsdioctl>
  5595.  
  5596. From F<i_sysioctl.U>:
  5597.  
  5598. This variable conditionally defines the C<I_SYS_BSDIOCTL> symbol, which
  5599. indicates to the C program that <sys/bsdioctl.h> exists and should
  5600. be included.
  5601.  
  5602. =item C<i_crypt>
  5603.  
  5604. From F<i_crypt.U>:
  5605.  
  5606. This variable conditionally defines the C<I_CRYPT> symbol, and indicates
  5607. whether a C program should include <crypt.h>.
  5608.  
  5609. =item C<i_db>
  5610.  
  5611. From F<i_db.U>:
  5612.  
  5613. This variable conditionally defines the C<I_DB> symbol, and indicates
  5614. whether a C program may include Berkeley's C<DB> include file <db.h>.
  5615.  
  5616. =item C<i_dbm>
  5617.  
  5618. From F<i_dbm.U>:
  5619.  
  5620. This variable conditionally defines the C<I_DBM> symbol, which
  5621. indicates to the C program that <dbm.h> exists and should
  5622. be included.
  5623.  
  5624. =item C<i_dirent>
  5625.  
  5626. From F<i_dirent.U>:
  5627.  
  5628. This variable conditionally defines C<I_DIRENT>, which indicates
  5629. to the C program that it should include <dirent.h>.
  5630.  
  5631. =item C<i_dld>
  5632.  
  5633. From F<i_dld.U>:
  5634.  
  5635. This variable conditionally defines the C<I_DLD> symbol, which
  5636. indicates to the C program that <dld.h> (C<GNU> dynamic loading)
  5637. exists and should be included.
  5638.  
  5639. =item C<i_dlfcn>
  5640.  
  5641. From F<i_dlfcn.U>:
  5642.  
  5643. This variable conditionally defines the C<I_DLFCN> symbol, which
  5644. indicates to the C program that <dlfcn.h> exists and should
  5645. be included.
  5646.  
  5647. =item C<i_fcntl>
  5648.  
  5649. From F<i_fcntl.U>:
  5650.  
  5651. This variable controls the value of C<I_FCNTL> (which tells
  5652. the C program to include <fcntl.h>).
  5653.  
  5654. =item C<i_float>
  5655.  
  5656. From F<i_float.U>:
  5657.  
  5658. This variable conditionally defines the C<I_FLOAT> symbol, and indicates
  5659. whether a C program may include <float.h> to get symbols like C<DBL_MAX>
  5660. or C<DBL_MIN>, F<i.e>. machine dependent floating point values.
  5661.  
  5662. =item C<i_fp>
  5663.  
  5664. From F<i_fp.U>:
  5665.  
  5666. This variable conditionally defines the C<I_FP> symbol, and indicates
  5667. whether a C program should include <fp.h>.
  5668.  
  5669. =item C<i_fp_class>
  5670.  
  5671. From F<i_fp_class.U>:
  5672.  
  5673. This variable conditionally defines the C<I_FP_CLASS> symbol, and indicates
  5674. whether a C program should include <fp_class.h>.
  5675.  
  5676. =item C<i_gdbm>
  5677.  
  5678. From F<i_gdbm.U>:
  5679.  
  5680. This variable conditionally defines the C<I_GDBM> symbol, which
  5681. indicates to the C program that <gdbm.h> exists and should
  5682. be included.
  5683.  
  5684. =item C<i_grp>
  5685.  
  5686. From F<i_grp.U>:
  5687.  
  5688. This variable conditionally defines the C<I_GRP> symbol, and indicates
  5689. whether a C program should include <grp.h>.
  5690.  
  5691. =item C<i_ieeefp>
  5692.  
  5693. From F<i_ieeefp.U>:
  5694.  
  5695. This variable conditionally defines the C<I_IEEEFP> symbol, and indicates
  5696. whether a C program should include <ieeefp.h>.
  5697.  
  5698. =item C<i_inttypes>
  5699.  
  5700. From F<i_inttypes.U>:
  5701.  
  5702. This variable conditionally defines the C<I_INTTYPES> symbol,
  5703. and indicates whether a C program should include <inttypes.h>.
  5704.  
  5705. =item C<i_langinfo>
  5706.  
  5707. From F<i_langinfo.U>:
  5708.  
  5709. This variable conditionally defines the C<I_LANGINFO> symbol,
  5710. and indicates whether a C program should include <langinfo.h>.
  5711.  
  5712. =item C<i_libutil>
  5713.  
  5714. From F<i_libutil.U>:
  5715.  
  5716. This variable conditionally defines the C<I_LIBUTIL> symbol, and indicates
  5717. whether a C program should include <libutil.h>.
  5718.  
  5719. =item C<i_limits>
  5720.  
  5721. From F<i_limits.U>:
  5722.  
  5723. This variable conditionally defines the C<I_LIMITS> symbol, and indicates
  5724. whether a C program may include <limits.h> to get symbols like C<WORD_BIT>
  5725. and friends.
  5726.  
  5727. =item C<i_locale>
  5728.  
  5729. From F<i_locale.U>:
  5730.  
  5731. This variable conditionally defines the C<I_LOCALE> symbol,
  5732. and indicates whether a C program should include <locale.h>.
  5733.  
  5734. =item C<i_machcthr>
  5735.  
  5736. From F<i_machcthr.U>:
  5737.  
  5738. This variable conditionally defines the C<I_MACH_CTHREADS> symbol,
  5739. and indicates whether a C program should include <mach/cthreads.h>.
  5740.  
  5741. =item C<i_malloc>
  5742.  
  5743. From F<i_malloc.U>:
  5744.  
  5745. This variable conditionally defines the C<I_MALLOC> symbol, and indicates
  5746. whether a C program should include <malloc.h>.
  5747.  
  5748. =item C<i_math>
  5749.  
  5750. From F<i_math.U>:
  5751.  
  5752. This variable conditionally defines the C<I_MATH> symbol, and indicates
  5753. whether a C program may include <math.h>.
  5754.  
  5755. =item C<i_memory>
  5756.  
  5757. From F<i_memory.U>:
  5758.  
  5759. This variable conditionally defines the C<I_MEMORY> symbol, and indicates
  5760. whether a C program should include <memory.h>.
  5761.  
  5762. =item C<i_mntent>
  5763.  
  5764. From F<i_mntent.U>:
  5765.  
  5766. This variable conditionally defines the C<I_MNTENT> symbol, and indicates
  5767. whether a C program should include <mntent.h>.
  5768.  
  5769. =item C<i_ndbm>
  5770.  
  5771. From F<i_ndbm.U>:
  5772.  
  5773. This variable conditionally defines the C<I_NDBM> symbol, which
  5774. indicates to the C program that <ndbm.h> exists and should
  5775. be included.
  5776.  
  5777. =item C<i_netdb>
  5778.  
  5779. From F<i_netdb.U>:
  5780.  
  5781. This variable conditionally defines the C<I_NETDB> symbol, and indicates
  5782. whether a C program should include <netdb.h>.
  5783.  
  5784. =item C<i_neterrno>
  5785.  
  5786. From F<i_neterrno.U>:
  5787.  
  5788. This variable conditionally defines the C<I_NET_ERRNO> symbol, which
  5789. indicates to the C program that <net/errno.h> exists and should
  5790. be included.
  5791.  
  5792. =item C<i_netinettcp>
  5793.  
  5794. From F<i_netinettcp.U>:
  5795.  
  5796. This variable conditionally defines the C<I_NETINET_TCP> symbol,
  5797. and indicates whether a C program should include <netinet/tcp.h>.
  5798.  
  5799. =item C<i_niin>
  5800.  
  5801. From F<i_niin.U>:
  5802.  
  5803. This variable conditionally defines C<I_NETINET_IN>, which indicates
  5804. to the C program that it should include <netinet/in.h>. Otherwise,
  5805. you may try <sys/in.h>.
  5806.  
  5807. =item C<i_poll>
  5808.  
  5809. From F<i_poll.U>:
  5810.  
  5811. This variable conditionally defines the C<I_POLL> symbol, and indicates
  5812. whether a C program should include <poll.h>.
  5813.  
  5814. =item C<i_prot>
  5815.  
  5816. From F<i_prot.U>:
  5817.  
  5818. This variable conditionally defines the C<I_PROT> symbol, and indicates
  5819. whether a C program should include <prot.h>.
  5820.  
  5821. =item C<i_pthread>
  5822.  
  5823. From F<i_pthread.U>:
  5824.  
  5825. This variable conditionally defines the C<I_PTHREAD> symbol,
  5826. and indicates whether a C program should include <pthread.h>.
  5827.  
  5828. =item C<i_pwd>
  5829.  
  5830. From F<i_pwd.U>:
  5831.  
  5832. This variable conditionally defines C<I_PWD>, which indicates
  5833. to the C program that it should include <pwd.h>.
  5834.  
  5835. =item C<i_rpcsvcdbm>
  5836.  
  5837. From F<i_dbm.U>:
  5838.  
  5839. This variable conditionally defines the C<I_RPCSVC_DBM> symbol, which
  5840. indicates to the C program that <rpcsvc/dbm.h> exists and should
  5841. be included.  Some System V systems might need this instead of <dbm.h>.
  5842.  
  5843. =item C<i_sfio>
  5844.  
  5845. From F<i_sfio.U>:
  5846.  
  5847. This variable conditionally defines the C<I_SFIO> symbol,
  5848. and indicates whether a C program should include <sfio.h>.
  5849.  
  5850. =item C<i_sgtty>
  5851.  
  5852. From F<i_termio.U>:
  5853.  
  5854. This variable conditionally defines the C<I_SGTTY> symbol, which
  5855. indicates to the C program that it should include <sgtty.h> rather
  5856. than <termio.h>.
  5857.  
  5858. =item C<i_shadow>
  5859.  
  5860. From F<i_shadow.U>:
  5861.  
  5862. This variable conditionally defines the C<I_SHADOW> symbol, and indicates
  5863. whether a C program should include <shadow.h>.
  5864.  
  5865. =item C<i_socks>
  5866.  
  5867. From F<i_socks.U>:
  5868.  
  5869. This variable conditionally defines the C<I_SOCKS> symbol, and indicates
  5870. whether a C program should include <socks.h>.
  5871.  
  5872. =item C<i_stdarg>
  5873.  
  5874. From F<i_varhdr.U>:
  5875.  
  5876. This variable conditionally defines the C<I_STDARG> symbol, which
  5877. indicates to the C program that <stdarg.h> exists and should
  5878. be included.
  5879.  
  5880. =item C<i_stddef>
  5881.  
  5882. From F<i_stddef.U>:
  5883.  
  5884. This variable conditionally defines the C<I_STDDEF> symbol, which
  5885. indicates to the C program that <stddef.h> exists and should
  5886. be included.
  5887.  
  5888. =item C<i_stdlib>
  5889.  
  5890. From F<i_stdlib.U>:
  5891.  
  5892. This variable conditionally defines the C<I_STDLIB> symbol, which
  5893. indicates to the C program that <stdlib.h> exists and should
  5894. be included.
  5895.  
  5896. =item C<i_string>
  5897.  
  5898. From F<i_string.U>:
  5899.  
  5900. This variable conditionally defines the C<I_STRING> symbol, which
  5901. indicates that <string.h> should be included rather than <strings.h>.
  5902.  
  5903. =item C<i_sunmath>
  5904.  
  5905. From F<i_sunmath.U>:
  5906.  
  5907. This variable conditionally defines the C<I_SUNMATH> symbol, and indicates
  5908. whether a C program should include <sunmath.h>.
  5909.  
  5910. =item C<i_sysaccess>
  5911.  
  5912. From F<i_sysaccess.U>:
  5913.  
  5914. This variable conditionally defines the C<I_SYS_ACCESS> symbol,
  5915. and indicates whether a C program should include <sys/access.h>.
  5916.  
  5917. =item C<i_sysdir>
  5918.  
  5919. From F<i_sysdir.U>:
  5920.  
  5921. This variable conditionally defines the C<I_SYS_DIR> symbol, and indicates
  5922. whether a C program should include <sys/dir.h>.
  5923.  
  5924. =item C<i_sysfile>
  5925.  
  5926. From F<i_sysfile.U>:
  5927.  
  5928. This variable conditionally defines the C<I_SYS_FILE> symbol, and indicates
  5929. whether a C program should include <sys/file.h> to get C<R_OK> and friends.
  5930.  
  5931. =item C<i_sysfilio>
  5932.  
  5933. From F<i_sysioctl.U>:
  5934.  
  5935. This variable conditionally defines the C<I_SYS_FILIO> symbol, which
  5936. indicates to the C program that <sys/filio.h> exists and should
  5937. be included in preference to <sys/ioctl.h>.
  5938.  
  5939. =item C<i_sysin>
  5940.  
  5941. From F<i_niin.U>:
  5942.  
  5943. This variable conditionally defines C<I_SYS_IN>, which indicates
  5944. to the C program that it should include <sys/in.h> instead of
  5945. <netinet/in.h>.
  5946.  
  5947. =item C<i_sysioctl>
  5948.  
  5949. From F<i_sysioctl.U>:
  5950.  
  5951. This variable conditionally defines the C<I_SYS_IOCTL> symbol, which
  5952. indicates to the C program that <sys/ioctl.h> exists and should
  5953. be included.
  5954.  
  5955. =item C<i_syslog>
  5956.  
  5957. From F<i_syslog.U>:
  5958.  
  5959. This variable conditionally defines the C<I_SYSLOG> symbol,
  5960. and indicates whether a C program should include <syslog.h>.
  5961.  
  5962. =item C<i_sysmman>
  5963.  
  5964. From F<i_sysmman.U>:
  5965.  
  5966. This variable conditionally defines the C<I_SYS_MMAN> symbol, and
  5967. indicates whether a C program should include <sys/mman.h>.
  5968.  
  5969. =item C<i_sysmode>
  5970.  
  5971. From F<i_sysmode.U>:
  5972.  
  5973. This variable conditionally defines the C<I_SYSMODE> symbol,
  5974. and indicates whether a C program should include <sys/mode.h>.
  5975.  
  5976. =item C<i_sysmount>
  5977.  
  5978. From F<i_sysmount.U>:
  5979.  
  5980. This variable conditionally defines the C<I_SYSMOUNT> symbol,
  5981. and indicates whether a C program should include <sys/mount.h>.
  5982.  
  5983. =item C<i_sysndir>
  5984.  
  5985. From F<i_sysndir.U>:
  5986.  
  5987. This variable conditionally defines the C<I_SYS_NDIR> symbol, and indicates
  5988. whether a C program should include <sys/ndir.h>.
  5989.  
  5990. =item C<i_sysparam>
  5991.  
  5992. From F<i_sysparam.U>:
  5993.  
  5994. This variable conditionally defines the C<I_SYS_PARAM> symbol, and indicates
  5995. whether a C program should include <sys/param.h>.
  5996.  
  5997. =item C<i_sysresrc>
  5998.  
  5999. From F<i_sysresrc.U>:
  6000.  
  6001. This variable conditionally defines the C<I_SYS_RESOURCE> symbol,
  6002. and indicates whether a C program should include <sys/resource.h>.
  6003.  
  6004. =item C<i_syssecrt>
  6005.  
  6006. From F<i_syssecrt.U>:
  6007.  
  6008. This variable conditionally defines the C<I_SYS_SECURITY> symbol,
  6009. and indicates whether a C program should include <sys/security.h>.
  6010.  
  6011. =item C<i_sysselct>
  6012.  
  6013. From F<i_sysselct.U>:
  6014.  
  6015. This variable conditionally defines C<I_SYS_SELECT>, which indicates
  6016. to the C program that it should include <sys/select.h> in order to
  6017. get the definition of struct timeval.
  6018.  
  6019. =item C<i_syssockio>
  6020.  
  6021. From F<i_sysioctl.U>:
  6022.  
  6023. This variable conditionally defines C<I_SYS_SOCKIO> to indicate to the
  6024. C program that socket ioctl codes may be found in <sys/sockio.h>
  6025. instead of <sys/ioctl.h>.
  6026.  
  6027. =item C<i_sysstat>
  6028.  
  6029. From F<i_sysstat.U>:
  6030.  
  6031. This variable conditionally defines the C<I_SYS_STAT> symbol,
  6032. and indicates whether a C program should include <sys/stat.h>.
  6033.  
  6034. =item C<i_sysstatfs>
  6035.  
  6036. From F<i_sysstatfs.U>:
  6037.  
  6038. This variable conditionally defines the C<I_SYSSTATFS> symbol,
  6039. and indicates whether a C program should include <sys/statfs.h>.
  6040.  
  6041. =item C<i_sysstatvfs>
  6042.  
  6043. From F<i_sysstatvfs.U>:
  6044.  
  6045. This variable conditionally defines the C<I_SYSSTATVFS> symbol,
  6046. and indicates whether a C program should include <sys/statvfs.h>.
  6047.  
  6048. =item C<i_systime>
  6049.  
  6050. From F<i_time.U>:
  6051.  
  6052. This variable conditionally defines C<I_SYS_TIME>, which indicates
  6053. to the C program that it should include <sys/time.h>.
  6054.  
  6055. =item C<i_systimek>
  6056.  
  6057. From F<i_time.U>:
  6058.  
  6059. This variable conditionally defines C<I_SYS_TIME_KERNEL>, which
  6060. indicates to the C program that it should include <sys/time.h>
  6061. with C<KERNEL> defined.
  6062.  
  6063. =item C<i_systimes>
  6064.  
  6065. From F<i_systimes.U>:
  6066.  
  6067. This variable conditionally defines the C<I_SYS_TIMES> symbol, and indicates
  6068. whether a C program should include <sys/times.h>.
  6069.  
  6070. =item C<i_systypes>
  6071.  
  6072. From F<i_systypes.U>:
  6073.  
  6074. This variable conditionally defines the C<I_SYS_TYPES> symbol,
  6075. and indicates whether a C program should include <sys/types.h>.
  6076.  
  6077. =item C<i_sysuio>
  6078.  
  6079. From F<i_sysuio.U>:
  6080.  
  6081. This variable conditionally defines the C<I_SYSUIO> symbol, and indicates
  6082. whether a C program should include <sys/uio.h>.
  6083.  
  6084. =item C<i_sysun>
  6085.  
  6086. From F<i_sysun.U>:
  6087.  
  6088. This variable conditionally defines C<I_SYS_UN>, which indicates
  6089. to the C program that it should include <sys/un.h> to get C<UNIX>
  6090. domain socket definitions.
  6091.  
  6092. =item C<i_sysutsname>
  6093.  
  6094. From F<i_sysutsname.U>:
  6095.  
  6096. This variable conditionally defines the C<I_SYSUTSNAME> symbol,
  6097. and indicates whether a C program should include <sys/utsname.h>.
  6098.  
  6099. =item C<i_sysvfs>
  6100.  
  6101. From F<i_sysvfs.U>:
  6102.  
  6103. This variable conditionally defines the C<I_SYSVFS> symbol,
  6104. and indicates whether a C program should include <sys/vfs.h>.
  6105.  
  6106. =item C<i_syswait>
  6107.  
  6108. From F<i_syswait.U>:
  6109.  
  6110. This variable conditionally defines C<I_SYS_WAIT>, which indicates
  6111. to the C program that it should include <sys/wait.h>.
  6112.  
  6113. =item C<i_termio>
  6114.  
  6115. From F<i_termio.U>:
  6116.  
  6117. This variable conditionally defines the C<I_TERMIO> symbol, which
  6118. indicates to the C program that it should include <termio.h> rather
  6119. than <sgtty.h>.
  6120.  
  6121. =item C<i_termios>
  6122.  
  6123. From F<i_termio.U>:
  6124.  
  6125. This variable conditionally defines the C<I_TERMIOS> symbol, which
  6126. indicates to the C program that the C<POSIX> <termios.h> file is
  6127. to be included.
  6128.  
  6129. =item C<i_time>
  6130.  
  6131. From F<i_time.U>:
  6132.  
  6133. This variable conditionally defines C<I_TIME>, which indicates
  6134. to the C program that it should include <time.h>.
  6135.  
  6136. =item C<i_unistd>
  6137.  
  6138. From F<i_unistd.U>:
  6139.  
  6140. This variable conditionally defines the C<I_UNISTD> symbol, and indicates
  6141. whether a C program should include <unistd.h>.
  6142.  
  6143. =item C<i_ustat>
  6144.  
  6145. From F<i_ustat.U>:
  6146.  
  6147. This variable conditionally defines the C<I_USTAT> symbol, and indicates
  6148. whether a C program should include <ustat.h>.
  6149.  
  6150. =item C<i_utime>
  6151.  
  6152. From F<i_utime.U>:
  6153.  
  6154. This variable conditionally defines the C<I_UTIME> symbol, and indicates
  6155. whether a C program should include <utime.h>.
  6156.  
  6157. =item C<i_values>
  6158.  
  6159. From F<i_values.U>:
  6160.  
  6161. This variable conditionally defines the C<I_VALUES> symbol, and indicates
  6162. whether a C program may include <values.h> to get symbols like C<MAXLONG>
  6163. and friends.
  6164.  
  6165. =item C<i_varargs>
  6166.  
  6167. From F<i_varhdr.U>:
  6168.  
  6169. This variable conditionally defines C<I_VARARGS>, which indicates
  6170. to the C program that it should include <varargs.h>.
  6171.  
  6172. =item C<i_varhdr>
  6173.  
  6174. From F<i_varhdr.U>:
  6175.  
  6176. Contains the name of the header to be included to get va_dcl definition.
  6177. Typically one of F<varargs.h> or F<stdarg.h>.
  6178.  
  6179. =item C<i_vfork>
  6180.  
  6181. From F<i_vfork.U>:
  6182.  
  6183. This variable conditionally defines the C<I_VFORK> symbol, and indicates
  6184. whether a C program should include F<vfork.h>.
  6185.  
  6186. =item C<ignore_versioned_solibs>
  6187.  
  6188. From F<libs.U>:
  6189.  
  6190. This variable should be non-empty if non-versioned shared
  6191. libraries (F<libfoo.so.x.y>) are to be ignored (because they
  6192. cannot be linked against).
  6193.  
  6194. =item C<inc_version_list>
  6195.  
  6196. From F<inc_version_list.U>:
  6197.  
  6198. This variable specifies the list of subdirectories in over
  6199. which F<perl.c>:incpush() and F<lib/lib.pm> will automatically
  6200. search when adding directories to @C<INC>.  The elements in
  6201. the list are separated by spaces.  This is only useful
  6202. if you have a perl library directory tree structured like the
  6203. default one.  See C<INSTALL> for how this works.  The versioned
  6204. site_perl directory was introduced in 5.005, so that is the
  6205. lowest possible value.
  6206.  
  6207. =item C<inc_version_list_init>
  6208.  
  6209. From F<inc_version_list.U>:
  6210.  
  6211. This variable holds the same list as inc_version_list, but
  6212. each item is enclosed in double quotes and separated by commas, 
  6213. suitable for use in the C<PERL_INC_VERSION_LIST> initialization.
  6214.  
  6215. =item C<incpath>
  6216.  
  6217. From F<usrinc.U>:
  6218.  
  6219. This variable must preceed the normal include path to get hte
  6220. right one, as in F<$F<incpath/usr/include>> or F<$F<incpath/usr/lib>>.
  6221. Value can be "" or F</bsd43> on mips.
  6222.  
  6223. =item C<inews>
  6224.  
  6225. From F<Loc.U>:
  6226.  
  6227. This variable is defined but not used by Configure.
  6228. The value is a plain '' and is not useful.
  6229.  
  6230. =item C<installarchlib>
  6231.  
  6232. From F<archlib.U>:
  6233.  
  6234. This variable is really the same as archlibexp but may differ on
  6235. those systems using C<AFS>. For extra portability, only this variable
  6236. should be used in makefiles.
  6237.  
  6238. =item C<installbin>
  6239.  
  6240. From F<bin.U>:
  6241.  
  6242. This variable is the same as binexp unless C<AFS> is running in which case
  6243. the user is explicitely prompted for it. This variable should always
  6244. be used in your makefiles for maximum portability.
  6245.  
  6246. =item C<installman1dir>
  6247.  
  6248. From F<man1dir.U>:
  6249.  
  6250. This variable is really the same as man1direxp, unless you are using
  6251. C<AFS> in which case it points to the read/write location whereas
  6252. man1direxp only points to the read-only access location. For extra
  6253. portability, you should only use this variable within your makefiles.
  6254.  
  6255. =item C<installman3dir>
  6256.  
  6257. From F<man3dir.U>:
  6258.  
  6259. This variable is really the same as man3direxp, unless you are using
  6260. C<AFS> in which case it points to the read/write location whereas
  6261. man3direxp only points to the read-only access location. For extra
  6262. portability, you should only use this variable within your makefiles.
  6263.  
  6264. =item C<installprefix>
  6265.  
  6266. From F<installprefix.U>:
  6267.  
  6268. This variable holds the name of the directory below which 
  6269. "make install" will install the package.  For most users, this
  6270. is the same as prefix.  However, it is useful for
  6271. installing the software into a different (usually temporary)
  6272. location after which it can be bundled up and moved somehow
  6273. to the final location specified by prefix.
  6274.  
  6275. =item C<installprefixexp>
  6276.  
  6277. From F<installprefix.U>:
  6278.  
  6279. This variable holds the full absolute path of installprefix
  6280. with all F<~>-expansion done.
  6281.  
  6282. =item C<installprivlib>
  6283.  
  6284. From F<privlib.U>:
  6285.  
  6286. This variable is really the same as privlibexp but may differ on
  6287. those systems using C<AFS>. For extra portability, only this variable
  6288. should be used in makefiles.
  6289.  
  6290. =item C<installscript>
  6291.  
  6292. From F<scriptdir.U>:
  6293.  
  6294. This variable is usually the same as scriptdirexp, unless you are on
  6295. a system running C<AFS>, in which case they may differ slightly. You
  6296. should always use this variable within your makefiles for portability.
  6297.  
  6298. =item C<installsitearch>
  6299.  
  6300. From F<sitearch.U>:
  6301.  
  6302. This variable is really the same as sitearchexp but may differ on
  6303. those systems using C<AFS>. For extra portability, only this variable
  6304. should be used in makefiles.
  6305.  
  6306. =item C<installsitebin>
  6307.  
  6308. From F<sitebin.U>:
  6309.  
  6310. This variable is usually the same as sitebinexp, unless you are on
  6311. a system running C<AFS>, in which case they may differ slightly. You
  6312. should always use this variable within your makefiles for portability.
  6313.  
  6314. =item C<installsitelib>
  6315.  
  6316. From F<sitelib.U>:
  6317.  
  6318. This variable is really the same as sitelibexp but may differ on
  6319. those systems using C<AFS>. For extra portability, only this variable
  6320. should be used in makefiles.
  6321.  
  6322. =item C<installstyle>
  6323.  
  6324. From F<installstyle.U>:
  6325.  
  6326. This variable describes the C<style> of the perl installation.
  6327. This is intended to be useful for tools that need to
  6328. manipulate entire perl distributions.  Perl itself doesn't use
  6329. this to find its libraries -- the library directories are
  6330. stored directly in F<Config.pm>.  Currently, there are only two
  6331. styles:  C<lib> and F<lib/perl5>.  The default library locations
  6332. (e.g. privlib, sitelib) are either F<$prefix/lib> or
  6333. F<$prefix/lib/perl5>.  The former is useful if $prefix is a
  6334. directory dedicated to perl (e.g. F</opt/perl>), while the latter
  6335. is useful if $prefix is shared by many packages, e.g. if
  6336. $prefix=F</usr/local>.
  6337.  
  6338. This may later be extended to include other information, so
  6339. be careful with pattern-matching on the results.
  6340.  
  6341. For compatibility with F<perl5.005> and earlier, the default
  6342. setting is based on whether or not $prefix contains the string
  6343. C<perl>.
  6344.  
  6345. =item C<installusrbinperl>
  6346.  
  6347. From F<instubperl.U>:
  6348.  
  6349. This variable tells whether Perl should be installed also as
  6350. F</usr/bin/perl> in addition to
  6351. F<$installbin/perl>
  6352.  
  6353. =item C<installvendorarch>
  6354.  
  6355. From F<vendorarch.U>:
  6356.  
  6357. This variable is really the same as vendorarchexp but may differ on
  6358. those systems using C<AFS>. For extra portability, only this variable
  6359. should be used in makefiles.
  6360.  
  6361. =item C<installvendorbin>
  6362.  
  6363. From F<vendorbin.U>:
  6364.  
  6365. This variable is really the same as vendorbinexp but may differ on
  6366. those systems using C<AFS>. For extra portability, only this variable
  6367. should be used in makefiles.
  6368.  
  6369. =item C<installvendorlib>
  6370.  
  6371. From F<vendorlib.U>:
  6372.  
  6373. This variable is really the same as vendorlibexp but may differ on
  6374. those systems using C<AFS>. For extra portability, only this variable
  6375. should be used in makefiles.
  6376.  
  6377. =item C<intsize>
  6378.  
  6379. From F<intsize.U>:
  6380.  
  6381. This variable contains the value of the C<INTSIZE> symbol, which
  6382. indicates to the C program how many bytes there are in an int.
  6383.  
  6384. =item C<issymlink>
  6385.  
  6386. From F<issymlink.U>:
  6387.  
  6388. This variable holds the test command to test for a symbolic link
  6389. (if they are supported).  Typical values include C<test -h> and
  6390. C<test -L>.
  6391.  
  6392. =item C<ivdformat>
  6393.  
  6394. From F<perlxvf.U>:
  6395.  
  6396. This variable contains the format string used for printing
  6397. a Perl C<IV> as a signed decimal integer. 
  6398.  
  6399. =item C<ivsize>
  6400.  
  6401. From F<perlxv.U>:
  6402.  
  6403. This variable is the size of an C<IV> in bytes.
  6404.  
  6405. =item C<ivtype>
  6406.  
  6407. From F<perlxv.U>:
  6408.  
  6409. This variable contains the C type used for Perl's C<IV>.
  6410.  
  6411. =back
  6412.  
  6413. =head2 k
  6414.  
  6415. =over 4
  6416.  
  6417. =item C<known_extensions>
  6418.  
  6419. From F<Extensions.U>:
  6420.  
  6421. This variable holds a list of all C<XS> extensions included in 
  6422. the package.
  6423.  
  6424. =item C<ksh>
  6425.  
  6426. From F<Loc.U>:
  6427.  
  6428. This variable is defined but not used by Configure.
  6429. The value is a plain '' and is not useful.
  6430.  
  6431. =back
  6432.  
  6433. =head2 l
  6434.  
  6435. =over 4
  6436.  
  6437. =item C<ld>
  6438.  
  6439. From F<dlsrc.U>:
  6440.  
  6441. This variable indicates the program to be used to link
  6442. libraries for dynamic loading.  On some systems, it is C<ld>.
  6443. On C<ELF> systems, it should be $cc.  Mostly, we'll try to respect
  6444. the hint file setting.
  6445.  
  6446. =item C<lddlflags>
  6447.  
  6448. From F<dlsrc.U>:
  6449.  
  6450. This variable contains any special flags that might need to be
  6451. passed to $ld to create a shared library suitable for dynamic
  6452. loading.  It is up to the makefile to use it.  For hpux, it
  6453. should be C<-b>.  For sunos 4.1, it is empty.
  6454.  
  6455. =item C<ldflags>
  6456.  
  6457. From F<ccflags.U>:
  6458.  
  6459. This variable contains any additional C loader flags desired by
  6460. the user.  It is up to the Makefile to use this.
  6461.  
  6462. =item C<ldflags_uselargefiles>
  6463.  
  6464. From F<uselfs.U>:
  6465.  
  6466. This variable contains the loader flags needed by large file builds
  6467. and added to ldflags by hints files.
  6468.  
  6469. =item C<ldlibpthname>
  6470.  
  6471. From F<libperl.U>:
  6472.  
  6473. This variable holds the name of the shared library
  6474. search path, often C<LD_LIBRARY_PATH>.  To get an empty
  6475. string, the hints file must set this to C<none>.
  6476.  
  6477. =item C<less>
  6478.  
  6479. From F<Loc.U>:
  6480.  
  6481. This variable is used internally by Configure to determine the
  6482. full pathname (if any) of the less program.  After Configure runs,
  6483. the value is reset to a plain C<less> and is not useful.
  6484.  
  6485. =item C<lib_ext>
  6486.  
  6487. From F<Unix.U>:
  6488.  
  6489. This is an old synonym for _a.
  6490.  
  6491. =item C<libc>
  6492.  
  6493. From F<libc.U>:
  6494.  
  6495. This variable contains the location of the C library.
  6496.  
  6497. =item C<libperl>
  6498.  
  6499. From F<libperl.U>:
  6500.  
  6501. The perl executable is obtained by linking F<perlmain.c> with
  6502. libperl, any static extensions (usually just DynaLoader),
  6503. and any other libraries needed on this system.  libperl
  6504. is usually F<libperl.a>, but can also be F<libperl.so.xxx> if
  6505. the user wishes to build a perl executable with a shared
  6506. library.
  6507.  
  6508. =item C<libpth>
  6509.  
  6510. From F<libpth.U>:
  6511.  
  6512. This variable holds the general path (space-separated) used to find
  6513. libraries. It is intended to be used by other units.
  6514.  
  6515. =item C<libs>
  6516.  
  6517. From F<libs.U>:
  6518.  
  6519. This variable holds the additional libraries we want to use.
  6520. It is up to the Makefile to deal with it.  The list can be empty.
  6521.  
  6522. =item C<libsdirs>
  6523.  
  6524. From F<libs.U>:
  6525.  
  6526. This variable holds the directory names aka dirnames of the libraries
  6527. we found and accepted, duplicates are removed.
  6528.  
  6529. =item C<libsfiles>
  6530.  
  6531. From F<libs.U>:
  6532.  
  6533. This variable holds the filenames aka basenames of the libraries
  6534. we found and accepted.
  6535.  
  6536. =item C<libsfound>
  6537.  
  6538. From F<libs.U>:
  6539.  
  6540. This variable holds the full pathnames of the libraries
  6541. we found and accepted.
  6542.  
  6543. =item C<libspath>
  6544.  
  6545. From F<libs.U>:
  6546.  
  6547. This variable holds the directory names probed for libraries.
  6548.  
  6549. =item C<libswanted>
  6550.  
  6551. From F<Myinit.U>:
  6552.  
  6553. This variable holds a list of all the libraries we want to
  6554. search.  The order is chosen to pick up the c library
  6555. ahead of ucb or bsd libraries for SVR4.
  6556.  
  6557. =item C<libswanted_uselargefiles>
  6558.  
  6559. From F<uselfs.U>:
  6560.  
  6561. This variable contains the libraries needed by large file builds
  6562. and added to ldflags by hints files.  It is a space separated list
  6563. of the library names without the C<lib> prefix or any suffix, just
  6564. like F<libswanted.>.
  6565.  
  6566. =item C<line>
  6567.  
  6568. From F<Loc.U>:
  6569.  
  6570. This variable is defined but not used by Configure.
  6571. The value is a plain '' and is not useful.
  6572.  
  6573. =item C<lint>
  6574.  
  6575. From F<Loc.U>:
  6576.  
  6577. This variable is defined but not used by Configure.
  6578. The value is a plain '' and is not useful.
  6579.  
  6580. =item C<lkflags>
  6581.  
  6582. From F<ccflags.U>:
  6583.  
  6584. This variable contains any additional C partial linker flags desired by
  6585. the user.  It is up to the Makefile to use this.
  6586.  
  6587. =item C<ln>
  6588.  
  6589. From F<Loc.U>:
  6590.  
  6591. This variable is used internally by Configure to determine the
  6592. full pathname (if any) of the ln program.  After Configure runs,
  6593. the value is reset to a plain C<ln> and is not useful.
  6594.  
  6595. =item C<lns>
  6596.  
  6597. From F<lns.U>:
  6598.  
  6599. This variable holds the name of the command to make 
  6600. symbolic links (if they are supported).  It can be used
  6601. in the Makefile. It is either C<ln -s> or C<ln>
  6602.  
  6603. =item C<localtime_r_proto>
  6604.  
  6605. From F<d_localtime_r.U>:
  6606.  
  6607. This variable encodes the prototype of localtime_r.
  6608. It is zero if d_localtime_r is undef, and one of the
  6609. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_localtime_r
  6610. is defined.
  6611.  
  6612. =item C<locincpth>
  6613.  
  6614. From F<ccflags.U>:
  6615.  
  6616. This variable contains a list of additional directories to be
  6617. searched by the compiler.  The appropriate C<-I> directives will
  6618. be added to ccflags.  This is intended to simplify setting
  6619. local directories from the Configure command line.
  6620. It's not much, but it parallels the loclibpth stuff in F<libpth.U>.
  6621.  
  6622. =item C<loclibpth>
  6623.  
  6624. From F<libpth.U>:
  6625.  
  6626. This variable holds the paths (space-separated) used to find local
  6627. libraries.  It is prepended to libpth, and is intended to be easily
  6628. set from the command line.
  6629.  
  6630. =item C<longdblsize>
  6631.  
  6632. From F<d_longdbl.U>:
  6633.  
  6634. This variable contains the value of the C<LONG_DOUBLESIZE> symbol, which
  6635. indicates to the C program how many bytes there are in a long double,
  6636. if this system supports long doubles.
  6637.  
  6638. =item C<longlongsize>
  6639.  
  6640. From F<d_longlong.U>:
  6641.  
  6642. This variable contains the value of the C<LONGLONGSIZE> symbol, which
  6643. indicates to the C program how many bytes there are in a long long,
  6644. if this system supports long long.
  6645.  
  6646. =item C<longsize>
  6647.  
  6648. From F<intsize.U>:
  6649.  
  6650. This variable contains the value of the C<LONGSIZE> symbol, which
  6651. indicates to the C program how many bytes there are in a long.
  6652.  
  6653. =item C<lp>
  6654.  
  6655. From F<Loc.U>:
  6656.  
  6657. This variable is defined but not used by Configure.
  6658. The value is a plain '' and is not useful.
  6659.  
  6660. =item C<lpr>
  6661.  
  6662. From F<Loc.U>:
  6663.  
  6664. This variable is defined but not used by Configure.
  6665. The value is a plain '' and is not useful.
  6666.  
  6667. =item C<ls>
  6668.  
  6669. From F<Loc.U>:
  6670.  
  6671. This variable is used internally by Configure to determine the
  6672. full pathname (if any) of the ls program.  After Configure runs,
  6673. the value is reset to a plain C<ls> and is not useful.
  6674.  
  6675. =item C<lseeksize>
  6676.  
  6677. From F<lseektype.U>:
  6678.  
  6679. This variable defines lseektype to be something like off_t, long, 
  6680. or whatever type is used to declare lseek offset's type in the
  6681. kernel (which also appears to be lseek's return type).
  6682.  
  6683. =item C<lseektype>
  6684.  
  6685. From F<lseektype.U>:
  6686.  
  6687. This variable defines lseektype to be something like off_t, long, 
  6688. or whatever type is used to declare lseek offset's type in the
  6689. kernel (which also appears to be lseek's return type).
  6690.  
  6691. =back
  6692.  
  6693. =head2 m
  6694.  
  6695. =over 4
  6696.  
  6697. =item C<mail>
  6698.  
  6699. From F<Loc.U>:
  6700.  
  6701. This variable is defined but not used by Configure.
  6702. The value is a plain '' and is not useful.
  6703.  
  6704. =item C<mailx>
  6705.  
  6706. From F<Loc.U>:
  6707.  
  6708. This variable is defined but not used by Configure.
  6709. The value is a plain '' and is not useful.
  6710.  
  6711. =item C<make>
  6712.  
  6713. From F<Loc.U>:
  6714.  
  6715. This variable is used internally by Configure to determine the
  6716. full pathname (if any) of the make program.  After Configure runs,
  6717. the value is reset to a plain C<make> and is not useful.
  6718.  
  6719. =item C<make_set_make>
  6720.  
  6721. From F<make.U>:
  6722.  
  6723. Some versions of C<make> set the variable C<MAKE>.  Others do not.
  6724. This variable contains the string to be included in F<Makefile.SH>
  6725. so that C<MAKE> is set if needed, and not if not needed.
  6726. Possible values are:
  6727. make_set_make=C<#>        # If your make program handles this for you,
  6728. make_set_make=C<MAKE=$make>    # if it doesn't.
  6729. I used a comment character so that we can distinguish a
  6730. C<set> value (from a previous F<config.sh> or Configure C<-D> option)
  6731. from an uncomputed value.
  6732.  
  6733. =item C<mallocobj>
  6734.  
  6735. From F<mallocsrc.U>:
  6736.  
  6737. This variable contains the name of the F<malloc.o> that this package
  6738. generates, if that F<malloc.o> is preferred over the system malloc.
  6739. Otherwise the value is null.  This variable is intended for generating
  6740. Makefiles.  See mallocsrc.
  6741.  
  6742. =item C<mallocsrc>
  6743.  
  6744. From F<mallocsrc.U>:
  6745.  
  6746. This variable contains the name of the F<malloc.c> that comes with
  6747. the package, if that F<malloc.c> is preferred over the system malloc.
  6748. Otherwise the value is null.  This variable is intended for generating
  6749. Makefiles.
  6750.  
  6751. =item C<malloctype>
  6752.  
  6753. From F<mallocsrc.U>:
  6754.  
  6755. This variable contains the kind of ptr returned by malloc and realloc.
  6756.  
  6757. =item C<man1dir>
  6758.  
  6759. From F<man1dir.U>:
  6760.  
  6761. This variable contains the name of the directory in which manual
  6762. source pages are to be put.  It is the responsibility of the
  6763. F<Makefile.SH> to get the value of this into the proper command.
  6764. You must be prepared to do the F<~name> expansion yourself.
  6765.  
  6766. =item C<man1direxp>
  6767.  
  6768. From F<man1dir.U>:
  6769.  
  6770. This variable is the same as the man1dir variable, but is filename
  6771. expanded at configuration time, for convenient use in makefiles.
  6772.  
  6773. =item C<man1ext>
  6774.  
  6775. From F<man1dir.U>:
  6776.  
  6777. This variable contains the extension that the manual page should
  6778. have: one of C<n>, C<l>, or C<1>.  The Makefile must supply the F<.>.
  6779. See man1dir.
  6780.  
  6781. =item C<man3dir>
  6782.  
  6783. From F<man3dir.U>:
  6784.  
  6785. This variable contains the name of the directory in which manual
  6786. source pages are to be put.  It is the responsibility of the
  6787. F<Makefile.SH> to get the value of this into the proper command.
  6788. You must be prepared to do the F<~name> expansion yourself.
  6789.  
  6790. =item C<man3direxp>
  6791.  
  6792. From F<man3dir.U>:
  6793.  
  6794. This variable is the same as the man3dir variable, but is filename
  6795. expanded at configuration time, for convenient use in makefiles.
  6796.  
  6797. =item C<man3ext>
  6798.  
  6799. From F<man3dir.U>:
  6800.  
  6801. This variable contains the extension that the manual page should
  6802. have: one of C<n>, C<l>, or C<3>.  The Makefile must supply the F<.>.
  6803. See man3dir.
  6804.  
  6805. =back
  6806.  
  6807. =head2 M
  6808.  
  6809. =over 4
  6810.  
  6811. =item C<Mcc>
  6812.  
  6813. From F<Loc.U>:
  6814.  
  6815. This variable is used internally by Configure to determine the
  6816. full pathname (if any) of the Mcc program.  After Configure runs,
  6817. the value is reset to a plain C<Mcc> and is not useful.
  6818.  
  6819. =item C<mips_type>
  6820.  
  6821. From F<usrinc.U>:
  6822.  
  6823. This variable holds the environment type for the mips system.
  6824. Possible values are "BSD 4.3" and "System V".
  6825.  
  6826. =item C<mkdir>
  6827.  
  6828. From F<Loc.U>:
  6829.  
  6830. This variable is used internally by Configure to determine the
  6831. full pathname (if any) of the mkdir program.  After Configure runs,
  6832. the value is reset to a plain C<mkdir> and is not useful.
  6833.  
  6834. =item C<mmaptype>
  6835.  
  6836. From F<d_mmap.U>:
  6837.  
  6838. This symbol contains the type of pointer returned by mmap()
  6839. (and simultaneously the type of the first argument).
  6840. It can be C<void *> or C<caddr_t>.
  6841.  
  6842. =item C<modetype>
  6843.  
  6844. From F<modetype.U>:
  6845.  
  6846. This variable defines modetype to be something like mode_t, 
  6847. int, unsigned short, or whatever type is used to declare file 
  6848. modes for system calls.
  6849.  
  6850. =item C<more>
  6851.  
  6852. From F<Loc.U>:
  6853.  
  6854. This variable is used internally by Configure to determine the
  6855. full pathname (if any) of the more program.  After Configure runs,
  6856. the value is reset to a plain C<more> and is not useful.
  6857.  
  6858. =item C<multiarch>
  6859.  
  6860. From F<multiarch.U>:
  6861.  
  6862. This variable conditionally defines the C<MULTIARCH> symbol
  6863. which signifies the presence of multiplatform files.
  6864. This is normally set by hints files.
  6865.  
  6866. =item C<mv>
  6867.  
  6868. From F<Loc.U>:
  6869.  
  6870. This variable is defined but not used by Configure.
  6871. The value is a plain '' and is not useful.
  6872.  
  6873. =item C<myarchname>
  6874.  
  6875. From F<archname.U>:
  6876.  
  6877. This variable holds the architecture name computed by Configure in
  6878. a previous run. It is not intended to be perused by any user and
  6879. should never be set in a hint file.
  6880.  
  6881. =item C<mydomain>
  6882.  
  6883. From F<myhostname.U>:
  6884.  
  6885. This variable contains the eventual value of the C<MYDOMAIN> symbol,
  6886. which is the domain of the host the program is going to run on.
  6887. The domain must be appended to myhostname to form a complete host name.
  6888. The dot comes with mydomain, and need not be supplied by the program.
  6889.  
  6890. =item C<myhostname>
  6891.  
  6892. From F<myhostname.U>:
  6893.  
  6894. This variable contains the eventual value of the C<MYHOSTNAME> symbol,
  6895. which is the name of the host the program is going to run on.
  6896. The domain is not kept with hostname, but must be gotten from mydomain.
  6897. The dot comes with mydomain, and need not be supplied by the program.
  6898.  
  6899. =item C<myuname>
  6900.  
  6901. From F<Oldconfig.U>:
  6902.  
  6903. The output of C<uname -a> if available, otherwise the hostname. On Xenix,
  6904. pseudo variables assignments in the output are stripped, thank you. The
  6905. whole thing is then lower-cased.
  6906.  
  6907. =back
  6908.  
  6909. =head2 n
  6910.  
  6911. =over 4
  6912.  
  6913. =item C<n>
  6914.  
  6915. From F<n.U>:
  6916.  
  6917. This variable contains the C<-n> flag if that is what causes the echo
  6918. command to suppress newline.  Otherwise it is null.  Correct usage is
  6919. $echo $n "prompt for a question: $c".
  6920.  
  6921. =item C<need_va_copy>
  6922.  
  6923. From F<need_va_copy.U>:
  6924.  
  6925. This symbol, if defined, indicates that the system stores
  6926. the variable argument list datatype, va_list, in a format
  6927. that cannot be copied by simple assignment, so that some
  6928. other means must be used when copying is required.
  6929. As such systems vary in their provision (or non-provision)
  6930. of copying mechanisms, F<handy.h> defines a platform-
  6931. C<independent> macro, Perl_va_copy(src, dst), to do the job.
  6932.  
  6933. =item C<netdb_hlen_type>
  6934.  
  6935. From F<netdbtype.U>:
  6936.  
  6937. This variable holds the type used for the 2nd argument to
  6938. gethostbyaddr().  Usually, this is int or size_t or unsigned.
  6939. This is only useful if you have gethostbyaddr(), naturally.
  6940.  
  6941. =item C<netdb_host_type>
  6942.  
  6943. From F<netdbtype.U>:
  6944.  
  6945. This variable holds the type used for the 1st argument to
  6946. gethostbyaddr().  Usually, this is char * or void *,  possibly
  6947. with or without a const prefix.
  6948. This is only useful if you have gethostbyaddr(), naturally.
  6949.  
  6950. =item C<netdb_name_type>
  6951.  
  6952. From F<netdbtype.U>:
  6953.  
  6954. This variable holds the type used for the argument to
  6955. gethostbyname().  Usually, this is char * or const char *.
  6956. This is only useful if you have gethostbyname(), naturally.
  6957.  
  6958. =item C<netdb_net_type>
  6959.  
  6960. From F<netdbtype.U>:
  6961.  
  6962. This variable holds the type used for the 1st argument to
  6963. getnetbyaddr().  Usually, this is int or long.
  6964. This is only useful if you have getnetbyaddr(), naturally.
  6965.  
  6966. =item C<nm>
  6967.  
  6968. From F<Loc.U>:
  6969.  
  6970. This variable is used internally by Configure to determine the
  6971. full pathname (if any) of the nm program.  After Configure runs,
  6972. the value is reset to a plain C<nm> and is not useful.
  6973.  
  6974. =item C<nm_opt>
  6975.  
  6976. From F<usenm.U>:
  6977.  
  6978. This variable holds the options that may be necessary for nm.
  6979.  
  6980. =item C<nm_so_opt>
  6981.  
  6982. From F<usenm.U>:
  6983.  
  6984. This variable holds the options that may be necessary for nm
  6985. to work on a shared library but that can not be used on an
  6986. archive library.  Currently, this is only used by Linux, where
  6987. nm --dynamic is *required* to get symbols from an C<ELF> library which
  6988. has been stripped, but nm --dynamic is *fatal* on an archive library.
  6989. Maybe Linux should just always set usenm=false.
  6990.  
  6991. =item C<nonxs_ext>
  6992.  
  6993. From F<Extensions.U>:
  6994.  
  6995. This variable holds a list of all non-xs extensions included
  6996. in the package.  All of them will be built.
  6997.  
  6998. =item C<nroff>
  6999.  
  7000. From F<Loc.U>:
  7001.  
  7002. This variable is used internally by Configure to determine the
  7003. full pathname (if any) of the nroff program.  After Configure runs,
  7004. the value is reset to a plain C<nroff> and is not useful.
  7005.  
  7006. =item C<nv_preserves_uv_bits>
  7007.  
  7008. From F<perlxv.U>:
  7009.  
  7010. This variable indicates how many of bits type uvtype
  7011. a variable nvtype can preserve.
  7012.  
  7013. =item C<nveformat>
  7014.  
  7015. From F<perlxvf.U>:
  7016.  
  7017. This variable contains the format string used for printing
  7018. a Perl C<NV> using %e-ish floating point format.
  7019.  
  7020. =item C<nvEUformat>
  7021.  
  7022. From F<perlxvf.U>:
  7023.  
  7024. This variable contains the format string used for printing
  7025. a Perl C<NV> using %E-ish floating point format.
  7026.  
  7027. =item C<nvfformat>
  7028.  
  7029. From F<perlxvf.U>:
  7030.  
  7031. This variable confains the format string used for printing
  7032. a Perl C<NV> using %f-ish floating point format.
  7033.  
  7034. =item C<nvFUformat>
  7035.  
  7036. From F<perlxvf.U>:
  7037.  
  7038. This variable confains the format string used for printing
  7039. a Perl C<NV> using %F-ish floating point format.
  7040.  
  7041. =item C<nvgformat>
  7042.  
  7043. From F<perlxvf.U>:
  7044.  
  7045. This variable contains the format string used for printing
  7046. a Perl C<NV> using %g-ish floating point format.
  7047.  
  7048. =item C<nvGUformat>
  7049.  
  7050. From F<perlxvf.U>:
  7051.  
  7052. This variable contains the format string used for printing
  7053. a Perl C<NV> using %G-ish floating point format.
  7054.  
  7055. =item C<nvsize>
  7056.  
  7057. From F<perlxv.U>:
  7058.  
  7059. This variable is the size of an C<NV> in bytes.
  7060.  
  7061. =item C<nvtype>
  7062.  
  7063. From F<perlxv.U>:
  7064.  
  7065. This variable contains the C type used for Perl's C<NV>.
  7066.  
  7067. =back
  7068.  
  7069. =head2 o
  7070.  
  7071. =over 4
  7072.  
  7073. =item C<o_nonblock>
  7074.  
  7075. From F<nblock_io.U>:
  7076.  
  7077. This variable bears the symbol value to be used during open() or fcntl()
  7078. to turn on non-blocking I/O for a file descriptor. If you wish to switch
  7079. between blocking and non-blocking, you may try ioctl(C<FIOSNBIO>) instead,
  7080. but that is only supported by some devices.
  7081.  
  7082. =item C<obj_ext>
  7083.  
  7084. From F<Unix.U>:
  7085.  
  7086. This is an old synonym for _o.
  7087.  
  7088. =item C<old_pthread_create_joinable>
  7089.  
  7090. From F<d_pthrattrj.U>:
  7091.  
  7092. This variable defines the constant to use for creating joinable
  7093. (aka undetached) pthreads.  Unused if F<pthread.h> defines
  7094. C<PTHREAD_CREATE_JOINABLE>.  If used, possible values are
  7095. C<PTHREAD_CREATE_UNDETACHED> and C<__UNDETACHED>.
  7096.  
  7097. =item C<optimize>
  7098.  
  7099. From F<ccflags.U>:
  7100.  
  7101. This variable contains any F<optimizer/debugger> flag that should be used.
  7102. It is up to the Makefile to use it.
  7103.  
  7104. =item C<orderlib>
  7105.  
  7106. From F<orderlib.U>:
  7107.  
  7108. This variable is C<true> if the components of libraries must be ordered
  7109. (with `lorder $* | tsort`) before placing them in an archive.  Set to
  7110. C<false> if ranlib or ar can generate random libraries.
  7111.  
  7112. =item C<osname>
  7113.  
  7114. From F<Oldconfig.U>:
  7115.  
  7116. This variable contains the operating system name (e.g. sunos,
  7117. solaris, hpux, etc.).  It can be useful later on for setting
  7118. defaults.  Any spaces are replaced with underscores.  It is set
  7119. to a null string if we can't figure it out.
  7120.  
  7121. =item C<osvers>
  7122.  
  7123. From F<Oldconfig.U>:
  7124.  
  7125. This variable contains the operating system version (e.g.
  7126. 4.1.3, 5.2, etc.).  It is primarily used for helping select
  7127. an appropriate hints file, but might be useful elsewhere for
  7128. setting defaults.  It is set to '' if we can't figure it out.
  7129. We try to be flexible about how much of the version number
  7130. to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
  7131. same for this package, hints files might just be F<os_4.0> or
  7132. F<os_4.1>, etc., not keeping separate files for each little release.
  7133.  
  7134. =item C<otherlibdirs>
  7135.  
  7136. From F<otherlibdirs.U>:
  7137.  
  7138. This variable contains a colon-separated set of paths for the perl
  7139. binary to search for additional library files or modules.
  7140. These directories will be tacked to the end of @C<INC>.
  7141. Perl will automatically search below each path for version-
  7142. and architecture-specific directories.  See inc_version_list
  7143. for more details.
  7144. A value of C< > means C<none> and is used to preserve this value
  7145. for the next run through Configure.
  7146.  
  7147. =back
  7148.  
  7149. =head2 p
  7150.  
  7151. =over 4
  7152.  
  7153. =item C<package>
  7154.  
  7155. From F<package.U>:
  7156.  
  7157. This variable contains the name of the package being constructed.
  7158. It is primarily intended for the use of later Configure units.
  7159.  
  7160. =item C<pager>
  7161.  
  7162. From F<pager.U>:
  7163.  
  7164. This variable contains the name of the preferred pager on the system.
  7165. Usual values are (the full pathnames of) more, less, pg, or cat.
  7166.  
  7167. =item C<passcat>
  7168.  
  7169. From F<nis.U>:
  7170.  
  7171. This variable contains a command that produces the text of the
  7172. F</etc/passwd> file.  This is normally "cat F</etc/passwd>", but can be
  7173. "ypcat passwd" when C<NIS> is used.
  7174. On some systems, such as os390, there may be no equivalent
  7175. command, in which case this variable is unset.
  7176.  
  7177. =item C<patchlevel>
  7178.  
  7179. From F<patchlevel.U>:
  7180.  
  7181. The patchlevel level of this package.
  7182. The value of patchlevel comes from the F<patchlevel.h> file.
  7183. In a version number such as 5.6.1, this is the C<6>.
  7184. In F<patchlevel.h>, this is referred to as C<PERL_VERSION>.
  7185.  
  7186. =item C<path_sep>
  7187.  
  7188. From F<Unix.U>:
  7189.  
  7190. This is an old synonym for p_ in F<Head.U>, the character
  7191. used to separate elements in the command shell search C<PATH>.
  7192.  
  7193. =item C<perl5>
  7194.  
  7195. From F<perl5.U>:
  7196.  
  7197. This variable contains the full path (if any) to a previously
  7198. installed F<perl5.005> or later suitable for running the script
  7199. to determine inc_version_list.
  7200.  
  7201. =item C<perl>
  7202.  
  7203. From F<Loc.U>:
  7204.  
  7205. This variable is defined but not used by Configure.
  7206. The value is a plain '' and is not useful.
  7207.  
  7208. =item C<perl_patchlevel>
  7209.  
  7210. From F<patchlevel.U>:
  7211.  
  7212. This is the Perl patch level, a numeric change identifier,
  7213. as defined by whichever source code maintenance system
  7214. is used to maintain the patches; currently Perforce.
  7215. It does not correlate with the Perl version numbers or
  7216. the maintenance versus development dichotomy except
  7217. by also being increasing.
  7218.  
  7219. =back
  7220.  
  7221. =head2 P
  7222.  
  7223. =over 4
  7224.  
  7225. =item C<PERL_REVISION>
  7226.  
  7227. From F<Oldsyms.U>:
  7228.  
  7229. In a Perl version number such as 5.6.2, this is the 5.
  7230. This value is manually set in F<patchlevel.h>
  7231.  
  7232. =item C<PERL_SUBVERSION>
  7233.  
  7234. From F<Oldsyms.U>:
  7235.  
  7236. In a Perl version number such as 5.6.2, this is the 2.
  7237. Values greater than 50 represent potentially unstable
  7238. development subversions.
  7239. This value is manually set in F<patchlevel.h>
  7240.  
  7241. =item C<PERL_VERSION>
  7242.  
  7243. From F<Oldsyms.U>:
  7244.  
  7245. In a Perl version number such as 5.6.2, this is the 6.
  7246. This value is manually set in F<patchlevel.h>
  7247.  
  7248. =item C<perladmin>
  7249.  
  7250. From F<perladmin.U>:
  7251.  
  7252. Electronic mail address of the perl5 administrator.
  7253.  
  7254. =item C<perllibs>
  7255.  
  7256. From F<End.U>:
  7257.  
  7258. The list of libraries needed by Perl only (any libraries needed
  7259. by extensions only will by dropped, if using dynamic loading).
  7260.  
  7261. =item C<perlpath>
  7262.  
  7263. From F<perlpath.U>:
  7264.  
  7265. This variable contains the eventual value of the C<PERLPATH> symbol,
  7266. which contains the name of the perl interpreter to be used in
  7267. shell scripts and in the "eval C<exec>" idiom.  This variable is
  7268. not necessarily the pathname of the file containing the perl
  7269. interpreter; you must append the executable extension (_exe) if
  7270. it is not already present.  Note that Perl code that runs during
  7271. the Perl build process cannot reference this variable, as Perl
  7272. may not have been installed, or even if installed, may be a
  7273. different version of Perl.
  7274.  
  7275. =item C<pg>
  7276.  
  7277. From F<Loc.U>:
  7278.  
  7279. This variable is used internally by Configure to determine the
  7280. full pathname (if any) of the pg program.  After Configure runs,
  7281. the value is reset to a plain C<pg> and is not useful.
  7282.  
  7283. =item C<phostname>
  7284.  
  7285. From F<myhostname.U>:
  7286.  
  7287. This variable contains the eventual value of the C<PHOSTNAME> symbol,
  7288. which is a command that can be fed to popen() to get the host name.
  7289. The program should probably not presume that the domain is or isn't
  7290. there already.
  7291.  
  7292. =item C<pidtype>
  7293.  
  7294. From F<pidtype.U>:
  7295.  
  7296. This variable defines C<PIDTYPE> to be something like pid_t, int, 
  7297. ushort, or whatever type is used to declare process ids in the kernel.
  7298.  
  7299. =item C<plibpth>
  7300.  
  7301. From F<libpth.U>:
  7302.  
  7303. Holds the private path used by Configure to find out the libraries.
  7304. Its value is prepend to libpth. This variable takes care of special
  7305. machines, like the mips.  Usually, it should be empty.
  7306.  
  7307. =item C<pm_apiversion>
  7308.  
  7309. From F<xs_apiversion.U>:
  7310.  
  7311. This variable contains the version of the oldest perl
  7312. compatible with the present perl.  (That is, pure perl modules
  7313. written for $pm_apiversion will still work for the current
  7314. version).  F<perl.c>:incpush() and F<lib/lib.pm> will automatically
  7315. search in $sitelib for older directories across major versions
  7316. back to pm_apiversion.  This is only useful if you have a perl
  7317. library directory tree structured like the default one.  The
  7318. versioned site_perl library was introduced in 5.005, so that's
  7319. the default setting for this variable.  It's hard to imagine
  7320. it changing before Perl6.  It is included here for symmetry
  7321. with xs_apiveprsion -- the searching algorithms will
  7322. (presumably) be similar.
  7323. See the C<INSTALL> file for how this works.
  7324.  
  7325. =item C<pmake>
  7326.  
  7327. From F<Loc.U>:
  7328.  
  7329. This variable is defined but not used by Configure.
  7330. The value is a plain '' and is not useful.
  7331.  
  7332. =item C<pr>
  7333.  
  7334. From F<Loc.U>:
  7335.  
  7336. This variable is defined but not used by Configure.
  7337. The value is a plain '' and is not useful.
  7338.  
  7339. =item C<prefix>
  7340.  
  7341. From F<prefix.U>:
  7342.  
  7343. This variable holds the name of the directory below which the
  7344. user will install the package.  Usually, this is F</usr/local>, and
  7345. executables go in F</usr/local/bin>, library stuff in F</usr/local/lib>,
  7346. man pages in F</usr/local/man>, etc.  It is only used to set defaults
  7347. for things in F<bin.U>, F<mansrc.U>, F<privlib.U>, or F<scriptdir.U>.
  7348.  
  7349. =item C<prefixexp>
  7350.  
  7351. From F<prefix.U>:
  7352.  
  7353. This variable holds the full absolute path of the directory below
  7354. which the user will install the package.  Derived from prefix.
  7355.  
  7356. =item C<privlib>
  7357.  
  7358. From F<privlib.U>:
  7359.  
  7360. This variable contains the eventual value of the C<PRIVLIB> symbol,
  7361. which is the name of the private library for this package.  It may
  7362. have a F<~> on the front. It is up to the makefile to eventually create
  7363. this directory while performing installation (with F<~> substitution).
  7364.  
  7365. =item C<privlibexp>
  7366.  
  7367. From F<privlib.U>:
  7368.  
  7369. This variable is the F<~name> expanded version of privlib, so that you
  7370. may use it directly in Makefiles or shell scripts.
  7371.  
  7372. =item C<procselfexe>
  7373.  
  7374. From F<d_procselfexe.U>:
  7375.  
  7376. If d_procselfexe is defined, $procselfexe is the filename
  7377. of the symbolic link pointing to the absolute pathname of
  7378. the executing program.
  7379.  
  7380. =item C<prototype>
  7381.  
  7382. From F<prototype.U>:
  7383.  
  7384. This variable holds the eventual value of C<CAN_PROTOTYPE>, which
  7385. indicates the C compiler can handle funciton prototypes.
  7386.  
  7387. =item C<ptrsize>
  7388.  
  7389. From F<ptrsize.U>:
  7390.  
  7391. This variable contains the value of the C<PTRSIZE> symbol, which
  7392. indicates to the C program how many bytes there are in a pointer.
  7393.  
  7394. =back
  7395.  
  7396. =head2 q
  7397.  
  7398. =over 4
  7399.  
  7400. =item C<quadkind>
  7401.  
  7402. From F<quadtype.U>:
  7403.  
  7404. This variable, if defined, encodes the type of a quad:
  7405. 1 = int, 2 = long, 3 = long long, 4 = int64_t.
  7406.  
  7407. =item C<quadtype>
  7408.  
  7409. From F<quadtype.U>:
  7410.  
  7411. This variable defines Quad_t to be something like long, int, 
  7412. long long, int64_t, or whatever type is used for 64-bit integers.
  7413.  
  7414. =back
  7415.  
  7416. =head2 r
  7417.  
  7418. =over 4
  7419.  
  7420. =item C<randbits>
  7421.  
  7422. From F<randfunc.U>:
  7423.  
  7424. Indicates how many bits are produced by the function used to
  7425. generate normalized random numbers.
  7426.  
  7427. =item C<randfunc>
  7428.  
  7429. From F<randfunc.U>:
  7430.  
  7431. Indicates the name of the random number function to use.
  7432. Values include drand48, random, and rand. In C programs,
  7433. the C<Drand01> macro is defined to generate uniformly distributed
  7434. random numbers over the range [0., 1.[ (see drand01 and nrand).
  7435.  
  7436. =item C<random_r_proto>
  7437.  
  7438. From F<d_random_r.U>:
  7439.  
  7440. This variable encodes the prototype of random_r.
  7441. It is zero if d_random_r is undef, and one of the
  7442. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_random_r
  7443. is defined.
  7444.  
  7445. =item C<randseedtype>
  7446.  
  7447. From F<randfunc.U>:
  7448.  
  7449. Indicates the type of the argument of the seedfunc.
  7450.  
  7451. =item C<ranlib>
  7452.  
  7453. From F<orderlib.U>:
  7454.  
  7455. This variable is set to the pathname of the ranlib program, if it is
  7456. needed to generate random libraries.  Set to C<:> if ar can generate
  7457. random libraries or if random libraries are not supported
  7458.  
  7459. =item C<rd_nodata>
  7460.  
  7461. From F<nblock_io.U>:
  7462.  
  7463. This variable holds the return code from read() when no data is
  7464. present. It should be -1, but some systems return 0 when C<O_NDELAY> is
  7465. used, which is a shame because you cannot make the difference between
  7466. no data and an F<EOF.>. Sigh!
  7467.  
  7468. =item C<readdir64_r_proto>
  7469.  
  7470. From F<d_readdir64_r.U>:
  7471.  
  7472. This variable encodes the prototype of readdir64_r.
  7473. It is zero if d_readdir64_r is undef, and one of the
  7474. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_readdir64_r
  7475. is defined.
  7476.  
  7477. =item C<readdir_r_proto>
  7478.  
  7479. From F<d_readdir_r.U>:
  7480.  
  7481. This variable encodes the prototype of readdir_r.
  7482. It is zero if d_readdir_r is undef, and one of the
  7483. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_readdir_r
  7484. is defined.
  7485.  
  7486. =item C<revision>
  7487.  
  7488. From F<patchlevel.U>:
  7489.  
  7490. The value of revision comes from the F<patchlevel.h> file.
  7491. In a version number such as 5.6.1, this is the C<5>.
  7492. In F<patchlevel.h>, this is referred to as C<PERL_REVISION>.
  7493.  
  7494. =item C<rm>
  7495.  
  7496. From F<Loc.U>:
  7497.  
  7498. This variable is used internally by Configure to determine the
  7499. full pathname (if any) of the rm program.  After Configure runs,
  7500. the value is reset to a plain C<rm> and is not useful.
  7501.  
  7502. =item C<rmail>
  7503.  
  7504. From F<Loc.U>:
  7505.  
  7506. This variable is defined but not used by Configure.
  7507. The value is a plain '' and is not useful.
  7508.  
  7509. =item C<run>
  7510.  
  7511. From F<Cross.U>:
  7512.  
  7513. This variable contains the command used by Configure
  7514. to copy and execute a cross-compiled executable in the
  7515. target host.  Useful and available only during Perl build.
  7516. Empty string '' if not cross-compiling.
  7517.  
  7518. =item C<runnm>
  7519.  
  7520. From F<usenm.U>:
  7521.  
  7522. This variable contains C<true> or C<false> depending whether the
  7523. nm extraction should be performed or not, according to the value
  7524. of usenm and the flags on the Configure command line.
  7525.  
  7526. =back
  7527.  
  7528. =head2 s
  7529.  
  7530. =over 4
  7531.  
  7532. =item C<sched_yield>
  7533.  
  7534. From F<d_pthread_y.U>:
  7535.  
  7536. This variable defines the way to yield the execution
  7537. of the current thread.
  7538.  
  7539. =item C<scriptdir>
  7540.  
  7541. From F<scriptdir.U>:
  7542.  
  7543. This variable holds the name of the directory in which the user wants
  7544. to put publicly scripts for the package in question.  It is either
  7545. the same directory as for binaries, or a special one that can be
  7546. mounted across different architectures, like F</usr/share>. Programs
  7547. must be prepared to deal with F<~name> expansion.
  7548.  
  7549. =item C<scriptdirexp>
  7550.  
  7551. From F<scriptdir.U>:
  7552.  
  7553. This variable is the same as scriptdir, but is filename expanded
  7554. at configuration time, for programs not wanting to bother with it.
  7555.  
  7556. =item C<sed>
  7557.  
  7558. From F<Loc.U>:
  7559.  
  7560. This variable is used internally by Configure to determine the
  7561. full pathname (if any) of the sed program.  After Configure runs,
  7562. the value is reset to a plain C<sed> and is not useful.
  7563.  
  7564. =item C<seedfunc>
  7565.  
  7566. From F<randfunc.U>:
  7567.  
  7568. Indicates the random number generating seed function.
  7569. Values include srand48, srandom, and srand.
  7570.  
  7571. =item C<selectminbits>
  7572.  
  7573. From F<selectminbits.U>:
  7574.  
  7575. This variable holds the minimum number of bits operated by select.
  7576. That is, if you do select(n, ...), how many bits at least will be
  7577. cleared in the masks if some activity is detected.  Usually this
  7578. is either n or 32*ceil(F<n/32>), especially many little-endians do
  7579. the latter.  This is only useful if you have select(), naturally.
  7580.  
  7581. =item C<selecttype>
  7582.  
  7583. From F<selecttype.U>:
  7584.  
  7585. This variable holds the type used for the 2nd, 3rd, and 4th
  7586. arguments to select.  Usually, this is C<fd_set *>, if C<HAS_FD_SET>
  7587. is defined, and C<int *> otherwise.  This is only useful if you 
  7588. have select(), naturally.
  7589.  
  7590. =item C<sendmail>
  7591.  
  7592. From F<Loc.U>:
  7593.  
  7594. This variable is defined but not used by Configure.
  7595. The value is a plain '' and is not useful.
  7596.  
  7597. =item C<setgrent_r_proto>
  7598.  
  7599. From F<d_setgrent_r.U>:
  7600.  
  7601. This variable encodes the prototype of setgrent_r.
  7602. It is zero if d_setgrent_r is undef, and one of the
  7603. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setgrent_r
  7604. is defined.
  7605.  
  7606. =item C<sethostent_r_proto>
  7607.  
  7608. From F<d_sethostent_r.U>:
  7609.  
  7610. This variable encodes the prototype of sethostent_r.
  7611. It is zero if d_sethostent_r is undef, and one of the
  7612. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_sethostent_r
  7613. is defined.
  7614.  
  7615. =item C<setlocale_r_proto>
  7616.  
  7617. From F<d_setlocale_r.U>:
  7618.  
  7619. This variable encodes the prototype of setlocale_r.
  7620. It is zero if d_setlocale_r is undef, and one of the
  7621. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setlocale_r
  7622. is defined.
  7623.  
  7624. =item C<setnetent_r_proto>
  7625.  
  7626. From F<d_setnetent_r.U>:
  7627.  
  7628. This variable encodes the prototype of setnetent_r.
  7629. It is zero if d_setnetent_r is undef, and one of the
  7630. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setnetent_r
  7631. is defined.
  7632.  
  7633. =item C<setprotoent_r_proto>
  7634.  
  7635. From F<d_setprotoent_r.U>:
  7636.  
  7637. This variable encodes the prototype of setprotoent_r.
  7638. It is zero if d_setprotoent_r is undef, and one of the
  7639. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setprotoent_r
  7640. is defined.
  7641.  
  7642. =item C<setpwent_r_proto>
  7643.  
  7644. From F<d_setpwent_r.U>:
  7645.  
  7646. This variable encodes the prototype of setpwent_r.
  7647. It is zero if d_setpwent_r is undef, and one of the
  7648. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setpwent_r
  7649. is defined.
  7650.  
  7651. =item C<setservent_r_proto>
  7652.  
  7653. From F<d_setservent_r.U>:
  7654.  
  7655. This variable encodes the prototype of setservent_r.
  7656. It is zero if d_setservent_r is undef, and one of the
  7657. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_setservent_r
  7658. is defined.
  7659.  
  7660. =item C<sh>
  7661.  
  7662. From F<sh.U>:
  7663.  
  7664. This variable contains the full pathname of the shell used
  7665. on this system to execute Bourne shell scripts.  Usually, this will be
  7666. F</bin/sh>, though it's possible that some systems will have F</bin/ksh>,
  7667. F</bin/pdksh>, F</bin/ash>, F</bin/bash>, or even something such as
  7668. D:F</bin/sh.exe>.
  7669. This unit comes before F<Options.U>, so you can't set sh with a C<-D>
  7670. option, though you can override this (and startsh)
  7671. with C<-O -Dsh=F</bin/whatever> -Dstartsh=whatever>
  7672.  
  7673. =item C<shar>
  7674.  
  7675. From F<Loc.U>:
  7676.  
  7677. This variable is defined but not used by Configure.
  7678. The value is a plain '' and is not useful.
  7679.  
  7680. =item C<sharpbang>
  7681.  
  7682. From F<spitshell.U>:
  7683.  
  7684. This variable contains the string #! if this system supports that
  7685. construct.
  7686.  
  7687. =item C<shmattype>
  7688.  
  7689. From F<d_shmat.U>:
  7690.  
  7691. This symbol contains the type of pointer returned by shmat().
  7692. It can be C<void *> or C<char *>.
  7693.  
  7694. =item C<shortsize>
  7695.  
  7696. From F<intsize.U>:
  7697.  
  7698. This variable contains the value of the C<SHORTSIZE> symbol which
  7699. indicates to the C program how many bytes there are in a short.
  7700.  
  7701. =item C<shrpenv>
  7702.  
  7703. From F<libperl.U>:
  7704.  
  7705. If the user builds a shared F<libperl.so>, then we need to tell the
  7706. C<perl> executable where it will be able to find the installed F<libperl.so>. 
  7707. One way to do this on some systems is to set the environment variable
  7708. C<LD_RUN_PATH> to the directory that will be the final location of the
  7709. shared F<libperl.so>.  The makefile can use this with something like
  7710. $shrpenv $(C<CC>) -o perl F<perlmain.o> $libperl $libs
  7711. Typical values are
  7712. shrpenv="env C<LD_RUN_PATH>=F<$archlibexp/C<CORE>>"
  7713. or
  7714. shrpenv=''
  7715. See the main perl F<Makefile.SH> for actual working usage.
  7716. Alternatively, we might be able to use a command line option such
  7717. as -R F<$archlibexp/C<CORE>> (Solaris) or -Wl,-rpath
  7718. F<$archlibexp/C<CORE>> (Linux).
  7719.  
  7720. =item C<shsharp>
  7721.  
  7722. From F<spitshell.U>:
  7723.  
  7724. This variable tells further Configure units whether your sh can
  7725. handle # comments.
  7726.  
  7727. =item C<sig_count>
  7728.  
  7729. From F<sig_name.U>:
  7730.  
  7731. This variable holds a number larger than the largest valid
  7732. signal number.  This is usually the same as the C<NSIG> macro.
  7733.  
  7734. =item C<sig_name>
  7735.  
  7736. From F<sig_name.U>:
  7737.  
  7738. This variable holds the signal names, space separated. The leading
  7739. C<SIG> in signal name is removed.  A C<ZERO> is prepended to the
  7740. list.  This is currently not used.
  7741.  
  7742. =item C<sig_name_init>
  7743.  
  7744. From F<sig_name.U>:
  7745.  
  7746. This variable holds the signal names, enclosed in double quotes and
  7747. separated by commas, suitable for use in the C<SIG_NAME> definition 
  7748. below.  A C<ZERO> is prepended to the list, and the list is 
  7749. terminated with a plain 0.  The leading C<SIG> in signal names
  7750. is removed. See sig_num.
  7751.  
  7752. =item C<sig_num>
  7753.  
  7754. From F<sig_name.U>:
  7755.  
  7756. This variable holds the signal numbers, space separated. A C<ZERO> is
  7757. prepended to the list (corresponding to the fake C<SIGZERO>), and 
  7758. the list is terminated with a 0.  Those numbers correspond to 
  7759. the value of the signal listed in the same place within the
  7760. sig_name list.
  7761.  
  7762. =item C<sig_num_init>
  7763.  
  7764. From F<sig_name.U>:
  7765.  
  7766. This variable holds the signal numbers, enclosed in double quotes and
  7767. separated by commas, suitable for use in the C<SIG_NUM> definition 
  7768. below.  A C<ZERO> is prepended to the list, and the list is 
  7769. terminated with a plain 0.
  7770.  
  7771. =item C<sig_size>
  7772.  
  7773. From F<sig_name.U>:
  7774.  
  7775. This variable contains the number of elements of the sig_name
  7776. and sig_num arrays, excluding the final C<NULL> entry.
  7777.  
  7778. =item C<signal_t>
  7779.  
  7780. From F<d_voidsig.U>:
  7781.  
  7782. This variable holds the type of the signal handler (void or int).
  7783.  
  7784. =item C<sitearch>
  7785.  
  7786. From F<sitearch.U>:
  7787.  
  7788. This variable contains the eventual value of the C<SITEARCH> symbol,
  7789. which is the name of the private library for this package.  It may
  7790. have a F<~> on the front. It is up to the makefile to eventually create
  7791. this directory while performing installation (with F<~> substitution).
  7792. The standard distribution will put nothing in this directory.
  7793. After perl has been installed, users may install their own local
  7794. architecture-dependent modules in this directory with
  7795. MakeMaker F<Makefile.PL>
  7796. or equivalent.  See C<INSTALL> for details.
  7797.  
  7798. =item C<sitearchexp>
  7799.  
  7800. From F<sitearch.U>:
  7801.  
  7802. This variable is the F<~name> expanded version of sitearch, so that you
  7803. may use it directly in Makefiles or shell scripts.
  7804.  
  7805. =item C<sitebin>
  7806.  
  7807. From F<sitebin.U>:
  7808.  
  7809. This variable holds the name of the directory in which the user wants
  7810. to put add-on publicly executable files for the package in question.  It
  7811. is most often a local directory such as F</usr/local/bin>. Programs using
  7812. this variable must be prepared to deal with F<~name> substitution.
  7813. The standard distribution will put nothing in this directory.
  7814. After perl has been installed, users may install their own local
  7815. executables in this directory with
  7816. MakeMaker F<Makefile.PL>
  7817. or equivalent.  See C<INSTALL> for details.
  7818.  
  7819. =item C<sitebinexp>
  7820.  
  7821. From F<sitebin.U>:
  7822.  
  7823. This is the same as the sitebin variable, but is filename expanded at
  7824. configuration time, for use in your makefiles.
  7825.  
  7826. =item C<sitelib>
  7827.  
  7828. From F<sitelib.U>:
  7829.  
  7830. This variable contains the eventual value of the C<SITELIB> symbol,
  7831. which is the name of the private library for this package.  It may
  7832. have a F<~> on the front. It is up to the makefile to eventually create
  7833. this directory while performing installation (with F<~> substitution).
  7834. The standard distribution will put nothing in this directory.
  7835. After perl has been installed, users may install their own local
  7836. architecture-independent modules in this directory with
  7837. MakeMaker F<Makefile.PL>
  7838. or equivalent.  See C<INSTALL> for details.
  7839.  
  7840. =item C<sitelib_stem>
  7841.  
  7842. From F<sitelib.U>:
  7843.  
  7844. This variable is $sitelibexp with any trailing version-specific component
  7845. removed.  The elements in inc_version_list (F<inc_version_list.U>) can
  7846. be tacked onto this variable to generate a list of directories to search.
  7847.  
  7848. =item C<sitelibexp>
  7849.  
  7850. From F<sitelib.U>:
  7851.  
  7852. This variable is the F<~name> expanded version of sitelib, so that you
  7853. may use it directly in Makefiles or shell scripts.
  7854.  
  7855. =item C<siteprefix>
  7856.  
  7857. From F<siteprefix.U>:
  7858.  
  7859. This variable holds the full absolute path of the directory below
  7860. which the user will install add-on packages.
  7861. See C<INSTALL> for usage and examples.
  7862.  
  7863. =item C<siteprefixexp>
  7864.  
  7865. From F<siteprefix.U>:
  7866.  
  7867. This variable holds the full absolute path of the directory below
  7868. which the user will install add-on packages.  Derived from siteprefix.
  7869.  
  7870. =item C<sizesize>
  7871.  
  7872. From F<sizesize.U>:
  7873.  
  7874. This variable contains the size of a sizetype in bytes.
  7875.  
  7876. =item C<sizetype>
  7877.  
  7878. From F<sizetype.U>:
  7879.  
  7880. This variable defines sizetype to be something like size_t, 
  7881. unsigned long, or whatever type is used to declare length 
  7882. parameters for string functions.
  7883.  
  7884. =item C<sleep>
  7885.  
  7886. From F<Loc.U>:
  7887.  
  7888. This variable is defined but not used by Configure.
  7889. The value is a plain '' and is not useful.
  7890.  
  7891. =item C<smail>
  7892.  
  7893. From F<Loc.U>:
  7894.  
  7895. This variable is defined but not used by Configure.
  7896. The value is a plain '' and is not useful.
  7897.  
  7898. =item C<so>
  7899.  
  7900. From F<so.U>:
  7901.  
  7902. This variable holds the extension used to identify shared libraries
  7903. (also known as shared objects) on the system. Usually set to C<so>.
  7904.  
  7905. =item C<sockethdr>
  7906.  
  7907. From F<d_socket.U>:
  7908.  
  7909. This variable has any cpp C<-I> flags needed for socket support.
  7910.  
  7911. =item C<socketlib>
  7912.  
  7913. From F<d_socket.U>:
  7914.  
  7915. This variable has the names of any libraries needed for socket support.
  7916.  
  7917. =item C<socksizetype>
  7918.  
  7919. From F<socksizetype.U>:
  7920.  
  7921. This variable holds the type used for the size argument
  7922. for various socket calls like accept.  Usual values include
  7923. socklen_t, size_t, and int.
  7924.  
  7925. =item C<sort>
  7926.  
  7927. From F<Loc.U>:
  7928.  
  7929. This variable is used internally by Configure to determine the
  7930. full pathname (if any) of the sort program.  After Configure runs,
  7931. the value is reset to a plain C<sort> and is not useful.
  7932.  
  7933. =item C<spackage>
  7934.  
  7935. From F<package.U>:
  7936.  
  7937. This variable contains the name of the package being constructed,
  7938. with the first letter uppercased, F<i.e>. suitable for starting
  7939. sentences.
  7940.  
  7941. =item C<spitshell>
  7942.  
  7943. From F<spitshell.U>:
  7944.  
  7945. This variable contains the command necessary to spit out a runnable
  7946. shell on this system.  It is either cat or a grep C<-v> for # comments.
  7947.  
  7948. =item C<sPRId64>
  7949.  
  7950. From F<quadfio.U>:
  7951.  
  7952. This variable, if defined, contains the string used by stdio to
  7953. format 64-bit decimal numbers (format C<d>) for output.
  7954.  
  7955. =item C<sPRIeldbl>
  7956.  
  7957. From F<longdblfio.U>:
  7958.  
  7959. This variable, if defined, contains the string used by stdio to
  7960. format long doubles (format C<e>) for output.
  7961.  
  7962. =item C<sPRIEUldbl>
  7963.  
  7964. From F<longdblfio.U>:
  7965.  
  7966. This variable, if defined, contains the string used by stdio to
  7967. format long doubles (format C<E>) for output.
  7968. The C<U> in the name is to separate this from sPRIeldbl so that even
  7969. case-blind systems can see the difference.
  7970.  
  7971. =item C<sPRIfldbl>
  7972.  
  7973. From F<longdblfio.U>:
  7974.  
  7975. This variable, if defined, contains the string used by stdio to
  7976. format long doubles (format C<f>) for output.
  7977.  
  7978. =item C<sPRIFUldbl>
  7979.  
  7980. From F<longdblfio.U>:
  7981.  
  7982. This variable, if defined, contains the string used by stdio to
  7983. format long doubles (format C<F>) for output.
  7984. The C<U> in the name is to separate this from sPRIfldbl so that even
  7985. case-blind systems can see the difference.
  7986.  
  7987. =item C<sPRIgldbl>
  7988.  
  7989. From F<longdblfio.U>:
  7990.  
  7991. This variable, if defined, contains the string used by stdio to
  7992. format long doubles (format C<g>) for output.
  7993.  
  7994. =item C<sPRIGUldbl>
  7995.  
  7996. From F<longdblfio.U>:
  7997.  
  7998. This variable, if defined, contains the string used by stdio to
  7999. format long doubles (format C<G>) for output.
  8000. The C<U> in the name is to separate this from sPRIgldbl so that even
  8001. case-blind systems can see the difference.
  8002.  
  8003. =item C<sPRIi64>
  8004.  
  8005. From F<quadfio.U>:
  8006.  
  8007. This variable, if defined, contains the string used by stdio to
  8008. format 64-bit decimal numbers (format C<i>) for output.
  8009.  
  8010. =item C<sPRIo64>
  8011.  
  8012. From F<quadfio.U>:
  8013.  
  8014. This variable, if defined, contains the string used by stdio to
  8015. format 64-bit octal numbers (format C<o>) for output.
  8016.  
  8017. =item C<sPRIu64>
  8018.  
  8019. From F<quadfio.U>:
  8020.  
  8021. This variable, if defined, contains the string used by stdio to
  8022. format 64-bit unsigned decimal numbers (format C<u>) for output.
  8023.  
  8024. =item C<sPRIx64>
  8025.  
  8026. From F<quadfio.U>:
  8027.  
  8028. This variable, if defined, contains the string used by stdio to
  8029. format 64-bit hexadecimal numbers (format C<x>) for output.
  8030.  
  8031. =item C<sPRIXU64>
  8032.  
  8033. From F<quadfio.U>:
  8034.  
  8035. This variable, if defined, contains the string used by stdio to
  8036. format 64-bit hExADECimAl numbers (format C<X>) for output.
  8037. The C<U> in the name is to separate this from sPRIx64 so that even
  8038. case-blind systems can see the difference.
  8039.  
  8040. =item C<srand48_r_proto>
  8041.  
  8042. From F<d_srand48_r.U>:
  8043.  
  8044. This variable encodes the prototype of srand48_r.
  8045. It is zero if d_srand48_r is undef, and one of the
  8046. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_srand48_r
  8047. is defined.
  8048.  
  8049. =item C<srandom_r_proto>
  8050.  
  8051. From F<d_srandom_r.U>:
  8052.  
  8053. This variable encodes the prototype of srandom_r.
  8054. It is zero if d_srandom_r is undef, and one of the
  8055. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_srandom_r
  8056. is defined.
  8057.  
  8058. =item C<src>
  8059.  
  8060. From F<src.U>:
  8061.  
  8062. This variable holds the path to the package source. It is up to
  8063. the Makefile to use this variable and set C<VPATH> accordingly to
  8064. find the sources remotely.
  8065.  
  8066. =item C<sSCNfldbl>
  8067.  
  8068. From F<longdblfio.U>:
  8069.  
  8070. This variable, if defined, contains the string used by stdio to
  8071. format long doubles (format C<f>) for input.
  8072.  
  8073. =item C<ssizetype>
  8074.  
  8075. From F<ssizetype.U>:
  8076.  
  8077. This variable defines ssizetype to be something like ssize_t, 
  8078. long or int.  It is used by functions that return a count 
  8079. of bytes or an error condition.  It must be a signed type.
  8080. We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
  8081.  
  8082. =item C<startperl>
  8083.  
  8084. From F<startperl.U>:
  8085.  
  8086. This variable contains the string to put on the front of a perl
  8087. script to make sure (hopefully) that it runs with perl and not some
  8088. shell. Of course, that leading line must be followed by the classical
  8089. perl idiom:
  8090. eval 'exec perl -S $0 ${1+C<$@>}'
  8091. if $running_under_some_shell;
  8092. to guarantee perl startup should the shell execute the script. Note
  8093. that this magic incatation is not understood by csh.
  8094.  
  8095. =item C<startsh>
  8096.  
  8097. From F<startsh.U>:
  8098.  
  8099. This variable contains the string to put on the front of a shell
  8100. script to make sure (hopefully) that it runs with sh and not some
  8101. other shell.
  8102.  
  8103. =item C<static_ext>
  8104.  
  8105. From F<Extensions.U>:
  8106.  
  8107. This variable holds a list of C<XS> extension files we want to
  8108. link statically into the package.  It is used by Makefile.
  8109.  
  8110. =item C<stdchar>
  8111.  
  8112. From F<stdchar.U>:
  8113.  
  8114. This variable conditionally defines C<STDCHAR> to be the type of char
  8115. used in F<stdio.h>.  It has the values "unsigned char" or C<char>.
  8116.  
  8117. =item C<stdio_base>
  8118.  
  8119. From F<d_stdstdio.U>:
  8120.  
  8121. This variable defines how, given a C<FILE> pointer, fp, to access the
  8122. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  8123. be used to define the macro FILE_base(fp).
  8124.  
  8125. =item C<stdio_bufsiz>
  8126.  
  8127. From F<d_stdstdio.U>:
  8128.  
  8129. This variable defines how, given a C<FILE> pointer, fp, to determine
  8130. the number of bytes store in the I/O buffer pointer to by the
  8131. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  8132. be used to define the macro FILE_bufsiz(fp).
  8133.  
  8134. =item C<stdio_cnt>
  8135.  
  8136. From F<d_stdstdio.U>:
  8137.  
  8138. This variable defines how, given a C<FILE> pointer, fp, to access the
  8139. _cnt field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  8140. be used to define the macro FILE_cnt(fp).
  8141.  
  8142. =item C<stdio_filbuf>
  8143.  
  8144. From F<d_stdstdio.U>:
  8145.  
  8146. This variable defines how, given a C<FILE> pointer, fp, to tell
  8147. stdio to refill its internal buffers (?).  This will
  8148. be used to define the macro FILE_filbuf(fp).
  8149.  
  8150. =item C<stdio_ptr>
  8151.  
  8152. From F<d_stdstdio.U>:
  8153.  
  8154. This variable defines how, given a C<FILE> pointer, fp, to access the
  8155. _ptr field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  8156. be used to define the macro FILE_ptr(fp).
  8157.  
  8158. =item C<stdio_stream_array>
  8159.  
  8160. From F<stdio_streams.U>:
  8161.  
  8162. This variable tells the name of the array holding the stdio streams.
  8163. Usual values include _iob, __iob, and __sF.
  8164.  
  8165. =item C<strerror_r_proto>
  8166.  
  8167. From F<d_strerror_r.U>:
  8168.  
  8169. This variable encodes the prototype of strerror_r.
  8170. It is zero if d_strerror_r is undef, and one of the
  8171. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_strerror_r
  8172. is defined.
  8173.  
  8174. =item C<strings>
  8175.  
  8176. From F<i_string.U>:
  8177.  
  8178. This variable holds the full path of the string header that will be
  8179. used. Typically F</usr/include/string.h> or F</usr/include/strings.h>.
  8180.  
  8181. =item C<submit>
  8182.  
  8183. From F<Loc.U>:
  8184.  
  8185. This variable is defined but not used by Configure.
  8186. The value is a plain '' and is not useful.
  8187.  
  8188. =item C<subversion>
  8189.  
  8190. From F<patchlevel.U>:
  8191.  
  8192. The subversion level of this package.
  8193. The value of subversion comes from the F<patchlevel.h> file.
  8194. In a version number such as 5.6.1, this is the C<1>.
  8195. In F<patchlevel.h>, this is referred to as C<PERL_SUBVERSION>.
  8196. This is unique to perl.
  8197.  
  8198. =item C<sysman>
  8199.  
  8200. From F<sysman.U>:
  8201.  
  8202. This variable holds the place where the manual is located on this
  8203. system. It is not the place where the user wants to put his manual
  8204. pages. Rather it is the place where Configure may look to find manual
  8205. for unix commands (section 1 of the manual usually). See mansrc.
  8206.  
  8207. =back
  8208.  
  8209. =head2 t
  8210.  
  8211. =over 4
  8212.  
  8213. =item C<tail>
  8214.  
  8215. From F<Loc.U>:
  8216.  
  8217. This variable is defined but not used by Configure.
  8218. The value is a plain '' and is not useful.
  8219.  
  8220. =item C<tar>
  8221.  
  8222. From F<Loc.U>:
  8223.  
  8224. This variable is defined but not used by Configure.
  8225. The value is a plain '' and is not useful.
  8226.  
  8227. =item C<targetarch>
  8228.  
  8229. From F<Cross.U>:
  8230.  
  8231. If cross-compiling, this variable contains the target architecture.
  8232. If not, this will be empty.
  8233.  
  8234. =item C<tbl>
  8235.  
  8236. From F<Loc.U>:
  8237.  
  8238. This variable is defined but not used by Configure.
  8239. The value is a plain '' and is not useful.
  8240.  
  8241. =item C<tee>
  8242.  
  8243. From F<Loc.U>:
  8244.  
  8245. This variable is defined but not used by Configure.
  8246. The value is a plain '' and is not useful.
  8247.  
  8248. =item C<test>
  8249.  
  8250. From F<Loc.U>:
  8251.  
  8252. This variable is used internally by Configure to determine the
  8253. full pathname (if any) of the test program.  After Configure runs,
  8254. the value is reset to a plain C<test> and is not useful.
  8255.  
  8256. =item C<timeincl>
  8257.  
  8258. From F<i_time.U>:
  8259.  
  8260. This variable holds the full path of the included time header(s).
  8261.  
  8262. =item C<timetype>
  8263.  
  8264. From F<d_time.U>:
  8265.  
  8266. This variable holds the type returned by time(). It can be long,
  8267. or time_t on C<BSD> sites (in which case <sys/types.h> should be
  8268. included). Anyway, the type Time_t should be used.
  8269.  
  8270. =item C<tmpnam_r_proto>
  8271.  
  8272. From F<d_tmpnam_r.U>:
  8273.  
  8274. This variable encodes the prototype of tmpnam_r.
  8275. It is zero if d_tmpnam_r is undef, and one of the
  8276. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_tmpnam_r
  8277. is defined.
  8278.  
  8279. =item C<to>
  8280.  
  8281. From F<Cross.U>:
  8282.  
  8283. This variable contains the command used by Configure
  8284. to copy to from the target host.  Useful and available
  8285. only during Perl build.
  8286. The string C<:> if not cross-compiling.
  8287.  
  8288. =item C<touch>
  8289.  
  8290. From F<Loc.U>:
  8291.  
  8292. This variable is used internally by Configure to determine the
  8293. full pathname (if any) of the touch program.  After Configure runs,
  8294. the value is reset to a plain C<touch> and is not useful.
  8295.  
  8296. =item C<tr>
  8297.  
  8298. From F<Loc.U>:
  8299.  
  8300. This variable is used internally by Configure to determine the
  8301. full pathname (if any) of the tr program.  After Configure runs,
  8302. the value is reset to a plain C<tr> and is not useful.
  8303.  
  8304. =item C<trnl>
  8305.  
  8306. From F<trnl.U>:
  8307.  
  8308. This variable contains the value to be passed to the tr(1)
  8309. command to transliterate a newline.  Typical values are
  8310. C<\012> and C<\n>.  This is needed for C<EBCDIC> systems where
  8311. newline is not necessarily C<\012>.
  8312.  
  8313. =item C<troff>
  8314.  
  8315. From F<Loc.U>:
  8316.  
  8317. This variable is defined but not used by Configure.
  8318. The value is a plain '' and is not useful.
  8319.  
  8320. =item C<ttyname_r_proto>
  8321.  
  8322. From F<d_ttyname_r.U>:
  8323.  
  8324. This variable encodes the prototype of ttyname_r.
  8325. It is zero if d_ttyname_r is undef, and one of the
  8326. C<REENTRANT_PROTO_T_ABC> macros of F<reentr.h> if d_ttyname_r
  8327. is defined.
  8328.  
  8329. =back
  8330.  
  8331. =head2 u
  8332.  
  8333. =over 4
  8334.  
  8335. =item C<u16size>
  8336.  
  8337. From F<perlxv.U>:
  8338.  
  8339. This variable is the size of an U16 in bytes.
  8340.  
  8341. =item C<u16type>
  8342.  
  8343. From F<perlxv.U>:
  8344.  
  8345. This variable contains the C type used for Perl's U16.
  8346.  
  8347. =item C<u32size>
  8348.  
  8349. From F<perlxv.U>:
  8350.  
  8351. This variable is the size of an U32 in bytes.
  8352.  
  8353. =item C<u32type>
  8354.  
  8355. From F<perlxv.U>:
  8356.  
  8357. This variable contains the C type used for Perl's U32.
  8358.  
  8359. =item C<u64size>
  8360.  
  8361. From F<perlxv.U>:
  8362.  
  8363. This variable is the size of an U64 in bytes.
  8364.  
  8365. =item C<u64type>
  8366.  
  8367. From F<perlxv.U>:
  8368.  
  8369. This variable contains the C type used for Perl's U64.
  8370.  
  8371. =item C<u8size>
  8372.  
  8373. From F<perlxv.U>:
  8374.  
  8375. This variable is the size of an U8 in bytes.
  8376.  
  8377. =item C<u8type>
  8378.  
  8379. From F<perlxv.U>:
  8380.  
  8381. This variable contains the C type used for Perl's U8.
  8382.  
  8383. =item C<uidformat>
  8384.  
  8385. From F<uidf.U>:
  8386.  
  8387. This variable contains the format string used for printing a Uid_t.
  8388.  
  8389. =item C<uidsign>
  8390.  
  8391. From F<uidsign.U>:
  8392.  
  8393. This variable contains the signedness of a uidtype.
  8394. 1 for unsigned, -1 for signed.
  8395.  
  8396. =item C<uidsize>
  8397.  
  8398. From F<uidsize.U>:
  8399.  
  8400. This variable contains the size of a uidtype in bytes.
  8401.  
  8402. =item C<uidtype>
  8403.  
  8404. From F<uidtype.U>:
  8405.  
  8406. This variable defines Uid_t to be something like uid_t, int, 
  8407. ushort, or whatever type is used to declare user ids in the kernel.
  8408.  
  8409. =item C<uname>
  8410.  
  8411. From F<Loc.U>:
  8412.  
  8413. This variable is used internally by Configure to determine the
  8414. full pathname (if any) of the uname program.  After Configure runs,
  8415. the value is reset to a plain C<uname> and is not useful.
  8416.  
  8417. =item C<uniq>
  8418.  
  8419. From F<Loc.U>:
  8420.  
  8421. This variable is used internally by Configure to determine the
  8422. full pathname (if any) of the uniq program.  After Configure runs,
  8423. the value is reset to a plain C<uniq> and is not useful.
  8424.  
  8425. =item C<uquadtype>
  8426.  
  8427. From F<quadtype.U>:
  8428.  
  8429. This variable defines Uquad_t to be something like unsigned long,
  8430. unsigned int, unsigned long long, uint64_t, or whatever type is
  8431. used for 64-bit integers.
  8432.  
  8433. =item C<use5005threads>
  8434.  
  8435. From F<usethreads.U>:
  8436.  
  8437. This variable conditionally defines the USE_5005THREADS symbol,
  8438. and indicates that Perl should be built to use the 5.005-based
  8439. threading implementation.
  8440.  
  8441. =item C<use64bitall>
  8442.  
  8443. From F<use64bits.U>:
  8444.  
  8445. This variable conditionally defines the USE_64_BIT_ALL symbol,
  8446. and indicates that 64-bit integer types should be used
  8447. when available.  The maximal possible
  8448. 64-bitness is employed: LP64 or ILP64, meaning that you will
  8449. be able to use more than 2 gigabytes of memory.  This mode is
  8450. even more binary incompatible than USE_64_BIT_INT. You may not
  8451. be able to run the resulting executable in a 32-bit C<CPU> at all or
  8452. you may need at least to reboot your C<OS> to 64-bit mode.
  8453.  
  8454. =item C<use64bitint>
  8455.  
  8456. From F<use64bits.U>:
  8457.  
  8458. This variable conditionally defines the USE_64_BIT_INT symbol,
  8459. and indicates that 64-bit integer types should be used
  8460. when available.  The minimal possible 64-bitness
  8461. is employed, just enough to get 64-bit integers into Perl.
  8462. This may mean using for example "long longs", while your memory
  8463. may still be limited to 2 gigabytes.
  8464.  
  8465. =item C<usecrosscompile>
  8466.  
  8467. From F<Cross.U>:
  8468.  
  8469. This variable conditionally defines the C<USE_CROSS_COMPILE> symbol,
  8470. and indicates that Perl has been cross-compiled.
  8471.  
  8472. =item C<usedl>
  8473.  
  8474. From F<dlsrc.U>:
  8475.  
  8476. This variable indicates if the system supports dynamic
  8477. loading of some sort.  See also dlsrc and dlobj.
  8478.  
  8479. =item C<useithreads>
  8480.  
  8481. From F<usethreads.U>:
  8482.  
  8483. This variable conditionally defines the C<USE_ITHREADS> symbol,
  8484. and indicates that Perl should be built to use the interpreter-based
  8485. threading implementation.
  8486.  
  8487. =item C<uselargefiles>
  8488.  
  8489. From F<uselfs.U>:
  8490.  
  8491. This variable conditionally defines the C<USE_LARGE_FILES> symbol,
  8492. and indicates that large file interfaces should be used when
  8493. available.
  8494.  
  8495. =item C<uselongdouble>
  8496.  
  8497. From F<uselongdbl.U>:
  8498.  
  8499. This variable conditionally defines the C<USE_LONG_DOUBLE> symbol,
  8500. and indicates that long doubles should be used when available.
  8501.  
  8502. =item C<usemorebits>
  8503.  
  8504. From F<usemorebits.U>:
  8505.  
  8506. This variable conditionally defines the C<USE_MORE_BITS> symbol,
  8507. and indicates that explicit 64-bit interfaces and long doubles
  8508. should be used when available.
  8509.  
  8510. =item C<usemultiplicity>
  8511.  
  8512. From F<usemultiplicity.U>:
  8513.  
  8514. This variable conditionally defines the C<MULTIPLICITY> symbol,
  8515. and indicates that Perl should be built to use multiplicity.
  8516.  
  8517. =item C<usemymalloc>
  8518.  
  8519. From F<mallocsrc.U>:
  8520.  
  8521. This variable contains y if the malloc that comes with this package
  8522. is desired over the system's version of malloc.  People often include
  8523. special versions of malloc for effiency, but such versions are often
  8524. less portable.  See also mallocsrc and mallocobj.
  8525. If this is C<y>, then -lmalloc is removed from $libs.
  8526.  
  8527. =item C<usenm>
  8528.  
  8529. From F<usenm.U>:
  8530.  
  8531. This variable contains C<true> or C<false> depending whether the
  8532. nm extraction is wanted or not.
  8533.  
  8534. =item C<useopcode>
  8535.  
  8536. From F<Extensions.U>:
  8537.  
  8538. This variable holds either C<true> or C<false> to indicate
  8539. whether the Opcode extension should be used.  The sole
  8540. use for this currently is to allow an easy mechanism
  8541. for users to skip the Opcode extension from the Configure
  8542. command line.
  8543.  
  8544. =item C<useperlio>
  8545.  
  8546. From F<useperlio.U>:
  8547.  
  8548. This variable conditionally defines the C<USE_PERLIO> symbol,
  8549. and indicates that the PerlIO abstraction should be
  8550. used throughout.
  8551.  
  8552. =item C<useposix>
  8553.  
  8554. From F<Extensions.U>:
  8555.  
  8556. This variable holds either C<true> or C<false> to indicate
  8557. whether the C<POSIX> extension should be used.  The sole
  8558. use for this currently is to allow an easy mechanism
  8559. for hints files to indicate that C<POSIX> will not compile
  8560. on a particular system.
  8561.  
  8562. =item C<usereentrant>
  8563.  
  8564. From F<usethreads.U>:
  8565.  
  8566. This variable conditionally defines the C<USE_REENTRANT_API> symbol,
  8567. which indicates that the thread code may try to use the various
  8568. _r versions of library functions.  This is only potentially
  8569. meaningful if usethreads is set and is very experimental, it is
  8570. not even prompted for.
  8571.  
  8572. =item C<usesfio>
  8573.  
  8574. From F<d_sfio.U>:
  8575.  
  8576. This variable is set to true when the user agrees to use sfio.
  8577. It is set to false when sfio is not available or when the user
  8578. explicitely requests not to use sfio.  It is here primarily so
  8579. that command-line settings can override the auto-detection of
  8580. d_sfio without running into a "WHOA THERE".
  8581.  
  8582. =item C<useshrplib>
  8583.  
  8584. From F<libperl.U>:
  8585.  
  8586. This variable is set to C<yes> if the user wishes
  8587. to build a shared libperl, and C<no> otherwise.
  8588.  
  8589. =item C<usesocks>
  8590.  
  8591. From F<usesocks.U>:
  8592.  
  8593. This variable conditionally defines the C<USE_SOCKS> symbol,
  8594. and indicates that Perl should be built to use C<SOCKS>.
  8595.  
  8596. =item C<usethreads>
  8597.  
  8598. From F<usethreads.U>:
  8599.  
  8600. This variable conditionally defines the C<USE_THREADS> symbol,
  8601. and indicates that Perl should be built to use threads.
  8602.  
  8603. =item C<usevendorprefix>
  8604.  
  8605. From F<vendorprefix.U>:
  8606.  
  8607. This variable tells whether the vendorprefix
  8608. and consequently other vendor* paths are in use.
  8609.  
  8610. =item C<usevfork>
  8611.  
  8612. From F<d_vfork.U>:
  8613.  
  8614. This variable is set to true when the user accepts to use vfork.
  8615. It is set to false when no vfork is available or when the user
  8616. explicitely requests not to use vfork.
  8617.  
  8618. =item C<usrinc>
  8619.  
  8620. From F<usrinc.U>:
  8621.  
  8622. This variable holds the path of the include files, which is
  8623. usually F</usr/include>. It is mainly used by other Configure units.
  8624.  
  8625. =item C<uuname>
  8626.  
  8627. From F<Loc.U>:
  8628.  
  8629. This variable is defined but not used by Configure.
  8630. The value is a plain '' and is not useful.
  8631.  
  8632. =item C<uvoformat>
  8633.  
  8634. From F<perlxvf.U>:
  8635.  
  8636. This variable contains the format string used for printing
  8637. a Perl C<UV> as an unsigned octal integer. 
  8638.  
  8639. =item C<uvsize>
  8640.  
  8641. From F<perlxv.U>:
  8642.  
  8643. This variable is the size of a C<UV> in bytes.
  8644.  
  8645. =item C<uvtype>
  8646.  
  8647. From F<perlxv.U>:
  8648.  
  8649. This variable contains the C type used for Perl's C<UV>.
  8650.  
  8651. =item C<uvuformat>
  8652.  
  8653. From F<perlxvf.U>:
  8654.  
  8655. This variable contains the format string used for printing
  8656. a Perl C<UV> as an unsigned decimal integer. 
  8657.  
  8658. =item C<uvxformat>
  8659.  
  8660. From F<perlxvf.U>:
  8661.  
  8662. This variable contains the format string used for printing
  8663. a Perl C<UV> as an unsigned hexadecimal integer in lowercase abcdef.
  8664.  
  8665. =item C<uvXUformat>
  8666.  
  8667. From F<perlxvf.U>:
  8668.  
  8669. This variable contains the format string used for printing
  8670. a Perl C<UV> as an unsigned hexadecimal integer in uppercase C<ABCDEF>.
  8671.  
  8672. =back
  8673.  
  8674. =head2 v
  8675.  
  8676. =over 4
  8677.  
  8678. =item C<vendorarch>
  8679.  
  8680. From F<vendorarch.U>:
  8681.  
  8682. This variable contains the value of the C<PERL_VENDORARCH> symbol.
  8683. It may have a F<~> on the front. 
  8684. The standard distribution will put nothing in this directory.
  8685. Vendors who distribute perl may wish to place their own
  8686. architecture-dependent modules and extensions in this directory with
  8687. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  8688. or equivalent.  See C<INSTALL> for details.
  8689.  
  8690. =item C<vendorarchexp>
  8691.  
  8692. From F<vendorarch.U>:
  8693.  
  8694. This variable is the F<~name> expanded version of vendorarch, so that you
  8695. may use it directly in Makefiles or shell scripts.
  8696.  
  8697. =item C<vendorbin>
  8698.  
  8699. From F<vendorbin.U>:
  8700.  
  8701. This variable contains the eventual value of the C<VENDORBIN> symbol.
  8702. It may have a F<~> on the front.
  8703. The standard distribution will put nothing in this directory.
  8704. Vendors who distribute perl may wish to place additional
  8705. binaries in this directory with
  8706. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  8707. or equivalent.  See C<INSTALL> for details.
  8708.  
  8709. =item C<vendorbinexp>
  8710.  
  8711. From F<vendorbin.U>:
  8712.  
  8713. This variable is the F<~name> expanded version of vendorbin, so that you
  8714. may use it directly in Makefiles or shell scripts.
  8715.  
  8716. =item C<vendorlib>
  8717.  
  8718. From F<vendorlib.U>:
  8719.  
  8720. This variable contains the eventual value of the C<VENDORLIB> symbol,
  8721. which is the name of the private library for this package.
  8722. The standard distribution will put nothing in this directory.
  8723. Vendors who distribute perl may wish to place their own
  8724. modules in this directory with
  8725. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  8726. or equivalent.  See C<INSTALL> for details.
  8727.  
  8728. =item C<vendorlib_stem>
  8729.  
  8730. From F<vendorlib.U>:
  8731.  
  8732. This variable is $vendorlibexp with any trailing version-specific component
  8733. removed.  The elements in inc_version_list (F<inc_version_list.U>) can
  8734. be tacked onto this variable to generate a list of directories to search.
  8735.  
  8736. =item C<vendorlibexp>
  8737.  
  8738. From F<vendorlib.U>:
  8739.  
  8740. This variable is the F<~name> expanded version of vendorlib, so that you
  8741. may use it directly in Makefiles or shell scripts.
  8742.  
  8743. =item C<vendorprefix>
  8744.  
  8745. From F<vendorprefix.U>:
  8746.  
  8747. This variable holds the full absolute path of the directory below
  8748. which the vendor will install add-on packages.
  8749. See C<INSTALL> for usage and examples.
  8750.  
  8751. =item C<vendorprefixexp>
  8752.  
  8753. From F<vendorprefix.U>:
  8754.  
  8755. This variable holds the full absolute path of the directory below
  8756. which the vendor will install add-on packages.  Derived from vendorprefix.
  8757.  
  8758. =item C<version>
  8759.  
  8760. From F<patchlevel.U>:
  8761.  
  8762. The full version number of this package, such as 5.6.1 (or 5_6_1).
  8763. This combines revision, patchlevel, and subversion to get the
  8764. full version number, including any possible subversions.
  8765. This is suitable for use as a directory name, and hence is
  8766. filesystem dependent.
  8767.  
  8768. =item C<version_patchlevel_string>
  8769.  
  8770. From F<patchlevel.U>:
  8771.  
  8772. This is a string combining version, subversion and
  8773. perl_patchlevel (if perl_patchlevel is non-zero).  
  8774. It is typically something like 
  8775. 'version 7 subversion 1'  or
  8776. 'version 7 subversion 1 patchlevel 11224'
  8777. It is computed here to avoid duplication of code in F<myconfig.SH>
  8778. and F<lib/Config.pm>. 
  8779.  
  8780. =item C<versiononly>
  8781.  
  8782. From F<versiononly.U>:
  8783.  
  8784. If set, this symbol indicates that only the version-specific
  8785. components of a perl installation should be installed.
  8786. This may be useful for making a test installation of a new
  8787. version without disturbing the existing installation.
  8788. Setting versiononly is equivalent to setting installperl's -v option.
  8789. In particular, the non-versioned scripts and programs such as
  8790. a2p, c2ph, h2xs, pod2*, and perldoc are not installed
  8791. (see C<INSTALL> for a more complete list).  Nor are the man
  8792. pages installed.
  8793. Usually, this is undef.
  8794.  
  8795. =item C<vi>
  8796.  
  8797. From F<Loc.U>:
  8798.  
  8799. This variable is defined but not used by Configure.
  8800. The value is a plain '' and is not useful.
  8801.  
  8802. =item C<voidflags>
  8803.  
  8804. From F<voidflags.U>:
  8805.  
  8806. This variable contains the eventual value of the C<VOIDFLAGS> symbol,
  8807. which indicates how much support of the void type is given by this
  8808. compiler.  See C<VOIDFLAGS> for more info.
  8809.  
  8810. =back
  8811.  
  8812. =head2 x
  8813.  
  8814. =over 4
  8815.  
  8816. =item C<xlibpth>
  8817.  
  8818. From F<libpth.U>:
  8819.  
  8820. This variable holds extra path (space-separated) used to find
  8821. libraries on this platform, for example C<CPU>-specific libraries
  8822. (on multi-C<CPU> platforms) may be listed here.
  8823.  
  8824. =item C<xs_apiversion>
  8825.  
  8826. From F<xs_apiversion.U>:
  8827.  
  8828. This variable contains the version of the oldest perl binary
  8829. compatible with the present perl.  F<perl.c>:incpush() and
  8830. F<lib/lib.pm> will automatically search in $sitearch for older
  8831. directories across major versions back to xs_apiversion.
  8832. This is only useful if you have a perl library directory tree
  8833. structured like the default one.
  8834. See C<INSTALL> for how this works.
  8835. The versioned site_perl directory was introduced in 5.005,
  8836. so that is the lowest possible value.
  8837. Since this can depend on compile time options
  8838. it is set by Configure.  Other non-default sources
  8839. of potential incompatibility, such as multiplicity, threads,
  8840. debugging, 64bits, sfio, etc., are not checked for currently,
  8841. though in principle we could go snooping around in old
  8842. F<Config.pm> files.
  8843.  
  8844. =back
  8845.  
  8846. =head2 y
  8847.  
  8848. =over 4
  8849.  
  8850. =item C<yacc>
  8851.  
  8852. From F<yacc.U>:
  8853.  
  8854. This variable holds the name of the compiler compiler we
  8855. want to use in the Makefile. It can be yacc, byacc, or bison -y.
  8856.  
  8857. =item C<yaccflags>
  8858.  
  8859. From F<yacc.U>:
  8860.  
  8861. This variable contains any additional yacc flags desired by the
  8862. user.  It is up to the Makefile to use this.
  8863.  
  8864. =back
  8865.  
  8866. =head2 z
  8867.  
  8868. =over 4
  8869.  
  8870. =item C<zcat>
  8871.  
  8872. From F<Loc.U>:
  8873.  
  8874. This variable is defined but not used by Configure.
  8875. The value is a plain '' and is not useful.
  8876.  
  8877. =item C<zip>
  8878.  
  8879. From F<Loc.U>:
  8880.  
  8881. This variable is used internally by Configure to determine the
  8882. full pathname (if any) of the zip program.  After Configure runs,
  8883. the value is reset to a plain C<zip> and is not useful.
  8884.  
  8885.  
  8886. =back
  8887.  
  8888. =head1 NOTE
  8889.  
  8890. This module contains a good example of how to use tie to implement a
  8891. cache and an example of how to make a tied variable readonly to those
  8892. outside of it.
  8893.  
  8894. =cut
  8895.  
  8896.