home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database Designers / Rational Rose 2000 / Rational Setup.EXE / common / lib / MSWin32-x86 / Config.pm < prev    next >
Encoding:
Perl POD Document  |  1999-01-29  |  129.9 KB  |  5,195 lines

  1. package Config;
  2. use Exporter ();
  3. @ISA = (Exporter);
  4. @EXPORT = qw(%Config);
  5. @EXPORT_OK = qw(myconfig config_sh config_vars);
  6.  
  7. $] == 5.00502
  8.   or die "Perl lib version (5.00502) doesn't match executable version ($])";
  9.  
  10. # This file was created by configpm when Perl was built. Any changes
  11. # made to this file will be lost the next time perl is built.
  12.  
  13. ### Configured by: mwvohlke@mw-mwvohlke.rational.com
  14. ### Target system: WIN32 
  15. #='Fri Jan 29 13:34:30 1999'
  16.  
  17. my $config_sh = <<'!END!';
  18. archlibexp='c:\perl\5.00502\lib\MSWin32-x86'
  19. archname='MSWin32-x86'
  20. cc='cl.exe'
  21. ccflags='-Od -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DMULTIPLICITY  '
  22. cppflags='-DWIN32 -D_CONSOLE -DNO_STRICT -DMULTIPLICITY  '
  23. dlsrc='dl_win32.xs'
  24. dynamic_ext='Socket IO Fcntl Opcode SDBM_File POSIX attrs Thread B re  Data/Dumper'
  25. extensions='DynaLoader Socket IO Fcntl Opcode SDBM_File POSIX attrs Thread B re  Data/Dumper Errno'
  26. installarchlib='c:\perl\5.00502\lib\MSWin32-x86'
  27. installprivlib='c:\perl\5.00502\lib'
  28. libpth='\lib '
  29. 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'
  30. osname='MSWin32'
  31. osvers='4.0'
  32. prefix='c:\perl'
  33. privlibexp='c:\perl\5.00502\lib'
  34. sharpbang='#!'
  35. shsharp='true'
  36. sig_name='ZERO INT QUIT ILL FPE KILL SEGV PIPE ALRM TERM CHLD BREAK ABRT STOP CONT CLD'
  37. sig_num='0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 20, 21, 22, 23, 25, 20, 0'
  38. so='dll'
  39. startsh='#!/bin/sh'
  40. static_ext='DynaLoader'
  41. Author=''
  42. CONFIG='true'
  43. Date='$Date'
  44. Header=''
  45. Id='$Id'
  46. Locker=''
  47. Log='$Log'
  48. Mcc='Mcc'
  49. PATCHLEVEL='5'
  50. RCSfile='$RCSfile'
  51. Revision='$Revision'
  52. SUBVERSION='02'
  53. Source=''
  54. State=''
  55. _a='.lib'
  56. _exe='.exe'
  57. _o='.obj'
  58. afs='false'
  59. alignbytes='8'
  60. ansi2knr=''
  61. aphostname=''
  62. ar='lib'
  63. archlib='c:\perl\5.00502\lib\MSWin32-x86'
  64. archobjs=''
  65. awk='awk'
  66. baserev='5.0'
  67. bash=''
  68. bin='c:\perl\5.00502\bin\MSWin32-x86'
  69. binexp='c:\perl\5.00502\bin\MSWin32-x86'
  70. bison=''
  71. byacc='byacc'
  72. byteorder='1234'
  73. c=''
  74. castflags='0'
  75. cat='type'
  76. cccdlflags=' '
  77. ccdlflags=' '
  78. cf_by='mwvohlke'
  79. cf_email='mwvohlke@mw-mwvohlke.rational.com'
  80. chgrp=''
  81. chmod=''
  82. chown=''
  83. clocktype='clock_t'
  84. comm=''
  85. compress=''
  86. contains='grep'
  87. cp='copy'
  88. cpio=''
  89. cpp='cl -nologo -E'
  90. cpp_stuff='42'
  91. cpplast=''
  92. cppminus=''
  93. cpprun='cl -nologo -E'
  94. cppstdin='cl -nologo -E'
  95. cryptlib=''
  96. csh='undef'
  97. d_Gconvert='sprintf((b),"%.*g",(n),(x))'
  98. d_access='define'
  99. d_alarm='undef'
  100. d_archlib='define'
  101. d_attribut='undef'
  102. d_bcmp='undef'
  103. d_bcopy='undef'
  104. d_bsd='define'
  105. d_bsdgetpgrp='undef'
  106. d_bsdsetpgrp='undef'
  107. d_bzero='undef'
  108. d_casti32='define'
  109. d_castneg='define'
  110. d_charvspr='undef'
  111. d_chown='undef'
  112. d_chroot='undef'
  113. d_chsize='define'
  114. d_closedir='define'
  115. d_const='define'
  116. d_crypt='undef'
  117. d_csh='undef'
  118. d_cuserid='undef'
  119. d_dbl_dig='define'
  120. d_difftime='define'
  121. d_dirnamlen='define'
  122. d_dlerror='define'
  123. d_dlopen='define'
  124. d_dlsymun='undef'
  125. d_dosuid='undef'
  126. d_dup2='define'
  127. d_endgrent='undef'
  128. d_endhent='undef'
  129. d_endnent='undef'
  130. d_endpent='undef'
  131. d_endpwent='undef'
  132. d_endsent='undef'
  133. d_eofnblk='define'
  134. d_eunice='undef'
  135. d_fchmod='undef'
  136. d_fchown='undef'
  137. d_fcntl='undef'
  138. d_fd_macros='define'
  139. d_fd_set='define'
  140. d_fds_bits='define'
  141. d_fgetpos='define'
  142. d_flexfnam='define'
  143. d_flock='define'
  144. d_fork='undef'
  145. d_fpathconf='undef'
  146. d_fsetpos='define'
  147. d_ftime='define'
  148. d_getgrent='undef'
  149. d_getgrps='undef'
  150. d_gethbyaddr='define'
  151. d_gethbyname='define'
  152. d_gethent='undef'
  153. d_gethname='define'
  154. d_gethostprotos='define'
  155. d_getlogin='define'
  156. d_getnbyaddr='undef'
  157. d_getnbyname='undef'
  158. d_getnent='undef'
  159. d_getnetprotos='undef'
  160. d_getpbyname='define'
  161. d_getpbynumber='define'
  162. d_getpent='undef'
  163. d_getpgid='undef'
  164. d_getpgrp2='undef'
  165. d_getpgrp='undef'
  166. d_getppid='undef'
  167. d_getprior='undef'
  168. d_getprotoprotos='define'
  169. d_getpwent='undef'
  170. d_getsbyname='define'
  171. d_getsbyport='define'
  172. d_getsent='undef'
  173. d_getservprotos='define'
  174. d_gettimeod='undef'
  175. d_gnulibc='undef'
  176. d_grpasswd='undef'
  177. d_htonl='define'
  178. d_index='undef'
  179. d_inetaton='undef'
  180. d_isascii='define'
  181. d_killpg='undef'
  182. d_lchown='undef'
  183. d_link='undef'
  184. d_locconv='define'
  185. d_lockf='undef'
  186. d_longdbl='define'
  187. d_longlong='undef'
  188. d_lstat='undef'
  189. d_mblen='define'
  190. d_mbstowcs='define'
  191. d_mbtowc='define'
  192. d_memcmp='define'
  193. d_memcpy='define'
  194. d_memmove='define'
  195. d_memset='define'
  196. d_mkdir='define'
  197. d_mkfifo='undef'
  198. d_mkstemp='undef'
  199. d_mktime='define'
  200. d_msg='undef'
  201. d_msgctl='undef'
  202. d_msgget='undef'
  203. d_msgrcv='undef'
  204. d_msgsnd='undef'
  205. d_mymalloc='undef'
  206. d_nice='undef'
  207. d_oldpthreads='undef'
  208. d_oldsock='undef'
  209. d_open3='undef'
  210. d_pathconf='undef'
  211. d_pause='define'
  212. d_phostname='undef'
  213. d_pipe='define'
  214. d_poll='undef'
  215. d_portable='define'
  216. d_pthread_yield='undef'
  217. d_pthreads_created_joinable='undef'
  218. d_pwage='undef'
  219. d_pwchange='undef'
  220. d_pwclass='undef'
  221. d_pwcomment='undef'
  222. d_pwexpire='undef'
  223. d_pwgecos='undef'
  224. d_pwpasswd='undef'
  225. d_pwquota='undef'
  226. d_readdir='define'
  227. d_readlink='undef'
  228. d_rename='define'
  229. d_rewinddir='define'
  230. d_rmdir='define'
  231. d_safebcpy='undef'
  232. d_safemcpy='undef'
  233. d_sanemcmp='define'
  234. d_sched_yield='undef'
  235. d_seekdir='define'
  236. d_select='define'
  237. d_sem='undef'
  238. d_semctl='undef'
  239. d_semctl_semid_ds='undef'
  240. d_semctl_semun='undef'
  241. d_semget='undef'
  242. d_semop='undef'
  243. d_setegid='undef'
  244. d_seteuid='undef'
  245. d_setgrent='undef'
  246. d_setgrps='undef'
  247. d_sethent='undef'
  248. d_setlinebuf='undef'
  249. d_setlocale='define'
  250. d_setnent='undef'
  251. d_setpent='undef'
  252. d_setpgid='undef'
  253. d_setpgrp2='undef'
  254. d_setpgrp='undef'
  255. d_setprior='undef'
  256. d_setpwent='undef'
  257. d_setregid='undef'
  258. d_setresgid='undef'
  259. d_setresuid='undef'
  260. d_setreuid='undef'
  261. d_setrgid='undef'
  262. d_setruid='undef'
  263. d_setsent='undef'
  264. d_setsid='undef'
  265. d_setvbuf='define'
  266. d_sfio='undef'
  267. d_shm='undef'
  268. d_shmat='undef'
  269. d_shmatprototype='undef'
  270. d_shmctl='undef'
  271. d_shmdt='undef'
  272. d_shmget='undef'
  273. d_sigaction='undef'
  274. d_sigsetjmp='undef'
  275. d_socket='define'
  276. d_sockpair='undef'
  277. d_statblks='undef'
  278. d_stdio_cnt_lval='define'
  279. d_stdio_ptr_lval='define'
  280. d_stdiobase='define'
  281. d_stdstdio='define'
  282. d_strchr='define'
  283. d_strcoll='define'
  284. d_strctcpy='define'
  285. d_strerrm='strerror(e)'
  286. d_strerror='define'
  287. d_strtod='define'
  288. d_strtol='define'
  289. d_strtoul='define'
  290. d_strxfrm='define'
  291. d_suidsafe='undef'
  292. d_symlink='undef'
  293. d_syscall='undef'
  294. d_sysconf='undef'
  295. d_sysernlst=''
  296. d_syserrlst='define'
  297. d_system='define'
  298. d_tcgetpgrp='undef'
  299. d_tcsetpgrp='undef'
  300. d_telldir='define'
  301. d_time='define'
  302. d_times='define'
  303. d_truncate='undef'
  304. d_tzname='define'
  305. d_umask='define'
  306. d_uname='undef'
  307. d_union_semun='define'
  308. d_vfork='undef'
  309. d_void_closedir='undef'
  310. d_voidsig='define'
  311. d_voidtty=''
  312. d_volatile='define'
  313. d_vprintf='define'
  314. d_wait4='undef'
  315. d_waitpid='define'
  316. d_wcstombs='define'
  317. d_wctomb='define'
  318. d_xenix='undef'
  319. date='date'
  320. db_hashtype='int'
  321. db_prefixtype='int'
  322. defvoidused='15'
  323. direntrytype='struct direct'
  324. dlext='dll'
  325. doublesize='8'
  326. eagain='EAGAIN'
  327. ebcdic='undef'
  328. echo='echo'
  329. egrep='egrep'
  330. emacs=''
  331. eunicefix=':'
  332. exe_ext='.exe'
  333. expr='expr'
  334. find='find'
  335. firstmakefile='makefile'
  336. flex=''
  337. fpostype='fpos_t'
  338. freetype='void'
  339. full_csh=''
  340. full_sed='sed'
  341. gcc=''
  342. gccversion=''
  343. gidtype='gid_t'
  344. 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 '
  345. grep='grep'
  346. groupcat=''
  347. groupstype='gid_t'
  348. gzip='gzip'
  349. h_fcntl='false'
  350. h_sysfile='true'
  351. hint='recommended'
  352. hostcat='ypcat hosts'
  353. huge=''
  354. i_arpainet='define'
  355. i_bsdioctl=''
  356. i_db='undef'
  357. i_dbm='undef'
  358. i_dirent='define'
  359. i_dld='undef'
  360. i_dlfcn='define'
  361. i_fcntl='define'
  362. i_float='define'
  363. i_gdbm='undef'
  364. i_grp='undef'
  365. i_limits='define'
  366. i_locale='define'
  367. i_malloc='define'
  368. i_math='define'
  369. i_memory='undef'
  370. i_ndbm='undef'
  371. i_netdb='undef'
  372. i_neterrno='undef'
  373. i_niin='undef'
  374. i_pwd='undef'
  375. i_rpcsvcdbm='define'
  376. i_sfio='undef'
  377. i_sgtty='undef'
  378. i_stdarg='define'
  379. i_stddef='define'
  380. i_stdlib='define'
  381. i_string='define'
  382. i_sysdir='undef'
  383. i_sysfile='undef'
  384. i_sysfilio='define'
  385. i_sysin='undef'
  386. i_sysioctl='undef'
  387. i_sysndir='undef'
  388. i_sysparam='undef'
  389. i_sysresrc='undef'
  390. i_sysselct='undef'
  391. i_syssockio=''
  392. i_sysstat='define'
  393. i_systime='undef'
  394. i_systimek='undef'
  395. i_systimes='undef'
  396. i_systypes='define'
  397. i_sysun='undef'
  398. i_syswait='undef'
  399. i_termio='undef'
  400. i_termios='undef'
  401. i_time='define'
  402. i_unistd='undef'
  403. i_utime='define'
  404. i_values='undef'
  405. i_varargs='undef'
  406. i_varhdr='varargs.h'
  407. i_vfork='undef'
  408. incpath='\include'
  409. inews=''
  410. installbin='c:\perl\5.00502\bin\MSWin32-x86'
  411. installhtmldir='c:\perl\5.00502\html'
  412. installhtmlhelpdir='c:\perl\5.00502\htmlhelp'
  413. installman1dir='c:\perl\5.00502\man\man1'
  414. installman3dir='c:\perl\5.00502\man\man3'
  415. installscript='c:\perl\5.00502\bin'
  416. installsitearch='c:\perl\site\5.00502\lib\MSWin32-x86'
  417. installsitelib='c:\perl\site\5.00502\lib'
  418. intsize='4'
  419. known_extensions='DB_File Fcntl GDBM_File NDBM_File ODBM_File Opcode POSIX SDBM_File Socket IO attrs Thread'
  420. ksh=''
  421. large=''
  422. ld='link'
  423. lddlflags='-dll -nologo -nodefaultlib -release -machine:x86'
  424. ldflags='-nologo -nodefaultlib -release -machine:x86'
  425. less='less'
  426. lib_ext='.lib'
  427. libc='msvcrt.lib'
  428. libperl='CQperl.lib'
  429. 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'
  430. line='line'
  431. lint=''
  432. lkflags=''
  433. ln=''
  434. lns='copy'
  435. locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
  436. loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
  437. longdblsize='10'
  438. longlongsize='8'
  439. longsize='4'
  440. lp=''
  441. lpr=''
  442. ls='dir'
  443. lseektype='off_t'
  444. mail=''
  445. mailx=''
  446. make='nmake'
  447. make_set_make='#'
  448. mallocobj='malloc.o'
  449. mallocsrc='malloc.c'
  450. malloctype='void *'
  451. man1dir='c:\perl\5.00502\man\man1'
  452. man1direxp='c:\perl\5.00502\man\man1'
  453. man1ext='1'
  454. man3dir='c:\perl\5.00502\man\man3'
  455. man3direxp='c:\perl\5.00502\man\man3'
  456. man3ext='3'
  457. medium=''
  458. mips=''
  459. mips_type=''
  460. mkdir='mkdir'
  461. models='none'
  462. modetype='mode_t'
  463. more='more /e'
  464. mv=''
  465. myarchname='MSWin32'
  466. mydomain=''
  467. myhostname=''
  468. myuname=''
  469. n='-n'
  470. netdb_hlen_type='int'
  471. netdb_host_type='char *'
  472. netdb_name_type='char *'
  473. netdb_net_type='long'
  474. nm=''
  475. nm_opt=''
  476. nm_so_opt=''
  477. nonxs_ext='Errno'
  478. nroff=''
  479. o_nonblock='O_NONBLOCK'
  480. obj_ext='.obj'
  481. optimize='-Od -MD -DNDEBUG'
  482. orderlib='false'
  483. package='perl5'
  484. pager='more /e'
  485. passcat=''
  486. patchlevel='5'
  487. path_sep=';'
  488. perl='perl'
  489. perladmin=''
  490. perlpath='c:\perl\5.00502\bin\MSWin32-x86\perl.exe'
  491. pg=''
  492. phostname='hostname'
  493. pidtype='int'
  494. plibpth=''
  495. pmake=''
  496. pr=''
  497. prefixexp='c:'
  498. privlib='c:\perl\5.00502\lib'
  499. prototype='define'
  500. ptrsize='4'
  501. randbits='15'
  502. ranlib='rem'
  503. rd_nodata='-1'
  504. rm='del'
  505. rmail=''
  506. runnm='true'
  507. scriptdir='c:\perl\5.00502\bin'
  508. scriptdirexp='c:\perl\5.00502\bin'
  509. sed='sed'
  510. selecttype='Perl_fd_set *'
  511. sendmail='blat'
  512. sh='cmd /x /c'
  513. shar=''
  514. shmattype='void *'
  515. shortsize='2'
  516. shrpenv=''
  517. sig_name_init='"ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "CHLD", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0'
  518. signal_t='void'
  519. sitearch='c:\perl\site\5.00502\lib\MSWin32-x86'
  520. sitearchexp='c:\perl\site\5.00502\lib\MSWin32-x86'
  521. sitelib='c:\perl\site\5.00502\lib'
  522. sitelibexp='c:\perl\site\5.00502\lib'
  523. sizetype='size_t'
  524. sleep=''
  525. smail=''
  526. small=''
  527. sockethdr=''
  528. socketlib=''
  529. sort='sort'
  530. spackage='Perl5'
  531. spitshell=''
  532. split=''
  533. src=''
  534. ssizetype='int'
  535. startperl='#!perl'
  536. stdchar='char'
  537. stdio_base='((fp)->_base)'
  538. stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)'
  539. stdio_cnt='((fp)->_cnt)'
  540. stdio_filbuf=''
  541. stdio_ptr='((fp)->_ptr)'
  542. strings='/usr/include/string.h'
  543. submit=''
  544. subversion='02'
  545. sysman='/usr/man/man1'
  546. tail=''
  547. tar=''
  548. tbl=''
  549. tee=''
  550. test=''
  551. timeincl='/usr/include/sys/time.h '
  552. timetype='time_t'
  553. touch='touch'
  554. tr=''
  555. trnl='\012'
  556. troff=''
  557. uidtype='uid_t'
  558. uname='uname'
  559. uniq='uniq'
  560. usedl='define'
  561. usemymalloc='n'
  562. usenm='false'
  563. useopcode='true'
  564. useperlio='undef'
  565. useposix='true'
  566. usesfio='false'
  567. useshrplib='yes'
  568. usethreads='undef'
  569. usevfork='false'
  570. usrinc='/usr/include'
  571. uuname=''
  572. version='5.00502'
  573. vi=''
  574. voidflags='15'
  575. xlibpth='/usr/lib/386 /lib/386'
  576. zcat=''
  577. zip='zip'
  578. !END!
  579.  
  580. my $summary = <<'!END!';
  581. Summary of my $package ($baserev patchlevel $PATCHLEVEL subversion $SUBVERSION) configuration:
  582.   Platform:
  583.     osname=$osname, osvers=$osvers, archname=$archname
  584.     uname='$myuname'
  585.     hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
  586.     usethreads=$usethreads useperlio=$useperlio d_sfio=$d_sfio
  587.   Compiler:
  588.     cc='$cc', optimize='$optimize', gccversion=$gccversion
  589.     cppflags='$cppflags'
  590.     ccflags ='$ccflags'
  591.     stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
  592.     intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize
  593.     d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
  594.     alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
  595.   Linker and Libraries:
  596.     ld='$ld', ldflags ='$ldflags'
  597.     libpth=$libpth
  598.     libs=$libs
  599.     libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
  600.   Dynamic Linking:
  601.     dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
  602.     cccdlflags='$cccdlflags', lddlflags='$lddlflags'
  603.  
  604. !END!
  605. my $summary_expanded = 0;
  606.  
  607. sub myconfig {
  608.     return $summary if $summary_expanded;
  609.     $summary =~ s{\$(\w+)}
  610.              { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
  611.     $summary_expanded = 1;
  612.     $summary;
  613. }
  614.  
  615. sub FETCH { 
  616.     # check for cached value (which may be undef so we use exists not defined)
  617.     return $_[0]->{$_[1]} if (exists $_[0]->{$_[1]});
  618.  
  619.     # Search for it in the big string 
  620.     my($value, $start, $marker, $quote_type);
  621.     $marker = "$_[1]=";
  622.     $quote_type = "'";
  623.     # return undef unless (($value) = $config_sh =~ m/^$_[1]='(.*)'\s*$/m);
  624.     # Check for the common case, ' delimeted
  625.     $start = index($config_sh, "\n$marker$quote_type");
  626.     # If that failed, check for " delimited
  627.     if ($start == -1) {
  628.       $quote_type = '"';
  629.       $start = index($config_sh, "\n$marker$quote_type");
  630.     }
  631.     return undef if ( ($start == -1) &&  # in case it's first 
  632.         (substr($config_sh, 0, length($marker)) ne $marker) );
  633.     if ($start == -1) { 
  634.       # It's the very first thing we found. Skip $start forward
  635.       # and figure out the quote mark after the =.
  636.       $start = length($marker) + 1;
  637.       $quote_type = substr($config_sh, $start - 1, 1);
  638.     } 
  639.     else { 
  640.       $start += length($marker) + 2;
  641.     }
  642.     $value = substr($config_sh, $start, 
  643.         index($config_sh, "$quote_type\n", $start) - $start);
  644.  
  645.     # If we had a double-quote, we'd better eval it so escape
  646.     # sequences and such can be interpolated. Since the incoming
  647.     # value is supposed to follow shell rules and not perl rules,
  648.     # we escape any perl variable markers
  649.     if ($quote_type eq '"') {
  650.       $value =~ s/\$/\\\$/g;
  651.       $value =~ s/\@/\\\@/g;
  652.       eval "\$value = \"$value\"";
  653.     }
  654.     #$value = sprintf($value) if $quote_type eq '"';
  655.     $value = undef if $value eq 'undef'; # So we can say "if $Config{'foo'}".
  656.     $_[0]->{$_[1]} = $value; # cache it
  657.     return $value;
  658. }
  659.  
  660. my $prevpos = 0;
  661.  
  662. sub FIRSTKEY {
  663.     $prevpos = 0;
  664.     # my($key) = $config_sh =~ m/^(.*?)=/;
  665.     substr($config_sh, 0, index($config_sh, '=') );
  666.     # $key;
  667. }
  668.  
  669. sub NEXTKEY {
  670.     # Find out how the current key's quoted so we can skip to its end.
  671.     my $quote = substr($config_sh, index($config_sh, "=", $prevpos)+1, 1);
  672.     my $pos = index($config_sh, qq($quote\n), $prevpos) + 2;
  673.     my $len = index($config_sh, "=", $pos) - $pos;
  674.     $prevpos = $pos;
  675.     $len > 0 ? substr($config_sh, $pos, $len) : undef;
  676. }
  677.  
  678. sub EXISTS { 
  679.     # exists($_[0]->{$_[1]})  or  $config_sh =~ m/^$_[1]=/m;
  680.     exists($_[0]->{$_[1]}) or
  681.     index($config_sh, "\n$_[1]='") != -1 or
  682.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]='" or
  683.     index($config_sh, "\n$_[1]=\"") != -1 or
  684.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]=\"";
  685. }
  686.  
  687. sub STORE  { die "\%Config::Config is read-only\n" }
  688. sub DELETE { &STORE }
  689. sub CLEAR  { &STORE }
  690.  
  691.  
  692. sub config_sh {
  693.     $config_sh
  694. }
  695.  
  696. sub config_re {
  697.     my $re = shift;
  698.     my @matches = ($config_sh =~ /^$re=.*\n/mg);
  699.     @matches ? (print @matches) : print "$re: not found\n";
  700. }
  701.  
  702. sub config_vars {
  703.     foreach(@_){
  704.     config_re($_), next if /\W/;
  705.     my $v=(exists $Config{$_}) ? $Config{$_} : 'UNKNOWN';
  706.     $v='undef' unless defined $v;
  707.     print "$_='$v';\n";
  708.     }
  709. }
  710.  
  711. sub TIEHASH { bless {} }
  712.  
  713. # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
  714. sub DESTROY { }
  715.  
  716. tie %Config, 'Config';
  717.  
  718. 1;
  719. __END__
  720.  
  721. =head1 NAME
  722.  
  723. Config - access Perl configuration information
  724.  
  725. =head1 SYNOPSIS
  726.  
  727.     use Config;
  728.     if ($Config{'cc'} =~ /gcc/) {
  729.     print "built by gcc\n";
  730.     } 
  731.  
  732.     use Config qw(myconfig config_sh config_vars);
  733.  
  734.     print myconfig();
  735.  
  736.     print config_sh();
  737.  
  738.     config_vars(qw(osname archname));
  739.  
  740.  
  741. =head1 DESCRIPTION
  742.  
  743. The Config module contains all the information that was available to
  744. the C<Configure> program at Perl build time (over 900 values).
  745.  
  746. Shell variables from the F<config.sh> file (written by Configure) are
  747. stored in the readonly-variable C<%Config>, indexed by their names.
  748.  
  749. Values stored in config.sh as 'undef' are returned as undefined
  750. values.  The perl C<exists> function can be used to check if a
  751. named variable exists.
  752.  
  753. =over 4
  754.  
  755. =item myconfig()
  756.  
  757. Returns a textual summary of the major perl configuration values.
  758. See also C<-V> in L<perlrun/Switches>.
  759.  
  760. =item config_sh()
  761.  
  762. Returns the entire perl configuration information in the form of the
  763. original config.sh shell variable assignment script.
  764.  
  765. =item config_vars(@names)
  766.  
  767. Prints to STDOUT the values of the named configuration variable. Each is
  768. printed on a separate line in the form:
  769.  
  770.   name='value';
  771.  
  772. Names which are unknown are output as C<name='UNKNOWN';>.
  773. See also C<-V:name> in L<perlrun/Switches>.
  774.  
  775. =back
  776.  
  777. =head1 EXAMPLE
  778.  
  779. Here's a more sophisticated example of using %Config:
  780.  
  781.     use Config;
  782.     use strict;
  783.  
  784.     my %sig_num;
  785.     my @sig_name;
  786.     unless($Config{sig_name} && $Config{sig_num}) {
  787.     die "No sigs?";
  788.     } else {
  789.     my @names = split ' ', $Config{sig_name};
  790.     @sig_num{@names} = split ' ', $Config{sig_num};
  791.     foreach (@names) {
  792.         $sig_name[$sig_num{$_}] ||= $_;
  793.     }   
  794.     }
  795.  
  796.     print "signal #17 = $sig_name[17]\n";
  797.     if ($sig_num{ALRM}) { 
  798.     print "SIGALRM is $sig_num{ALRM}\n";
  799.     }   
  800.  
  801. =head1 WARNING
  802.  
  803. Because this information is not stored within the perl executable
  804. itself it is possible (but unlikely) that the information does not
  805. relate to the actual perl binary which is being used to access it.
  806.  
  807. The Config module is installed into the architecture and version
  808. specific library directory ($Config{installarchlib}) and it checks the
  809. perl version number when loaded.
  810.  
  811. The values stored in config.sh may be either single-quoted or
  812. double-quoted. Double-quoted strings are handy for those cases where you
  813. need to include escape sequences in the strings. To avoid runtime variable
  814. interpolation, any C<$> and C<@> characters are replaced by C<\$> and
  815. C<\@>, respectively. This isn't foolproof, of course, so don't embed C<\$>
  816. or C<\@> in double-quoted strings unless you're willing to deal with the
  817. consequences. (The slashes will end up escaped and the C<$> or C<@> will
  818. trigger variable interpolation)
  819.  
  820. =head1 GLOSSARY
  821.  
  822. Most C<Config> variables are determined by the C<Configure> script
  823. on platforms supported by it (which is most UNIX platforms).  Some
  824. platforms have custom-made C<Config> variables, and may thus not have
  825. some of the variables described below, or may have extraneous variables
  826. specific to that particular port.  See the port specific documentation
  827. in such cases.
  828.  
  829. =head2 M
  830.  
  831. =over
  832.  
  833. =item C<Mcc>
  834.  
  835. From F<Loc.U>:
  836.  
  837. This variable is be used internally by Configure to determine the
  838. full pathname (if any) of the Mcc program.  After Configure runs,
  839. the value is reset to a plain C<Mcc> and is not useful.
  840.  
  841. =back
  842.  
  843. =head2 _
  844.  
  845. =over
  846.  
  847. =item C<_a>
  848.  
  849. From F<Unix.U>:
  850.  
  851. This variable defines the extension used for ordinary libraries.
  852. For unix, it is F<.a>.  The F<.> is included.  Other possible
  853. values include F<.lib>.
  854.  
  855. =item C<_exe>
  856.  
  857. From F<Unix.U>:
  858.  
  859. This variable defines the extension used for executable files.
  860. For unix it is empty.  Other possible values include F<.exe>.
  861.  
  862. =item C<_o>
  863.  
  864. From F<Unix.U>:
  865.  
  866. This variable defines the extension used for object files.
  867. For unix, it is F<.o>.  The F<.> is included.  Other possible
  868. values include F<.obj>.
  869.  
  870. =back
  871.  
  872. =head2 a
  873.  
  874. =over
  875.  
  876. =item C<afs>
  877.  
  878. From F<afs.U>:
  879.  
  880. This variable is set to C<true> if C<AFS> (Andrew File System) is used
  881. on the system, C<false> otherwise.  It is possible to override this
  882. with a hint value or command line option, but you'd better know
  883. what you are doing.
  884.  
  885. =item C<alignbytes>
  886.  
  887. From F<alignbytes.U>:
  888.  
  889. This variable holds the number of bytes required to align a
  890. double. Usual values are 2, 4 and 8.
  891.  
  892. =item C<ansi2knr>
  893.  
  894. From F<ansi2knr.U>:
  895.  
  896. This variable is set if the user needs to run ansi2knr.  
  897. Currently, this is not supported, so we just abort.
  898.  
  899. =item C<aphostname>
  900.  
  901. From F<d_gethname.U>:
  902.  
  903. Thie variable contains the command which can be used to compute the
  904. host name. The command is fully qualified by its absolute path, to make
  905. it safe when used by a process with super-user privileges.
  906.  
  907. =item C<apiversion>
  908.  
  909. From F<patchlevel.U>:
  910.  
  911. This is a number which identifies the lowest version of perl
  912. to have an C<API> (for C<XS> extensions) compatible with the present
  913. version.  For example, for 5.005_01, the apiversion should be
  914. 5.005, since 5.005_01 should be binary compatible with 5.005.
  915. This should probably be incremented manually somehow, perhaps
  916. from F<patchlevel.h>.  For now, we'll guess maintenance subversions
  917. will retain binary compatibility.
  918.  
  919. =item C<ar>
  920.  
  921. From F<Loc.U>:
  922.  
  923. This variable is be used internally by Configure to determine the
  924. full pathname (if any) of the ar program.  After Configure runs,
  925. the value is reset to a plain C<ar> and is not useful.
  926.  
  927. =item C<archlib>
  928.  
  929. From F<archlib.U>:
  930.  
  931. This variable holds the name of the directory in which the user wants
  932. to put architecture-dependent public library files for $package.
  933. It is most often a local directory such as F</usr/local/lib>.
  934. Programs using this variable must be prepared to deal
  935. with filename expansion.
  936.  
  937. =item C<archlibexp>
  938.  
  939. From F<archlib.U>:
  940.  
  941. This variable is the same as the archlib variable, but is
  942. filename expanded at configuration time, for convenient use.
  943.  
  944. =item C<archname>
  945.  
  946. From F<archname.U>:
  947.  
  948. This variable is a short name to characterize the current
  949. architecture.  It is used mainly to construct the default archlib.
  950.  
  951. =item C<archobjs>
  952.  
  953. From F<Unix.U>:
  954.  
  955. This variable defines any additional objects that must be linked
  956. in with the program on this architecture.  On unix, it is usually
  957. empty.  It is typically used to include emulations of unix calls
  958. or other facilities.  For perl on F<OS/2>, for example, this would
  959. include F<os2/os2.obj>.
  960.  
  961. =item C<awk>
  962.  
  963. From F<Loc.U>:
  964.  
  965. This variable is be used internally by Configure to determine the
  966. full pathname (if any) of the awk program.  After Configure runs,
  967. the value is reset to a plain C<awk> and is not useful.
  968.  
  969. =back
  970.  
  971. =head2 b
  972.  
  973. =over
  974.  
  975. =item C<baserev>
  976.  
  977. From F<baserev.U>:
  978.  
  979. The base revision level of this package, from the F<.package> file.
  980.  
  981. =item C<bash>
  982.  
  983. From F<Loc.U>:
  984.  
  985. This variable is defined but not used by Configure.
  986. The value is a plain '' and is not useful.
  987.  
  988. =item C<bin>
  989.  
  990. From F<bin.U>:
  991.  
  992. This variable holds the name of the directory in which the user wants
  993. to put publicly executable images for the package in question.  It
  994. is most often a local directory such as F</usr/local/bin>. Programs using
  995. this variable must be prepared to deal with F<~name> substitution.
  996.  
  997. =item C<binexp>
  998.  
  999. From F<bin.U>:
  1000.  
  1001. This is the same as the bin variable, but is filename expanded at
  1002. configuration time, for use in your makefiles.
  1003.  
  1004. =item C<bison>
  1005.  
  1006. From F<Loc.U>:
  1007.  
  1008. This variable is defined but not used by Configure.
  1009. The value is a plain '' and is not useful.
  1010.  
  1011. =item C<byacc>
  1012.  
  1013. From F<Loc.U>:
  1014.  
  1015. This variable is be used internally by Configure to determine the
  1016. full pathname (if any) of the byacc program.  After Configure runs,
  1017. the value is reset to a plain C<byacc> and is not useful.
  1018.  
  1019. =item C<byteorder>
  1020.  
  1021. From F<byteorder.U>:
  1022.  
  1023. This variable holds the byte order. In the following, larger digits
  1024. indicate more significance.  The variable byteorder is either 4321
  1025. on a big-endian machine, or 1234 on a little-endian, or 87654321
  1026. on a Cray ... or 3412 with weird order !
  1027.  
  1028. =back
  1029.  
  1030. =head2 c
  1031.  
  1032. =over
  1033.  
  1034. =item C<c>
  1035.  
  1036. From F<n.U>:
  1037.  
  1038. This variable contains the \c string if that is what causes the echo
  1039. command to suppress newline.  Otherwise it is null.  Correct usage is
  1040.  
  1041.     $echo $n "prompt for a question: $c".
  1042.  
  1043.  
  1044. =item C<castflags>
  1045.  
  1046. From F<d_castneg.U>:
  1047.  
  1048. This variable contains a flag that precise difficulties the
  1049. compiler has casting odd floating values to unsigned long:
  1050.  
  1051.     0 = ok
  1052.  
  1053.  
  1054.     1 = couldn't cast < 0
  1055.  
  1056.  
  1057.     2 = couldn't cast >= 0x80000000
  1058.  
  1059.  
  1060.     4 = couldn't cast in argument expression list
  1061.  
  1062.  
  1063. =item C<cat>
  1064.  
  1065. From F<Loc.U>:
  1066.  
  1067. This variable is be used internally by Configure to determine the
  1068. full pathname (if any) of the cat program.  After Configure runs,
  1069. the value is reset to a plain C<cat> and is not useful.
  1070.  
  1071. =item C<cc>
  1072.  
  1073. From F<cc.U>:
  1074.  
  1075. This variable holds the name of a command to execute a C compiler which
  1076. can resolve multiple global references that happen to have the same
  1077. name.  Usual values are C<cc>, C<Mcc>, C<cc -M>, and C<gcc>.
  1078.  
  1079. =item C<cccdlflags>
  1080.  
  1081. From F<dlsrc.U>:
  1082.  
  1083. This variable contains any special flags that might need to be
  1084. passed with C<cc -c> to compile modules to be used to create a shared
  1085. library that will be used for dynamic loading.  For hpux, this
  1086. should be +z.  It is up to the makefile to use it.
  1087.  
  1088. =item C<ccdlflags>
  1089.  
  1090. From F<dlsrc.U>:
  1091.  
  1092. This variable contains any special flags that might need to be
  1093. passed to cc to link with a shared library for dynamic loading.
  1094. It is up to the makefile to use it.  For sunos 4.1, it should
  1095. be empty.
  1096.  
  1097. =item C<ccflags>
  1098.  
  1099. From F<ccflags.U>:
  1100.  
  1101. This variable contains any additional C compiler flags desired by
  1102. the user.  It is up to the Makefile to use this.
  1103.  
  1104. =item C<cf_by>
  1105.  
  1106. From F<cf_who.U>:
  1107.  
  1108. Login name of the person who ran the Configure script and answered the
  1109. questions. This is used to tag both F<config.sh> and F<config_h.SH>.
  1110.  
  1111. =item C<cf_email>
  1112.  
  1113. From F<cf_email.U>:
  1114.  
  1115. Electronic mail address of the person who ran Configure. This can be
  1116. used by units that require the user's e-mail, like F<MailList.U>.
  1117.  
  1118. =item C<cf_time>
  1119.  
  1120. From F<cf_who.U>:
  1121.  
  1122. Holds the output of the C<date> command when the configuration file was
  1123. produced. This is used to tag both F<config.sh> and F<config_h.SH>.
  1124.  
  1125. =item C<chgrp>
  1126.  
  1127. From F<Loc.U>:
  1128.  
  1129. This variable is defined but not used by Configure.
  1130. The value is a plain '' and is not useful.
  1131.  
  1132. =item C<chmod>
  1133.  
  1134. From F<Loc.U>:
  1135.  
  1136. This variable is defined but not used by Configure.
  1137. The value is a plain '' and is not useful.
  1138.  
  1139. =item C<chown>
  1140.  
  1141. From F<Loc.U>:
  1142.  
  1143. This variable is defined but not used by Configure.
  1144. The value is a plain '' and is not useful.
  1145.  
  1146. =item C<clocktype>
  1147.  
  1148. From F<d_times.U>:
  1149.  
  1150. This variable holds the type returned by times(). It can be long,
  1151. or clock_t on C<BSD> sites (in which case <sys/types.h> should be
  1152. included).
  1153.  
  1154. =item C<comm>
  1155.  
  1156. From F<Loc.U>:
  1157.  
  1158. This variable is be used internally by Configure to determine the
  1159. full pathname (if any) of the comm program.  After Configure runs,
  1160. the value is reset to a plain C<comm> and is not useful.
  1161.  
  1162. =item C<compress>
  1163.  
  1164. From F<Loc.U>:
  1165.  
  1166. This variable is defined but not used by Configure.
  1167. The value is a plain '' and is not useful.
  1168.  
  1169. =item C<contains>
  1170.  
  1171. From F<contains.U>:
  1172.  
  1173. This variable holds the command to do a grep with a proper return
  1174. status.  On most sane systems it is simply C<grep>.  On insane systems
  1175. it is a grep followed by a cat followed by a test.  This variable
  1176. is primarily for the use of other Configure units.
  1177.  
  1178. =item C<cp>
  1179.  
  1180. From F<Loc.U>:
  1181.  
  1182. This variable is be used internally by Configure to determine the
  1183. full pathname (if any) of the cp program.  After Configure runs,
  1184. the value is reset to a plain C<cp> and is not useful.
  1185.  
  1186. =item C<cpio>
  1187.  
  1188. From F<Loc.U>:
  1189.  
  1190. This variable is defined but not used by Configure.
  1191. The value is a plain '' and is not useful.
  1192.  
  1193. =item C<cpp>
  1194.  
  1195. From F<Loc.U>:
  1196.  
  1197. This variable is be used internally by Configure to determine the
  1198. full pathname (if any) of the cpp program.  After Configure runs,
  1199. the value is reset to a plain C<cpp> and is not useful.
  1200.  
  1201. =item C<cpp_stuff>
  1202.  
  1203. From F<cpp_stuff.U>:
  1204.  
  1205. This variable contains an identification of the catenation mechanism
  1206. used by the C preprocessor.
  1207.  
  1208. =item C<cppflags>
  1209.  
  1210. From F<ccflags.U>:
  1211.  
  1212. This variable holds the flags that will be passed to the C pre-
  1213. processor. It is up to the Makefile to use it.
  1214.  
  1215. =item C<cpplast>
  1216.  
  1217. From F<cppstdin.U>:
  1218.  
  1219. This variable has the same functionality as cppminus, only it applies to
  1220. cpprun and not cppstdin.
  1221.  
  1222. =item C<cppminus>
  1223.  
  1224. From F<cppstdin.U>:
  1225.  
  1226. This variable contains the second part of the string which will invoke
  1227. the C preprocessor on the standard input and produce to standard
  1228. output.  This variable will have the value C<-> if cppstdin needs a minus
  1229. to specify standard input, otherwise the value is "".
  1230.  
  1231. =item C<cpprun>
  1232.  
  1233. From F<cppstdin.U>:
  1234.  
  1235. This variable contains the command which will invoke a C preprocessor
  1236. on standard input and put the output to stdout. It is guaranteed not
  1237. to be a wrapper and may be a null string if no preprocessor can be
  1238. made directly available. This preprocessor might be different from the
  1239. one used by the C compiler. Don't forget to append cpplast after the
  1240. preprocessor options.
  1241.  
  1242. =item C<cppstdin>
  1243.  
  1244. From F<cppstdin.U>:
  1245.  
  1246. This variable contains the command which will invoke the C
  1247. preprocessor on standard input and put the output to stdout.
  1248. It is primarily used by other Configure units that ask about
  1249. preprocessor symbols.
  1250.  
  1251. =item C<cryptlib>
  1252.  
  1253. From F<d_crypt.U>:
  1254.  
  1255. This variable holds -lcrypt or the path to a F<libcrypt.a> archive if
  1256. the crypt() function is not defined in the standard C library. It is
  1257. up to the Makefile to use this.
  1258.  
  1259. =item C<csh>
  1260.  
  1261. From F<Loc.U>:
  1262.  
  1263. This variable is be used internally by Configure to determine the
  1264. full pathname (if any) of the csh program.  After Configure runs,
  1265. the value is reset to a plain C<csh> and is not useful.
  1266.  
  1267. =back
  1268.  
  1269. =head2 d
  1270.  
  1271. =over
  1272.  
  1273. =item C<d_Gconvert>
  1274.  
  1275. From F<d_gconvert.U>:
  1276.  
  1277. This variable holds what Gconvert is defined as to convert
  1278. floating point numbers into strings. It could be C<gconvert>
  1279. or a more C<complex> macro emulating gconvert with gcvt() or sprintf.
  1280.  
  1281. =item C<d_access>
  1282.  
  1283. From F<d_access.U>:
  1284.  
  1285. This variable conditionally defines C<HAS_ACCESS> if the access() system
  1286. call is available to check for access permissions using real IDs.
  1287.  
  1288. =item C<d_alarm>
  1289.  
  1290. From F<d_alarm.U>:
  1291.  
  1292. This variable conditionally defines the C<HAS_ALARM> symbol, which
  1293. indicates to the C program that the alarm() routine is available.
  1294.  
  1295. =item C<d_archlib>
  1296.  
  1297. From F<archlib.U>:
  1298.  
  1299. This variable conditionally defines C<ARCHLIB> to hold the pathname
  1300. of architecture-dependent library files for $package.  If
  1301. $archlib is the same as $privlib, then this is set to undef.
  1302.  
  1303. =item C<d_attribut>
  1304.  
  1305. From F<d_attribut.U>:
  1306.  
  1307. This variable conditionally defines C<HASATTRIBUTE>, which
  1308. indicates the C compiler can check for function attributes,
  1309. such as printf formats.
  1310.  
  1311. =item C<d_bcmp>
  1312.  
  1313. From F<d_bcmp.U>:
  1314.  
  1315. This variable conditionally defines the C<HAS_BCMP> symbol if
  1316. the bcmp() routine is available to compare strings.
  1317.  
  1318. =item C<d_bcopy>
  1319.  
  1320. From F<d_bcopy.U>:
  1321.  
  1322. This variable conditionally defines the C<HAS_BCOPY> symbol if
  1323. the bcopy() routine is available to copy strings.
  1324.  
  1325. =item C<d_bsd>
  1326.  
  1327. From F<Guess.U>:
  1328.  
  1329. This symbol conditionally defines the symbol C<BSD> when running on a
  1330. C<BSD> system.
  1331.  
  1332. =item C<d_bsdgetpgrp>
  1333.  
  1334. From F<d_getpgrp.U>:
  1335.  
  1336. This variable conditionally defines C<USE_BSD_GETPGRP> if
  1337. getpgrp needs one arguments whereas C<USG> one needs none.
  1338.  
  1339. =item C<d_bsdsetpgrp>
  1340.  
  1341. From F<d_setpgrp.U>:
  1342.  
  1343. This variable conditionally defines C<USE_BSD_SETPGRP> if
  1344. setpgrp needs two arguments whereas C<USG> one needs none.
  1345. See also d_setpgid for a C<POSIX> interface.
  1346.  
  1347. =item C<d_bzero>
  1348.  
  1349. From F<d_bzero.U>:
  1350.  
  1351. This variable conditionally defines the C<HAS_BZERO> symbol if
  1352. the bzero() routine is available to set memory to 0.
  1353.  
  1354. =item C<d_casti32>
  1355.  
  1356. From F<d_casti32.U>:
  1357.  
  1358. This variable conditionally defines CASTI32, which indicates
  1359. whether the C compiler can cast large floats to 32-bit ints.
  1360.  
  1361. =item C<d_castneg>
  1362.  
  1363. From F<d_castneg.U>:
  1364.  
  1365. This variable conditionally defines C<CASTNEG>, which indicates
  1366. wether the C compiler can cast negative float to unsigned.
  1367.  
  1368. =item C<d_charvspr>
  1369.  
  1370. From F<d_vprintf.U>:
  1371.  
  1372. This variable conditionally defines C<CHARVSPRINTF> if this system
  1373. has vsprintf returning type (char*).  The trend seems to be to
  1374. declare it as "int vsprintf()".
  1375.  
  1376. =item C<d_chown>
  1377.  
  1378. From F<d_chown.U>:
  1379.  
  1380. This variable conditionally defines the C<HAS_CHOWN> symbol, which
  1381. indicates to the C program that the chown() routine is available.
  1382.  
  1383. =item C<d_chroot>
  1384.  
  1385. From F<d_chroot.U>:
  1386.  
  1387. This variable conditionally defines the C<HAS_CHROOT> symbol, which
  1388. indicates to the C program that the chroot() routine is available.
  1389.  
  1390. =item C<d_chsize>
  1391.  
  1392. From F<d_chsize.U>:
  1393.  
  1394. This variable conditionally defines the C<CHSIZE> symbol, which
  1395. indicates to the C program that the chsize() routine is available
  1396. to truncate files.  You might need a -lx to get this routine.
  1397.  
  1398. =item C<d_closedir>
  1399.  
  1400. From F<d_closedir.U>:
  1401.  
  1402. This variable conditionally defines C<HAS_CLOSEDIR> if closedir() is
  1403. available.
  1404.  
  1405. =item C<d_const>
  1406.  
  1407. From F<d_const.U>:
  1408.  
  1409. This variable conditionally defines the C<HASCONST> symbol, which
  1410. indicates to the C program that this C compiler knows about the
  1411. const type.
  1412.  
  1413. =item C<d_crypt>
  1414.  
  1415. From F<d_crypt.U>:
  1416.  
  1417. This variable conditionally defines the C<CRYPT> symbol, which
  1418. indicates to the C program that the crypt() routine is available
  1419. to encrypt passwords and the like.
  1420.  
  1421. =item C<d_csh>
  1422.  
  1423. From F<d_csh.U>:
  1424.  
  1425. This variable conditionally defines the C<CSH> symbol, which
  1426. indicates to the C program that the C-shell exists.
  1427.  
  1428. =item C<d_cuserid>
  1429.  
  1430. From F<d_cuserid.U>:
  1431.  
  1432. This variable conditionally defines the C<HAS_CUSERID> symbol, which
  1433. indicates to the C program that the cuserid() routine is available
  1434. to get character login names.
  1435.  
  1436. =item C<d_dbl_dig>
  1437.  
  1438. From F<d_dbl_dig.U>:
  1439.  
  1440. This variable conditionally defines d_dbl_dig if this system's
  1441. header files provide C<DBL_DIG>, which is the number of significant
  1442. digits in a double precision number.
  1443.  
  1444. =item C<d_difftime>
  1445.  
  1446. From F<d_difftime.U>:
  1447.  
  1448. This variable conditionally defines the C<HAS_DIFFTIME> symbol, which
  1449. indicates to the C program that the difftime() routine is available.
  1450.  
  1451. =item C<d_dirnamlen>
  1452.  
  1453. From F<i_dirent.U>:
  1454.  
  1455. This variable conditionally defines C<DIRNAMLEN>, which indicates
  1456. to the C program that the length of directory entry names is
  1457. provided by a d_namelen field.
  1458.  
  1459. =item C<d_dlerror>
  1460.  
  1461. From F<d_dlerror.U>:
  1462.  
  1463. This variable conditionally defines the C<HAS_DLERROR> symbol, which
  1464. indicates to the C program that the dlerror() routine is available.
  1465.  
  1466. =item C<d_dlopen>
  1467.  
  1468. From F<d_dlopen.U>:
  1469.  
  1470. This variable conditionally defines the C<HAS_DLOPEN> symbol, which
  1471. indicates to the C program that the dlopen() routine is available.
  1472.  
  1473. =item C<d_dlsymun>
  1474.  
  1475. From F<d_dlsymun.U>:
  1476.  
  1477. This variable conditionally defines C<DLSYM_NEEDS_UNDERSCORE>, which
  1478. indicates that we need to prepend an underscore to the symbol
  1479. name before calling dlsym().
  1480.  
  1481. =item C<d_dosuid>
  1482.  
  1483. From F<d_dosuid.U>:
  1484.  
  1485. This variable conditionally defines the symbol C<DOSUID>, which
  1486. tells the C program that it should insert setuid emulation code
  1487. on hosts which have setuid #! scripts disabled.
  1488.  
  1489. =item C<d_dup2>
  1490.  
  1491. From F<d_dup2.U>:
  1492.  
  1493. This variable conditionally defines HAS_DUP2 if dup2() is
  1494. available to duplicate file descriptors.
  1495.  
  1496. =item C<d_endgrent>
  1497.  
  1498. From F<d_endgrent.U>:
  1499.  
  1500. This variable conditionally defines the C<HAS_ENDGRENT> symbol, which
  1501. indicates to the C program that the endgrent() routine is available
  1502. for sequential access of the group database.
  1503.  
  1504. =item C<d_endhent>
  1505.  
  1506. From F<d_endhent.U>:
  1507.  
  1508. This variable conditionally defines C<HAS_ENDHOSTENT> if endhostent() is
  1509. available to close whatever was being used for host queries.
  1510.  
  1511. =item C<d_endnent>
  1512.  
  1513. From F<d_endnent.U>:
  1514.  
  1515. This variable conditionally defines C<HAS_ENDNETENT> if endnetent() is
  1516. available to close whatever was being used for network queries.
  1517.  
  1518. =item C<d_endpent>
  1519.  
  1520. From F<d_endpent.U>:
  1521.  
  1522. This variable conditionally defines C<HAS_ENDPROTOENT> if endprotoent() is
  1523. available to close whatever was being used for protocol queries.
  1524.  
  1525. =item C<d_endpwent>
  1526.  
  1527. From F<d_endpwent.U>:
  1528.  
  1529. This variable conditionally defines the C<HAS_ENDPWENT> symbol, which
  1530. indicates to the C program that the endpwent() routine is available
  1531. for sequential access of the passwd database.
  1532.  
  1533. =item C<d_endsent>
  1534.  
  1535. From F<d_endsent.U>:
  1536.  
  1537. This variable conditionally defines C<HAS_ENDSERVENT> if endservent() is
  1538. available to close whatever was being used for service queries.
  1539.  
  1540. =item C<d_eofnblk>
  1541.  
  1542. From F<nblock_io.U>:
  1543.  
  1544. This variable conditionally defines C<EOF_NONBLOCK> if C<EOF> can be seen
  1545. when reading from a non-blocking F<I/O> source.
  1546.  
  1547. =item C<d_eunice>
  1548.  
  1549. From F<Guess.U>:
  1550.  
  1551. This variable conditionally defines the symbols C<EUNICE> and C<VAX>, which
  1552. alerts the C program that it must deal with ideosyncracies of C<VMS>.
  1553.  
  1554. =item C<d_fchmod>
  1555.  
  1556. From F<d_fchmod.U>:
  1557.  
  1558. This variable conditionally defines the C<HAS_FCHMOD> symbol, which
  1559. indicates to the C program that the fchmod() routine is available
  1560. to change mode of opened files.
  1561.  
  1562. =item C<d_fchown>
  1563.  
  1564. From F<d_fchown.U>:
  1565.  
  1566. This variable conditionally defines the C<HAS_FCHOWN> symbol, which
  1567. indicates to the C program that the fchown() routine is available
  1568. to change ownership of opened files.
  1569.  
  1570. =item C<d_fcntl>
  1571.  
  1572. From F<d_fcntl.U>:
  1573.  
  1574. This variable conditionally defines the C<HAS_FCNTL> symbol, and indicates
  1575. whether the fcntl() function exists
  1576.  
  1577. =item C<d_fd_macros>
  1578.  
  1579. From F<d_fd_set.U>:
  1580.  
  1581. This variable contains the eventual value of the C<HAS_FD_MACROS> symbol,
  1582. which indicates if your C compiler knows about the macros which
  1583. manipulate an fd_set.
  1584.  
  1585. =item C<d_fd_set>
  1586.  
  1587. From F<d_fd_set.U>:
  1588.  
  1589. This variable contains the eventual value of the C<HAS_FD_SET> symbol,
  1590. which indicates if your C compiler knows about the fd_set typedef.
  1591.  
  1592. =item C<d_fds_bits>
  1593.  
  1594. From F<d_fd_set.U>:
  1595.  
  1596. This variable contains the eventual value of the C<HAS_FDS_BITS> symbol,
  1597. which indicates if your fd_set typedef contains the fds_bits member.
  1598. If you have an fd_set typedef, but the dweebs who installed it did
  1599. a half-fast job and neglected to provide the macros to manipulate
  1600. an fd_set, C<HAS_FDS_BITS> will let us know how to fix the gaffe.
  1601.  
  1602. =item C<d_fgetpos>
  1603.  
  1604. From F<d_fgetpos.U>:
  1605.  
  1606. This variable conditionally defines C<HAS_FGETPOS> if fgetpos() is
  1607. available to get the file position indicator.
  1608.  
  1609. =item C<d_flexfnam>
  1610.  
  1611. From F<d_flexfnam.U>:
  1612.  
  1613. This variable conditionally defines the C<FLEXFILENAMES> symbol, which
  1614. indicates that the system supports filenames longer than 14 characters.
  1615.  
  1616. =item C<d_flock>
  1617.  
  1618. From F<d_flock.U>:
  1619.  
  1620. This variable conditionally defines C<HAS_FLOCK> if flock() is
  1621. available to do file locking.
  1622.  
  1623. =item C<d_fork>
  1624.  
  1625. From F<d_fork.U>:
  1626.  
  1627. This variable conditionally defines the C<HAS_FORK> symbol, which
  1628. indicates to the C program that the fork() routine is available.
  1629.  
  1630. =item C<d_fpathconf>
  1631.  
  1632. From F<d_pathconf.U>:
  1633.  
  1634. This variable conditionally defines the C<HAS_FPATHCONF> symbol, which
  1635. indicates to the C program that the pathconf() routine is available
  1636. to determine file-system related limits and options associated
  1637. with a given open file descriptor.
  1638.  
  1639. =item C<d_fsetpos>
  1640.  
  1641. From F<d_fsetpos.U>:
  1642.  
  1643. This variable conditionally defines C<HAS_FSETPOS> if fsetpos() is
  1644. available to set the file position indicator.
  1645.  
  1646. =item C<d_ftime>
  1647.  
  1648. From F<d_ftime.U>:
  1649.  
  1650. This variable conditionally defines the C<HAS_FTIME> symbol, which indicates
  1651. that the ftime() routine exists.  The ftime() routine is basically
  1652. a sub-second accuracy clock.
  1653.  
  1654. =item C<d_getgrent>
  1655.  
  1656. From F<d_getgrent.U>:
  1657.  
  1658. This variable conditionally defines the C<HAS_GETGRENT> symbol, which
  1659. indicates to the C program that the getgrent() routine is available
  1660. for sequential access of the group database.
  1661.  
  1662. =item C<d_getgrps>
  1663.  
  1664. From F<d_getgrps.U>:
  1665.  
  1666. This variable conditionally defines the C<HAS_GETGROUPS> symbol, which
  1667. indicates to the C program that the getgroups() routine is available
  1668. to get the list of process groups.
  1669.  
  1670. =item C<d_gethbyaddr>
  1671.  
  1672. From F<d_gethbyad.U>:
  1673.  
  1674. This variable conditionally defines the C<HAS_GETHOSTBYADDR> symbol, which
  1675. indicates to the C program that the gethostbyaddr() routine is available
  1676. to look up hosts by their C<IP> addresses.
  1677.  
  1678. =item C<d_gethbyname>
  1679.  
  1680. From F<d_gethbynm.U>:
  1681.  
  1682. This variable conditionally defines the C<HAS_GETHOSTBYNAME> symbol, which
  1683. indicates to the C program that the gethostbyname() routine is available
  1684. to look up host names in some data base or other.
  1685.  
  1686. =item C<d_gethent>
  1687.  
  1688. From F<d_gethent.U>:
  1689.  
  1690. This variable conditionally defines C<HAS_GETHOSTENT> if gethostent() is
  1691. available to look up host names in some data base or another.
  1692.  
  1693. =item C<d_gethname>
  1694.  
  1695. From F<d_gethname.U>:
  1696.  
  1697. This variable conditionally defines the C<HAS_GETHOSTNAME> symbol, which
  1698. indicates to the C program that the gethostname() routine may be
  1699. used to derive the host name.
  1700.  
  1701. =item C<d_gethostprotos>
  1702.  
  1703. From F<d_gethostprotos.U>:
  1704.  
  1705. This variable conditionally defines the C<HAS_GETHOST_PROTOS> symbol,
  1706. which indicates to the C program that <netdb.h> supplies
  1707. prototypes for the various gethost*() functions.  
  1708. See also F<netdbtype.U> for probing for various netdb types.
  1709.  
  1710. =item C<d_getlogin>
  1711.  
  1712. From F<d_getlogin.U>:
  1713.  
  1714. This variable conditionally defines the C<HAS_GETLOGIN> symbol, which
  1715. indicates to the C program that the getlogin() routine is available
  1716. to get the login name.
  1717.  
  1718. =item C<d_getnbyaddr>
  1719.  
  1720. From F<d_getnbyad.U>:
  1721.  
  1722. This variable conditionally defines the C<HAS_GETNETBYADDR> symbol, which
  1723. indicates to the C program that the getnetbyaddr() routine is available
  1724. to look up networks by their C<IP> addresses.
  1725.  
  1726. =item C<d_getnbyname>
  1727.  
  1728. From F<d_getnbynm.U>:
  1729.  
  1730. This variable conditionally defines the C<HAS_GETNETBYNAME> symbol, which
  1731. indicates to the C program that the getnetbyname() routine is available
  1732. to look up networks by their names.
  1733.  
  1734. =item C<d_getnent>
  1735.  
  1736. From F<d_getnent.U>:
  1737.  
  1738. This variable conditionally defines C<HAS_GETNETENT> if getnetent() is
  1739. available to look up network names in some data base or another.
  1740.  
  1741. =item C<d_getnetprotos>
  1742.  
  1743. From F<d_getnetprotos.U>:
  1744.  
  1745. This variable conditionally defines the C<HAS_GETNET_PROTOS> symbol,
  1746. which indicates to the C program that <netdb.h> supplies
  1747. prototypes for the various getnet*() functions.  
  1748. See also F<netdbtype.U> for probing for various netdb types.
  1749.  
  1750. =item C<d_getpbyname>
  1751.  
  1752. From F<d_getprotby.U>:
  1753.  
  1754. This variable conditionally defines the C<HAS_GETPROTOBYNAME> 
  1755. symbol, which indicates to the C program that the 
  1756. getprotobyname() routine is available to look up protocols
  1757. by their name.
  1758.  
  1759. =item C<d_getpbynumber>
  1760.  
  1761. From F<d_getprotby.U>:
  1762.  
  1763. This variable conditionally defines the C<HAS_GETPROTOBYNUMBER> 
  1764. symbol, which indicates to the C program that the 
  1765. getprotobynumber() routine is available to look up protocols
  1766. by their number.
  1767.  
  1768. =item C<d_getpent>
  1769.  
  1770. From F<d_getpent.U>:
  1771.  
  1772. This variable conditionally defines C<HAS_GETPROTOENT> if getprotoent() is
  1773. available to look up protocols in some data base or another.
  1774.  
  1775. =item C<d_getpgid>
  1776.  
  1777. From F<d_getpgid.U>:
  1778.  
  1779. This variable conditionally defines the C<HAS_GETPGID> symbol, which
  1780. indicates to the C program that the getpgid(pid) function
  1781. is available to get the process group id.
  1782.  
  1783. =item C<d_getpgrp2>
  1784.  
  1785. From F<d_getpgrp2.U>:
  1786.  
  1787. This variable conditionally defines the HAS_GETPGRP2 symbol, which
  1788. indicates to the C program that the getpgrp2() (as in F<DG/C<UX>>) routine
  1789. is available to get the current process group.
  1790.  
  1791. =item C<d_getpgrp>
  1792.  
  1793. From F<d_getpgrp.U>:
  1794.  
  1795. This variable conditionally defines C<HAS_GETPGRP> if getpgrp() is
  1796. available to get the current process group.
  1797.  
  1798. =item C<d_getppid>
  1799.  
  1800. From F<d_getppid.U>:
  1801.  
  1802. This variable conditionally defines the C<HAS_GETPPID> symbol, which
  1803. indicates to the C program that the getppid() routine is available
  1804. to get the parent process C<ID>.
  1805.  
  1806. =item C<d_getprior>
  1807.  
  1808. From F<d_getprior.U>:
  1809.  
  1810. This variable conditionally defines C<HAS_GETPRIORITY> if getpriority()
  1811. is available to get a process's priority.
  1812.  
  1813. =item C<d_getprotoprotos>
  1814.  
  1815. From F<d_getprotoprotos.U>:
  1816.  
  1817. This variable conditionally defines the C<HAS_GETPROTO_PROTOS> symbol,
  1818. which indicates to the C program that <netdb.h> supplies
  1819. prototypes for the various getproto*() functions.  
  1820. See also F<netdbtype.U> for probing for various netdb types.
  1821.  
  1822. =item C<d_getpwent>
  1823.  
  1824. From F<d_getpwent.U>:
  1825.  
  1826. This variable conditionally defines the C<HAS_GETPWENT> symbol, which
  1827. indicates to the C program that the getpwent() routine is available
  1828. for sequential access of the passwd database.
  1829.  
  1830. =item C<d_getsbyname>
  1831.  
  1832. From F<d_getsrvby.U>:
  1833.  
  1834. This variable conditionally defines the C<HAS_GETSERVBYNAME> 
  1835. symbol, which indicates to the C program that the 
  1836. getservbyname() routine is available to look up services
  1837. by their name.
  1838.  
  1839. =item C<d_getsbyport>
  1840.  
  1841. From F<d_getsrvby.U>:
  1842.  
  1843. This variable conditionally defines the C<HAS_GETSERVBYPORT> 
  1844. symbol, which indicates to the C program that the 
  1845. getservbyport() routine is available to look up services
  1846. by their port.
  1847.  
  1848. =item C<d_getsent>
  1849.  
  1850. From F<d_getsent.U>:
  1851.  
  1852. This variable conditionally defines C<HAS_GETSERVENT> if getservent() is
  1853. available to look up network services in some data base or another.
  1854.  
  1855. =item C<d_getservprotos>
  1856.  
  1857. From F<d_getservprotos.U>:
  1858.  
  1859. This variable conditionally defines the C<HAS_GETSERV_PROTOS> symbol,
  1860. which indicates to the C program that <netdb.h> supplies
  1861. prototypes for the various getserv*() functions.  
  1862. See also F<netdbtype.U> for probing for various netdb types.
  1863.  
  1864. =item C<d_gettimeod>
  1865.  
  1866. From F<d_ftime.U>:
  1867.  
  1868. This variable conditionally defines the C<HAS_GETTIMEOFDAY> symbol, which
  1869. indicates that the gettimeofday() system call exists (to obtain a
  1870. sub-second accuracy clock). You should probably include <sys/resource.h>.
  1871.  
  1872. =item C<d_gnulibc>
  1873.  
  1874. From F<d_gnulibc.U>:
  1875.  
  1876. Defined if we're dealing with the C<GNU> C Library.
  1877.  
  1878. =item C<d_grpasswd>
  1879.  
  1880. From F<i_grp.U>:
  1881.  
  1882. This variable conditionally defines C<GRPASSWD>, which indicates
  1883. that struct group in <grp.h> contains gr_passwd.
  1884.  
  1885. =item C<d_htonl>
  1886.  
  1887. From F<d_htonl.U>:
  1888.  
  1889. This variable conditionally defines C<HAS_HTONL> if htonl() and its
  1890. friends are available to do network order byte swapping.
  1891.  
  1892. =item C<d_index>
  1893.  
  1894. From F<d_strchr.U>:
  1895.  
  1896. This variable conditionally defines C<HAS_INDEX> if index() and
  1897. rindex() are available for string searching.
  1898.  
  1899. =item C<d_inetaton>
  1900.  
  1901. From F<d_inetaton.U>:
  1902.  
  1903. This variable conditionally defines the C<HAS_INET_ATON> symbol, which
  1904. indicates to the C program that the inet_aton() function is available
  1905. to parse C<IP> address C<dotted-quad> strings.
  1906.  
  1907. =item C<d_isascii>
  1908.  
  1909. From F<d_isascii.U>:
  1910.  
  1911. This variable conditionally defines the C<HAS_ISASCII> constant,
  1912. which indicates to the C program that isascii() is available.
  1913.  
  1914. =item C<d_killpg>
  1915.  
  1916. From F<d_killpg.U>:
  1917.  
  1918. This variable conditionally defines the C<HAS_KILLPG> symbol, which
  1919. indicates to the C program that the killpg() routine is available
  1920. to kill process groups.
  1921.  
  1922. =item C<d_lchown>
  1923.  
  1924. From F<d_lchown.U>:
  1925.  
  1926. This variable conditionally defines the C<HAS_LCHOWN> symbol, which
  1927. indicates to the C program that the lchown() routine is available
  1928. to operate on a symbolic link (instead of following the link).
  1929.  
  1930. =item C<d_link>
  1931.  
  1932. From F<d_link.U>:
  1933.  
  1934. This variable conditionally defines C<HAS_LINK> if link() is
  1935. available to create hard links.
  1936.  
  1937. =item C<d_locconv>
  1938.  
  1939. From F<d_locconv.U>:
  1940.  
  1941. This variable conditionally defines C<HAS_LOCALECONV> if localeconv() is
  1942. available for numeric and monetary formatting conventions.
  1943.  
  1944. =item C<d_lockf>
  1945.  
  1946. From F<d_lockf.U>:
  1947.  
  1948. This variable conditionally defines C<HAS_LOCKF> if lockf() is
  1949. available to do file locking.
  1950.  
  1951. =item C<d_longdbl>
  1952.  
  1953. From F<d_longdbl.U>:
  1954.  
  1955. This variable conditionally defines C<HAS_LONG_DOUBLE> if 
  1956. the long double type is supported.
  1957.  
  1958. =item C<d_longlong>
  1959.  
  1960. From F<d_longlong.U>:
  1961.  
  1962. This variable conditionally defines C<HAS_LONG_LONG> if 
  1963. the long long type is supported.
  1964.  
  1965. =item C<d_lstat>
  1966.  
  1967. From F<d_lstat.U>:
  1968.  
  1969. This variable conditionally defines C<HAS_LSTAT> if lstat() is
  1970. available to do file stats on symbolic links.
  1971.  
  1972. =item C<d_mblen>
  1973.  
  1974. From F<d_mblen.U>:
  1975.  
  1976. This variable conditionally defines the C<HAS_MBLEN> symbol, which
  1977. indicates to the C program that the mblen() routine is available
  1978. to find the number of bytes in a multibye character.
  1979.  
  1980. =item C<d_mbstowcs>
  1981.  
  1982. From F<d_mbstowcs.U>:
  1983.  
  1984. This variable conditionally defines the C<HAS_MBSTOWCS> symbol, which
  1985. indicates to the C program that the mbstowcs() routine is available
  1986. to convert a multibyte string into a wide character string.
  1987.  
  1988. =item C<d_mbtowc>
  1989.  
  1990. From F<d_mbtowc.U>:
  1991.  
  1992. This variable conditionally defines the C<HAS_MBTOWC> symbol, which
  1993. indicates to the C program that the mbtowc() routine is available
  1994. to convert multibyte to a wide character.
  1995.  
  1996. =item C<d_memcmp>
  1997.  
  1998. From F<d_memcmp.U>:
  1999.  
  2000. This variable conditionally defines the C<HAS_MEMCMP> symbol, which
  2001. indicates to the C program that the memcmp() routine is available
  2002. to compare blocks of memory.
  2003.  
  2004. =item C<d_memcpy>
  2005.  
  2006. From F<d_memcpy.U>:
  2007.  
  2008. This variable conditionally defines the C<HAS_MEMCPY> symbol, which
  2009. indicates to the C program that the memcpy() routine is available
  2010. to copy blocks of memory.
  2011.  
  2012. =item C<d_memmove>
  2013.  
  2014. From F<d_memmove.U>:
  2015.  
  2016. This variable conditionally defines the C<HAS_MEMMOVE> symbol, which
  2017. indicates to the C program that the memmove() routine is available
  2018. to copy potentatially overlapping blocks of memory.
  2019.  
  2020. =item C<d_memset>
  2021.  
  2022. From F<d_memset.U>:
  2023.  
  2024. This variable conditionally defines the C<HAS_MEMSET> symbol, which
  2025. indicates to the C program that the memset() routine is available
  2026. to set blocks of memory.
  2027.  
  2028. =item C<d_mkdir>
  2029.  
  2030. From F<d_mkdir.U>:
  2031.  
  2032. This variable conditionally defines the C<HAS_MKDIR> symbol, which
  2033. indicates to the C program that the mkdir() routine is available
  2034. to create F<directories.>.
  2035.  
  2036. =item C<d_mkfifo>
  2037.  
  2038. From F<d_mkfifo.U>:
  2039.  
  2040. This variable conditionally defines the C<HAS_MKFIFO> symbol, which
  2041. indicates to the C program that the mkfifo() routine is available.
  2042.  
  2043. =item C<d_mktime>
  2044.  
  2045. From F<d_mktime.U>:
  2046.  
  2047. This variable conditionally defines the C<HAS_MKTIME> symbol, which
  2048. indicates to the C program that the mktime() routine is available.
  2049.  
  2050. =item C<d_msg>
  2051.  
  2052. From F<d_msg.U>:
  2053.  
  2054. This variable conditionally defines the C<HAS_MSG> symbol, which
  2055. indicates that the entire msg*(2) library is present.
  2056.  
  2057. =item C<d_msgctl>
  2058.  
  2059. From F<d_msgctl.U>:
  2060.  
  2061. This variable conditionally defines the C<HAS_MSGCTL> symbol, which
  2062. indicates to the C program that the msgctl() routine is available.
  2063.  
  2064. =item C<d_msgget>
  2065.  
  2066. From F<d_msgget.U>:
  2067.  
  2068. This variable conditionally defines the C<HAS_MSGGET> symbol, which
  2069. indicates to the C program that the msgget() routine is available.
  2070.  
  2071. =item C<d_msgrcv>
  2072.  
  2073. From F<d_msgrcv.U>:
  2074.  
  2075. This variable conditionally defines the C<HAS_MSGRCV> symbol, which
  2076. indicates to the C program that the msgrcv() routine is available.
  2077.  
  2078. =item C<d_msgsnd>
  2079.  
  2080. From F<d_msgsnd.U>:
  2081.  
  2082. This variable conditionally defines the C<HAS_MSGSND> symbol, which
  2083. indicates to the C program that the msgsnd() routine is available.
  2084.  
  2085. =item C<d_mymalloc>
  2086.  
  2087. From F<mallocsrc.U>:
  2088.  
  2089. This variable conditionally defines C<MYMALLOC> in case other parts
  2090. of the source want to take special action if C<MYMALLOC> is used.
  2091. This may include different sorts of profiling or error detection.
  2092.  
  2093. =item C<d_nice>
  2094.  
  2095. From F<d_nice.U>:
  2096.  
  2097. This variable conditionally defines the C<HAS_NICE> symbol, which
  2098. indicates to the C program that the nice() routine is available.
  2099.  
  2100. =item C<d_oldpthreads>
  2101.  
  2102. From F<usethreads.U>:
  2103.  
  2104. This variable conditionally defines the C<OLD_PTHREADS_API> symbol,
  2105. and indicates that Perl should be built to use the old
  2106. draft C<POSIX> threads C<API>.  This is only potneially meaningful if
  2107. usethreads is set.
  2108.  
  2109. =item C<d_oldsock>
  2110.  
  2111. From F<d_socket.U>:
  2112.  
  2113. This variable conditionally defines the C<OLDSOCKET> symbol, which
  2114. indicates that the C<BSD> socket interface is based on 4.1c and not 4.2.
  2115.  
  2116. =item C<d_open3>
  2117.  
  2118. From F<d_open3.U>:
  2119.  
  2120. This variable conditionally defines the HAS_OPEN3 manifest constant,
  2121. which indicates to the C program that the 3 argument version of
  2122. the open(2) function is available.
  2123.  
  2124. =item C<d_pathconf>
  2125.  
  2126. From F<d_pathconf.U>:
  2127.  
  2128. This variable conditionally defines the C<HAS_PATHCONF> symbol, which
  2129. indicates to the C program that the pathconf() routine is available
  2130. to determine file-system related limits and options associated
  2131. with a given filename.
  2132.  
  2133. =item C<d_pause>
  2134.  
  2135. From F<d_pause.U>:
  2136.  
  2137. This variable conditionally defines the C<HAS_PAUSE> symbol, which
  2138. indicates to the C program that the pause() routine is available
  2139. to suspend a process until a signal is received.
  2140.  
  2141. =item C<d_phostname>
  2142.  
  2143. From F<d_gethname.U>:
  2144.  
  2145. This variable conditionally defines the C<PHOSTNAME> symbol, which
  2146. contains the shell command which, when fed to popen(), may be
  2147. used to derive the host name.
  2148.  
  2149. =item C<d_pipe>
  2150.  
  2151. From F<d_pipe.U>:
  2152.  
  2153. This variable conditionally defines the C<HAS_PIPE> symbol, which
  2154. indicates to the C program that the pipe() routine is available
  2155. to create an inter-process channel.
  2156.  
  2157. =item C<d_poll>
  2158.  
  2159. From F<d_poll.U>:
  2160.  
  2161. This variable conditionally defines the C<HAS_POLL> symbol, which
  2162. indicates to the C program that the poll() routine is available
  2163. to poll active file descriptors.
  2164.  
  2165. =item C<d_portable>
  2166.  
  2167. From F<d_portable.U>:
  2168.  
  2169. This variable conditionally defines the C<PORTABLE> symbol, which
  2170. indicates to the C program that it should not assume that it is
  2171. running on the machine it was compiled on.
  2172.  
  2173. =item C<d_pthread_yield>
  2174.  
  2175. From F<d_pthread_y.U>:
  2176.  
  2177. This variable conditionally defines the C<HAS_PTHREAD_YIELD>
  2178. symbol if the pthread_yield routine is available to yield
  2179. the execution of the current thread.
  2180.  
  2181. =item C<d_pthreads_created_joinable>
  2182.  
  2183. From F<d_pthreadj.U>:
  2184.  
  2185. This variable conditionally defines the C<PTHREADS_CREATED_JOINABLE>
  2186. symbol if pthreads are created in the joinable (aka undetached) 
  2187. state.
  2188.  
  2189. =item C<d_pwage>
  2190.  
  2191. From F<i_pwd.U>:
  2192.  
  2193. This variable conditionally defines C<PWAGE>, which indicates
  2194. that struct passwd contains pw_age.
  2195.  
  2196. =item C<d_pwchange>
  2197.  
  2198. From F<i_pwd.U>:
  2199.  
  2200. This variable conditionally defines C<PWCHANGE>, which indicates
  2201. that struct passwd contains pw_change.
  2202.  
  2203. =item C<d_pwclass>
  2204.  
  2205. From F<i_pwd.U>:
  2206.  
  2207. This variable conditionally defines C<PWCLASS>, which indicates
  2208. that struct passwd contains pw_class.
  2209.  
  2210. =item C<d_pwcomment>
  2211.  
  2212. From F<i_pwd.U>:
  2213.  
  2214. This variable conditionally defines C<PWCOMMENT>, which indicates
  2215. that struct passwd contains pw_comment.
  2216.  
  2217. =item C<d_pwexpire>
  2218.  
  2219. From F<i_pwd.U>:
  2220.  
  2221. This variable conditionally defines C<PWEXPIRE>, which indicates
  2222. that struct passwd contains pw_expire.
  2223.  
  2224. =item C<d_pwgecos>
  2225.  
  2226. From F<i_pwd.U>:
  2227.  
  2228. This variable conditionally defines C<PWGECOS>, which indicates
  2229. that struct passwd contains pw_gecos.
  2230.  
  2231. =item C<d_pwpasswd>
  2232.  
  2233. From F<i_pwd.U>:
  2234.  
  2235. This variable conditionally defines C<PWPASSWD>, which indicates
  2236. that struct passwd contains pw_passwd.
  2237.  
  2238. =item C<d_pwquota>
  2239.  
  2240. From F<i_pwd.U>:
  2241.  
  2242. This variable conditionally defines C<PWQUOTA>, which indicates
  2243. that struct passwd contains pw_quota.
  2244.  
  2245. =item C<d_readdir>
  2246.  
  2247. From F<d_readdir.U>:
  2248.  
  2249. This variable conditionally defines C<HAS_READDIR> if readdir() is
  2250. available to read directory entries.
  2251.  
  2252. =item C<d_readlink>
  2253.  
  2254. From F<d_readlink.U>:
  2255.  
  2256. This variable conditionally defines the C<HAS_READLINK> symbol, which
  2257. indicates to the C program that the readlink() routine is available
  2258. to read the value of a symbolic link.
  2259.  
  2260. =item C<d_rename>
  2261.  
  2262. From F<d_rename.U>:
  2263.  
  2264. This variable conditionally defines the C<HAS_RENAME> symbol, which
  2265. indicates to the C program that the rename() routine is available
  2266. to rename files.
  2267.  
  2268. =item C<d_rewinddir>
  2269.  
  2270. From F<d_readdir.U>:
  2271.  
  2272. This variable conditionally defines C<HAS_REWINDDIR> if rewinddir() is
  2273. available.
  2274.  
  2275. =item C<d_rmdir>
  2276.  
  2277. From F<d_rmdir.U>:
  2278.  
  2279. This variable conditionally defines C<HAS_RMDIR> if rmdir() is
  2280. available to remove directories.
  2281.  
  2282. =item C<d_safebcpy>
  2283.  
  2284. From F<d_safebcpy.U>:
  2285.  
  2286. This variable conditionally defines the C<HAS_SAFE_BCOPY> symbol if
  2287. the bcopy() routine can do overlapping copies.
  2288.  
  2289. =item C<d_safemcpy>
  2290.  
  2291. From F<d_safemcpy.U>:
  2292.  
  2293. This variable conditionally defines the C<HAS_SAFE_MEMCPY> symbol if
  2294. the memcpy() routine can do overlapping copies.
  2295.  
  2296. =item C<d_sanemcmp>
  2297.  
  2298. From F<d_sanemcmp.U>:
  2299.  
  2300. This variable conditionally defines the C<HAS_SANE_MEMCMP> symbol if
  2301. the memcpy() routine is available and can be used to compare relative
  2302. magnitudes of chars with their high bits set.
  2303.  
  2304. =item C<d_sched_yield>
  2305.  
  2306. From F<d_pthread_y.U>:
  2307.  
  2308. This variable conditionally defines the C<HAS_SCHED_YIELD>
  2309. symbol if the sched_yield routine is available to yield
  2310. the execution of the current thread.
  2311.  
  2312. =item C<d_seekdir>
  2313.  
  2314. From F<d_readdir.U>:
  2315.  
  2316. This variable conditionally defines C<HAS_SEEKDIR> if seekdir() is
  2317. available.
  2318.  
  2319. =item C<d_select>
  2320.  
  2321. From F<d_select.U>:
  2322.  
  2323. This variable conditionally defines C<HAS_SELECT> if select() is
  2324. available to select active file descriptors. A <sys/time.h>
  2325. inclusion may be necessary for the timeout field.
  2326.  
  2327. =item C<d_sem>
  2328.  
  2329. From F<d_sem.U>:
  2330.  
  2331. This variable conditionally defines the C<HAS_SEM> symbol, which
  2332. indicates that the entire sem*(2) library is present.
  2333.  
  2334. =item C<d_semctl>
  2335.  
  2336. From F<d_semctl.U>:
  2337.  
  2338. This variable conditionally defines the C<HAS_SEMCTL> symbol, which
  2339. indicates to the C program that the semctl() routine is available.
  2340.  
  2341. =item C<d_semctl_semid_ds>
  2342.  
  2343. From F<d_union_senum.U>:
  2344.  
  2345. This variable conditionally defines C<USE_SEMCTL_SEMID_DS>, which
  2346. indicates that struct semid_ds * is to be used for semctl C<IPC_STAT>.
  2347.  
  2348. =item C<d_semctl_semun>
  2349.  
  2350. From F<d_union_senum.U>:
  2351.  
  2352. This variable conditionally defines C<USE_SEMCTL_SEMUN>, which
  2353. indicates that union semun is to be used for semctl C<IPC_STAT>.
  2354.  
  2355. =item C<d_semget>
  2356.  
  2357. From F<d_semget.U>:
  2358.  
  2359. This variable conditionally defines the C<HAS_SEMGET> symbol, which
  2360. indicates to the C program that the semget() routine is available.
  2361.  
  2362. =item C<d_semop>
  2363.  
  2364. From F<d_semop.U>:
  2365.  
  2366. This variable conditionally defines the C<HAS_SEMOP> symbol, which
  2367. indicates to the C program that the semop() routine is available.
  2368.  
  2369. =item C<d_setegid>
  2370.  
  2371. From F<d_setegid.U>:
  2372.  
  2373. This variable conditionally defines the C<HAS_SETEGID> symbol, which
  2374. indicates to the C program that the setegid() routine is available
  2375. to change the effective gid of the current program.
  2376.  
  2377. =item C<d_seteuid>
  2378.  
  2379. From F<d_seteuid.U>:
  2380.  
  2381. This variable conditionally defines the C<HAS_SETEUID> symbol, which
  2382. indicates to the C program that the seteuid() routine is available
  2383. to change the effective uid of the current program.
  2384.  
  2385. =item C<d_setgrent>
  2386.  
  2387. From F<d_setgrent.U>:
  2388.  
  2389. This variable conditionally defines the C<HAS_SETGRENT> symbol, which
  2390. indicates to the C program that the setgrent() routine is available
  2391. for initializing sequential access to the group database.
  2392.  
  2393. =item C<d_setgrps>
  2394.  
  2395. From F<d_setgrps.U>:
  2396.  
  2397. This variable conditionally defines the C<HAS_SETGROUPS> symbol, which
  2398. indicates to the C program that the setgroups() routine is available
  2399. to set the list of process groups.
  2400.  
  2401. =item C<d_sethent>
  2402.  
  2403. From F<d_sethent.U>:
  2404.  
  2405. This variable conditionally defines C<HAS_SETHOSTENT> if sethostent() is
  2406. available.
  2407.  
  2408. =item C<d_setlinebuf>
  2409.  
  2410. From F<d_setlnbuf.U>:
  2411.  
  2412. This variable conditionally defines the C<HAS_SETLINEBUF> symbol, which
  2413. indicates to the C program that the setlinebuf() routine is available
  2414. to change stderr or stdout from block-buffered or unbuffered to a
  2415. line-buffered mode.
  2416.  
  2417. =item C<d_setlocale>
  2418.  
  2419. From F<d_setlocale.U>:
  2420.  
  2421. This variable conditionally defines C<HAS_SETLOCALE> if setlocale() is
  2422. available to handle locale-specific ctype implementations.
  2423.  
  2424. =item C<d_setnent>
  2425.  
  2426. From F<d_setnent.U>:
  2427.  
  2428. This variable conditionally defines C<HAS_SETNETENT> if setnetent() is
  2429. available.
  2430.  
  2431. =item C<d_setpent>
  2432.  
  2433. From F<d_setpent.U>:
  2434.  
  2435. This variable conditionally defines C<HAS_SETPROTOENT> if setprotoent() is
  2436. available.
  2437.  
  2438. =item C<d_setpgid>
  2439.  
  2440. From F<d_setpgid.U>:
  2441.  
  2442. This variable conditionally defines the C<HAS_SETPGID> symbol if the
  2443. setpgid(pid, gpid) function is available to set process group C<ID>.
  2444.  
  2445. =item C<d_setpgrp2>
  2446.  
  2447. From F<d_setpgrp2.U>:
  2448.  
  2449. This variable conditionally defines the HAS_SETPGRP2 symbol, which
  2450. indicates to the C program that the setpgrp2() (as in F<DG/C<UX>>) routine
  2451. is available to set the current process group.
  2452.  
  2453. =item C<d_setpgrp>
  2454.  
  2455. From F<d_setpgrp.U>:
  2456.  
  2457. This variable conditionally defines C<HAS_SETPGRP> if setpgrp() is
  2458. available to set the current process group.
  2459.  
  2460. =item C<d_setprior>
  2461.  
  2462. From F<d_setprior.U>:
  2463.  
  2464. This variable conditionally defines C<HAS_SETPRIORITY> if setpriority()
  2465. is available to set a process's priority.
  2466.  
  2467. =item C<d_setpwent>
  2468.  
  2469. From F<d_setpwent.U>:
  2470.  
  2471. This variable conditionally defines the C<HAS_SETPWENT> symbol, which
  2472. indicates to the C program that the setpwent() routine is available
  2473. for initializing sequential access to the passwd database.
  2474.  
  2475. =item C<d_setregid>
  2476.  
  2477. From F<d_setregid.U>:
  2478.  
  2479. This variable conditionally defines C<HAS_SETREGID> if setregid() is
  2480. available to change the real and effective gid of the current
  2481. process.
  2482.  
  2483. =item C<d_setresgid>
  2484.  
  2485. From F<d_setregid.U>:
  2486.  
  2487. This variable conditionally defines C<HAS_SETRESGID> if setresgid() is
  2488. available to change the real, effective and saved gid of the current
  2489. process.
  2490.  
  2491. =item C<d_setresuid>
  2492.  
  2493. From F<d_setreuid.U>:
  2494.  
  2495. This variable conditionally defines C<HAS_SETREUID> if setresuid() is
  2496. available to change the real, effective and saved uid of the current
  2497. process.
  2498.  
  2499. =item C<d_setreuid>
  2500.  
  2501. From F<d_setreuid.U>:
  2502.  
  2503. This variable conditionally defines C<HAS_SETREUID> if setreuid() is
  2504. available to change the real and effective uid of the current
  2505. process.
  2506.  
  2507. =item C<d_setrgid>
  2508.  
  2509. From F<d_setrgid.U>:
  2510.  
  2511. This variable conditionally defines the C<HAS_SETRGID> symbol, which
  2512. indicates to the C program that the setrgid() routine is available
  2513. to change the real gid of the current program.
  2514.  
  2515. =item C<d_setruid>
  2516.  
  2517. From F<d_setruid.U>:
  2518.  
  2519. This variable conditionally defines the C<HAS_SETRUID> symbol, which
  2520. indicates to the C program that the setruid() routine is available
  2521. to change the real uid of the current program.
  2522.  
  2523. =item C<d_setsent>
  2524.  
  2525. From F<d_setsent.U>:
  2526.  
  2527. This variable conditionally defines C<HAS_SETSERVENT> if setservent() is
  2528. available.
  2529.  
  2530. =item C<d_setsid>
  2531.  
  2532. From F<d_setsid.U>:
  2533.  
  2534. This variable conditionally defines C<HAS_SETSID> if setsid() is
  2535. available to set the process group C<ID>.
  2536.  
  2537. =item C<d_setvbuf>
  2538.  
  2539. From F<d_setvbuf.U>:
  2540.  
  2541. This variable conditionally defines the C<HAS_SETVBUF> symbol, which
  2542. indicates to the C program that the setvbuf() routine is available
  2543. to change buffering on an open stdio stream.
  2544.  
  2545. =item C<d_sfio>
  2546.  
  2547. From F<d_sfio.U>:
  2548.  
  2549. This variable conditionally defines the C<USE_SFIO> symbol,
  2550. and indicates whether sfio is available (and should be used).
  2551.  
  2552. =item C<d_shm>
  2553.  
  2554. From F<d_shm.U>:
  2555.  
  2556. This variable conditionally defines the C<HAS_SHM> symbol, which
  2557. indicates that the entire shm*(2) library is present.
  2558.  
  2559. =item C<d_shmat>
  2560.  
  2561. From F<d_shmat.U>:
  2562.  
  2563. This variable conditionally defines the C<HAS_SHMAT> symbol, which
  2564. indicates to the C program that the shmat() routine is available.
  2565.  
  2566. =item C<d_shmatprototype>
  2567.  
  2568. From F<d_shmat.U>:
  2569.  
  2570. This variable conditionally defines the C<HAS_SHMAT_PROTOTYPE> 
  2571. symbol, which indicates that F<sys/shm.h> has a prototype for
  2572. shmat.
  2573.  
  2574. =item C<d_shmctl>
  2575.  
  2576. From F<d_shmctl.U>:
  2577.  
  2578. This variable conditionally defines the C<HAS_SHMCTL> symbol, which
  2579. indicates to the C program that the shmctl() routine is available.
  2580.  
  2581. =item C<d_shmdt>
  2582.  
  2583. From F<d_shmdt.U>:
  2584.  
  2585. This variable conditionally defines the C<HAS_SHMDT> symbol, which
  2586. indicates to the C program that the shmdt() routine is available.
  2587.  
  2588. =item C<d_shmget>
  2589.  
  2590. From F<d_shmget.U>:
  2591.  
  2592. This variable conditionally defines the C<HAS_SHMGET> symbol, which
  2593. indicates to the C program that the shmget() routine is available.
  2594.  
  2595. =item C<d_sigaction>
  2596.  
  2597. From F<d_sigaction.U>:
  2598.  
  2599. This variable conditionally defines the C<HAS_SIGACTION> symbol, which
  2600. indicates that the Vr4 sigaction() routine is available.
  2601.  
  2602. =item C<d_sigsetjmp>
  2603.  
  2604. From F<d_sigsetjmp.U>:
  2605.  
  2606. This variable conditionally defines the C<HAS_SIGSETJMP> symbol,
  2607. which indicates that the sigsetjmp() routine is available to
  2608. call setjmp() and optionally save the process's signal mask.
  2609.  
  2610. =item C<d_socket>
  2611.  
  2612. From F<d_socket.U>:
  2613.  
  2614. This variable conditionally defines C<HAS_SOCKET>, which indicates
  2615. that the C<BSD> socket interface is supported.
  2616.  
  2617. =item C<d_sockpair>
  2618.  
  2619. From F<d_socket.U>:
  2620.  
  2621. This variable conditionally defines the C<HAS_SOCKETPAIR> symbol, which
  2622. indicates that the C<BSD> socketpair() is supported.
  2623.  
  2624. =item C<d_statblks>
  2625.  
  2626. From F<d_statblks.U>:
  2627.  
  2628. This variable conditionally defines C<USE_STAT_BLOCKS> if this system
  2629. has a stat structure declaring st_blksize and st_blocks.
  2630.  
  2631. =item C<d_stdio_cnt_lval>
  2632.  
  2633. From F<d_stdstdio.U>:
  2634.  
  2635. This variable conditionally defines C<STDIO_CNT_LVALUE> if the
  2636. C<FILE_cnt> macro can be used as an lvalue.
  2637.  
  2638. =item C<d_stdio_ptr_lval>
  2639.  
  2640. From F<d_stdstdio.U>:
  2641.  
  2642. This variable conditionally defines C<STDIO_PTR_LVALUE> if the
  2643. C<FILE_ptr> macro can be used as an lvalue.
  2644.  
  2645. =item C<d_stdiobase>
  2646.  
  2647. From F<d_stdstdio.U>:
  2648.  
  2649. This variable conditionally defines C<USE_STDIO_BASE> if this system
  2650. has a C<FILE> structure declaring a usable _base field (or equivalent)
  2651. in F<stdio.h>.
  2652.  
  2653. =item C<d_stdstdio>
  2654.  
  2655. From F<d_stdstdio.U>:
  2656.  
  2657. This variable conditionally defines C<USE_STDIO_PTR> if this system
  2658. has a C<FILE> structure declaring usable _ptr and _cnt fields (or
  2659. equivalent) in F<stdio.h>.
  2660.  
  2661. =item C<d_strchr>
  2662.  
  2663. From F<d_strchr.U>:
  2664.  
  2665. This variable conditionally defines C<HAS_STRCHR> if strchr() and
  2666. strrchr() are available for string searching.
  2667.  
  2668. =item C<d_strcoll>
  2669.  
  2670. From F<d_strcoll.U>:
  2671.  
  2672. This variable conditionally defines C<HAS_STRCOLL> if strcoll() is
  2673. available to compare strings using collating information.
  2674.  
  2675. =item C<d_strctcpy>
  2676.  
  2677. From F<d_strctcpy.U>:
  2678.  
  2679. This variable conditionally defines the C<USE_STRUCT_COPY> symbol, which
  2680. indicates to the C program that this C compiler knows how to copy
  2681. structures.
  2682.  
  2683. =item C<d_strerrm>
  2684.  
  2685. From F<d_strerror.U>:
  2686.  
  2687. This variable holds what Strerrr is defined as to translate an error
  2688. code condition into an error message string. It could be C<strerror>
  2689. or a more C<complex> macro emulating strrror with sys_errlist[], or the
  2690. C<unknown> string when both strerror and sys_errlist are missing.
  2691.  
  2692. =item C<d_strerror>
  2693.  
  2694. From F<d_strerror.U>:
  2695.  
  2696. This variable conditionally defines C<HAS_STRERROR> if strerror() is
  2697. available to translate error numbers to strings.
  2698.  
  2699. =item C<d_strtod>
  2700.  
  2701. From F<d_strtod.U>:
  2702.  
  2703. This variable conditionally defines the C<HAS_STRTOD> symbol, which
  2704. indicates to the C program that the strtod() routine is available
  2705. to provide better numeric string conversion than atof().
  2706.  
  2707. =item C<d_strtol>
  2708.  
  2709. From F<d_strtol.U>:
  2710.  
  2711. This variable conditionally defines the C<HAS_STRTOL> symbol, which
  2712. indicates to the C program that the strtol() routine is available
  2713. to provide better numeric string conversion than atoi() and friends.
  2714.  
  2715. =item C<d_strtoul>
  2716.  
  2717. From F<d_strtoul.U>:
  2718.  
  2719. This variable conditionally defines the C<HAS_STRTOUL> symbol, which
  2720. indicates to the C program that the strtoul() routine is available
  2721. to provide conversion of strings to unsigned long.
  2722.  
  2723. =item C<d_strxfrm>
  2724.  
  2725. From F<d_strxfrm.U>:
  2726.  
  2727. This variable conditionally defines C<HAS_STRXFRM> if strxfrm() is
  2728. available to transform strings.
  2729.  
  2730. =item C<d_suidsafe>
  2731.  
  2732. From F<d_dosuid.U>:
  2733.  
  2734. This variable conditionally defines C<SETUID_SCRIPTS_ARE_SECURE_NOW>
  2735. if setuid scripts can be secure.  This test looks in F</dev/fd/>.
  2736.  
  2737. =item C<d_symlink>
  2738.  
  2739. From F<d_symlink.U>:
  2740.  
  2741. This variable conditionally defines the C<HAS_SYMLINK> symbol, which
  2742. indicates to the C program that the symlink() routine is available
  2743. to create symbolic links.
  2744.  
  2745. =item C<d_syscall>
  2746.  
  2747. From F<d_syscall.U>:
  2748.  
  2749. This variable conditionally defines C<HAS_SYSCALL> if syscall() is
  2750. available call arbitrary system calls.
  2751.  
  2752. =item C<d_sysconf>
  2753.  
  2754. From F<d_sysconf.U>:
  2755.  
  2756. This variable conditionally defines the C<HAS_SYSCONF> symbol, which
  2757. indicates to the C program that the sysconf() routine is available
  2758. to determine system related limits and options.
  2759.  
  2760. =item C<d_sysernlst>
  2761.  
  2762. From F<d_strerror.U>:
  2763.  
  2764. This variable conditionally defines C<HAS_SYS_ERRNOLIST> if sys_errnolist[]
  2765. is available to translate error numbers to the symbolic name.
  2766.  
  2767. =item C<d_syserrlst>
  2768.  
  2769. From F<d_strerror.U>:
  2770.  
  2771. This variable conditionally defines C<HAS_SYS_ERRLIST> if sys_errlist[] is
  2772. available to translate error numbers to strings.
  2773.  
  2774. =item C<d_system>
  2775.  
  2776. From F<d_system.U>:
  2777.  
  2778. This variable conditionally defines C<HAS_SYSTEM> if system() is
  2779. available to issue a shell command.
  2780.  
  2781. =item C<d_tcgetpgrp>
  2782.  
  2783. From F<d_tcgtpgrp.U>:
  2784.  
  2785. This variable conditionally defines the C<HAS_TCGETPGRP> symbol, which
  2786. indicates to the C program that the tcgetpgrp() routine is available.
  2787. to get foreground process group C<ID>.
  2788.  
  2789. =item C<d_tcsetpgrp>
  2790.  
  2791. From F<d_tcstpgrp.U>:
  2792.  
  2793. This variable conditionally defines the C<HAS_TCSETPGRP> symbol, which
  2794. indicates to the C program that the tcsetpgrp() routine is available
  2795. to set foreground process group C<ID>.
  2796.  
  2797. =item C<d_telldir>
  2798.  
  2799. From F<d_readdir.U>:
  2800.  
  2801. This variable conditionally defines C<HAS_TELLDIR> if telldir() is
  2802. available.
  2803.  
  2804. =item C<d_time>
  2805.  
  2806. From F<d_time.U>:
  2807.  
  2808. This variable conditionally defines the C<HAS_TIME> symbol, which indicates
  2809. that the time() routine exists.  The time() routine is normaly
  2810. provided on C<UNIX> systems.
  2811.  
  2812. =item C<d_times>
  2813.  
  2814. From F<d_times.U>:
  2815.  
  2816. This variable conditionally defines the C<HAS_TIMES> symbol, which indicates
  2817. that the times() routine exists.  The times() routine is normaly
  2818. provided on C<UNIX> systems. You may have to include <sys/times.h>.
  2819.  
  2820. =item C<d_truncate>
  2821.  
  2822. From F<d_truncate.U>:
  2823.  
  2824. This variable conditionally defines C<HAS_TRUNCATE> if truncate() is
  2825. available to truncate files.
  2826.  
  2827. =item C<d_tzname>
  2828.  
  2829. From F<d_tzname.U>:
  2830.  
  2831. This variable conditionally defines C<HAS_TZNAME> if tzname[] is
  2832. available to access timezone names.
  2833.  
  2834. =item C<d_umask>
  2835.  
  2836. From F<d_umask.U>:
  2837.  
  2838. This variable conditionally defines the C<HAS_UMASK> symbol, which
  2839. indicates to the C program that the umask() routine is available.
  2840. to set and get the value of the file creation mask.
  2841.  
  2842. =item C<d_uname>
  2843.  
  2844. From F<d_gethname.U>:
  2845.  
  2846. This variable conditionally defines the C<HAS_UNAME> symbol, which
  2847. indicates to the C program that the uname() routine may be
  2848. used to derive the host name.
  2849.  
  2850. =item C<d_union_semun>
  2851.  
  2852. From F<d_union_senum.U>:
  2853.  
  2854. This variable conditionally defines C<HAS_UNION_SEMUN> if the
  2855. union semun is defined by including <sys/sem.h>.
  2856.  
  2857. =item C<d_vfork>
  2858.  
  2859. From F<d_vfork.U>:
  2860.  
  2861. This variable conditionally defines the C<HAS_VFORK> symbol, which
  2862. indicates the vfork() routine is available.
  2863.  
  2864. =item C<d_void_closedir>
  2865.  
  2866. From F<d_closedir.U>:
  2867.  
  2868. This variable conditionally defines C<VOID_CLOSEDIR> if closedir()
  2869. does not return a value.
  2870.  
  2871. =item C<d_voidsig>
  2872.  
  2873. From F<d_voidsig.U>:
  2874.  
  2875. This variable conditionally defines C<VOIDSIG> if this system
  2876. declares "void (*signal(...))()" in F<signal.h>.  The old way was to
  2877. declare it as "int (*signal(...))()".
  2878.  
  2879. =item C<d_voidtty>
  2880.  
  2881. From F<i_sysioctl.U>:
  2882.  
  2883. This variable conditionally defines C<USE_IOCNOTTY> to indicate that the
  2884. ioctl() call with C<TIOCNOTTY> should be used to void tty association.
  2885. Otherwise (on C<USG> probably), it is enough to close the standard file
  2886. decriptors and do a setpgrp().
  2887.  
  2888. =item C<d_volatile>
  2889.  
  2890. From F<d_volatile.U>:
  2891.  
  2892. This variable conditionally defines the C<HASVOLATILE> symbol, which
  2893. indicates to the C program that this C compiler knows about the
  2894. volatile declaration.
  2895.  
  2896. =item C<d_vprintf>
  2897.  
  2898. From F<d_vprintf.U>:
  2899.  
  2900. This variable conditionally defines the C<HAS_VPRINTF> symbol, which
  2901. indicates to the C program that the vprintf() routine is available
  2902. to printf with a pointer to an argument list.
  2903.  
  2904. =item C<d_wait4>
  2905.  
  2906. From F<d_wait4.U>:
  2907.  
  2908. This variable conditionally defines the HAS_WAIT4 symbol, which
  2909. indicates the wait4() routine is available.
  2910.  
  2911. =item C<d_waitpid>
  2912.  
  2913. From F<d_waitpid.U>:
  2914.  
  2915. This variable conditionally defines C<HAS_WAITPID> if waitpid() is
  2916. available to wait for child process.
  2917.  
  2918. =item C<d_wcstombs>
  2919.  
  2920. From F<d_wcstombs.U>:
  2921.  
  2922. This variable conditionally defines the C<HAS_WCSTOMBS> symbol, which
  2923. indicates to the C program that the wcstombs() routine is available
  2924. to convert wide character strings to multibyte strings.
  2925.  
  2926. =item C<d_wctomb>
  2927.  
  2928. From F<d_wctomb.U>:
  2929.  
  2930. This variable conditionally defines the C<HAS_WCTOMB> symbol, which
  2931. indicates to the C program that the wctomb() routine is available
  2932. to convert a wide character to a multibyte.
  2933.  
  2934. =item C<d_xenix>
  2935.  
  2936. From F<Guess.U>:
  2937.  
  2938. This variable conditionally defines the symbol C<XENIX>, which alerts
  2939. the C program that it runs under Xenix.
  2940.  
  2941. =item C<date>
  2942.  
  2943. From F<Loc.U>:
  2944.  
  2945. This variable is be used internally by Configure to determine the
  2946. full pathname (if any) of the date program.  After Configure runs,
  2947. the value is reset to a plain C<date> and is not useful.
  2948.  
  2949. =item C<db_hashtype>
  2950.  
  2951. From F<i_db.U>:
  2952.  
  2953. This variable contains the type of the hash structure element
  2954. in the <db.h> header file.  In older versions of C<DB>, it was
  2955. int, while in newer ones it is u_int32_t.
  2956.  
  2957. =item C<db_prefixtype>
  2958.  
  2959. From F<i_db.U>:
  2960.  
  2961. This variable contains the type of the prefix structure element
  2962. in the <db.h> header file.  In older versions of C<DB>, it was
  2963. int, while in newer ones it is size_t.
  2964.  
  2965. =item C<direntrytype>
  2966.  
  2967. From F<i_dirent.U>:
  2968.  
  2969. This symbol is set to C<struct direct> or C<struct dirent> depending on
  2970. whether dirent is available or not. You should use this pseudo type to
  2971. portably declare your directory entries.
  2972.  
  2973. =item C<dlext>
  2974.  
  2975. From F<dlext.U>:
  2976.  
  2977. This variable contains the extension that is to be used for the
  2978. dynamically loaded modules that perl generaties.
  2979.  
  2980. =item C<dlsrc>
  2981.  
  2982. From F<dlsrc.U>:
  2983.  
  2984. This variable contains the name of the dynamic loading file that
  2985. will be used with the package.
  2986.  
  2987. =item C<doublesize>
  2988.  
  2989. From F<doublesize.U>:
  2990.  
  2991. This variable contains the value of the C<DOUBLESIZE> symbol, which
  2992. indicates to the C program how many bytes there are in a double.
  2993.  
  2994. =item C<dynamic_ext>
  2995.  
  2996. From F<Extensions.U>:
  2997.  
  2998. This variable holds a list of C<XS> extension files we want to
  2999. link dynamically into the package.  It is used by Makefile.
  3000.  
  3001. =back
  3002.  
  3003. =head2 e
  3004.  
  3005. =over
  3006.  
  3007. =item C<eagain>
  3008.  
  3009. From F<nblock_io.U>:
  3010.  
  3011. This variable bears the symbolic errno code set by read() when no
  3012. data is present on the file and non-blocking F<I/O> was enabled (otherwise,
  3013. read() blocks naturally).
  3014.  
  3015. =item C<ebcdic>
  3016.  
  3017. From F<ebcdic.U>:
  3018.  
  3019. This variable conditionally defines C<EBCDIC> if this
  3020. system uses C<EBCDIC> encoding.  Among other things, this
  3021. means that the character ranges are not contiguous.
  3022. See F<trnl.U>
  3023.  
  3024. =item C<echo>
  3025.  
  3026. From F<Loc.U>:
  3027.  
  3028. This variable is be used internally by Configure to determine the
  3029. full pathname (if any) of the echo program.  After Configure runs,
  3030. the value is reset to a plain C<echo> and is not useful.
  3031.  
  3032. =item C<egrep>
  3033.  
  3034. From F<Loc.U>:
  3035.  
  3036. This variable is be used internally by Configure to determine the
  3037. full pathname (if any) of the egrep program.  After Configure runs,
  3038. the value is reset to a plain C<egrep> and is not useful.
  3039.  
  3040. =item C<emacs>
  3041.  
  3042. From F<Loc.U>:
  3043.  
  3044. This variable is defined but not used by Configure.
  3045. The value is a plain '' and is not useful.
  3046.  
  3047. =item C<eunicefix>
  3048.  
  3049. From F<Init.U>:
  3050.  
  3051. When running under Eunice this variable contains a command which will
  3052. convert a shell script to the proper form of text file for it to be
  3053. executable by the shell.  On other systems it is a no-op.
  3054.  
  3055. =item C<exe_ext>
  3056.  
  3057. From F<Unix.U>:
  3058.  
  3059. This is an old synonym for _exe.
  3060.  
  3061. =item C<expr>
  3062.  
  3063. From F<Loc.U>:
  3064.  
  3065. This variable is be used internally by Configure to determine the
  3066. full pathname (if any) of the expr program.  After Configure runs,
  3067. the value is reset to a plain C<expr> and is not useful.
  3068.  
  3069. =item C<extensions>
  3070.  
  3071. From F<Extensions.U>:
  3072.  
  3073. This variable holds a list of all extension files (both C<XS> and
  3074. non-xs linked into the package.  It is propagated to F<Config.pm>
  3075. and is typically used to test whether a particular extesion 
  3076. is available.
  3077.  
  3078. =back
  3079.  
  3080. =head2 f
  3081.  
  3082. =over
  3083.  
  3084. =item C<find>
  3085.  
  3086. From F<Loc.U>:
  3087.  
  3088. This variable is be used internally by Configure to determine the
  3089. full pathname (if any) of the find program.  After Configure runs,
  3090. the value is reset to a plain C<find> and is not useful.
  3091.  
  3092. =item C<firstmakefile>
  3093.  
  3094. From F<Unix.U>:
  3095.  
  3096. This variable defines the first file searched by make.  On unix,
  3097. it is makefile (then Makefile).  On case-insensitive systems,
  3098. it might be something else.  This is only used to deal with
  3099. convoluted make depend tricks.
  3100.  
  3101. =item C<flex>
  3102.  
  3103. From F<Loc.U>:
  3104.  
  3105. This variable is defined but not used by Configure.
  3106. The value is a plain '' and is not useful.
  3107.  
  3108. =item C<fpostype>
  3109.  
  3110. From F<fpostype.U>:
  3111.  
  3112. This variable defines Fpos_t to be something like fpost_t, long, 
  3113. uint, or whatever type is used to declare file positions in libc.
  3114.  
  3115. =item C<freetype>
  3116.  
  3117. From F<mallocsrc.U>:
  3118.  
  3119. This variable contains the return type of free().  It is usually
  3120. void, but occasionally int.
  3121.  
  3122. =item C<full_csh>
  3123.  
  3124. From F<d_csh.U>:
  3125.  
  3126. This variable contains the full pathname to C<csh>, whether or
  3127. not the user has specified C<portability>.  This is only used
  3128. in the compiled C program, and we assume that all systems which
  3129. can share this executable will have the same full pathname to
  3130. F<csh.>
  3131.  
  3132. =item C<full_sed>
  3133.  
  3134. From F<Loc_sed.U>:
  3135.  
  3136. This variable contains the full pathname to C<sed>, whether or
  3137. not the user has specified C<portability>.  This is only used
  3138. in the compiled C program, and we assume that all systems which
  3139. can share this executable will have the same full pathname to
  3140. F<sed.>
  3141.  
  3142. =back
  3143.  
  3144. =head2 g
  3145.  
  3146. =over
  3147.  
  3148. =item C<gccversion>
  3149.  
  3150. From F<cc.U>:
  3151.  
  3152. If C<GNU> cc (gcc) is used, this variable holds C<1> or C<2> to 
  3153. indicate whether the compiler is version 1 or 2.  This is used in
  3154. setting some of the default cflags.  It is set to '' if not gcc.
  3155.  
  3156. =item C<gidtype>
  3157.  
  3158. From F<gidtype.U>:
  3159.  
  3160. This variable defines Gid_t to be something like gid_t, int,
  3161. ushort, or whatever type is used to declare the return type
  3162. of getgid().  Typically, it is the type of group ids in the kernel.
  3163.  
  3164. =item C<grep>
  3165.  
  3166. From F<Loc.U>:
  3167.  
  3168. This variable is be used internally by Configure to determine the
  3169. full pathname (if any) of the grep program.  After Configure runs,
  3170. the value is reset to a plain C<grep> and is not useful.
  3171.  
  3172. =item C<groupcat>
  3173.  
  3174. From F<nis.U>:
  3175.  
  3176. This variable contains a command that produces the text of the
  3177. F</etc/group> file.  This is normally "cat F</etc/group>", but can be
  3178. "ypcat group" when C<NIS> is used.
  3179.  
  3180. =item C<groupstype>
  3181.  
  3182. From F<groupstype.U>:
  3183.  
  3184. This variable defines Groups_t to be something like gid_t, int, 
  3185. ushort, or whatever type is used for the second argument to
  3186. getgroups() and setgroups().  Usually, this is the same as
  3187. gidtype (gid_t), but sometimes it isn't.
  3188.  
  3189. =item C<gzip>
  3190.  
  3191. From F<Loc.U>:
  3192.  
  3193. This variable is be used internally by Configure to determine the
  3194. full pathname (if any) of the gzip program.  After Configure runs,
  3195. the value is reset to a plain C<gzip> and is not useful.
  3196.  
  3197. =back
  3198.  
  3199. =head2 h
  3200.  
  3201. =over
  3202.  
  3203. =item C<h_fcntl>
  3204.  
  3205. From F<h_fcntl.U>:
  3206.  
  3207. This is variable gets set in various places to tell i_fcntl that
  3208. <fcntl.h> should be included.
  3209.  
  3210. =item C<h_sysfile>
  3211.  
  3212. From F<h_sysfile.U>:
  3213.  
  3214. This is variable gets set in various places to tell i_sys_file that
  3215. <sys/file.h> should be included.
  3216.  
  3217. =item C<hint>
  3218.  
  3219. From F<Oldconfig.U>:
  3220.  
  3221. Gives the type of hints used for previous answers. May be one of
  3222. C<default>, C<recommended> or C<previous>.
  3223.  
  3224. =item C<hostcat>
  3225.  
  3226. From F<nis.U>:
  3227.  
  3228. This variable contains a command that produces the text of the
  3229. F</etc/hosts> file.  This is normally "cat F</etc/hosts>", but can be
  3230. "ypcat hosts" when C<NIS> is used.
  3231.  
  3232. =item C<huge>
  3233.  
  3234. From F<models.U>:
  3235.  
  3236. This variable contains a flag which will tell the C compiler and loader
  3237. to produce a program running with a huge memory model.  If the
  3238. huge model is not supported, contains the flag to produce large
  3239. model programs.  It is up to the Makefile to use this.
  3240.  
  3241. =back
  3242.  
  3243. =head2 i
  3244.  
  3245. =over
  3246.  
  3247. =item C<i_arpainet>
  3248.  
  3249. From F<i_arpainet.U>:
  3250.  
  3251. This variable conditionally defines the C<I_ARPA_INET> symbol,
  3252. and indicates whether a C program should include <arpa/inet.h>.
  3253.  
  3254. =item C<i_bsdioctl>
  3255.  
  3256. From F<i_sysioctl.U>:
  3257.  
  3258. This variable conditionally defines the C<I_SYS_BSDIOCTL> symbol, which
  3259. indicates to the C program that <sys/bsdioctl.h> exists and should
  3260. be included.
  3261.  
  3262. =item C<i_db>
  3263.  
  3264. From F<i_db.U>:
  3265.  
  3266. This variable conditionally defines the C<I_DB> symbol, and indicates
  3267. whether a C program may include Berkeley's C<DB> include file <db.h>.
  3268.  
  3269. =item C<i_dbm>
  3270.  
  3271. From F<i_dbm.U>:
  3272.  
  3273. This variable conditionally defines the C<I_DBM> symbol, which
  3274. indicates to the C program that <dbm.h> exists and should
  3275. be included.
  3276.  
  3277. =item C<i_dirent>
  3278.  
  3279. From F<i_dirent.U>:
  3280.  
  3281. This variable conditionally defines C<I_DIRENT>, which indicates
  3282. to the C program that it should include <dirent.h>.
  3283.  
  3284. =item C<i_dld>
  3285.  
  3286. From F<i_dld.U>:
  3287.  
  3288. This variable conditionally defines the C<I_DLD> symbol, which
  3289. indicates to the C program that <dld.h> (C<GNU> dynamic loading)
  3290. exists and should be included.
  3291.  
  3292. =item C<i_dlfcn>
  3293.  
  3294. From F<i_dlfcn.U>:
  3295.  
  3296. This variable conditionally defines the C<I_DLFCN> symbol, which
  3297. indicates to the C program that <dlfcn.h> exists and should
  3298. be included.
  3299.  
  3300. =item C<i_fcntl>
  3301.  
  3302. From F<i_fcntl.U>:
  3303.  
  3304. This variable controls the value of C<I_FCNTL> (which tells
  3305. the C program to include <fcntl.h>).
  3306.  
  3307. =item C<i_float>
  3308.  
  3309. From F<i_float.U>:
  3310.  
  3311. This variable conditionally defines the C<I_FLOAT> symbol, and indicates
  3312. whether a C program may include <float.h> to get symbols like C<DBL_MAX>
  3313. or C<DBL_MIN>, F<i.e>. machine dependent floating point values.
  3314.  
  3315. =item C<i_gdbm>
  3316.  
  3317. From F<i_gdbm.U>:
  3318.  
  3319. This variable conditionally defines the C<I_GDBM> symbol, which
  3320. indicates to the C program that <gdbm.h> exists and should
  3321. be included.
  3322.  
  3323. =item C<i_grp>
  3324.  
  3325. From F<i_grp.U>:
  3326.  
  3327. This variable conditionally defines the C<I_GRP> symbol, and indicates
  3328. whether a C program should include <grp.h>.
  3329.  
  3330. =item C<i_limits>
  3331.  
  3332. From F<i_limits.U>:
  3333.  
  3334. This variable conditionally defines the C<I_LIMITS> symbol, and indicates
  3335. whether a C program may include <limits.h> to get symbols like C<WORD_BIT>
  3336. and friends.
  3337.  
  3338. =item C<i_locale>
  3339.  
  3340. From F<i_locale.U>:
  3341.  
  3342. This variable conditionally defines the C<I_LOCALE> symbol,
  3343. and indicates whether a C program should include <locale.h>.
  3344.  
  3345. =item C<i_malloc>
  3346.  
  3347. From F<i_malloc.U>:
  3348.  
  3349. This variable conditionally defines the C<I_MALLOC> symbol, and indicates
  3350. whether a C program should include <malloc.h>.
  3351.  
  3352. =item C<i_math>
  3353.  
  3354. From F<i_math.U>:
  3355.  
  3356. This variable conditionally defines the C<I_MATH> symbol, and indicates
  3357. whether a C program may include <math.h>.
  3358.  
  3359. =item C<i_memory>
  3360.  
  3361. From F<i_memory.U>:
  3362.  
  3363. This variable conditionally defines the C<I_MEMORY> symbol, and indicates
  3364. whether a C program should include <memory.h>.
  3365.  
  3366. =item C<i_ndbm>
  3367.  
  3368. From F<i_ndbm.U>:
  3369.  
  3370. This variable conditionally defines the C<I_NDBM> symbol, which
  3371. indicates to the C program that <ndbm.h> exists and should
  3372. be included.
  3373.  
  3374. =item C<i_netdb>
  3375.  
  3376. From F<i_netdb.U>:
  3377.  
  3378. This variable conditionally defines the C<I_NETDB> symbol, and indicates
  3379. whether a C program should include <netdb.h>.
  3380.  
  3381. =item C<i_neterrno>
  3382.  
  3383. From F<i_neterrno.U>:
  3384.  
  3385. This variable conditionally defines the C<I_NET_ERRNO> symbol, which
  3386. indicates to the C program that <net/errno.h> exists and should
  3387. be included.
  3388.  
  3389. =item C<i_niin>
  3390.  
  3391. From F<i_niin.U>:
  3392.  
  3393. This variable conditionally defines C<I_NETINET_IN>, which indicates
  3394. to the C program that it should include <netinet/in.h>. Otherwise,
  3395. you may try <sys/in.h>.
  3396.  
  3397. =item C<i_pwd>
  3398.  
  3399. From F<i_pwd.U>:
  3400.  
  3401. This variable conditionally defines C<I_PWD>, which indicates
  3402. to the C program that it should include <pwd.h>.
  3403.  
  3404. =item C<i_rpcsvcdbm>
  3405.  
  3406. From F<i_dbm.U>:
  3407.  
  3408. This variable conditionally defines the C<I_RPCSVC_DBM> symbol, which
  3409. indicates to the C program that <rpcsvc/dbm.h> exists and should
  3410. be included.  Some System V systems might need this instead of <dbm.h>.
  3411.  
  3412. =item C<i_sfio>
  3413.  
  3414. From F<i_sfio.U>:
  3415.  
  3416. This variable conditionally defines the C<I_SFIO> symbol,
  3417. and indicates whether a C program should include <sfio.h>.
  3418.  
  3419. =item C<i_sgtty>
  3420.  
  3421. From F<i_termio.U>:
  3422.  
  3423. This variable conditionally defines the C<I_SGTTY> symbol, which
  3424. indicates to the C program that it should include <sgtty.h> rather
  3425. than <termio.h>.
  3426.  
  3427. =item C<i_stdarg>
  3428.  
  3429. From F<i_varhdr.U>:
  3430.  
  3431. This variable conditionally defines the C<I_STDARG> symbol, which
  3432. indicates to the C program that <stdarg.h> exists and should
  3433. be included.
  3434.  
  3435. =item C<i_stddef>
  3436.  
  3437. From F<i_stddef.U>:
  3438.  
  3439. This variable conditionally defines the C<I_STDDEF> symbol, which
  3440. indicates to the C program that <stddef.h> exists and should
  3441. be included.
  3442.  
  3443. =item C<i_stdlib>
  3444.  
  3445. From F<i_stdlib.U>:
  3446.  
  3447. This variable conditionally defines the C<I_STDLIB> symbol, which
  3448. indicates to the C program that <stdlib.h> exists and should
  3449. be included.
  3450.  
  3451. =item C<i_string>
  3452.  
  3453. From F<i_string.U>:
  3454.  
  3455. This variable conditionally defines the C<I_STRING> symbol, which
  3456. indicates that <string.h> should be included rather than <strings.h>.
  3457.  
  3458. =item C<i_sysdir>
  3459.  
  3460. From F<i_sysdir.U>:
  3461.  
  3462. This variable conditionally defines the C<I_SYS_DIR> symbol, and indicates
  3463. whether a C program should include <sys/dir.h>.
  3464.  
  3465. =item C<i_sysfile>
  3466.  
  3467. From F<i_sysfile.U>:
  3468.  
  3469. This variable conditionally defines the C<I_SYS_FILE> symbol, and indicates
  3470. whether a C program should include <sys/file.h> to get C<R_OK> and friends.
  3471.  
  3472. =item C<i_sysfilio>
  3473.  
  3474. From F<i_sysioctl.U>:
  3475.  
  3476. This variable conditionally defines the C<I_SYS_FILIO> symbol, which
  3477. indicates to the C program that <sys/filio.h> exists and should
  3478. be included in preference to <sys/ioctl.h>.
  3479.  
  3480. =item C<i_sysin>
  3481.  
  3482. From F<i_niin.U>:
  3483.  
  3484. This variable conditionally defines C<I_SYS_IN>, which indicates
  3485. to the C program that it should include <sys/in.h> instead of
  3486. <netinet/in.h>.
  3487.  
  3488. =item C<i_sysioctl>
  3489.  
  3490. From F<i_sysioctl.U>:
  3491.  
  3492. This variable conditionally defines the C<I_SYS_IOCTL> symbol, which
  3493. indicates to the C program that <sys/ioctl.h> exists and should
  3494. be included.
  3495.  
  3496. =item C<i_sysndir>
  3497.  
  3498. From F<i_sysndir.U>:
  3499.  
  3500. This variable conditionally defines the C<I_SYS_NDIR> symbol, and indicates
  3501. whether a C program should include <sys/ndir.h>.
  3502.  
  3503. =item C<i_sysparam>
  3504.  
  3505. From F<i_sysparam.U>:
  3506.  
  3507. This variable conditionally defines the C<I_SYS_PARAM> symbol, and indicates
  3508. whether a C program should include <sys/param.h>.
  3509.  
  3510. =item C<i_sysresrc>
  3511.  
  3512. From F<i_sysresrc.U>:
  3513.  
  3514. This variable conditionally defines the C<I_SYS_RESOURCE> symbol,
  3515. and indicates whether a C program should include <sys/resource.h>.
  3516.  
  3517. =item C<i_sysselct>
  3518.  
  3519. From F<i_sysselct.U>:
  3520.  
  3521. This variable conditionally defines C<I_SYS_SELECT>, which indicates
  3522. to the C program that it should include <sys/select.h> in order to
  3523. get the definition of struct timeval.
  3524.  
  3525. =item C<i_syssockio>
  3526.  
  3527. From F<i_sysioctl.U>:
  3528.  
  3529. This variable conditionally defines C<I_SYS_SOCKIO> to indicate to the
  3530. C program that socket ioctl codes may be found in <sys/sockio.h>
  3531. instead of <sys/ioctl.h>.
  3532.  
  3533. =item C<i_sysstat>
  3534.  
  3535. From F<i_sysstat.U>:
  3536.  
  3537. This variable conditionally defines the C<I_SYS_STAT> symbol,
  3538. and indicates whether a C program should include <sys/stat.h>.
  3539.  
  3540. =item C<i_systime>
  3541.  
  3542. From F<i_time.U>:
  3543.  
  3544. This variable conditionally defines C<I_SYS_TIME>, which indicates
  3545. to the C program that it should include <sys/time.h>.
  3546.  
  3547. =item C<i_systimek>
  3548.  
  3549. From F<i_time.U>:
  3550.  
  3551. This variable conditionally defines C<I_SYS_TIME_KERNEL>, which
  3552. indicates to the C program that it should include <sys/time.h>
  3553. with C<KERNEL> defined.
  3554.  
  3555. =item C<i_systimes>
  3556.  
  3557. From F<i_systimes.U>:
  3558.  
  3559. This variable conditionally defines the C<I_SYS_TIMES> symbol, and indicates
  3560. whether a C program should include <sys/times.h>.
  3561.  
  3562. =item C<i_systypes>
  3563.  
  3564. From F<i_systypes.U>:
  3565.  
  3566. This variable conditionally defines the C<I_SYS_TYPES> symbol,
  3567. and indicates whether a C program should include <sys/types.h>.
  3568.  
  3569. =item C<i_sysun>
  3570.  
  3571. From F<i_sysun.U>:
  3572.  
  3573. This variable conditionally defines C<I_SYS_UN>, which indicates
  3574. to the C program that it should include <sys/un.h> to get C<UNIX>
  3575. domain socket definitions.
  3576.  
  3577. =item C<i_syswait>
  3578.  
  3579. From F<i_syswait.U>:
  3580.  
  3581. This variable conditionally defines C<I_SYS_WAIT>, which indicates
  3582. to the C program that it should include <sys/wait.h>.
  3583.  
  3584. =item C<i_termio>
  3585.  
  3586. From F<i_termio.U>:
  3587.  
  3588. This variable conditionally defines the C<I_TERMIO> symbol, which
  3589. indicates to the C program that it should include <termio.h> rather
  3590. than <sgtty.h>.
  3591.  
  3592. =item C<i_termios>
  3593.  
  3594. From F<i_termio.U>:
  3595.  
  3596. This variable conditionally defines the C<I_TERMIOS> symbol, which
  3597. indicates to the C program that the C<POSIX> <termios.h> file is
  3598. to be included.
  3599.  
  3600. =item C<i_time>
  3601.  
  3602. From F<i_time.U>:
  3603.  
  3604. This variable conditionally defines C<I_TIME>, which indicates
  3605. to the C program that it should include <time.h>.
  3606.  
  3607. =item C<i_unistd>
  3608.  
  3609. From F<i_unistd.U>:
  3610.  
  3611. This variable conditionally defines the C<I_UNISTD> symbol, and indicates
  3612. whether a C program should include <unistd.h>.
  3613.  
  3614. =item C<i_utime>
  3615.  
  3616. From F<i_utime.U>:
  3617.  
  3618. This variable conditionally defines the C<I_UTIME> symbol, and indicates
  3619. whether a C program should include <utime.h>.
  3620.  
  3621. =item C<i_values>
  3622.  
  3623. From F<i_values.U>:
  3624.  
  3625. This variable conditionally defines the C<I_VALUES> symbol, and indicates
  3626. whether a C program may include <values.h> to get symbols like C<MAXLONG>
  3627. and friends.
  3628.  
  3629. =item C<i_varargs>
  3630.  
  3631. From F<i_varhdr.U>:
  3632.  
  3633. This variable conditionally defines C<I_VARARGS>, which indicates
  3634. to the C program that it should include <varargs.h>.
  3635.  
  3636. =item C<i_varhdr>
  3637.  
  3638. From F<i_varhdr.U>:
  3639.  
  3640. Contains the name of the header to be included to get va_dcl definition.
  3641. Typically one of F<varargs.h> or F<stdarg.h>.
  3642.  
  3643. =item C<i_vfork>
  3644.  
  3645. From F<i_vfork.U>:
  3646.  
  3647. This variable conditionally defines the C<I_VFORK> symbol, and indicates
  3648. whether a C program should include F<vfork.h>.
  3649.  
  3650. =item C<incpath>
  3651.  
  3652. From F<usrinc.U>:
  3653.  
  3654. This variable must preceed the normal include path to get hte
  3655. right one, as in F<$F<incpath/usr/include>> or F<$F<incpath/usr/lib>>.
  3656. Value can be "" or F</bsd43> on mips.
  3657.  
  3658. =item C<inews>
  3659.  
  3660. From F<Loc.U>:
  3661.  
  3662. This variable is defined but not used by Configure.
  3663. The value is a plain '' and is not useful.
  3664.  
  3665. =item C<installarchlib>
  3666.  
  3667. From F<archlib.U>:
  3668.  
  3669. This variable is really the same as archlibexp but may differ on
  3670. those systems using C<AFS>. For extra portability, only this variable
  3671. should be used in makefiles.
  3672.  
  3673. =item C<installbin>
  3674.  
  3675. From F<bin.U>:
  3676.  
  3677. This variable is the same as binexp unless C<AFS> is running in which case
  3678. the user is explicitely prompted for it. This variable should always
  3679. be used in your makefiles for maximum portability.
  3680.  
  3681. =item C<installman1dir>
  3682.  
  3683. From F<man1dir.U>:
  3684.  
  3685. This variable is really the same as man1direxp, unless you are using
  3686. C<AFS> in which case it points to the F<read/write> location whereas
  3687. man1direxp only points to the read-only access location. For extra
  3688. portability, you should only use this variable within your makefiles.
  3689.  
  3690. =item C<installman3dir>
  3691.  
  3692. From F<man3dir.U>:
  3693.  
  3694. This variable is really the same as man3direxp, unless you are using
  3695. C<AFS> in which case it points to the F<read/write> location whereas
  3696. man3direxp only points to the read-only access location. For extra
  3697. portability, you should only use this variable within your makefiles.
  3698.  
  3699. =item C<installprivlib>
  3700.  
  3701. From F<privlib.U>:
  3702.  
  3703. This variable is really the same as privlibexp but may differ on
  3704. those systems using C<AFS>. For extra portability, only this variable
  3705. should be used in makefiles.
  3706.  
  3707. =item C<installscript>
  3708.  
  3709. From F<scriptdir.U>:
  3710.  
  3711. This variable is usually the same as scriptdirexp, unless you are on
  3712. a system running C<AFS>, in which case they may differ slightly. You
  3713. should always use this variable within your makefiles for portability.
  3714.  
  3715. =item C<installsitearch>
  3716.  
  3717. From F<sitearch.U>:
  3718.  
  3719. This variable is really the same as sitearchexp but may differ on
  3720. those systems using C<AFS>. For extra portability, only this variable
  3721. should be used in makefiles.
  3722.  
  3723. =item C<installsitelib>
  3724.  
  3725. From F<sitelib.U>:
  3726.  
  3727. This variable is really the same as sitelibexp but may differ on
  3728. those systems using C<AFS>. For extra portability, only this variable
  3729. should be used in makefiles.
  3730.  
  3731. =item C<intsize>
  3732.  
  3733. From F<intsize.U>:
  3734.  
  3735. This variable contains the value of the C<INTSIZE> symbol, which
  3736. indicates to the C program how many bytes there are in an int.
  3737.  
  3738. =back
  3739.  
  3740. =head2 k
  3741.  
  3742. =over
  3743.  
  3744. =item C<known_extensions>
  3745.  
  3746. From F<Extensions.U>:
  3747.  
  3748. This variable holds a list of all C<XS> extensions included in 
  3749. the package.
  3750.  
  3751. =item C<ksh>
  3752.  
  3753. From F<Loc.U>:
  3754.  
  3755. This variable is defined but not used by Configure.
  3756. The value is a plain '' and is not useful.
  3757.  
  3758. =back
  3759.  
  3760. =head2 l
  3761.  
  3762. =over
  3763.  
  3764. =item C<large>
  3765.  
  3766. From F<models.U>:
  3767.  
  3768. This variable contains a flag which will tell the C compiler and loader
  3769. to produce a program running with a large memory model.  It is up to
  3770. the Makefile to use this.
  3771.  
  3772. =item C<ld>
  3773.  
  3774. From F<dlsrc.U>:
  3775.  
  3776. This variable indicates the program to be used to link
  3777. libraries for dynamic loading.  On some systems, it is C<ld>.
  3778. On C<ELF> systems, it should be $cc.  Mostly, we'll try to respect
  3779. the hint file setting.
  3780.  
  3781. =item C<lddlflags>
  3782.  
  3783. From F<dlsrc.U>:
  3784.  
  3785. This variable contains any special flags that might need to be
  3786. passed to $ld to create a shared library suitable for dynamic
  3787. loading.  It is up to the makefile to use it.  For hpux, it
  3788. should be C<-b>.  For sunos 4.1, it is empty.
  3789.  
  3790. =item C<ldflags>
  3791.  
  3792. From F<ccflags.U>:
  3793.  
  3794. This variable contains any additional C loader flags desired by
  3795. the user.  It is up to the Makefile to use this.
  3796.  
  3797. =item C<less>
  3798.  
  3799. From F<Loc.U>:
  3800.  
  3801. This variable is be used internally by Configure to determine the
  3802. full pathname (if any) of the less program.  After Configure runs,
  3803. the value is reset to a plain C<less> and is not useful.
  3804.  
  3805. =item C<lib_ext>
  3806.  
  3807. From F<Unix.U>:
  3808.  
  3809. This is an old synonym for _a.
  3810.  
  3811. =item C<libc>
  3812.  
  3813. From F<libc.U>:
  3814.  
  3815. This variable contains the location of the C library.
  3816.  
  3817. =item C<libperl>
  3818.  
  3819. From F<libperl.U>:
  3820.  
  3821. The perl executable is obtained by linking F<perlmain.c> with
  3822. libperl, any static extensions (usually just DynaLoader),
  3823. and any other libraries needed on this system.  libperl
  3824. is usually F<libperl.a>, but can also be F<libperl.so.xxx> if
  3825. the user wishes to build a perl executable with a shared
  3826. library.
  3827.  
  3828. =item C<libpth>
  3829.  
  3830. From F<libpth.U>:
  3831.  
  3832. This variable holds the general path used to find libraries. It is
  3833. intended to be used by other units.
  3834.  
  3835. =item C<libs>
  3836.  
  3837. From F<libs.U>:
  3838.  
  3839. This variable holds the additional libraries we want to use.
  3840. It is up to the Makefile to deal with it.
  3841.  
  3842. =item C<libswanted>
  3843.  
  3844. From F<Myinit.U>:
  3845.  
  3846. This variable holds a list of all the libraries we want to
  3847. search.  The order is chosen to pick up the c library
  3848. ahead of ucb or bsd libraries for SVR4.
  3849.  
  3850. =item C<line>
  3851.  
  3852. From F<Loc.U>:
  3853.  
  3854. This variable is be used internally by Configure to determine the
  3855. full pathname (if any) of the line program.  After Configure runs,
  3856. the value is reset to a plain C<line> and is not useful.
  3857.  
  3858. =item C<lint>
  3859.  
  3860. From F<Loc.U>:
  3861.  
  3862. This variable is defined but not used by Configure.
  3863. The value is a plain '' and is not useful.
  3864.  
  3865. =item C<lkflags>
  3866.  
  3867. From F<ccflags.U>:
  3868.  
  3869. This variable contains any additional C partial linker flags desired by
  3870. the user.  It is up to the Makefile to use this.
  3871.  
  3872. =item C<ln>
  3873.  
  3874. From F<Loc.U>:
  3875.  
  3876. This variable is be used internally by Configure to determine the
  3877. full pathname (if any) of the ln program.  After Configure runs,
  3878. the value is reset to a plain C<ln> and is not useful.
  3879.  
  3880. =item C<lns>
  3881.  
  3882. From F<lns.U>:
  3883.  
  3884. This variable holds the name of the command to make 
  3885. symbolic links (if they are supported).  It can be used
  3886. in the Makefile. It is either C<ln -s> or C<ln>
  3887.  
  3888. =item C<locincpth>
  3889.  
  3890. From F<ccflags.U>:
  3891.  
  3892. This variable contains a list of additional directories to be
  3893. searched by the compiler.  The appropriate C<-I> directives will
  3894. be added to ccflags.  This is intended to simplify setting
  3895. local directories from the Configure command line.
  3896. It's not much, but it parallels the loclibpth stuff in F<libpth.U>.
  3897.  
  3898. =item C<loclibpth>
  3899.  
  3900. From F<libpth.U>:
  3901.  
  3902. This variable holds the paths used to find local libraries.  It is
  3903. prepended to libpth, and is intended to be easily set from the
  3904. command line.
  3905.  
  3906. =item C<longdblsize>
  3907.  
  3908. From F<d_longdbl.U>:
  3909.  
  3910. This variable contains the value of the C<LONG_DOUBLESIZE> symbol, which
  3911. indicates to the C program how many bytes there are in a long double,
  3912. if this system supports long doubles.
  3913.  
  3914. =item C<longlongsize>
  3915.  
  3916. From F<d_longlong.U>:
  3917.  
  3918. This variable contains the value of the C<LONGLONGSIZE> symbol, which
  3919. indicates to the C program how many bytes there are in a long long,
  3920. if this system supports long long.
  3921.  
  3922. =item C<longsize>
  3923.  
  3924. From F<intsize.U>:
  3925.  
  3926. This variable contains the value of the C<LONGSIZE> symbol, which
  3927. indicates to the C program how many bytes there are in a long.
  3928.  
  3929. =item C<lp>
  3930.  
  3931. From F<Loc.U>:
  3932.  
  3933. This variable is defined but not used by Configure.
  3934. The value is a plain '' and is not useful.
  3935.  
  3936. =item C<lpr>
  3937.  
  3938. From F<Loc.U>:
  3939.  
  3940. This variable is defined but not used by Configure.
  3941. The value is a plain '' and is not useful.
  3942.  
  3943. =item C<ls>
  3944.  
  3945. From F<Loc.U>:
  3946.  
  3947. This variable is be used internally by Configure to determine the
  3948. full pathname (if any) of the ls program.  After Configure runs,
  3949. the value is reset to a plain C<ls> and is not useful.
  3950.  
  3951. =item C<lseektype>
  3952.  
  3953. From F<lseektype.U>:
  3954.  
  3955. This variable defines lseektype to be something like off_t, long, 
  3956. or whatever type is used to declare lseek offset's type in the
  3957. kernel (which also appears to be lseek's return type).
  3958.  
  3959. =back
  3960.  
  3961. =head2 m
  3962.  
  3963. =over
  3964.  
  3965. =item C<mail>
  3966.  
  3967. From F<Loc.U>:
  3968.  
  3969. This variable is defined but not used by Configure.
  3970. The value is a plain '' and is not useful.
  3971.  
  3972. =item C<mailx>
  3973.  
  3974. From F<Loc.U>:
  3975.  
  3976. This variable is defined but not used by Configure.
  3977. The value is a plain '' and is not useful.
  3978.  
  3979. =item C<make>
  3980.  
  3981. From F<Loc.U>:
  3982.  
  3983. This variable is be used internally by Configure to determine the
  3984. full pathname (if any) of the make program.  After Configure runs,
  3985. the value is reset to a plain C<make> and is not useful.
  3986.  
  3987. =item C<make_set_make>
  3988.  
  3989. From F<make.U>:
  3990.  
  3991. Some versions of C<make> set the variable C<MAKE>.  Others do not.
  3992. This variable contains the string to be included in F<Makefile.SH>
  3993. so that C<MAKE> is set if needed, and not if not needed.
  3994. Possible values are:
  3995. make_set_make=C<#>        # If your make program handles this for you,
  3996. make_set_make=C<MAKE=$make>    # if it doesn't.
  3997. I used a comment character so that we can distinguish a
  3998. C<set> value (from a previous F<config.sh> or Configure C<-D> option)
  3999. from an uncomputed value.
  4000.  
  4001. =item C<mallocobj>
  4002.  
  4003. From F<mallocsrc.U>:
  4004.  
  4005. This variable contains the name of the F<malloc.o> that this package
  4006. generates, if that F<malloc.o> is preferred over the system malloc.
  4007. Otherwise the value is null.  This variable is intended for generating
  4008. Makefiles.  See mallocsrc.
  4009.  
  4010. =item C<mallocsrc>
  4011.  
  4012. From F<mallocsrc.U>:
  4013.  
  4014. This variable contains the name of the F<malloc.c> that comes with
  4015. the package, if that F<malloc.c> is preferred over the system malloc.
  4016. Otherwise the value is null.  This variable is intended for generating
  4017. Makefiles.
  4018.  
  4019. =item C<malloctype>
  4020.  
  4021. From F<mallocsrc.U>:
  4022.  
  4023. This variable contains the kind of ptr returned by malloc and realloc.
  4024.  
  4025. =item C<man1dir>
  4026.  
  4027. From F<man1dir.U>:
  4028.  
  4029. This variable contains the name of the directory in which manual
  4030. source pages are to be put.  It is the responsibility of the
  4031. F<Makefile.SH> to get the value of this into the proper command.
  4032. You must be prepared to do the F<~name> expansion yourself.
  4033.  
  4034. =item C<man1direxp>
  4035.  
  4036. From F<man1dir.U>:
  4037.  
  4038. This variable is the same as the man1dir variable, but is filename
  4039. expanded at configuration time, for convenient use in makefiles.
  4040.  
  4041. =item C<man1ext>
  4042.  
  4043. From F<man1dir.U>:
  4044.  
  4045. This variable contains the extension that the manual page should
  4046. have: one of C<n>, C<l>, or C<1>.  The Makefile must supply the F<.>.
  4047. See man1dir.
  4048.  
  4049. =item C<man3dir>
  4050.  
  4051. From F<man3dir.U>:
  4052.  
  4053. This variable contains the name of the directory in which manual
  4054. source pages are to be put.  It is the responsibility of the
  4055. F<Makefile.SH> to get the value of this into the proper command.
  4056. You must be prepared to do the F<~name> expansion yourself.
  4057.  
  4058. =item C<man3direxp>
  4059.  
  4060. From F<man3dir.U>:
  4061.  
  4062. This variable is the same as the man3dir variable, but is filename
  4063. expanded at configuration time, for convenient use in makefiles.
  4064.  
  4065. =item C<man3ext>
  4066.  
  4067. From F<man3dir.U>:
  4068.  
  4069. This variable contains the extension that the manual page should
  4070. have: one of C<n>, C<l>, or C<3>.  The Makefile must supply the F<.>.
  4071. See man3dir.
  4072.  
  4073. =item C<medium>
  4074.  
  4075. From F<models.U>:
  4076.  
  4077. This variable contains a flag which will tell the C compiler and loader
  4078. to produce a program running with a medium memory model.  If the
  4079. medium model is not supported, contains the flag to produce large
  4080. model programs.  It is up to the Makefile to use this.
  4081.  
  4082. =item C<mips_type>
  4083.  
  4084. From F<usrinc.U>:
  4085.  
  4086. This variable holds the environment type for the mips system.
  4087. Possible values are "BSD 4.3" and "System V".
  4088.  
  4089. =item C<mkdir>
  4090.  
  4091. From F<Loc.U>:
  4092.  
  4093. This variable is be used internally by Configure to determine the
  4094. full pathname (if any) of the mkdir program.  After Configure runs,
  4095. the value is reset to a plain C<mkdir> and is not useful.
  4096.  
  4097. =item C<models>
  4098.  
  4099. From F<models.U>:
  4100.  
  4101. This variable contains the list of memory models supported by this
  4102. system.  Possible component values are none, split, unsplit, small,
  4103. medium, large, and huge.  The component values are space separated.
  4104.  
  4105. =item C<modetype>
  4106.  
  4107. From F<modetype.U>:
  4108.  
  4109. This variable defines modetype to be something like mode_t, 
  4110. int, unsigned short, or whatever type is used to declare file 
  4111. modes for system calls.
  4112.  
  4113. =item C<more>
  4114.  
  4115. From F<Loc.U>:
  4116.  
  4117. This variable is be used internally by Configure to determine the
  4118. full pathname (if any) of the more program.  After Configure runs,
  4119. the value is reset to a plain C<more> and is not useful.
  4120.  
  4121. =item C<mv>
  4122.  
  4123. From F<Loc.U>:
  4124.  
  4125. This variable is defined but not used by Configure.
  4126. The value is a plain '' and is not useful.
  4127.  
  4128. =item C<myarchname>
  4129.  
  4130. From F<archname.U>:
  4131.  
  4132. This variable holds the architecture name computed by Configure in
  4133. a previous run. It is not intended to be perused by any user and
  4134. should never be set in a hint file.
  4135.  
  4136. =item C<mydomain>
  4137.  
  4138. From F<myhostname.U>:
  4139.  
  4140. This variable contains the eventual value of the C<MYDOMAIN> symbol,
  4141. which is the domain of the host the program is going to run on.
  4142. The domain must be appended to myhostname to form a complete host name.
  4143. The dot comes with mydomain, and need not be supplied by the program.
  4144.  
  4145. =item C<myhostname>
  4146.  
  4147. From F<myhostname.U>:
  4148.  
  4149. This variable contains the eventual value of the C<MYHOSTNAME> symbol,
  4150. which is the name of the host the program is going to run on.
  4151. The domain is not kept with hostname, but must be gotten from mydomain.
  4152. The dot comes with mydomain, and need not be supplied by the program.
  4153.  
  4154. =item C<myuname>
  4155.  
  4156. From F<Oldconfig.U>:
  4157.  
  4158. The output of C<uname -a> if available, otherwise the hostname. On Xenix,
  4159. pseudo variables assignments in the output are stripped, thank you. The
  4160. whole thing is then lower-cased.
  4161.  
  4162. =back
  4163.  
  4164. =head2 n
  4165.  
  4166. =over
  4167.  
  4168. =item C<n>
  4169.  
  4170. From F<n.U>:
  4171.  
  4172. This variable contains the C<-n> flag if that is what causes the echo
  4173. command to suppress newline.  Otherwise it is null.  Correct usage is
  4174.  
  4175.     $echo $n "prompt for a question: $c".
  4176.  
  4177.  
  4178. =item C<netdb_hlen_type>
  4179.  
  4180. From F<netdbtype.U>:
  4181.  
  4182. This variable holds the type used for the 2nd argument to
  4183. gethostbyaddr().  Usually, this is int or size_t or unsigned.
  4184. This is only useful if you have gethostbyaddr(), naturally.
  4185.  
  4186. =item C<netdb_host_type>
  4187.  
  4188. From F<netdbtype.U>:
  4189.  
  4190. This variable holds the type used for the 1st argument to
  4191. gethostbyaddr().  Usually, this is char * or void *,  possibly
  4192. with or without a const prefix.
  4193. This is only useful if you have gethostbyaddr(), naturally.
  4194.  
  4195. =item C<netdb_name_type>
  4196.  
  4197. From F<netdbtype.U>:
  4198.  
  4199. This variable holds the type used for the argument to
  4200. gethostbyname().  Usually, this is char * or const char *.
  4201. This is only useful if you have gethostbyname(), naturally.
  4202.  
  4203. =item C<netdb_net_type>
  4204.  
  4205. From F<netdbtype.U>:
  4206.  
  4207. This variable holds the type used for the 1st argument to
  4208. getnetbyaddr().  Usually, this is int or long.
  4209. This is only useful if you have getnetbyaddr(), naturally.
  4210.  
  4211. =item C<nm>
  4212.  
  4213. From F<Loc.U>:
  4214.  
  4215. This variable is be used internally by Configure to determine the
  4216. full pathname (if any) of the nm program.  After Configure runs,
  4217. the value is reset to a plain C<nm> and is not useful.
  4218.  
  4219. =item C<nm_opt>
  4220.  
  4221. From F<usenm.U>:
  4222.  
  4223. This variable holds the options that may be necessary for nm.
  4224.  
  4225. =item C<nm_so_opt>
  4226.  
  4227. From F<usenm.U>:
  4228.  
  4229. This variable holds the options that may be necessary for nm
  4230. to work on a shared library but that can not be used on an
  4231. archive library.  Currently, this is only used by Linux, where
  4232. nm --dynamic is *required* to get symbols from an C<ELF> library which
  4233. has been stripped, but nm --dynamic is *fatal* on an archive library.
  4234. Maybe Linux should just always set usenm=false.
  4235.  
  4236. =item C<nonxs_ext>
  4237.  
  4238. From F<Extensions.U>:
  4239.  
  4240. This variable holds a list of all non-xs extensions included
  4241. in the package.  All of them will be built.
  4242.  
  4243. =item C<nroff>
  4244.  
  4245. From F<Loc.U>:
  4246.  
  4247. This variable is be used internally by Configure to determine the
  4248. full pathname (if any) of the nroff program.  After Configure runs,
  4249. the value is reset to a plain C<nroff> and is not useful.
  4250.  
  4251. =back
  4252.  
  4253. =head2 o
  4254.  
  4255. =over
  4256.  
  4257. =item C<o_nonblock>
  4258.  
  4259. From F<nblock_io.U>:
  4260.  
  4261. This variable bears the symbol value to be used during open() or fcntl()
  4262. to turn on non-blocking F<I/O> for a file descriptor. If you wish to switch
  4263. between blocking and non-blocking, you may try ioctl(C<FIOSNBIO>) instead,
  4264. but that is only supported by some devices.
  4265.  
  4266. =item C<obj_ext>
  4267.  
  4268. From F<Unix.U>:
  4269.  
  4270. This is an old synonym for _o.
  4271.  
  4272. =item C<optimize>
  4273.  
  4274. From F<ccflags.U>:
  4275.  
  4276. This variable contains any F<optimizer/debugger> flag that should be used.
  4277. It is up to the Makefile to use it.
  4278.  
  4279. =item C<orderlib>
  4280.  
  4281. From F<orderlib.U>:
  4282.  
  4283. This variable is C<true> if the components of libraries must be ordered
  4284. (with `lorder $* | tsort`) before placing them in an archive.  Set to
  4285. C<false> if ranlib or ar can generate random libraries.
  4286.  
  4287. =item C<osname>
  4288.  
  4289. From F<Oldconfig.U>:
  4290.  
  4291. This variable contains the operating system name (e.g. sunos,
  4292. solaris, hpux, F<etc.>).  It can be useful later on for setting
  4293. defaults.  Any spaces are replaced with underscores.  It is set
  4294. to a null string if we can't figure it out.
  4295.  
  4296. =item C<osvers>
  4297.  
  4298. From F<Oldconfig.U>:
  4299.  
  4300. This variable contains the operating system version (e.g.
  4301. 4.1.3, 5.2, F<etc.>).  It is primarily used for helping select
  4302. an appropriate hints file, but might be useful elsewhere for
  4303. setting defaults.  It is set to '' if we can't figure it out.
  4304. We try to be flexible about how much of the version number
  4305. to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
  4306. same for this package, hints files might just be F<os_4.0> or
  4307. F<os_4.1>, F<etc.>, not keeping separate files for each little release.
  4308.  
  4309. =back
  4310.  
  4311. =head2 p
  4312.  
  4313. =over
  4314.  
  4315. =item C<package>
  4316.  
  4317. From F<package.U>:
  4318.  
  4319. This variable contains the name of the package being constructed.
  4320. It is primarily intended for the use of later Configure units.
  4321.  
  4322. =item C<pager>
  4323.  
  4324. From F<pager.U>:
  4325.  
  4326. This variable contains the name of the preferred pager on the system.
  4327. Usual values are (the full pathnames of) more, less, pg, or cat.
  4328.  
  4329. =item C<passcat>
  4330.  
  4331. From F<nis.U>:
  4332.  
  4333. This variable contains a command that produces the text of the
  4334. F</etc/passwd> file.  This is normally "cat F</etc/passwd>", but can be
  4335. "ypcat passwd" when C<NIS> is used.
  4336.  
  4337. =item C<patchlevel>
  4338.  
  4339. From F<patchlevel.U>:
  4340.  
  4341. The patchlevel level of this package.
  4342. The value of patchlevel comes from the F<patchlevel.h> file.
  4343.  
  4344. =item C<path_sep>
  4345.  
  4346. From F<Unix.U>:
  4347.  
  4348. This is an old synonym for p_ in F<Head.U>, the character
  4349. used to separate elements in the command shell search C<PATH>.
  4350.  
  4351. =item C<perl>
  4352.  
  4353. From F<Loc.U>:
  4354.  
  4355. This variable is be used internally by Configure to determine the
  4356. full pathname (if any) of the perl program.  After Configure runs,
  4357. the value is reset to a plain C<perl> and is not useful.
  4358.  
  4359. =item C<perladmin>
  4360.  
  4361. From F<perladmin.U>:
  4362.  
  4363. Electronic mail address of the perl5 administrator.
  4364.  
  4365. =item C<perlpath>
  4366.  
  4367. From F<perlpath.U>:
  4368.  
  4369. This variable contains the eventual value of the C<PERLPATH> symbol,
  4370. which contains the name of the perl interpreter to be used in
  4371. shell scripts and in the "eval C<exec>" idiom.
  4372.  
  4373. =item C<pg>
  4374.  
  4375. From F<Loc.U>:
  4376.  
  4377. This variable is be used internally by Configure to determine the
  4378. full pathname (if any) of the pg program.  After Configure runs,
  4379. the value is reset to a plain C<pg> and is not useful.
  4380.  
  4381. =item C<phostname>
  4382.  
  4383. From F<myhostname.U>:
  4384.  
  4385. This variable contains the eventual value of the C<PHOSTNAME> symbol,
  4386. which is a command that can be fed to popen() to get the host name.
  4387. The program should probably not presume that the domain is or isn't
  4388. there already.
  4389.  
  4390. =item C<pidtype>
  4391.  
  4392. From F<pidtype.U>:
  4393.  
  4394. This variable defines C<PIDTYPE> to be something like pid_t, int, 
  4395. ushort, or whatever type is used to declare process ids in the kernel.
  4396.  
  4397. =item C<plibpth>
  4398.  
  4399. From F<libpth.U>:
  4400.  
  4401. Holds the private path used by Configure to find out the libraries.
  4402. Its value is prepend to libpth. This variable takes care of special
  4403. machines, like the mips.  Usually, it should be empty.
  4404.  
  4405. =item C<pmake>
  4406.  
  4407. From F<Loc.U>:
  4408.  
  4409. This variable is defined but not used by Configure.
  4410. The value is a plain '' and is not useful.
  4411.  
  4412. =item C<pr>
  4413.  
  4414. From F<Loc.U>:
  4415.  
  4416. This variable is defined but not used by Configure.
  4417. The value is a plain '' and is not useful.
  4418.  
  4419. =item C<prefix>
  4420.  
  4421. From F<prefix.U>:
  4422.  
  4423. This variable holds the name of the directory below which the
  4424. user will install the package.  Usually, this is F</usr/local>, and
  4425. executables go in F</usr/local/bin>, library stuff in F</usr/local/lib>,
  4426. man pages in F</usr/local/man>, etc.  It is only used to set defaults
  4427. for things in F<bin.U>, F<mansrc.U>, F<privlib.U>, or F<scriptdir.U>.
  4428.  
  4429. =item C<prefixexp>
  4430.  
  4431. From F<prefix.U>:
  4432.  
  4433. This variable holds the full absolute path of the directory below
  4434. which the user will install the package.  Derived from prefix.
  4435.  
  4436. =item C<privlib>
  4437.  
  4438. From F<privlib.U>:
  4439.  
  4440. This variable contains the eventual value of the C<PRIVLIB> symbol,
  4441. which is the name of the private library for this package.  It may
  4442. have a F<~> on the front. It is up to the makefile to eventually create
  4443. this directory while performing installation (with F<~> substitution).
  4444.  
  4445. =item C<privlibexp>
  4446.  
  4447. From F<privlib.U>:
  4448.  
  4449. This variable is the F<~name> expanded version of privlib, so that you
  4450. may use it directly in Makefiles or shell scripts.
  4451.  
  4452. =item C<prototype>
  4453.  
  4454. From F<prototype.U>:
  4455.  
  4456. This variable holds the eventual value of C<CAN_PROTOTYPE>, which
  4457. indicates the C compiler can handle funciton prototypes.
  4458.  
  4459. =item C<ptrsize>
  4460.  
  4461. From F<ptrsize.U>:
  4462.  
  4463. This variable contains the value of the C<PTRSIZE> symbol, which
  4464. indicates to the C program how many bytes there are in a pointer.
  4465.  
  4466. =back
  4467.  
  4468. =head2 r
  4469.  
  4470. =over
  4471.  
  4472. =item C<randbits>
  4473.  
  4474. From F<randbits.U>:
  4475.  
  4476. This variable contains the eventual value of the C<RANDBITS> symbol,
  4477. which indicates to the C program how many bits of random number
  4478. the rand() function produces.
  4479.  
  4480. =item C<ranlib>
  4481.  
  4482. From F<orderlib.U>:
  4483.  
  4484. This variable is set to the pathname of the ranlib program, if it is
  4485. needed to generate random libraries.  Set to C<:> if ar can generate
  4486. random libraries or if random libraries are not supported
  4487.  
  4488. =item C<rd_nodata>
  4489.  
  4490. From F<nblock_io.U>:
  4491.  
  4492. This variable holds the return code from read() when no data is
  4493. present. It should be -1, but some systems return 0 when C<O_NDELAY> is
  4494. used, which is a shame because you cannot make the difference between
  4495. no data and an F<EOF.>. Sigh!
  4496.  
  4497. =item C<rm>
  4498.  
  4499. From F<Loc.U>:
  4500.  
  4501. This variable is be used internally by Configure to determine the
  4502. full pathname (if any) of the rm program.  After Configure runs,
  4503. the value is reset to a plain C<rm> and is not useful.
  4504.  
  4505. =item C<rmail>
  4506.  
  4507. From F<Loc.U>:
  4508.  
  4509. This variable is defined but not used by Configure.
  4510. The value is a plain '' and is not useful.
  4511.  
  4512. =item C<runnm>
  4513.  
  4514. From F<usenm.U>:
  4515.  
  4516. This variable contains C<true> or C<false> depending whether the
  4517. nm extraction should be performed or not, according to the value
  4518. of usenm and the flags on the Configure command line.
  4519.  
  4520. =back
  4521.  
  4522. =head2 s
  4523.  
  4524. =over
  4525.  
  4526. =item C<scriptdir>
  4527.  
  4528. From F<scriptdir.U>:
  4529.  
  4530. This variable holds the name of the directory in which the user wants
  4531. to put publicly scripts for the package in question.  It is either
  4532. the same directory as for binaries, or a special one that can be
  4533. mounted across different architectures, like F</usr/share>. Programs
  4534. must be prepared to deal with F<~name> expansion.
  4535.  
  4536. =item C<scriptdirexp>
  4537.  
  4538. From F<scriptdir.U>:
  4539.  
  4540. This variable is the same as scriptdir, but is filename expanded
  4541. at configuration time, for programs not wanting to bother with it.
  4542.  
  4543. =item C<sed>
  4544.  
  4545. From F<Loc.U>:
  4546.  
  4547. This variable is be used internally by Configure to determine the
  4548. full pathname (if any) of the sed program.  After Configure runs,
  4549. the value is reset to a plain C<sed> and is not useful.
  4550.  
  4551. =item C<selecttype>
  4552.  
  4553. From F<selecttype.U>:
  4554.  
  4555. This variable holds the type used for the 2nd, 3rd, and 4th
  4556. arguments to select.  Usually, this is C<fd_set *>, if C<HAS_FD_SET>
  4557. is defined, and C<int *> otherwise.  This is only useful if you 
  4558. have select(), naturally.
  4559.  
  4560. =item C<sendmail>
  4561.  
  4562. From F<Loc.U>:
  4563.  
  4564. This variable is be used internally by Configure to determine the
  4565. full pathname (if any) of the sendmail program.  After Configure runs,
  4566. the value is reset to a plain C<sendmail> and is not useful.
  4567.  
  4568. =item C<sh>
  4569.  
  4570. From F<sh.U>:
  4571.  
  4572. This variable contains the full pathname of the shell used
  4573. on this system to execute Bourne shell scripts.  Usually, this will be
  4574. F</bin/sh>, though it's possible that some systems will have F</bin/ksh>,
  4575. F</bin/pdksh>, F</bin/ash>, F</bin/bash>, or even something such as
  4576. D:F</bin/sh.exe>.
  4577. This unit comes before F<Options.U>, so you can't set sh with a C<-D>
  4578. option, though you can override this (and startsh)
  4579. with C<-O -Dsh=F</bin/whatever> -Dstartsh=whatever>
  4580.  
  4581. =item C<shar>
  4582.  
  4583. From F<Loc.U>:
  4584.  
  4585. This variable is defined but not used by Configure.
  4586. The value is a plain '' and is not useful.
  4587.  
  4588. =item C<sharpbang>
  4589.  
  4590. From F<spitshell.U>:
  4591.  
  4592. This variable contains the string #! if this system supports that
  4593. construct.
  4594.  
  4595. =item C<shmattype>
  4596.  
  4597. From F<d_shmat.U>:
  4598.  
  4599. This symbol contains the type of pointer returned by shmat().
  4600. It can be C<void *> or C<char *>.
  4601.  
  4602. =item C<shortsize>
  4603.  
  4604. From F<intsize.U>:
  4605.  
  4606. This variable contains the value of the C<SHORTSIZE> symbol which
  4607. indicates to the C program how many bytes there are in a short.
  4608.  
  4609. =item C<shrpenv>
  4610.  
  4611. From F<libperl.U>:
  4612.  
  4613. If the user builds a shared F<libperl.so>, then we need to tell the
  4614. C<perl> executable where it will be able to find the installed F<libperl.so>. 
  4615. One way to do this on some systems is to set the environment variable
  4616. C<LD_RUN_PATH> to the directory that will be the final location of the
  4617. shared F<libperl.so>.  The makefile can use this with something like
  4618.  
  4619.     $shrpenv $(C<CC>) -o perl F<perlmain.o> $libperl $libs
  4620.  
  4621.     Typical values are
  4622.  
  4623.     shrpenv="env C<LD_RUN_PATH>=$F<archlibexp/C<CORE>>"
  4624.  
  4625.     or
  4626.  
  4627.     shrpenv=''
  4628.  
  4629.     See the main perl F<Makefile.SH> for actual working usage.
  4630. Alternatively, we might be able to use a command line option such
  4631. as -R $F<archlibexp/C<CORE>> (Solaris, NetBSD) or -Wl,-rpath
  4632. $F<archlibexp/C<CORE>> (Linux).
  4633.  
  4634. =item C<shsharp>
  4635.  
  4636. From F<spitshell.U>:
  4637.  
  4638. This variable tells further Configure units whether your sh can
  4639. handle # comments.
  4640.  
  4641. =item C<sig_name>
  4642.  
  4643. From F<sig_name.U>:
  4644.  
  4645. This variable holds the signal names, space separated. The leading
  4646. C<SIG> in signal name is removed.  A C<ZERO> is prepended to the
  4647. list.  This is currently not used.
  4648.  
  4649. =item C<sig_name_init>
  4650.  
  4651. From F<sig_name.U>:
  4652.  
  4653. This variable holds the signal names, enclosed in double quotes and
  4654. separated by commas, suitable for use in the C<SIG_NAME> definition 
  4655. below.  A C<ZERO> is prepended to the list, and the list is 
  4656. terminated with a plain 0.  The leading C<SIG> in signal names
  4657. is removed. See sig_num.
  4658.  
  4659. =item C<sig_num>
  4660.  
  4661. From F<sig_name.U>:
  4662.  
  4663. This variable holds the signal numbers, comma separated. A 0 is
  4664. prepended to the list (corresponding to the fake C<SIGZERO>), and 
  4665. the list is terminated with a 0.  Those numbers correspond to 
  4666. the value of the signal listed in the same place within the
  4667. sig_name list.
  4668.  
  4669. =item C<signal_t>
  4670.  
  4671. From F<d_voidsig.U>:
  4672.  
  4673. This variable holds the type of the signal handler (void or int).
  4674.  
  4675. =item C<sitearch>
  4676.  
  4677. From F<sitearch.U>:
  4678.  
  4679. This variable contains the eventual value of the C<SITEARCH> symbol,
  4680. which is the name of the private library for this package.  It may
  4681. have a F<~> on the front. It is up to the makefile to eventually create
  4682. this directory while performing installation (with F<~> substitution).
  4683.  
  4684. =item C<sitearchexp>
  4685.  
  4686. From F<sitearch.U>:
  4687.  
  4688. This variable is the F<~name> expanded version of sitearch, so that you
  4689. may use it directly in Makefiles or shell scripts.
  4690.  
  4691. =item C<sitelib>
  4692.  
  4693. From F<sitelib.U>:
  4694.  
  4695. This variable contains the eventual value of the C<SITELIB> symbol,
  4696. which is the name of the private library for this package.  It may
  4697. have a F<~> on the front. It is up to the makefile to eventually create
  4698. this directory while performing installation (with F<~> substitution).
  4699.  
  4700. =item C<sitelibexp>
  4701.  
  4702. From F<sitelib.U>:
  4703.  
  4704. This variable is the F<~name> expanded version of sitelib, so that you
  4705. may use it directly in Makefiles or shell scripts.
  4706.  
  4707. =item C<sizetype>
  4708.  
  4709. From F<sizetype.U>:
  4710.  
  4711. This variable defines sizetype to be something like size_t, 
  4712. unsigned long, or whatever type is used to declare length 
  4713. parameters for string functions.
  4714.  
  4715. =item C<sleep>
  4716.  
  4717. From F<Loc.U>:
  4718.  
  4719. This variable is defined but not used by Configure.
  4720. The value is a plain '' and is not useful.
  4721.  
  4722. =item C<smail>
  4723.  
  4724. From F<Loc.U>:
  4725.  
  4726. This variable is defined but not used by Configure.
  4727. The value is a plain '' and is not useful.
  4728.  
  4729. =item C<small>
  4730.  
  4731. From F<models.U>:
  4732.  
  4733. This variable contains a flag which will tell the C compiler and loader
  4734. to produce a program running with a small memory model.  It is up to
  4735. the Makefile to use this.
  4736.  
  4737. =item C<so>
  4738.  
  4739. From F<so.U>:
  4740.  
  4741. This variable holds the extension used to identify shared libraries
  4742. (also known as shared objects) on the system. Usually set to C<so>.
  4743.  
  4744. =item C<sockethdr>
  4745.  
  4746. From F<d_socket.U>:
  4747.  
  4748. This variable has any cpp C<-I> flags needed for socket support.
  4749.  
  4750. =item C<socketlib>
  4751.  
  4752. From F<d_socket.U>:
  4753.  
  4754. This variable has the names of any libraries needed for socket support.
  4755.  
  4756. =item C<sort>
  4757.  
  4758. From F<Loc.U>:
  4759.  
  4760. This variable is be used internally by Configure to determine the
  4761. full pathname (if any) of the sort program.  After Configure runs,
  4762. the value is reset to a plain C<sort> and is not useful.
  4763.  
  4764. =item C<spackage>
  4765.  
  4766. From F<package.U>:
  4767.  
  4768. This variable contains the name of the package being constructed,
  4769. with the first letter uppercased, F<i.e>. suitable for starting
  4770. sentences.
  4771.  
  4772. =item C<spitshell>
  4773.  
  4774. From F<spitshell.U>:
  4775.  
  4776. This variable contains the command necessary to spit out a runnable
  4777. shell on this system.  It is either cat or a grep C<-v> for # comments.
  4778.  
  4779. =item C<split>
  4780.  
  4781. From F<models.U>:
  4782.  
  4783. This variable contains a flag which will tell the C compiler and loader
  4784. to produce a program that will run in separate I and D space, for those
  4785. machines that support separation of instruction and data space.  It is
  4786. up to the Makefile to use this.
  4787.  
  4788. =item C<src>
  4789.  
  4790. From F<src.U>:
  4791.  
  4792. This variable holds the path to the package source. It is up to
  4793. the Makefile to use this variable and set C<VPATH> accordingly to
  4794. find the sources remotely.
  4795.  
  4796. =item C<ssizetype>
  4797.  
  4798. From F<ssizetype.U>:
  4799.  
  4800. This variable defines ssizetype to be something like ssize_t, 
  4801. long or int.  It is used by functions that return a count 
  4802. of bytes or an error condition.  It must be a signed type.
  4803. We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
  4804.  
  4805. =item C<startperl>
  4806.  
  4807. From F<startperl.U>:
  4808.  
  4809. This variable contains the string to put on the front of a perl
  4810. script to make sure (hopefully) that it runs with perl and not some
  4811. shell. Of course, that leading line must be followed by the classical
  4812. perl idiom:
  4813.  
  4814.     eval 'exec perl -S $0 ${1+C<$@>}'
  4815.  
  4816.  
  4817.     if $running_under_some_shell;
  4818.  
  4819.     to guarantee perl startup should the shell execute the script. Note
  4820. that this magic incatation is not understood by csh.
  4821.  
  4822. =item C<startsh>
  4823.  
  4824. From F<startsh.U>:
  4825.  
  4826. This variable contains the string to put on the front of a shell
  4827. script to make sure (hopefully) that it runs with sh and not some
  4828. other shell.
  4829.  
  4830. =item C<static_ext>
  4831.  
  4832. From F<Extensions.U>:
  4833.  
  4834. This variable holds a list of C<XS> extension files we want to
  4835. link statically into the package.  It is used by Makefile.
  4836.  
  4837. =item C<stdchar>
  4838.  
  4839. From F<stdchar.U>:
  4840.  
  4841. This variable conditionally defines C<STDCHAR> to be the type of char
  4842. used in F<stdio.h>.  It has the values "unsigned char" or C<char>.
  4843.  
  4844. =item C<stdio_base>
  4845.  
  4846. From F<d_stdstdio.U>:
  4847.  
  4848. This variable defines how, given a C<FILE> pointer, fp, to access the
  4849. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4850. be used to define the macro FILE_base(fp).
  4851.  
  4852. =item C<stdio_bufsiz>
  4853.  
  4854. From F<d_stdstdio.U>:
  4855.  
  4856. This variable defines how, given a C<FILE> pointer, fp, to determine
  4857. the number of bytes store in the F<I/O> buffer pointer to by the
  4858. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4859. be used to define the macro FILE_bufsiz(fp).
  4860.  
  4861. =item C<stdio_cnt>
  4862.  
  4863. From F<d_stdstdio.U>:
  4864.  
  4865. This variable defines how, given a C<FILE> pointer, fp, to access the
  4866. _cnt field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4867. be used to define the macro FILE_cnt(fp).
  4868.  
  4869. =item C<stdio_filbuf>
  4870.  
  4871. From F<d_stdstdio.U>:
  4872.  
  4873. This variable defines how, given a C<FILE> pointer, fp, to tell
  4874. stdio to refill it's internal buffers (?).  This will
  4875. be used to define the macro FILE_filbuf(fp).
  4876.  
  4877. =item C<stdio_ptr>
  4878.  
  4879. From F<d_stdstdio.U>:
  4880.  
  4881. This variable defines how, given a C<FILE> pointer, fp, to access the
  4882. _ptr field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4883. be used to define the macro FILE_ptr(fp).
  4884.  
  4885. =item C<strings>
  4886.  
  4887. From F<i_string.U>:
  4888.  
  4889. This variable holds the full path of the string header that will be
  4890. used. Typically F</usr/include/string.h> or F</usr/include/strings.h>.
  4891.  
  4892. =item C<submit>
  4893.  
  4894. From F<Loc.U>:
  4895.  
  4896. This variable is defined but not used by Configure.
  4897. The value is a plain '' and is not useful.
  4898.  
  4899. =item C<subversion>
  4900.  
  4901. From F<patchlevel.U>:
  4902.  
  4903. The subversion level of this package.
  4904. The value of subversion comes from the F<patchlevel.h> file.
  4905. This is unique to perl.
  4906.  
  4907. =item C<sysman>
  4908.  
  4909. From F<sysman.U>:
  4910.  
  4911. This variable holds the place where the manual is located on this
  4912. system. It is not the place where the user wants to put his manual
  4913. pages. Rather it is the place where Configure may look to find manual
  4914. for unix commands (section 1 of the manual usually). See mansrc.
  4915.  
  4916. =back
  4917.  
  4918. =head2 t
  4919.  
  4920. =over
  4921.  
  4922. =item C<tail>
  4923.  
  4924. From F<Loc.U>:
  4925.  
  4926. This variable is defined but not used by Configure.
  4927. The value is a plain '' and is not useful.
  4928.  
  4929. =item C<tar>
  4930.  
  4931. From F<Loc.U>:
  4932.  
  4933. This variable is defined but not used by Configure.
  4934. The value is a plain '' and is not useful.
  4935.  
  4936. =item C<tbl>
  4937.  
  4938. From F<Loc.U>:
  4939.  
  4940. This variable is defined but not used by Configure.
  4941. The value is a plain '' and is not useful.
  4942.  
  4943. =item C<tee>
  4944.  
  4945. From F<Loc.U>:
  4946.  
  4947. This variable is be used internally by Configure to determine the
  4948. full pathname (if any) of the tee program.  After Configure runs,
  4949. the value is reset to a plain C<tee> and is not useful.
  4950.  
  4951. =item C<test>
  4952.  
  4953. From F<Loc.U>:
  4954.  
  4955. This variable is be used internally by Configure to determine the
  4956. full pathname (if any) of the test program.  After Configure runs,
  4957. the value is reset to a plain C<test> and is not useful.
  4958.  
  4959. =item C<timeincl>
  4960.  
  4961. From F<i_time.U>:
  4962.  
  4963. This variable holds the full path of the included time header(s).
  4964.  
  4965. =item C<timetype>
  4966.  
  4967. From F<d_time.U>:
  4968.  
  4969. This variable holds the type returned by time(). It can be long,
  4970. or time_t on C<BSD> sites (in which case <sys/types.h> should be
  4971. included). Anyway, the type Time_t should be used.
  4972.  
  4973. =item C<touch>
  4974.  
  4975. From F<Loc.U>:
  4976.  
  4977. This variable is be used internally by Configure to determine the
  4978. full pathname (if any) of the touch program.  After Configure runs,
  4979. the value is reset to a plain C<touch> and is not useful.
  4980.  
  4981. =item C<tr>
  4982.  
  4983. From F<Loc.U>:
  4984.  
  4985. This variable is be used internally by Configure to determine the
  4986. full pathname (if any) of the tr program.  After Configure runs,
  4987. the value is reset to a plain C<tr> and is not useful.
  4988.  
  4989. =item C<trnl>
  4990.  
  4991. From F<trnl.U>:
  4992.  
  4993. This variable contains the value to be passed to the tr(1)
  4994. command to transliterate a newline.  Typical values are
  4995. C<\012> and C<\n>.  This is needed for C<EBCDIC> systems where
  4996. newline is not necessarily C<\012>.
  4997.  
  4998. =item C<troff>
  4999.  
  5000. From F<Loc.U>:
  5001.  
  5002. This variable is defined but not used by Configure.
  5003. The value is a plain '' and is not useful.
  5004.  
  5005. =back
  5006.  
  5007. =head2 u
  5008.  
  5009. =over
  5010.  
  5011. =item C<uidtype>
  5012.  
  5013. From F<uidtype.U>:
  5014.  
  5015. This variable defines Uid_t to be something like uid_t, int, 
  5016. ushort, or whatever type is used to declare user ids in the kernel.
  5017.  
  5018. =item C<uname>
  5019.  
  5020. From F<Loc.U>:
  5021.  
  5022. This variable is be used internally by Configure to determine the
  5023. full pathname (if any) of the uname program.  After Configure runs,
  5024. the value is reset to a plain C<uname> and is not useful.
  5025.  
  5026. =item C<uniq>
  5027.  
  5028. From F<Loc.U>:
  5029.  
  5030. This variable is be used internally by Configure to determine the
  5031. full pathname (if any) of the uniq program.  After Configure runs,
  5032. the value is reset to a plain C<uniq> and is not useful.
  5033.  
  5034. =item C<usedl>
  5035.  
  5036. From F<dlsrc.U>:
  5037.  
  5038. This variable indicates if the the system supports dynamic
  5039. loading of some sort.  See also dlsrc and dlobj.
  5040.  
  5041. =item C<usemymalloc>
  5042.  
  5043. From F<mallocsrc.U>:
  5044.  
  5045. This variable contains y if the malloc that comes with this package
  5046. is desired over the system's version of malloc.  People often include
  5047. special versions of malloc for effiency, but such versions are often
  5048. less portable.  See also mallocsrc and mallocobj.
  5049. If this is C<y>, then -lmalloc is removed from $libs.
  5050.  
  5051. =item C<usenm>
  5052.  
  5053. From F<usenm.U>:
  5054.  
  5055. This variable contains C<true> or C<false> depending whether the
  5056. nm extraction is wanted or not.
  5057.  
  5058. =item C<useopcode>
  5059.  
  5060. From F<Extensions.U>:
  5061.  
  5062. This variable holds either C<true> or C<false> to indicate
  5063. whether the Opcode extension should be used.  The sole
  5064. use for this currently is to allow an easy mechanism
  5065. for users to skip the Opcode extension from the Configure
  5066. command line.
  5067.  
  5068. =item C<useperlio>
  5069.  
  5070. From F<useperlio.U>:
  5071.  
  5072. This variable conditionally defines the C<USE_PERLIO> symbol,
  5073. and indicates that the PerlIO abstraction should be
  5074. used throughout.
  5075.  
  5076. =item C<useposix>
  5077.  
  5078. From F<Extensions.U>:
  5079.  
  5080. This variable holds either C<true> or C<false> to indicate
  5081. whether the C<POSIX> extension should be used.  The sole
  5082. use for this currently is to allow an easy mechanism
  5083. for hints files to indicate that C<POSIX> will not compile
  5084. on a particular system.
  5085.  
  5086. =item C<usesfio>
  5087.  
  5088. From F<d_sfio.U>:
  5089.  
  5090. This variable is set to true when the user agrees to use sfio.
  5091. It is set to false when sfio is not available or when the user
  5092. explicitely requests not to use sfio.  It is here primarily so
  5093. that command-line settings can override the auto-detection of
  5094. d_sfio without running into a "WHOA THERE".
  5095.  
  5096. =item C<useshrplib>
  5097.  
  5098. From F<libperl.U>:
  5099.  
  5100. This variable is set to C<yes> if the user wishes
  5101. to build a shared libperl, and C<no> otherwise.
  5102.  
  5103. =item C<usethreads>
  5104.  
  5105. From F<usethreads.U>:
  5106.  
  5107. This variable conditionally defines the C<USE_THREADS> symbol,
  5108. and indicates that Perl should be built to use threads.
  5109.  
  5110. =item C<usevfork>
  5111.  
  5112. From F<d_vfork.U>:
  5113.  
  5114. This variable is set to true when the user accepts to use vfork.
  5115. It is set to false when no vfork is available or when the user
  5116. explicitely requests not to use vfork.
  5117.  
  5118. =item C<usrinc>
  5119.  
  5120. From F<usrinc.U>:
  5121.  
  5122. This variable holds the path of the include files, which is
  5123. usually F</usr/include>. It is mainly used by other Configure units.
  5124.  
  5125. =item C<uuname>
  5126.  
  5127. From F<Loc.U>:
  5128.  
  5129. This variable is defined but not used by Configure.
  5130. The value is a plain '' and is not useful.
  5131.  
  5132. =back
  5133.  
  5134. =head2 v
  5135.  
  5136. =over
  5137.  
  5138. =item C<version>
  5139.  
  5140. From F<patchlevel.U>:
  5141.  
  5142. The full version number of this package.  This combines
  5143. baserev, patchlevel, and subversion to get the full
  5144. version number, including any possible subversions.  Care
  5145. is taken to use the C locale in order to get something
  5146. like 5.004 instead of 5,004.  This is unique to perl.
  5147.  
  5148. =item C<vi>
  5149.  
  5150. From F<Loc.U>:
  5151.  
  5152. This variable is defined but not used by Configure.
  5153. The value is a plain '' and is not useful.
  5154.  
  5155. =item C<voidflags>
  5156.  
  5157. From F<voidflags.U>:
  5158.  
  5159. This variable contains the eventual value of the C<VOIDFLAGS> symbol,
  5160. which indicates how much support of the void type is given by this
  5161. compiler.  See C<VOIDFLAGS> for more info.
  5162.  
  5163. =back
  5164.  
  5165. =head2 z
  5166.  
  5167. =over
  5168.  
  5169. =item C<zcat>
  5170.  
  5171. From F<Loc.U>:
  5172.  
  5173. This variable is defined but not used by Configure.
  5174. The value is a plain '' and is not useful.
  5175.  
  5176. =item C<zip>
  5177.  
  5178. From F<Loc.U>:
  5179.  
  5180. This variable is be used internally by Configure to determine the
  5181. full pathname (if any) of the zip program.  After Configure runs,
  5182. the value is reset to a plain C<zip> and is not useful.
  5183.  
  5184.  
  5185. =back
  5186.  
  5187. =head1 NOTE
  5188.  
  5189. This module contains a good example of how to use tie to implement a
  5190. cache and an example of how to make a tied variable readonly to those
  5191. outside of it.
  5192.  
  5193. =cut
  5194.  
  5195.