home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-bin.lha / lib / perl5 / m68k-amigaos / 5.003 / CORE / config.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  49KB  |  1,579 lines

  1. /*
  2.  * This file was produced by running the config_h.SH script, which
  3.  * gets its values from config.sh, which is generally produced by
  4.  * running Configure.
  5.  *
  6.  * Feel free to modify any of this as the need arises.  Note, however,
  7.  * that running config_h.SH again will wipe out any changes you've made.
  8.  * For a more permanent change edit config.sh and rerun config_h.SH.
  9.  *
  10.  * $Id: Config_h.U,v 3.0.1.4 1995/09/25 09:10:49 ram Exp $
  11.  */
  12.  
  13. /* Configuration time: Thu Oct 10 04:07:48 MST 1996
  14.  * Configured by: fnf
  15.  * Target system: amigaos fishbait 40.68 1 m68k 
  16.  */
  17.  
  18. #ifndef _config_h_
  19. #define _config_h_
  20.  
  21. /* MEM_ALIGNBYTES:
  22.  *    This symbol contains the number of bytes required to align a
  23.  *    double. Usual values are 2, 4 and 8.
  24.  */
  25. #define MEM_ALIGNBYTES 2    /**/
  26.  
  27. /* BIN:
  28.  *    This symbol holds the path of the bin directory where the package will
  29.  *    be installed. Program must be prepared to deal with ~name substitution.
  30.  */
  31. #define BIN "/ade/bin"    /**/
  32.  
  33. /* CAT2:
  34.  *    This macro catenates 2 tokens together.
  35.  */
  36. #if 42 == 1
  37. #define CAT2(a,b)a/**/b
  38. #define CAT3(a,b,c)a/**/b/**/c
  39. #define CAT4(a,b,c,d)a/**/b/**/c/**/d
  40. #define CAT5(a,b,c,d,e)a/**/b/**/c/**/d/**/e
  41. #define STRINGIFY(a)"a"
  42.         /* If you can get stringification with catify, tell me how! */
  43. #endif
  44. #if 42 == 42
  45. #define CAT2(a,b)a ## b
  46. #define CAT3(a,b,c)a ## b ## c
  47. #define CAT4(a,b,c,d)a ## b ## c ## d
  48. #define CAT5(a,b,c,d,e)a ## b ## c ## d ## e
  49. #define StGiFy(a)# a
  50. #define STRINGIFY(a)StGiFy(a)
  51. #define SCAT2(a,b)StGiFy(a) StGiFy(b)
  52. #define SCAT3(a,b,c)StGiFy(a) StGiFy(b) StGiFy(c)
  53. #define SCAT4(a,b,c,d)StGiFy(a) StGiFy(b) StGiFy(c) StGiFy(d)
  54. #define SCAT5(a,b,c,d,e)StGiFy(a) StGiFy(b) StGiFy(c) StGiFy(d) StGiFy(e)
  55. #endif
  56. #ifndef CAT2
  57. #include "Bletch: How does this C preprocessor catenate tokens?"
  58. #endif
  59.  
  60. /* CPPSTDIN:
  61.  *    This symbol contains the first part of the string which will invoke
  62.  *    the C preprocessor on the standard input and produce to standard
  63.  *    output.     Typical value of "cc -E" or "/lib/cpp", but it can also
  64.  *    call a wrapper. See CPPRUN.
  65.  */
  66. /* CPPMINUS:
  67.  *    This symbol contains the second part of the string which will invoke
  68.  *    the C preprocessor on the standard input and produce to standard
  69.  *    output.  This symbol will have the value "-" if CPPSTDIN needs a minus
  70.  *    to specify standard input, otherwise the value is "".
  71.  */
  72. #define CPPSTDIN "gcc -E"
  73. #define CPPMINUS "-"
  74.  
  75. /* HAS_ALARM:
  76.  *    This symbol, if defined, indicates that the alarm routine is
  77.  *    available.
  78.  */
  79. #define HAS_ALARM        /**/
  80.  
  81. /* HASATTRIBUTE:
  82.  *    This symbol indicates the C compiler can check for function attributes,
  83.  *    such as printf formats. This is normally only supported by GNU cc.
  84.  */
  85. #define HASATTRIBUTE     /**/
  86. #ifndef HASATTRIBUTE
  87. #define __attribute__(_arg_)
  88. #endif
  89.  
  90. /* HAS_BCMP:
  91.  *    This symbol is defined if the bcmp() routine is available to
  92.  *    compare blocks of memory.
  93.  */
  94. #define HAS_BCMP    /**/
  95.  
  96. /* HAS_BCOPY:
  97.  *    This symbol is defined if the bcopy() routine is available to
  98.  *    copy blocks of memory.
  99.  */
  100. #define HAS_BCOPY    /**/
  101.  
  102. /* HAS_BZERO:
  103.  *    This symbol is defined if the bzero() routine is available to
  104.  *    set a memory block to 0.
  105.  */
  106. #define HAS_BZERO    /**/
  107.  
  108. /* CASTI32:
  109.  *    This symbol is defined if the C compiler can cast negative
  110.  *    or large floating point numbers to 32-bit ints.
  111.  */
  112. #define    CASTI32        /**/
  113.  
  114. /* CASTNEGFLOAT:
  115.  *    This symbol is defined if the C compiler can cast negative
  116.  *    numbers to unsigned longs, ints and shorts.
  117.  */
  118. /* CASTFLAGS:
  119.  *    This symbol contains flags that say what difficulties the compiler
  120.  *    has casting odd floating values to unsigned long:
  121.  *        0 = ok
  122.  *        1 = couldn't cast < 0
  123.  *        2 = couldn't cast >= 0x80000000
  124.  *        4 = couldn't cast in argument expression list
  125.  */
  126. #define    CASTNEGFLOAT        /**/
  127. #define CASTFLAGS 0        /**/
  128.  
  129. /* HAS_CHOWN:
  130.  *    This symbol, if defined, indicates that the chown routine is
  131.  *    available.
  132.  */
  133. #define HAS_CHOWN        /**/
  134.  
  135. /* HAS_CHROOT:
  136.  *    This symbol, if defined, indicates that the chroot routine is
  137.  *    available.
  138.  */
  139. #define HAS_CHROOT        /**/
  140.  
  141. /* HAS_CHSIZE:
  142.  *    This symbol, if defined, indicates that the chsize routine is available
  143.  *    to truncate files.  You might need a -lx to get this routine.
  144.  */
  145. /*#define    HAS_CHSIZE        /**/
  146.  
  147. /* VOID_CLOSEDIR:
  148.  *    This symbol, if defined, indicates that the closedir() routine
  149.  *    does not return a value.
  150.  */
  151. #define VOID_CLOSEDIR        /**/
  152.  
  153. /* HASCONST:
  154.  *    This symbol, if defined, indicates that this C compiler knows about
  155.  *    the const type. There is no need to actually test for that symbol
  156.  *    within your programs. The mere use of the "const" keyword will
  157.  *    trigger the necessary tests.
  158.  */
  159. #define HASCONST    /**/
  160. #ifndef HASCONST
  161. #define const
  162. #endif
  163.  
  164. /* HAS_CRYPT:
  165.  *    This symbol, if defined, indicates that the crypt routine is available
  166.  *    to encrypt passwords and the like.
  167.  */
  168. #define HAS_CRYPT        /**/
  169.  
  170. /* HAS_CUSERID:
  171.  *    This symbol, if defined, indicates that the cuserid routine is
  172.  *    available to get character login names.
  173.  */
  174. #define HAS_CUSERID        /**/
  175.  
  176. /* HAS_DBL_DIG:
  177.  *    This symbol, if defined, indicates that this system's <float.h>
  178.  *    or <limits.h> defines the symbol DBL_DIG, which is the number
  179.  *    of significant digits in a double precision number.  If this
  180.  *    symbol is not defined, a guess of 15 is usually pretty good.
  181.  */
  182. #define HAS_DBL_DIG     /* */
  183.  
  184. /* HAS_DIFFTIME:
  185.  *    This symbol, if defined, indicates that the difftime routine is
  186.  *    available.
  187.  */
  188. #define HAS_DIFFTIME        /**/
  189.  
  190. /* HAS_DLERROR:
  191.  *    This symbol, if defined, indicates that the dlerror routine is
  192.  *    available to return a string describing the last error that
  193.  *    occurred from a call to dlopen(), dlclose() or dlsym().
  194.  */
  195. /*#define HAS_DLERROR    /**/
  196.  
  197. /* HAS_DUP2:
  198.  *    This symbol, if defined, indicates that the dup2 routine is
  199.  *    available to duplicate file descriptors.
  200.  */
  201. #define HAS_DUP2    /**/
  202.  
  203. /* HAS_FCHMOD:
  204.  *    This symbol, if defined, indicates that the fchmod routine is available
  205.  *    to change mode of opened files.  If unavailable, use chmod().
  206.  */
  207. #define HAS_FCHMOD        /**/
  208.  
  209. /* HAS_FCHOWN:
  210.  *    This symbol, if defined, indicates that the fchown routine is available
  211.  *    to change ownership of opened files.  If unavailable, use chown().
  212.  */
  213. #define HAS_FCHOWN        /**/
  214.  
  215. /* HAS_FCNTL:
  216.  *    This symbol, if defined, indicates to the C program that
  217.  *    the fcntl() function exists.
  218.  */
  219. #define HAS_FCNTL        /**/
  220.  
  221. /* HAS_FGETPOS:
  222.  *    This symbol, if defined, indicates that the fgetpos routine is
  223.  *    available to get the file position indicator, similar to ftell().
  224.  */
  225. #define HAS_FGETPOS    /**/
  226.  
  227. /* FLEXFILENAMES:
  228.  *    This symbol, if defined, indicates that the system supports filenames
  229.  *    longer than 14 characters.
  230.  */
  231. #define    FLEXFILENAMES        /**/
  232.  
  233. /* HAS_FLOCK:
  234.  *    This symbol, if defined, indicates that the flock routine is
  235.  *    available to do file locking.
  236.  */
  237. #define HAS_FLOCK        /**/
  238.  
  239. /* HAS_FORK:
  240.  *    This symbol, if defined, indicates that the fork routine is
  241.  *    available.
  242.  */
  243. #define HAS_FORK        /**/
  244.  
  245. /* HAS_FSETPOS:
  246.  *    This symbol, if defined, indicates that the fsetpos routine is
  247.  *    available to set the file position indicator, similar to fseek().
  248.  */
  249. #define HAS_FSETPOS    /**/
  250.  
  251. /* HAS_GETGROUPS:
  252.  *    This symbol, if defined, indicates that the getgroups() routine is
  253.  *    available to get the list of process groups.  If unavailable, multiple
  254.  *    groups are probably not supported.
  255.  */
  256. #define HAS_GETGROUPS        /**/
  257.  
  258. /* HAS_GETHOSTENT:
  259.  *    This symbol, if defined, indicates that the gethostent routine is
  260.  *    available to lookup host names in some data base or other.
  261.  */
  262. /*#define HAS_GETHOSTENT        /**/
  263.  
  264. /* HAS_UNAME:
  265.  *    This symbol, if defined, indicates that the C program may use the
  266.  *    uname() routine to derive the host name.  See also HAS_GETHOSTNAME
  267.  *    and PHOSTNAME.
  268.  */
  269. #define HAS_UNAME        /**/
  270.  
  271. /* HAS_GETLOGIN:
  272.  *    This symbol, if defined, indicates that the getlogin routine is
  273.  *    available to get the login name.
  274.  */
  275. #define HAS_GETLOGIN        /**/
  276.  
  277. /* HAS_GETPGRP:
  278.  *    This symbol, if defined, indicates that the getpgrp routine is
  279.  *    available to get the current process group.
  280.  */
  281. #define HAS_GETPGRP        /**/
  282.  
  283. /* HAS_GETPGRP2:
  284.  *    This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
  285.  *    routine is available to get the current process group.
  286.  */
  287. /*#define HAS_GETPGRP2        /**/
  288.  
  289. /* HAS_GETPPID:
  290.  *    This symbol, if defined, indicates that the getppid routine is
  291.  *    available to get the parent process ID.
  292.  */
  293. #define HAS_GETPPID        /**/
  294.  
  295. /* HAS_GETPRIORITY:
  296.  *    This symbol, if defined, indicates that the getpriority routine is
  297.  *    available to get a process's priority.
  298.  */
  299. #define HAS_GETPRIORITY        /**/
  300.  
  301. /* HAS_HTONL:
  302.  *    This symbol, if defined, indicates that the htonl() routine (and
  303.  *    friends htons() ntohl() ntohs()) are available to do network
  304.  *    order byte swapping.
  305.  */
  306. /* HAS_HTONS:
  307.  *    This symbol, if defined, indicates that the htons() routine (and
  308.  *    friends htonl() ntohl() ntohs()) are available to do network
  309.  *    order byte swapping.
  310.  */
  311. /* HAS_NTOHL:
  312.  *    This symbol, if defined, indicates that the ntohl() routine (and
  313.  *    friends htonl() htons() ntohs()) are available to do network
  314.  *    order byte swapping.
  315.  */
  316. /* HAS_NTOHS:
  317.  *    This symbol, if defined, indicates that the ntohs() routine (and
  318.  *    friends htonl() htons() ntohl()) are available to do network
  319.  *    order byte swapping.
  320.  */
  321. #define HAS_HTONL        /**/
  322. #define HAS_HTONS        /**/
  323. #define HAS_NTOHL        /**/
  324. #define HAS_NTOHS        /**/
  325.  
  326. /* HAS_ISASCII:
  327.  *    This manifest constant lets the C program know that isascii 
  328.  *    is available.
  329.  */
  330. #define HAS_ISASCII        /**/
  331.  
  332. /* HAS_KILLPG:
  333.  *    This symbol, if defined, indicates that the killpg routine is available
  334.  *    to kill process groups.  If unavailable, you probably should use kill
  335.  *    with a negative process number.
  336.  */
  337. #define HAS_KILLPG    /**/
  338.  
  339. /* HAS_LINK:
  340.  *    This symbol, if defined, indicates that the link routine is
  341.  *    available to create hard links.
  342.  */
  343. #define HAS_LINK    /**/
  344.  
  345. /* HAS_LOCALECONV:
  346.  *    This symbol, if defined, indicates that the localeconv routine is
  347.  *    available for numeric and monetary formatting conventions.
  348.  */
  349. #define HAS_LOCALECONV    /**/
  350.  
  351. /* HAS_LOCKF:
  352.  *    This symbol, if defined, indicates that the lockf routine is
  353.  *    available to do file locking.
  354.  */
  355. /*#define HAS_LOCKF        /**/
  356.  
  357. /* HAS_LSTAT:
  358.  *    This symbol, if defined, indicates that the lstat routine is
  359.  *    available to do file stats on symbolic links.
  360.  */
  361. #define HAS_LSTAT        /**/
  362.  
  363. /* HAS_MBLEN:
  364.  *    This symbol, if defined, indicates that the mblen routine is available
  365.  *    to find the number of bytes in a multibye character.
  366.  */
  367. #define HAS_MBLEN        /**/
  368.  
  369. /* HAS_MBSTOWCS:
  370.  *    This symbol, if defined, indicates that the mbstowcs routine is
  371.  *    available to covert a multibyte string into a wide character string.
  372.  */
  373. #define    HAS_MBSTOWCS        /**/
  374.  
  375. /* HAS_MBTOWC:
  376.  *    This symbol, if defined, indicates that the mbtowc routine is available
  377.  *    to covert a multibyte to a wide character.
  378.  */
  379. #define HAS_MBTOWC        /**/
  380.  
  381. /* HAS_MEMCMP:
  382.  *    This symbol, if defined, indicates that the memcmp routine is available
  383.  *    to compare blocks of memory.
  384.  */
  385. #define HAS_MEMCMP    /**/
  386.  
  387. /* HAS_MEMCPY:
  388.  *    This symbol, if defined, indicates that the memcpy routine is available
  389.  *    to copy blocks of memory.
  390.  */
  391. #define HAS_MEMCPY    /**/
  392.  
  393. /* HAS_MEMMOVE:
  394.  *    This symbol, if defined, indicates that the memmove routine is available
  395.  *    to copy potentially overlapping blocks of memory. This should be used
  396.  *    only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
  397.  *    own version.
  398.  */
  399. #define HAS_MEMMOVE    /**/
  400.  
  401. /* HAS_MEMSET:
  402.  *    This symbol, if defined, indicates that the memset routine is available
  403.  *    to set blocks of memory.
  404.  */
  405. #define HAS_MEMSET    /**/
  406.  
  407. /* HAS_MKDIR:
  408.  *    This symbol, if defined, indicates that the mkdir routine is available
  409.  *    to create directories.  Otherwise you should fork off a new process to
  410.  *    exec /bin/mkdir.
  411.  */
  412. #define HAS_MKDIR        /**/
  413.  
  414. /* HAS_MKFIFO:
  415.  *    This symbol, if defined, indicates that the mkfifo routine is
  416.  *    available to create FIFOs. Otherwise, mknod should be able to
  417.  *    do it for you. However, if mkfifo is there, mknod might require
  418.  *    super-user privileges which mkfifo will not.
  419.  */
  420. #define HAS_MKFIFO        /**/
  421.  
  422. /* HAS_MKTIME:
  423.  *    This symbol, if defined, indicates that the mktime routine is
  424.  *    available.
  425.  */
  426. #define HAS_MKTIME        /**/
  427.  
  428. /* HAS_MSG:
  429.  *    This symbol, if defined, indicates that the entire msg*(2) library is
  430.  *    supported (IPC mechanism based on message queues).
  431.  */
  432. /*#define HAS_MSG        /**/
  433.  
  434. /* HAS_NICE:
  435.  *    This symbol, if defined, indicates that the nice routine is
  436.  *    available.
  437.  */
  438. #define HAS_NICE        /**/
  439.  
  440. /* HAS_OPEN3:
  441.  *    This manifest constant lets the C program know that the three
  442.  *    argument form of open(2) is available.
  443.  */
  444. #define HAS_OPEN3        /**/
  445.  
  446. /* HAS_PATHCONF:
  447.  *    This symbol, if defined, indicates that pathconf() is available
  448.  *    to determine file-system related limits and options associated
  449.  *    with a given filename.
  450.  */
  451. /* HAS_FPATHCONF:
  452.  *    This symbol, if defined, indicates that pathconf() is available
  453.  *    to determine file-system related limits and options associated
  454.  *    with a given open file descriptor.
  455.  */
  456. #define HAS_PATHCONF        /**/
  457. #define HAS_FPATHCONF        /**/
  458.  
  459. /* HAS_PAUSE:
  460.  *    This symbol, if defined, indicates that the pause routine is
  461.  *    available to suspend a process until a signal is received.
  462.  */
  463. #define HAS_PAUSE        /**/
  464.  
  465. /* HAS_PIPE:
  466.  *    This symbol, if defined, indicates that the pipe routine is
  467.  *    available to create an inter-process channel.
  468.  */
  469. #define HAS_PIPE        /**/
  470.  
  471. /* HAS_POLL:
  472.  *    This symbol, if defined, indicates that the poll routine is
  473.  *    available to poll active file descriptors.
  474.  */
  475. /*#define HAS_POLL        /**/
  476.  
  477. /* HAS_READDIR:
  478.  *    This symbol, if defined, indicates that the readdir routine is
  479.  *    available to read directory entries. You may have to include
  480.  *    <dirent.h>. See I_DIRENT.
  481.  */
  482. #define HAS_READDIR        /**/
  483.  
  484. /* HAS_SEEKDIR:
  485.  *    This symbol, if defined, indicates that the seekdir routine is
  486.  *    available. You may have to include <dirent.h>. See I_DIRENT.
  487.  */
  488. #define HAS_SEEKDIR        /**/
  489.  
  490. /* HAS_TELLDIR:
  491.  *    This symbol, if defined, indicates that the telldir routine is
  492.  *    available. You may have to include <dirent.h>. See I_DIRENT.
  493.  */
  494. #define HAS_TELLDIR        /**/
  495.  
  496. /* HAS_REWINDDIR:
  497.  *    This symbol, if defined, indicates that the rewinddir routine is
  498.  *    available. You may have to include <dirent.h>. See I_DIRENT.
  499.  */
  500. #define HAS_REWINDDIR        /**/
  501.  
  502. /* HAS_READLINK:
  503.  *    This symbol, if defined, indicates that the readlink routine is
  504.  *    available to read the value of a symbolic link.
  505.  */
  506. #define HAS_READLINK        /**/
  507.  
  508. /* HAS_RENAME:
  509.  *    This symbol, if defined, indicates that the rename routine is available
  510.  *    to rename files.  Otherwise you should do the unlink(), link(), unlink()
  511.  *    trick.
  512.  */
  513. #define HAS_RENAME    /**/
  514.  
  515. /* HAS_RMDIR:
  516.  *    This symbol, if defined, indicates that the rmdir routine is
  517.  *    available to remove directories. Otherwise you should fork off a
  518.  *    new process to exec /bin/rmdir.
  519.  */
  520. #define HAS_RMDIR        /**/
  521.  
  522. /* HAS_SAFE_BCOPY:
  523.  *    This symbol, if defined, indicates that the bcopy routine is available
  524.  *    to copy potentially overlapping memory blocks. Otherwise you should
  525.  *    probably use memmove() or memcpy(). If neither is defined, roll your
  526.  *    own version.
  527.  */
  528. #define HAS_SAFE_BCOPY    /**/
  529.  
  530. /* HAS_SAFE_MEMCPY:
  531.  *    This symbol, if defined, indicates that the memcpy routine is available
  532.  *    to copy potentially overlapping memory blocks. Otherwise you should
  533.  *    probably use memmove() or memcpy(). If neither is defined, roll your
  534.  *    own version.
  535.  */
  536. /*#define HAS_SAFE_MEMCPY    /**/
  537.  
  538. /* HAS_SELECT:
  539.  *    This symbol, if defined, indicates that the select routine is
  540.  *    available to select active file descriptors. If the timeout field
  541.  *    is used, <sys/time.h> may need to be included.
  542.  */
  543. #define HAS_SELECT    /**/
  544.  
  545. /* HAS_SEM:
  546.  *    This symbol, if defined, indicates that the entire sem*(2) library is
  547.  *    supported.
  548.  */
  549. /*#define HAS_SEM        /**/
  550.  
  551. /* HAS_SETEGID:
  552.  *    This symbol, if defined, indicates that the setegid routine is available
  553.  *    to change the effective gid of the current program.
  554.  */
  555. #define HAS_SETEGID        /**/
  556.  
  557. /* HAS_SETEUID:
  558.  *    This symbol, if defined, indicates that the seteuid routine is available
  559.  *    to change the effective uid of the current program.
  560.  */
  561. #define HAS_SETEUID        /**/
  562.  
  563. /* HAS_SETLINEBUF:
  564.  *    This symbol, if defined, indicates that the setlinebuf routine is
  565.  *    available to change stderr or stdout from block-buffered or unbuffered
  566.  *    to a line-buffered mode.
  567.  */
  568. #define HAS_SETLINEBUF        /**/
  569.  
  570. /* HAS_SETLOCALE:
  571.  *    This symbol, if defined, indicates that the setlocale routine is
  572.  *    available to handle locale-specific ctype implementations.
  573.  */
  574. #define HAS_SETLOCALE    /**/
  575.  
  576. /* HAS_SETPGID:
  577.  *    This symbol, if defined, indicates that the setpgid routine is
  578.  *    available to set process group ID.
  579.  */
  580. #define HAS_SETPGID    /**/
  581.  
  582. /* HAS_SETPGRP:
  583.  *    This symbol, if defined, indicates that the setpgrp routine is
  584.  *    available to set the current process group.
  585.  */
  586. /* USE_BSDPGRP:
  587.  *    This symbol, if defined, indicates that the BSD notion of process
  588.  *    group is to be used. For instance, you have to say setpgrp(pid, pgrp)
  589.  *    instead of the USG setpgrp().
  590.  */
  591. #define HAS_SETPGRP        /**/
  592. /*#define USE_BSDPGRP        /**/
  593.  
  594. /* HAS_SETPGRP2:
  595.  *    This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
  596.  *    routine is available to set the current process group.
  597.  */
  598. /*#define HAS_SETPGRP2        /**/
  599.  
  600. /* HAS_SETPRIORITY:
  601.  *    This symbol, if defined, indicates that the setpriority routine is
  602.  *    available to set a process's priority.
  603.  */
  604. #define HAS_SETPRIORITY        /**/
  605.  
  606. /* HAS_SETREGID:
  607.  *    This symbol, if defined, indicates that the setregid routine is
  608.  *    available to change the real and effective gid of the current
  609.  *    process.
  610.  */
  611. /* HAS_SETRESGID:
  612.  *    This symbol, if defined, indicates that the setresgid routine is
  613.  *    available to change the real, effective and saved gid of the current
  614.  *    process.
  615.  */
  616. #define HAS_SETREGID        /**/
  617. /*#define HAS_SETRESGID        /**/
  618.  
  619. /* HAS_SETREUID:
  620.  *    This symbol, if defined, indicates that the setreuid routine is
  621.  *    available to change the real and effective uid of the current
  622.  *    process.
  623.  */
  624. /* HAS_SETRESUID:
  625.  *    This symbol, if defined, indicates that the setresuid routine is
  626.  *    available to change the real, effective and saved uid of the current
  627.  *    process.
  628.  */
  629. #define HAS_SETREUID        /**/
  630. /*#define HAS_SETRESUID        /**/
  631.  
  632. /* HAS_SETRGID:
  633.  *    This symbol, if defined, indicates that the setrgid routine is available
  634.  *    to change the real gid of the current program.
  635.  */
  636. /*#define HAS_SETRGID        /**/
  637.  
  638. /* HAS_SETRUID:
  639.  *    This symbol, if defined, indicates that the setruid routine is available
  640.  *    to change the real uid of the current program.
  641.  */
  642. /*#define HAS_SETRUID        /**/
  643.  
  644. /* HAS_SETSID:
  645.  *    This symbol, if defined, indicates that the setsid routine is
  646.  *    available to set the process group ID.
  647.  */
  648. #define HAS_SETSID    /**/
  649.  
  650. /* HAS_SHM:
  651.  *    This symbol, if defined, indicates that the entire shm*(2) library is
  652.  *    supported.
  653.  */
  654. /*#define HAS_SHM        /**/
  655.  
  656. /* Shmat_t:
  657.  *    This symbol holds the return type of the shmat() system call.
  658.  *    Usually set to 'void *' or 'char *'.
  659.  */
  660. /* HAS_SHMAT_PROTOTYPE:
  661.  *    This symbol, if defined, indicates that the sys/shm.h includes
  662.  *    a prototype for shmat().  Otherwise, it is up to the program to
  663.  *    guess one.  Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
  664.  *    but not always right so it should be emitted by the program only
  665.  *    when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
  666.  */
  667. #define Shmat_t     /**/
  668. /*#define HAS_SHMAT_PROTOTYPE    /**/
  669.  
  670. /* HAS_SIGACTION:
  671.  *    This symbol, if defined, indicates that Vr4's sigaction() routine
  672.  *    is available.
  673.  */
  674. #define HAS_SIGACTION    /**/
  675.  
  676. /* HAS_SOCKET:
  677.  *    This symbol, if defined, indicates that the BSD socket interface is
  678.  *    supported.
  679.  */
  680. /* HAS_SOCKETPAIR:
  681.  *    This symbol, if defined, indicates that the BSD socketpair() call is
  682.  *    supported.
  683.  */
  684. #define HAS_SOCKET        /**/
  685. #define HAS_SOCKETPAIR    /**/
  686.  
  687. /* USE_STAT_BLOCKS:
  688.  *    This symbol is defined if this system has a stat structure declaring
  689.  *    st_blksize and st_blocks.
  690.  */
  691. #define USE_STAT_BLOCKS     /**/
  692.  
  693. /* USE_STDIO_PTR:
  694.  *    This symbol is defined if the _ptr and _cnt fields (or similar)
  695.  *    of the stdio FILE structure can be used to access the stdio buffer
  696.  *    for a file handle.  If this is defined, then the FILE_ptr(fp)
  697.  *    and FILE_cnt(fp) macros will also be defined and should be used
  698.  *    to access these fields.
  699.  */
  700. /* USE_STDIO_BASE:
  701.  *    This symbol is defined if the _base field (or similar) of the
  702.  *    stdio FILE structure can be used to access the stdio buffer for
  703.  *    a file handle.  If this is defined, then the FILE_base(fp) macro
  704.  *    will also be defined and should be used to access this field.
  705.  *    Also, the FILE_bufsiz(fp) macro will be defined and should be used
  706.  *    to determine the number of bytes in the buffer.  USE_STDIO_BASE
  707.  *    will never be defined unless USE_STDIO_PTR is.
  708.  */
  709. /*#define USE_STDIO_PTR     /**/
  710. /*#define USE_STDIO_BASE     /**/
  711.  
  712. /* FILE_ptr:
  713.  *    This macro is used to access the _ptr field (or equivalent) of the
  714.  *    FILE structure pointed to by its argument. This macro will always be
  715.  *    defined if USE_STDIO_PTR is defined.
  716.  */
  717. /* STDIO_PTR_LVALUE:
  718.  *    This symbol is defined if the FILE_ptr macro can be used as an
  719.  *    lvalue.
  720.  */
  721. /* FILE_cnt:
  722.  *    This macro is used to access the _cnt field (or equivalent) of the
  723.  *    FILE structure pointed to by its argument. This macro will always be
  724.  *    defined if USE_STDIO_PTR is defined.
  725.  */
  726. /* STDIO_CNT_LVALUE:
  727.  *    This symbol is defined if the FILE_cnt macro can be used as an
  728.  *    lvalue.
  729.  */
  730. #ifdef USE_STDIO_PTR
  731. #define FILE_ptr(fp)    ((fp)->_ptr)
  732. /*#define STDIO_PTR_LVALUE         /**/
  733. #define FILE_cnt(fp)    ((fp)->_cnt)
  734. /*#define STDIO_CNT_LVALUE         /**/
  735. #endif
  736.  
  737. /* FILE_base:
  738.  *    This macro is used to access the _base field (or equivalent) of the
  739.  *    FILE structure pointed to by its argument. This macro will always be
  740.  *    defined if USE_STDIO_BASE is defined.
  741.  */
  742. /* FILE_bufsiz:
  743.  *    This macro is used to determine the number of bytes in the I/O
  744.  *    buffer pointed to by _base field (or equivalent) of the FILE
  745.  *    structure pointed to its argument. This macro will always be defined
  746.  *    if USE_STDIO_BASE is defined.
  747.  */
  748. #ifdef USE_STDIO_BASE
  749. #define FILE_base(fp)    ((fp)->_base)
  750. #define FILE_bufsiz(fp)    ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
  751. #endif
  752.  
  753. /* HAS_STRCHR:
  754.  *    This symbol is defined to indicate that the strchr()/strrchr()
  755.  *    functions are available for string searching. If not, try the
  756.  *    index()/rindex() pair.
  757.  */
  758. /* HAS_INDEX:
  759.  *    This symbol is defined to indicate that the index()/rindex()
  760.  *    functions are available for string searching.
  761.  */
  762. #define HAS_STRCHR    /**/
  763. /*#define HAS_INDEX    /**/
  764.  
  765. /* HAS_STRCOLL:
  766.  *    This symbol, if defined, indicates that the strcoll routine is
  767.  *    available to compare strings using collating information.
  768.  */
  769. #define HAS_STRCOLL    /**/
  770.  
  771. /* USE_STRUCT_COPY:
  772.  *    This symbol, if defined, indicates that this C compiler knows how
  773.  *    to copy structures.  If undefined, you'll need to use a block copy
  774.  *    routine of some sort instead.
  775.  */
  776. #define    USE_STRUCT_COPY    /**/
  777.  
  778. /* HAS_STRERROR:
  779.  *    This symbol, if defined, indicates that the strerror routine is
  780.  *    available to translate error numbers to strings. See the writeup
  781.  *    of Strerror() in this file before you try to define your own.
  782.  */
  783. /* HAS_SYS_ERRLIST:
  784.  *    This symbol, if defined, indicates that the sys_errlist array is
  785.  *    available to translate error numbers to strings. The extern int
  786.  *    sys_nerr gives the size of that table.
  787.  */
  788. /* Strerror:
  789.  *    This preprocessor symbol is defined as a macro if strerror() is
  790.  *    not available to translate error numbers to strings but sys_errlist[]
  791.  *    array is there.
  792.  */
  793. #define HAS_STRERROR        /**/
  794. #define HAS_SYS_ERRLIST    /**/
  795. #define Strerror(e) strerror(e)
  796.  
  797. /* HAS_STRXFRM:
  798.  *    This symbol, if defined, indicates that the strxfrm() routine is
  799.  *    available to transform strings.
  800.  */
  801. #define HAS_STRXFRM    /**/
  802.  
  803. /* HAS_SYMLINK:
  804.  *    This symbol, if defined, indicates that the symlink routine is available
  805.  *    to create symbolic links.
  806.  */
  807. #define HAS_SYMLINK    /**/
  808.  
  809. /* HAS_SYSCALL:
  810.  *    This symbol, if defined, indicates that the syscall routine is
  811.  *    available to call arbitrary system calls. If undefined, that's tough.
  812.  */
  813. /*#define HAS_SYSCALL    /**/
  814.  
  815. /* HAS_SYSCONF:
  816.  *    This symbol, if defined, indicates that sysconf() is available
  817.  *    to determine system related limits and options.
  818.  */
  819. #define HAS_SYSCONF    /**/
  820.  
  821. /* HAS_SYSTEM:
  822.  *    This symbol, if defined, indicates that the system routine is
  823.  *    available to issue a shell command.
  824.  */
  825. #define HAS_SYSTEM    /**/
  826.  
  827. /* HAS_TCGETPGRP:
  828.  *    This symbol, if defined, indicates that the tcgetpgrp routine is
  829.  *    available to get foreground process group ID.
  830.  */
  831. #define HAS_TCGETPGRP        /**/
  832.  
  833. /* HAS_TCSETPGRP:
  834.  *    This symbol, if defined, indicates that the tcsetpgrp routine is
  835.  *    available to set foreground process group ID.
  836.  */
  837. #define HAS_TCSETPGRP        /**/
  838.  
  839. /* Time_t:
  840.  *    This symbol holds the type returned by time(). It can be long,
  841.  *    or time_t on BSD sites (in which case <sys/types.h> should be
  842.  *    included).
  843.  */
  844. #define Time_t time_t        /* Time type */
  845.  
  846. /* HAS_TIMES:
  847.  *    This symbol, if defined, indicates that the times() routine exists.
  848.  *    Note that this became obsolete on some systems (SUNOS), which now
  849.  * use getrusage(). It may be necessary to include <sys/times.h>.
  850.  */
  851. #define HAS_TIMES        /**/
  852.  
  853. /* HAS_TRUNCATE:
  854.  *    This symbol, if defined, indicates that the truncate routine is
  855.  *    available to truncate files.
  856.  */
  857. #define HAS_TRUNCATE    /**/
  858.  
  859. /* HAS_TZNAME:
  860.  *    This symbol, if defined, indicates that the tzname[] array is
  861.  *    available to access timezone names.
  862.  */
  863. #define HAS_TZNAME        /**/
  864.  
  865. /* HAS_UMASK:
  866.  *    This symbol, if defined, indicates that the umask routine is
  867.  *    available to set and get the value of the file creation mask.
  868.  */
  869. #define HAS_UMASK        /**/
  870.  
  871. /* HAS_VFORK:
  872.  *    This symbol, if defined, indicates that vfork() exists.
  873.  */
  874. #define HAS_VFORK    /**/
  875.  
  876. /* Signal_t:
  877.  *    This symbol's value is either "void" or "int", corresponding to the
  878.  *    appropriate return type of a signal handler.  Thus, you can declare
  879.  *    a signal handler using "Signal_t (*handler)()", and define the
  880.  *    handler using "Signal_t handler(sig)".
  881.  */
  882. #define Signal_t void    /* Signal handler's return type */
  883.  
  884. /* HASVOLATILE:
  885.  *    This symbol, if defined, indicates that this C compiler knows about
  886.  *    the volatile declaration.
  887.  */
  888. #define    HASVOLATILE    /**/
  889. #ifndef HASVOLATILE
  890. #define volatile
  891. #endif
  892.  
  893. /* HAS_VPRINTF:
  894.  *    This symbol, if defined, indicates that the vprintf routine is available
  895.  *    to printf with a pointer to an argument list.  If unavailable, you
  896.  *    may need to write your own, probably in terms of _doprnt().
  897.  */
  898. /* USE_CHAR_VSPRINTF:
  899.  *    This symbol is defined if this system has vsprintf() returning type
  900.  *    (char*).  The trend seems to be to declare it as "int vsprintf()".  It
  901.  *    is up to the package author to declare vsprintf correctly based on the
  902.  *    symbol.
  903.  */
  904. #define HAS_VPRINTF    /**/
  905. /*#define USE_CHAR_VSPRINTF     /**/
  906.  
  907. /* HAS_WAIT4:
  908.  *    This symbol, if defined, indicates that wait4() exists.
  909.  */
  910. #define HAS_WAIT4    /**/
  911.  
  912. /* HAS_WAITPID:
  913.  *    This symbol, if defined, indicates that the waitpid routine is
  914.  *    available to wait for child process.
  915.  */
  916. #define HAS_WAITPID    /**/
  917.  
  918. /* HAS_WCSTOMBS:
  919.  *    This symbol, if defined, indicates that the wcstombs routine is
  920.  *    available to convert wide character strings to multibyte strings.
  921.  */
  922. #define HAS_WCSTOMBS    /**/
  923.  
  924. /* HAS_WCTOMB:
  925.  *    This symbol, if defined, indicates that the wctomb routine is available
  926.  *    to covert a wide character to a multibyte.
  927.  */
  928. #define HAS_WCTOMB        /**/
  929.  
  930. /* Fpos_t:
  931.  *    This symbol holds the type used to declare file positions in libc.
  932.  *    It can be fpos_t, long, uint, etc... It may be necessary to include
  933.  *    <sys/types.h> to get any typedef'ed information.
  934.  */
  935. #define Fpos_t fpos_t        /* File position type */
  936.  
  937. /* Gid_t:
  938.  *    This symbol holds the return type of getgid() and the type of
  939.  *    argument to setrgid() and related functions.  Typically,
  940.  *    it is the type of group ids in the kernel. It can be int, ushort,
  941.  *    uid_t, etc... It may be necessary to include <sys/types.h> to get
  942.  *    any typedef'ed information.
  943.  */
  944. #define Gid_t gid_t        /* Type for getgid(), etc... */
  945.  
  946. /* Groups_t:
  947.  *    This symbol holds the type used for the second argument to
  948.  *    getgroups().  Usually, this is the same of gidtype, but
  949.  *    sometimes it isn't.  It can be int, ushort, uid_t, etc... 
  950.  *    It may be necessary to include <sys/types.h> to get any 
  951.  *    typedef'ed information.  This is only required if you have
  952.  *    getgroups().
  953.  */
  954. #ifdef HAS_GETGROUPS
  955. #define Groups_t gid_t    /* Type for 2nd arg to getgroups() */
  956. #endif
  957.  
  958. /* DB_Prefix_t:
  959.  *    This symbol contains the type of the prefix structure element
  960.  *    in the <db.h> header file.  In older versions of DB, it was
  961.  *    int, while in newer ones it is u_int32_t.
  962.  */
  963. /* DB_Hash_t:
  964.  *    This symbol contains the type of the prefix structure element
  965.  *    in the <db.h> header file.  In older versions of DB, it was
  966.  *    int, while in newer ones it is size_t.
  967.  */
  968. #define DB_Hash_t    u_int32_t        /**/
  969. #define DB_Prefix_t    size_t      /**/
  970.  
  971. /* I_DIRENT:
  972.  *    This symbol, if defined, indicates to the C program that it should
  973.  *    include <dirent.h>. Using this symbol also triggers the definition
  974.  *    of the Direntry_t define which ends up being 'struct dirent' or
  975.  *    'struct direct' depending on the availability of <dirent.h>.
  976.  */
  977. /* DIRNAMLEN:
  978.  *    This symbol, if defined, indicates to the C program that the length
  979.  *    of directory entry names is provided by a d_namlen field.  Otherwise
  980.  *    you need to do strlen() on the d_name field.
  981.  */
  982. /* Direntry_t:
  983.  *    This symbol is set to 'struct direct' or 'struct dirent' depending on
  984.  *    whether dirent is available or not. You should use this pseudo type to
  985.  *    portably declare your directory entries.
  986.  */
  987. #define I_DIRENT        /**/
  988. #define DIRNAMLEN    /**/
  989. #define Direntry_t struct dirent
  990.  
  991. /* I_DLFCN:
  992.  *    This symbol, if defined, indicates that <dlfcn.h> exists and should
  993.  *    be included.
  994.  */
  995. /*#define I_DLFCN        /**/
  996.  
  997. /* I_FCNTL:
  998.  *    This manifest constant tells the C program to include <fcntl.h>.
  999.  */
  1000. /*#define I_FCNTL    /**/
  1001.  
  1002. /* I_FLOAT:
  1003.  *    This symbol, if defined, indicates to the C program that it should
  1004.  *    include <float.h> to get definition of symbols like DBL_MAX or
  1005.  *    DBL_MIN, i.e. machine dependent floating point values.
  1006.  */
  1007. #define I_FLOAT        /**/
  1008.  
  1009. /* I_GRP:
  1010.  *    This symbol, if defined, indicates to the C program that it should
  1011.  *    include <grp.h>.
  1012.  */
  1013. #define I_GRP        /**/
  1014.  
  1015. /* I_LIMITS:
  1016.  *    This symbol, if defined, indicates to the C program that it should
  1017.  *    include <limits.h> to get definition of symbols like WORD_BIT or
  1018.  *    LONG_MAX, i.e. machine dependant limitations.
  1019.  */
  1020. #define I_LIMITS        /**/
  1021.  
  1022. /* I_MATH:
  1023.  *    This symbol, if defined, indicates to the C program that it should
  1024.  *    include <math.h>.
  1025.  */
  1026. #define I_MATH        /**/
  1027.  
  1028. /* I_MEMORY:
  1029.  *    This symbol, if defined, indicates to the C program that it should
  1030.  *    include <memory.h>.
  1031.  */
  1032. /*#define I_MEMORY        /**/
  1033.  
  1034. /* I_NDBM:
  1035.  *    This symbol, if defined, indicates that <ndbm.h> exists and should
  1036.  *    be included.
  1037.  */
  1038. #define I_NDBM    /**/
  1039.  
  1040. /* I_NET_ERRNO:
  1041.  *    This symbol, if defined, indicates that <net/errno.h> exists and 
  1042.  *    should be included.
  1043.  */
  1044. /*#define I_NET_ERRNO        /**/
  1045.  
  1046. /* I_NETINET_IN:
  1047.  *    This symbol, if defined, indicates to the C program that it should
  1048.  *    include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
  1049.  */
  1050. #define I_NETINET_IN    /**/
  1051.  
  1052. /* I_PWD:
  1053.  *    This symbol, if defined, indicates to the C program that it should
  1054.  *    include <pwd.h>.
  1055.  */
  1056. /* PWQUOTA:
  1057.  *    This symbol, if defined, indicates to the C program that struct passwd
  1058.  *    contains pw_quota.
  1059.  */
  1060. /* PWAGE:
  1061.  *    This symbol, if defined, indicates to the C program that struct passwd
  1062.  *    contains pw_age.
  1063.  */
  1064. /* PWCHANGE:
  1065.  *    This symbol, if defined, indicates to the C program that struct passwd
  1066.  *    contains pw_change.
  1067.  */
  1068. /* PWCLASS:
  1069.  *    This symbol, if defined, indicates to the C program that struct passwd
  1070.  *    contains pw_class.
  1071.  */
  1072. /* PWEXPIRE:
  1073.  *    This symbol, if defined, indicates to the C program that struct passwd
  1074.  *    contains pw_expire.
  1075.  */
  1076. /* PWCOMMENT:
  1077.  *    This symbol, if defined, indicates to the C program that struct passwd
  1078.  *    contains pw_comment.
  1079.  */
  1080. #define I_PWD        /**/
  1081. /*#define PWQUOTA    /**/
  1082. /*#define PWAGE    /**/
  1083. #define PWCHANGE    /**/
  1084. #define PWCLASS    /**/
  1085. #define PWEXPIRE    /**/
  1086. /*#define PWCOMMENT    /**/
  1087.  
  1088. /* I_STDDEF:
  1089.  *    This symbol, if defined, indicates that <stddef.h> exists and should
  1090.  *    be included.
  1091.  */
  1092. #define I_STDDEF    /**/
  1093.  
  1094. /* I_STDLIB:
  1095.  *    This symbol, if defined, indicates that <stdlib.h> exists and should
  1096.  *    be included.
  1097.  */
  1098. #define I_STDLIB        /**/
  1099.  
  1100. /* I_STRING:
  1101.  *    This symbol, if defined, indicates to the C program that it should
  1102.  *    include <string.h> (USG systems) instead of <strings.h> (BSD systems).
  1103.  */
  1104. #define I_STRING        /**/
  1105.  
  1106. /* I_SYS_DIR:
  1107.  *    This symbol, if defined, indicates to the C program that it should
  1108.  *    include <sys/dir.h>.
  1109.  */
  1110. #define I_SYS_DIR        /**/
  1111.  
  1112. /* I_SYS_FILE:
  1113.  *    This symbol, if defined, indicates to the C program that it should
  1114.  *    include <sys/file.h> to get definition of R_OK and friends.
  1115.  */
  1116. #define I_SYS_FILE        /**/
  1117.  
  1118. /* I_SYS_IOCTL:
  1119.  *    This symbol, if defined, indicates that <sys/ioctl.h> exists and should
  1120.  *    be included. Otherwise, include <sgtty.h> or <termio.h>.
  1121.  */
  1122. #define    I_SYS_IOCTL        /**/
  1123.  
  1124. /* I_SYS_NDIR:
  1125.  *    This symbol, if defined, indicates to the C program that it should
  1126.  *    include <sys/ndir.h>.
  1127.  */
  1128. /*#define I_SYS_NDIR    /**/
  1129.  
  1130. /* I_SYS_PARAM:
  1131.  *    This symbol, if defined, indicates to the C program that it should
  1132.  *    include <sys/param.h>.
  1133.  */
  1134. #define I_SYS_PARAM        /**/
  1135.  
  1136. /* I_SYS_SELECT:
  1137.  *    This symbol, if defined, indicates to the C program that it should
  1138.  *    include <sys/select.h> in order to get definition of struct timeval.
  1139.  */
  1140. /*#define I_SYS_SELECT    /**/
  1141.  
  1142. /* I_SYS_TIMES:
  1143.  *    This symbol, if defined, indicates to the C program that it should
  1144.  *    include <sys/times.h>.
  1145.  */
  1146. #define    I_SYS_TIMES        /**/
  1147.  
  1148. /* I_SYS_TYPES:
  1149.  *    This symbol, if defined, indicates to the C program that it should
  1150.  *    include <sys/types.h>.
  1151.  */
  1152. #define    I_SYS_TYPES        /**/
  1153.  
  1154. /* I_SYS_UN:
  1155.  *    This symbol, if defined, indicates to the C program that it should
  1156.  *    include <sys/un.h> to get UNIX domain socket definitions.
  1157.  */
  1158. #define I_SYS_UN        /**/
  1159.  
  1160. /* I_TERMIO:
  1161.  *    This symbol, if defined, indicates that the program should include
  1162.  *    <termio.h> rather than <sgtty.h>.  There are also differences in
  1163.  *    the ioctl() calls that depend on the value of this symbol.
  1164.  */
  1165. /* I_TERMIOS:
  1166.  *    This symbol, if defined, indicates that the program should include
  1167.  *    the POSIX termios.h rather than sgtty.h or termio.h.
  1168.  *    There are also differences in the ioctl() calls that depend on the
  1169.  *    value of this symbol.
  1170.  */
  1171. /* I_SGTTY:
  1172.  *    This symbol, if defined, indicates that the program should include
  1173.  *    <sgtty.h> rather than <termio.h>.  There are also differences in
  1174.  *    the ioctl() calls that depend on the value of this symbol.
  1175.  */
  1176. /*#define I_TERMIO        /**/
  1177. #define I_TERMIOS        /**/
  1178. /*#define I_SGTTY        /**/
  1179.  
  1180. /* I_TIME:
  1181.  *    This symbol, if defined, indicates to the C program that it should
  1182.  *    include <time.h>.
  1183.  */
  1184. /* I_SYS_TIME:
  1185.  *    This symbol, if defined, indicates to the C program that it should
  1186.  *    include <sys/time.h>.
  1187.  */
  1188. /* I_SYS_TIME_KERNEL:
  1189.  *    This symbol, if defined, indicates to the C program that it should
  1190.  *    include <sys/time.h> with KERNEL defined.
  1191.  */
  1192. /*#define I_TIME        /**/
  1193. #define I_SYS_TIME        /**/
  1194. /*#define I_SYS_TIME_KERNEL        /**/
  1195.  
  1196. /* I_UNISTD:
  1197.  *    This symbol, if defined, indicates to the C program that it should
  1198.  *    include <unistd.h>.
  1199.  */
  1200. #define I_UNISTD        /**/
  1201.  
  1202. /* I_UTIME:
  1203.  *    This symbol, if defined, indicates to the C program that it should
  1204.  *    include <utime.h>.
  1205.  */
  1206. #define I_UTIME        /**/
  1207.  
  1208. /* I_VFORK:
  1209.  *    This symbol, if defined, indicates to the C program that it should
  1210.  *    include vfork.h.
  1211.  */
  1212. /*#define I_VFORK    /**/
  1213.  
  1214. /* Off_t:
  1215.  *    This symbol holds the type used to declare offsets in the kernel.
  1216.  *    It can be int, long, off_t, etc... It may be necessary to include
  1217.  *    <sys/types.h> to get any typedef'ed information.
  1218.  */
  1219. #define Off_t off_t        /* <offset> type */
  1220.  
  1221. /* Mode_t:
  1222.  *    This symbol holds the type used to declare file modes 
  1223.  *    for systems calls.  It is usually mode_t, but may be
  1224.  *    int or unsigned short.  It may be necessary to include <sys/types.h>
  1225.  *    to get any typedef'ed information.
  1226.  */
  1227. #define Mode_t mode_t     /* file mode parameter for system calls */
  1228.  
  1229. /* CAN_PROTOTYPE:
  1230.  *    If defined, this macro indicates that the C compiler can handle
  1231.  *    function prototypes.
  1232.  */
  1233. /* _:
  1234.  *    This macro is used to declare function parameters for folks who want
  1235.  *    to make declarations with prototypes using a different style than
  1236.  *    the above macros.  Use double parentheses.  For example:
  1237.  *
  1238.  *        int main _((int argc, char *argv[]));
  1239.  */
  1240. #define    CAN_PROTOTYPE    /**/
  1241. #ifdef CAN_PROTOTYPE
  1242. #define    _(args) args
  1243. #else
  1244. #define    _(args) ()
  1245. #endif
  1246.  
  1247. /* RANDBITS:
  1248.  *    This symbol contains the number of bits of random number the rand()
  1249.  *    function produces.  Usual values are 15, 16, and 31.
  1250.  */
  1251. #define RANDBITS 31        /**/
  1252.  
  1253. /* SCRIPTDIR:
  1254.  *    This symbol holds the name of the directory in which the user wants
  1255.  *    to put publicly executable scripts for the package in question.  It
  1256.  *    is often a directory that is mounted across diverse architectures.
  1257.  *    Programs must be prepared to deal with ~name expansion.
  1258.  */
  1259. #define SCRIPTDIR "/ade/bin"    /**/
  1260.  
  1261. /* Select_fd_set_t:
  1262.  *    This symbol holds the type used for the 2nd, 3rd, and 4th
  1263.  *    arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
  1264.  *    is defined, and 'int *' otherwise.  This is only useful if you 
  1265.  *    have select(), of course.
  1266.  */
  1267. #define Select_fd_set_t     fd_set *    /**/
  1268.  
  1269. /* Size_t:
  1270.  *    This symbol holds the type used to declare length parameters
  1271.  *    for string functions.  It is usually size_t, but may be
  1272.  *    unsigned long, int, etc.  It may be necessary to include
  1273.  *    <sys/types.h> to get any typedef'ed information.
  1274.  */
  1275. #define Size_t size_t     /* length paramater for string functions */
  1276.  
  1277. /* SSize_t:
  1278.  *    This symbol holds the type used by functions that return
  1279.  *    a count of bytes or an error condition.  It must be a signed type.
  1280.  *    It is usually ssize_t, but may be long or int, etc.
  1281.  *    It may be necessary to include <sys/types.h> or <unistd.h>
  1282.  *    to get any typedef'ed information.
  1283.  *    We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
  1284.  */
  1285. #define SSize_t ssize_t     /* signed count of bytes */
  1286.  
  1287. /* STDCHAR:
  1288.  *    This symbol is defined to be the type of char used in stdio.h.
  1289.  *    It has the values "unsigned char" or "char".
  1290.  */
  1291. #define STDCHAR char    /**/
  1292.  
  1293. /* Uid_t:
  1294.  *    This symbol holds the type used to declare user ids in the kernel.
  1295.  *    It can be int, ushort, uid_t, etc... It may be necessary to include
  1296.  *    <sys/types.h> to get any typedef'ed information.
  1297.  */
  1298. #define Uid_t uid_t        /* UID type */
  1299.  
  1300. /* VMS:
  1301.  *    This symbol, if defined, indicates that the program is running under
  1302.  *    VMS.  It is currently only set in conjunction with the EUNICE symbol.
  1303.  */
  1304. /*#define VMS        /**/
  1305.  
  1306. /* LOC_SED:
  1307.  *    This symbol holds the complete pathname to the sed program.
  1308.  */
  1309. #define LOC_SED     "/bin/sed"    /**/
  1310.  
  1311. /* ARCHLIB_EXP:
  1312.  *    This symbol contains the ~name expanded version of ARCHLIB, to be used
  1313.  *    in programs that are not prepared to deal with ~ expansion at run-time.
  1314.  */
  1315. #define ARCHLIB_EXP "/ade/lib/perl5/m68k-amigaos/5.003"        /**/
  1316.  
  1317. /* OSNAME:
  1318.  *    This symbol contains the name of the operating system, as determined
  1319.  *    by Configure.
  1320.  */
  1321. #define OSNAME "amigaos"        /**/
  1322.  
  1323. /* BYTEORDER:
  1324.  *    This symbol hold the hexadecimal constant defined in byteorder,
  1325.  *    i.e. 0x1234 or 0x4321, etc...
  1326.  */
  1327. #define BYTEORDER 0x4321    /* large digits for MSB */
  1328.  
  1329. /* CSH:
  1330.  *    This symbol, if defined, indicates that the C-shell exists.
  1331.  *    If defined, contains the full pathname of csh.
  1332.  */
  1333. /*#define CSH "csh"        /**/
  1334.  
  1335. /* DLSYM_NEEDS_UNDERSCORE:
  1336.  *    This symbol, if defined, indicates that we need to prepend an
  1337.  *    underscore to the symbol name before calling dlsym().  This only
  1338.  *    makes sense if you *have* dlsym, which we will presume is the
  1339.  *    case if you're using dl_dlopen.xs.
  1340.  */
  1341. /*#define     DLSYM_NEEDS_UNDERSCORE     /* */
  1342.  
  1343. /* SETUID_SCRIPTS_ARE_SECURE_NOW:
  1344.  *    This symbol, if defined, indicates that the bug that prevents
  1345.  *    setuid scripts from being secure is not present in this kernel.
  1346.  */
  1347. /* DOSUID:
  1348.  *    This symbol, if defined, indicates that the C program should
  1349.  *    check the script that it is executing for setuid/setgid bits, and
  1350.  *    attempt to emulate setuid/setgid on systems that have disabled
  1351.  *    setuid #! scripts because the kernel can't do it securely.
  1352.  *    It is up to the package designer to make sure that this emulation
  1353.  *    is done securely.  Among other things, it should do an fstat on
  1354.  *    the script it just opened to make sure it really is a setuid/setgid
  1355.  *    script, it should make sure the arguments passed correspond exactly
  1356.  *    to the argument on the #! line, and it should not trust any
  1357.  *    subprocesses to which it must pass the filename rather than the
  1358.  *    file descriptor of the script to be executed.
  1359.  */
  1360. /*#define SETUID_SCRIPTS_ARE_SECURE_NOW    /**/
  1361. /*#define DOSUID        /**/
  1362.  
  1363. /* Gconvert:
  1364.  *    This preprocessor macro is defined to convert a floating point
  1365.  *    number to a string without a trailing decimal point.  This
  1366.  *    emulates the behavior of sprintf("%g"), but is sometimes much more
  1367.  *    efficient.  If gconvert() is not available, but gcvt() drops the
  1368.  *    trailing decimal point, then gcvt() is used.  If all else fails,
  1369.  *    a macro using sprintf("%g") is used. Arguments for the Gconvert
  1370.  *    macro are: value, number of digits, whether trailing zeros should
  1371.  *    be retained, and the output buffer.
  1372.  *    Possible values are:
  1373.  *        d_Gconvert='gconvert((x),(n),(t),(b))'
  1374.  *        d_Gconvert='gcvt((x),(n),(b))'
  1375.  *        d_Gconvert='sprintf((b),"%.*g",(n),(x))'
  1376.  *    The last two assume trailing zeros should not be kept.
  1377.  */
  1378. #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
  1379.  
  1380. /* Sigjmp_buf:
  1381.  * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
  1382.  */
  1383. /* Sigsetjmp:
  1384.  * This macro is used in the same way as sigsetjmp(), but will invoke
  1385.  * traditional setjmp() if sigsetjmp isn't available.
  1386.  */
  1387. /* Siglongjmp:
  1388.  * This macro is used in the same way as siglongjmp(), but will invoke
  1389.  * traditional longjmp() if siglongjmp isn't available.
  1390.  */
  1391. #define HAS_SIGSETJMP    /**/
  1392. #ifdef HAS_SIGSETJMP
  1393. #define Sigjmp_buf sigjmp_buf
  1394. #define Sigsetjmp(buf,save_mask) sigsetjmp(buf,save_mask)
  1395. #define Siglongjmp(buf,retval) siglongjmp(buf,retval)
  1396. #else
  1397. #define Sigjmp_buf jmp_buf
  1398. #define Sigsetjmp(buf,save_mask) setjmp(buf)
  1399. #define Siglongjmp(buf,retval) longjmp(buf,retval)
  1400. #endif
  1401.  
  1402. /* USE_DYNAMIC_LOADING:
  1403.  *    This symbol, if defined, indicates that dynamic loading of
  1404.  *    some sort is available.
  1405.  */
  1406. /*#define USE_DYNAMIC_LOADING        /**/
  1407.  
  1408. /* I_DBM:
  1409.  *    This symbol, if defined, indicates that <dbm.h> exists and should
  1410.  *    be included.
  1411.  */
  1412. /* I_RPCSVC_DBM:
  1413.  *    This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
  1414.  *    should be included.
  1415.  */
  1416. /*#define I_DBM    /**/
  1417. /*#define I_RPCSVC_DBM    /**/
  1418.  
  1419. /* I_LOCALE:
  1420.  *    This symbol, if defined, indicates to the C program that it should
  1421.  *    include <locale.h>.
  1422.  */
  1423. #define    I_LOCALE        /**/
  1424.  
  1425. /* I_SYS_STAT:
  1426.  *    This symbol, if defined, indicates to the C program that it should
  1427.  *    include <sys/stat.h>.
  1428.  */
  1429. #define    I_SYS_STAT        /**/
  1430.  
  1431. /* I_STDARG:
  1432.  *    This symbol, if defined, indicates that <stdarg.h> exists and should
  1433.  *    be included.
  1434.  */
  1435. /* I_VARARGS:
  1436.  *    This symbol, if defined, indicates to the C program that it should
  1437.  *    include <varargs.h>.
  1438.  */
  1439. #define I_STDARG        /**/
  1440. /*#define I_VARARGS    /**/
  1441.  
  1442. /* INTSIZE:
  1443.  *    This symbol contains the size of an int, so that the C preprocessor
  1444.  *    can make decisions based on it.
  1445.  */
  1446. #define INTSIZE 4        /**/
  1447.  
  1448. /* Free_t:
  1449.  *    This variable contains the return type of free().  It is usually
  1450.  * void, but occasionally int.
  1451.  */
  1452. /* Malloc_t:
  1453.  *    This symbol is the type of pointer returned by malloc and realloc.
  1454.  */
  1455. #define Malloc_t void *            /**/
  1456. #define Free_t void            /**/
  1457.  
  1458. /* MYMALLOC:
  1459.  *    This symbol, if defined, indicates that we're using our own malloc.
  1460.  */
  1461. /*#define MYMALLOC            /**/
  1462.  
  1463. /* VAL_O_NONBLOCK:
  1464.  *    This symbol is to be used during open() or fcntl(F_SETFL) to turn on
  1465.  *    non-blocking I/O for the file descriptor. Note that there is no way
  1466.  *    back, i.e. you cannot turn it blocking again this way. If you wish to
  1467.  *    alternatively switch between blocking and non-blocking, use the
  1468.  *    ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
  1469.  */
  1470. /* VAL_EAGAIN:
  1471.  *    This symbol holds the errno error code set by read() when no data was
  1472.  *    present on the non-blocking file descriptor.
  1473.  */
  1474. /* RD_NODATA:
  1475.  *    This symbol holds the return code from read() when no data is present
  1476.  *    on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
  1477.  *    not defined, then you can't distinguish between no data and EOF by
  1478.  *    issuing a read(). You'll have to find another way to tell for sure!
  1479.  */
  1480. /* EOF_NONBLOCK:
  1481.  *    This symbol, if defined, indicates to the C program that a read() on
  1482.  *    a non-blocking file descriptor will return 0 on EOF, and not the value
  1483.  *    held in RD_NODATA (-1 usually, in that case!).
  1484.  */
  1485. #define VAL_O_NONBLOCK O_NONBLOCK
  1486. #define VAL_EAGAIN EAGAIN
  1487. #define RD_NODATA -1
  1488. #define EOF_NONBLOCK
  1489.  
  1490. /* OLDARCHLIB_EXP:
  1491.  *    This symbol contains the ~name expanded version of OLDARCHLIB, to be
  1492.  *    used in programs that are not prepared to deal with ~ expansion at 
  1493.  *    run-time.
  1494.  */
  1495. /*#define OLDARCHLIB_EXP ""        /**/
  1496.  
  1497. /* PRIVLIB_EXP:
  1498.  *    This symbol contains the ~name expanded version of PRIVLIB, to be used
  1499.  *    in programs that are not prepared to deal with ~ expansion at run-time.
  1500.  */
  1501. #define PRIVLIB_EXP "/ade/lib/perl5"        /**/
  1502.  
  1503. /* SIG_NAME:
  1504.  *    This symbol contains a list of signal names in order of
  1505.  *    signal number. This is intended
  1506.  *    to be used as a static array initialization, like this:
  1507.  *        char *sig_name[] = { SIG_NAME };
  1508.  *    The signals in the list are separated with commas, and each signal
  1509.  *    is surrounded by double quotes. There is no leading SIG in the signal
  1510.  *    name, i.e. SIGQUIT is known as "QUIT".
  1511.  *    Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
  1512.  *    etc., where nn is the actual signal number (e.g. NUM37).
  1513.  *    The signal number for sig_name[i] is stored in sig_num[i].
  1514.  *    The last element is 0 to terminate the list with a NULL.  This
  1515.  *    corresponds to the 0 at the end of the sig_num list.
  1516.  */
  1517. /* SIG_NUM:
  1518.  *    This symbol contains a list of signal numbers, in the same order as the
  1519.  *    SIG_NAME list. It is suitable for static array initialization, as in:
  1520.  *        int sig_num[] = { SIG_NUM };
  1521.  *    The signals in the list are separated with commas, and the indices
  1522.  *    within that list and the SIG_NAME list match, so it's easy to compute
  1523.  *    the signal name from a number or vice versa at the price of a small
  1524.  *    dynamic linear lookup. 
  1525.  *    Duplicates are allowed, but are moved to the end of the list.
  1526.  *    The signal number corresponding to sig_name[i] is sig_number[i].
  1527.  *    if (i < NSIG) then sig_number[i] == i.  
  1528.  *    The last element is 0, corresponding to the 0 at the end of
  1529.  *    the sig_name list.
  1530.  */
  1531. #define SIG_NAME "ZERO","HUP","INT","QUIT","ILL","TRAP","ABRT","EMT","FPE","KILL","BUS","SEGV","SYS","PIPE","ALRM","TERM","URG","STOP","TSTP","CONT","CHLD","TTIN","TTOU","IO","XCPU","XFSZ","VTALRM","PROF","WINCH","INFO","USR1","USR2","MSG","IOT",0    /**/
  1532. #define SIG_NUM 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,6,0    /**/
  1533.  
  1534. /* SITEARCH_EXP:
  1535.  *    This symbol contains the ~name expanded version of SITEARCH, to be used
  1536.  *    in programs that are not prepared to deal with ~ expansion at run-time.
  1537.  */
  1538. #define SITEARCH_EXP "/ade/lib/perl5/site_perl/m68k-amigaos"        /**/
  1539.  
  1540. /* SITELIB_EXP:
  1541.  *    This symbol contains the ~name expanded version of SITELIB, to be used
  1542.  *    in programs that are not prepared to deal with ~ expansion at run-time.
  1543.  */
  1544. #define SITELIB_EXP "/ade/lib/perl5/site_perl"        /**/
  1545.  
  1546. /* STARTPERL:
  1547.  *    This variable contains the string to put in front of a perl
  1548.  *    script to make sure (one hopes) that it runs with perl and not
  1549.  *    some shell.
  1550.  */
  1551. #define STARTPERL "#!/ade/bin/perl"        /**/
  1552.  
  1553. /* VOIDFLAGS:
  1554.  *    This symbol indicates how much support of the void type is given by this
  1555.  *    compiler.  What various bits mean:
  1556.  *
  1557.  *        1 = supports declaration of void
  1558.  *        2 = supports arrays of pointers to functions returning void
  1559.  *        4 = supports comparisons between pointers to void functions and
  1560.  *            addresses of void functions
  1561.  *        8 = suports declaration of generic void pointers
  1562.  *
  1563.  *    The package designer should define VOIDUSED to indicate the requirements
  1564.  *    of the package.  This can be done either by #defining VOIDUSED before
  1565.  *    including config.h, or by defining defvoidused in Myinit.U.  If the
  1566.  *    latter approach is taken, only those flags will be tested.  If the
  1567.  *    level of void support necessary is not present, defines void to int.
  1568.  */
  1569. #ifndef VOIDUSED
  1570. #define VOIDUSED 15
  1571. #endif
  1572. #define VOIDFLAGS 15
  1573. #if (VOIDFLAGS & VOIDUSED) != VOIDUSED
  1574. #define void int        /* is void to be avoided? */
  1575. #define M_VOID            /* Xenix strikes again */
  1576. #endif
  1577.  
  1578. #endif
  1579.