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