Show
Ignore:
Timestamp:
02/09/04 14:10:55 (6 years ago)
Author:
zacheiss
Message:

Import perl 5.8.3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/vendor/third/perl/Porting/config_H

    r18449 r20074  
    1 /* This file (config_H) is a sample config.h file.  If you are unable 
    2    to successfully run Configure, copy this file to config.h and 
    3    edit it to suit your system. 
    4 */ 
    51/* 
    62 * This file was produced by running the config_h.SH script, which 
     
    128 * For a more permanent change edit config.sh and rerun config_h.SH. 
    139 * 
    14  * $Id: config_H,v 1.1.1.3 2003-01-10 13:46:10 zacheiss Exp $ 
     10 * $Id: config_H,v 1.1.1.4 2004-02-09 19:10:51 zacheiss Exp $ 
    1511 */ 
    1612 
     
    1814 * Package name      : perl5 
    1915 * Source directory  : . 
    20  * Configuration time: Fri Jul 19 01:55:41 EET DST 2002 
    21  * Configured by     : jhi 
    22  * Target system     : osf1 alpha.hut.fi v4.0 878 alpha  
     16 * Configuration time: Wed Jan 14 15:58:57 GMT 2004 
     17 * Configured by     : nick 
     18 * Target system     : linux bagpuss.unfortu.net 2.4.19-rmk4 #3 fri oct 25 21:57:55 bst 2002 armv4l unknown  
    2319 */ 
    2420 
     
    2925 *      This symbol holds the complete pathname to the sed program. 
    3026 */ 
    31 #define LOC_SED         "/usr/local/bin/sed"    /**/ 
     27#define LOC_SED         "/bin/sed"      /**/ 
    3228 
    3329/* HAS_ALARM: 
     
    3632 */ 
    3733#define HAS_ALARM               /**/ 
    38  
    39 /* HASATTRIBUTE: 
    40  *      This symbol indicates the C compiler can check for function attributes, 
    41  *      such as printf formats. This is normally only supported by GNU cc. 
    42  */ 
    43 /*#define HASATTRIBUTE  / **/ 
    44 #ifndef HASATTRIBUTE 
    45 #define __attribute__(_arg_) 
    46 #endif 
    4734 
    4835/* HAS_BCMP: 
     
    476463 */ 
    477464#define HAS_SETREGID            /**/ 
    478 /*#define HAS_SETRESGID         / **/ 
     465#define HAS_SETRESGID           /**/ 
    479466 
    480467/* HAS_SETREUID: 
     
    489476 */ 
    490477#define HAS_SETREUID            /**/ 
    491 /*#define HAS_SETRESUID         / **/ 
     478#define HAS_SETRESUID           /**/ 
    492479 
    493480/* HAS_SETRGID: 
     
    495482 *      to change the real gid of the current program. 
    496483 */ 
    497 #define HAS_SETRGID             /**/ 
     484/*#define HAS_SETRGID           / **/ 
    498485 
    499486/* HAS_SETRUID: 
     
    501488 *      to change the real uid of the current program. 
    502489 */ 
    503 #define HAS_SETRUID             /**/ 
     490/*#define HAS_SETRUID           / **/ 
    504491 
    505492/* HAS_SETSID: 
     
    678665 */ 
    679666#define I_DIRENT                /**/ 
    680 #define DIRNAMLEN       /**/ 
     667/*#define DIRNAMLEN     / **/ 
    681668#define Direntry_t struct dirent 
    682669 
     
    740727 *      include <sfio.h>. 
    741728 */ 
    742 /*#define       I_SFIO          / **/ 
     729#define I_SFIO          /**/ 
    743730 
    744731/* I_STDDEF: 
     
    896883 */ 
    897884#define INTSIZE 4               /**/ 
    898 #define LONGSIZE 8              /**/ 
     885#define LONGSIZE 4              /**/ 
    899886#define SHORTSIZE 2             /**/ 
    900887 
     
    915902#define HAS_QUAD        /**/ 
    916903#ifdef HAS_QUAD 
    917 #   define Quad_t long  /**/ 
    918 #   define Uquad_t unsigned long        /**/ 
    919 #   define QUADKIND 2   /**/ 
     904#   define Quad_t long long     /**/ 
     905#   define Uquad_t unsigned long long   /**/ 
     906#   define QUADKIND 3   /**/ 
    920907#   define QUAD_IS_INT  1 
    921908#   define QUAD_IS_LONG 2 
     
    940927 *     include <sys/access.h>. 
    941928 */ 
    942 #define   I_SYS_ACCESS                /**/ 
     929/*#define   I_SYS_ACCESS                / **/ 
    943930 
    944931/* I_SYS_SECURITY: 
     
    946933 *     include <sys/security.h>. 
    947934 */ 
    948 #define   I_SYS_SECURITY        /**/ 
    949  
    950 /* OSNAME: 
    951  *      This symbol contains the name of the operating system, as determined 
    952  *      by Configure.  You shouldn't rely on it too much; the specific 
    953  *      feature tests from Configure are generally more reliable. 
    954  */ 
    955 /* OSVERS: 
    956  *      This symbol contains the version of the operating system, as determined 
    957  *      by Configure.  You shouldn't rely on it too much; the specific 
    958  *      feature tests from Configure are generally more reliable. 
    959  */ 
    960 #define OSNAME "dec_osf"                /**/ 
    961 #define OSVERS "4.0d"           /**/ 
     935/*#define   I_SYS_SECURITY      / **/ 
    962936 
    963937/* MEM_ALIGNBYTES: 
     
    969943#  define MEM_ALIGNBYTES 8 
    970944#else 
    971 #define MEM_ALIGNBYTES 8 
     945#define MEM_ALIGNBYTES 4 
    972946#endif 
    973  
    974 /* ARCHLIB: 
    975  *      This variable, if defined, holds the name of the directory in 
    976  *      which the user wants to put architecture-dependent public 
    977  *      library files for perl5.  It is most often a local directory 
    978  *      such as /usr/local/lib.  Programs using this variable must be 
    979  *      prepared to deal with filename expansion.  If ARCHLIB is the 
    980  *      same as PRIVLIB, it is not defined, since presumably the 
    981  *      program already searches PRIVLIB. 
    982  */ 
    983 /* ARCHLIB_EXP: 
    984  *      This symbol contains the ~name expanded version of ARCHLIB, to be used 
    985  *      in programs that are not prepared to deal with ~ expansion at run-time. 
    986  */ 
    987 #define ARCHLIB "/opt/perl/lib/5.8.0/alpha-dec_osf"             /**/ 
    988 #define ARCHLIB_EXP "/opt/perl/lib/5.8.0/alpha-dec_osf"         /**/ 
    989  
    990 /* ARCHNAME: 
    991  *      This symbol holds a string representing the architecture name. 
    992  *      It may be used to construct an architecture-dependant pathname 
    993  *      where library files may be held under a private library, for 
    994  *      instance. 
    995  */ 
    996 #define ARCHNAME "alpha-dec_osf"                /**/ 
    997  
    998 /* HAS_ATOLF: 
    999  *      This symbol, if defined, indicates that the atolf routine is 
    1000  *      available to convert strings into long doubles. 
    1001  */ 
    1002 /*#define HAS_ATOLF             / **/ 
    1003  
    1004 /* HAS_ATOLL: 
    1005  *      This symbol, if defined, indicates that the atoll routine is 
    1006  *      available to convert strings into long longs. 
    1007  */ 
    1008 /*#define HAS_ATOLL             / **/ 
    1009  
    1010 /* BIN: 
    1011  *      This symbol holds the path of the bin directory where the package will 
    1012  *      be installed. Program must be prepared to deal with ~name substitution. 
    1013  */ 
    1014 /* BIN_EXP: 
    1015  *      This symbol is the filename expanded version of the BIN symbol, for 
    1016  *      programs that do not want to deal with that at run-time. 
    1017  */ 
    1018 #define BIN "/opt/perl/bin"     /**/ 
    1019 #define BIN_EXP "/opt/perl/bin" /**/ 
    1020947 
    1021948/* BYTEORDER: 
     
    1059986#  endif 
    1060987#else 
    1061 #define BYTEORDER 0x12345678    /* large digits for MSB */ 
     988#define BYTEORDER 0x1234        /* large digits for MSB */ 
    1062989#endif /* NeXT */ 
    1063990 
     991/* CASTI32: 
     992 *      This symbol is defined if the C compiler can cast negative 
     993 *      or large floating point numbers to 32-bit ints. 
     994 */ 
     995#define CASTI32         /**/ 
     996 
     997/* CASTNEGFLOAT: 
     998 *      This symbol is defined if the C compiler can cast negative 
     999 *      numbers to unsigned longs, ints and shorts. 
     1000 */ 
     1001/* CASTFLAGS: 
     1002 *      This symbol contains flags that say what difficulties the compiler 
     1003 *      has casting odd floating values to unsigned long: 
     1004 *              0 = ok 
     1005 *              1 = couldn't cast < 0 
     1006 *              2 = couldn't cast >= 0x80000000 
     1007 *              4 = couldn't cast in argument expression list 
     1008 */ 
     1009#define CASTNEGFLOAT            /**/ 
     1010#define CASTFLAGS 0             /**/ 
     1011 
     1012/* VOID_CLOSEDIR: 
     1013 *      This symbol, if defined, indicates that the closedir() routine 
     1014 *      does not return a value. 
     1015 */ 
     1016/*#define VOID_CLOSEDIR         / **/ 
     1017 
     1018/* HAS_FD_SET: 
     1019 *      This symbol, when defined, indicates presence of the fd_set typedef 
     1020 *      in <sys/types.h> 
     1021 */ 
     1022#define HAS_FD_SET      /**/ 
     1023 
     1024/* Gconvert: 
     1025 *      This preprocessor macro is defined to convert a floating point 
     1026 *      number to a string without a trailing decimal point.  This 
     1027 *      emulates the behavior of sprintf("%g"), but is sometimes much more 
     1028 *      efficient.  If gconvert() is not available, but gcvt() drops the 
     1029 *      trailing decimal point, then gcvt() is used.  If all else fails, 
     1030 *      a macro using sprintf("%g") is used. Arguments for the Gconvert 
     1031 *      macro are: value, number of digits, whether trailing zeros should 
     1032 *      be retained, and the output buffer. 
     1033 *      The usual values are: 
     1034 *              d_Gconvert='gconvert((x),(n),(t),(b))' 
     1035 *              d_Gconvert='gcvt((x),(n),(b))' 
     1036 *              d_Gconvert='sprintf((b),"%.*g",(n),(x))' 
     1037 *      The last two assume trailing zeros should not be kept. 
     1038 */ 
     1039#define Gconvert(x,n,t,b) gcvt((x),(n),(b)) 
     1040 
     1041/* HAS_GETPAGESIZE: 
     1042 *      This symbol, if defined, indicates that the getpagesize system call 
     1043 *      is available to get system page size, which is the granularity of 
     1044 *      many memory management calls. 
     1045 */ 
     1046#define HAS_GETPAGESIZE         /**/ 
     1047 
     1048/* HAS_GNULIBC: 
     1049 *      This symbol, if defined, indicates to the C program that  
     1050 *      the GNU C library is being used.  A better check is to use 
     1051 *      the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. 
     1052 */ 
     1053#define HAS_GNULIBC     /**/ 
     1054#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) 
     1055#   define _GNU_SOURCE 
     1056#endif 
     1057/* HAS_ISASCII: 
     1058 *      This manifest constant lets the C program know that isascii  
     1059 *      is available. 
     1060 */ 
     1061#define HAS_ISASCII             /**/ 
     1062 
     1063/* HAS_LCHOWN: 
     1064 *      This symbol, if defined, indicates that the lchown routine is 
     1065 *      available to operate on a symbolic link (instead of following the 
     1066 *      link). 
     1067 */ 
     1068#define HAS_LCHOWN              /**/ 
     1069 
     1070/* HAS_OPEN3: 
     1071 *      This manifest constant lets the C program know that the three 
     1072 *      argument form of open(2) is available. 
     1073 */ 
     1074#define HAS_OPEN3               /**/ 
     1075 
     1076/* HAS_SAFE_BCOPY: 
     1077 *      This symbol, if defined, indicates that the bcopy routine is available 
     1078 *      to copy potentially overlapping memory blocks. Normally, you should 
     1079 *      probably use memmove() or memcpy(). If neither is defined, roll your 
     1080 *      own version. 
     1081 */ 
     1082/*#define HAS_SAFE_BCOPY        / **/ 
     1083 
     1084/* HAS_SAFE_MEMCPY: 
     1085 *      This symbol, if defined, indicates that the memcpy routine is available 
     1086 *      to copy potentially overlapping memory blocks.  If you need to 
     1087 *      copy overlapping memory blocks, you should check HAS_MEMMOVE and 
     1088 *      use memmove() instead, if available. 
     1089 */ 
     1090/*#define HAS_SAFE_MEMCPY       / **/ 
     1091 
     1092/* HAS_SANE_MEMCMP: 
     1093 *      This symbol, if defined, indicates that the memcmp routine is available 
     1094 *      and can be used to compare relative magnitudes of chars with their high 
     1095 *      bits set.  If it is not defined, roll your own version. 
     1096 */ 
     1097#define HAS_SANE_MEMCMP /**/ 
     1098 
     1099/* HAS_SIGACTION: 
     1100 *      This symbol, if defined, indicates that Vr4's sigaction() routine 
     1101 *      is available. 
     1102 */ 
     1103#define HAS_SIGACTION   /**/ 
     1104 
     1105/* HAS_SIGSETJMP: 
     1106 *      This variable indicates to the C program that the sigsetjmp() 
     1107 *      routine is available to save the calling process's registers 
     1108 *      and stack environment for later use by siglongjmp(), and 
     1109 *      to optionally save the process's signal mask.  See 
     1110 *      Sigjmp_buf, Sigsetjmp, and Siglongjmp. 
     1111 */ 
     1112/* Sigjmp_buf: 
     1113 *      This is the buffer type to be used with Sigsetjmp and Siglongjmp. 
     1114 */ 
     1115/* Sigsetjmp: 
     1116 *      This macro is used in the same way as sigsetjmp(), but will invoke 
     1117 *      traditional setjmp() if sigsetjmp isn't available. 
     1118 *      See HAS_SIGSETJMP. 
     1119 */ 
     1120/* Siglongjmp: 
     1121 *      This macro is used in the same way as siglongjmp(), but will invoke 
     1122 *      traditional longjmp() if siglongjmp isn't available. 
     1123 *      See HAS_SIGSETJMP. 
     1124 */ 
     1125#define HAS_SIGSETJMP   /**/ 
     1126#ifdef HAS_SIGSETJMP 
     1127#define Sigjmp_buf sigjmp_buf 
     1128#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask)) 
     1129#define Siglongjmp(buf,retval) siglongjmp((buf),(retval)) 
     1130#else 
     1131#define Sigjmp_buf jmp_buf 
     1132#define Sigsetjmp(buf,save_mask) setjmp((buf)) 
     1133#define Siglongjmp(buf,retval) longjmp((buf),(retval)) 
     1134#endif 
     1135 
     1136/* USE_STDIO_PTR: 
     1137 *      This symbol is defined if the _ptr and _cnt fields (or similar) 
     1138 *      of the stdio FILE structure can be used to access the stdio buffer 
     1139 *      for a file handle.  If this is defined, then the FILE_ptr(fp) 
     1140 *      and FILE_cnt(fp) macros will also be defined and should be used 
     1141 *      to access these fields. 
     1142 */ 
     1143/* FILE_ptr: 
     1144 *      This macro is used to access the _ptr field (or equivalent) of the 
     1145 *      FILE structure pointed to by its argument. This macro will always be 
     1146 *      defined if USE_STDIO_PTR is defined. 
     1147 */ 
     1148/* STDIO_PTR_LVALUE: 
     1149 *      This symbol is defined if the FILE_ptr macro can be used as an 
     1150 *      lvalue. 
     1151 */ 
     1152/* FILE_cnt: 
     1153 *      This macro is used to access the _cnt field (or equivalent) of the 
     1154 *      FILE structure pointed to by its argument. This macro will always be 
     1155 *      defined if USE_STDIO_PTR is defined. 
     1156 */ 
     1157/* STDIO_CNT_LVALUE: 
     1158 *      This symbol is defined if the FILE_cnt macro can be used as an 
     1159 *      lvalue. 
     1160 */ 
     1161/* STDIO_PTR_LVAL_SETS_CNT: 
     1162 *      This symbol is defined if using the FILE_ptr macro as an lvalue 
     1163 *      to increase the pointer by n has the side effect of decreasing the 
     1164 *      value of File_cnt(fp) by n. 
     1165 */ 
     1166/* STDIO_PTR_LVAL_NOCHANGE_CNT: 
     1167 *      This symbol is defined if using the FILE_ptr macro as an lvalue 
     1168 *      to increase the pointer by n leaves File_cnt(fp) unchanged. 
     1169 */ 
     1170#define USE_STDIO_PTR   /**/ 
     1171#ifdef USE_STDIO_PTR 
     1172#define FILE_ptr(fp)    ((fp)->_IO_read_ptr) 
     1173#define STDIO_PTR_LVALUE                /**/ 
     1174#define FILE_cnt(fp)    ((fp)->_IO_read_end - (fp)->_IO_read_ptr) 
     1175/*#define STDIO_CNT_LVALUE              / **/ 
     1176#define STDIO_PTR_LVAL_SETS_CNT /**/ 
     1177/*#define STDIO_PTR_LVAL_NOCHANGE_CNT   / **/ 
     1178#endif 
     1179 
     1180/* USE_STDIO_BASE: 
     1181 *      This symbol is defined if the _base field (or similar) of the 
     1182 *      stdio FILE structure can be used to access the stdio buffer for 
     1183 *      a file handle.  If this is defined, then the FILE_base(fp) macro 
     1184 *      will also be defined and should be used to access this field. 
     1185 *      Also, the FILE_bufsiz(fp) macro will be defined and should be used 
     1186 *      to determine the number of bytes in the buffer.  USE_STDIO_BASE 
     1187 *      will never be defined unless USE_STDIO_PTR is. 
     1188 */ 
     1189/* FILE_base: 
     1190 *      This macro is used to access the _base field (or equivalent) of the 
     1191 *      FILE structure pointed to by its argument. This macro will always be 
     1192 *      defined if USE_STDIO_BASE is defined. 
     1193 */ 
     1194/* FILE_bufsiz: 
     1195 *      This macro is used to determine the number of bytes in the I/O 
     1196 *      buffer pointed to by _base field (or equivalent) of the FILE 
     1197 *      structure pointed to its argument. This macro will always be defined 
     1198 *      if USE_STDIO_BASE is defined. 
     1199 */ 
     1200#define USE_STDIO_BASE  /**/ 
     1201#ifdef USE_STDIO_BASE 
     1202#define FILE_base(fp)   ((fp)->_IO_read_base) 
     1203#define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base) 
     1204#endif 
     1205 
     1206/* HAS_VPRINTF: 
     1207 *      This symbol, if defined, indicates that the vprintf routine is available 
     1208 *      to printf with a pointer to an argument list.  If unavailable, you 
     1209 *      may need to write your own, probably in terms of _doprnt(). 
     1210 */ 
     1211/* USE_CHAR_VSPRINTF: 
     1212 *      This symbol is defined if this system has vsprintf() returning type 
     1213 *      (char*).  The trend seems to be to declare it as "int vsprintf()".  It 
     1214 *      is up to the package author to declare vsprintf correctly based on the 
     1215 *      symbol. 
     1216 */ 
     1217#define HAS_VPRINTF     /**/ 
     1218/*#define USE_CHAR_VSPRINTF     / **/ 
     1219 
     1220/* DOUBLESIZE: 
     1221 *      This symbol contains the size of a double, so that the C preprocessor 
     1222 *      can make decisions based on it. 
     1223 */ 
     1224#define DOUBLESIZE 8            /**/ 
     1225 
     1226/* I_TIME: 
     1227 *      This symbol, if defined, indicates to the C program that it should 
     1228 *      include <time.h>. 
     1229 */ 
     1230/* I_SYS_TIME: 
     1231 *      This symbol, if defined, indicates to the C program that it should 
     1232 *      include <sys/time.h>. 
     1233 */ 
     1234/* I_SYS_TIME_KERNEL: 
     1235 *      This symbol, if defined, indicates to the C program that it should 
     1236 *      include <sys/time.h> with KERNEL defined. 
     1237 */ 
     1238/* HAS_TM_TM_ZONE: 
     1239 *      This symbol, if defined, indicates to the C program that 
     1240 *      the struct tm has a tm_zone field. 
     1241 */ 
     1242/* HAS_TM_TM_GMTOFF: 
     1243 *      This symbol, if defined, indicates to the C program that 
     1244 *      the struct tm has a tm_gmtoff field. 
     1245 */ 
     1246#define I_TIME          /**/ 
     1247#define I_SYS_TIME              /**/ 
     1248/*#define I_SYS_TIME_KERNEL             / **/ 
     1249#define HAS_TM_TM_ZONE          /**/ 
     1250#define HAS_TM_TM_GMTOFF                /**/ 
     1251 
     1252/* VAL_O_NONBLOCK: 
     1253 *      This symbol is to be used during open() or fcntl(F_SETFL) to turn on 
     1254 *      non-blocking I/O for the file descriptor. Note that there is no way 
     1255 *      back, i.e. you cannot turn it blocking again this way. If you wish to 
     1256 *      alternatively switch between blocking and non-blocking, use the 
     1257 *      ioctl(FIOSNBIO) call instead, but that is not supported by all devices. 
     1258 */ 
     1259/* VAL_EAGAIN: 
     1260 *      This symbol holds the errno error code set by read() when no data was 
     1261 *      present on the non-blocking file descriptor. 
     1262 */ 
     1263/* RD_NODATA: 
     1264 *      This symbol holds the return code from read() when no data is present 
     1265 *      on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is 
     1266 *      not defined, then you can't distinguish between no data and EOF by 
     1267 *      issuing a read(). You'll have to find another way to tell for sure! 
     1268 */ 
     1269/* EOF_NONBLOCK: 
     1270 *      This symbol, if defined, indicates to the C program that a read() on 
     1271 *      a non-blocking file descriptor will return 0 on EOF, and not the value 
     1272 *      held in RD_NODATA (-1 usually, in that case!). 
     1273 */ 
     1274#define VAL_O_NONBLOCK O_NONBLOCK 
     1275#define VAL_EAGAIN EAGAIN 
     1276#define RD_NODATA -1 
     1277#define EOF_NONBLOCK 
     1278 
     1279/* PTRSIZE: 
     1280 *      This symbol contains the size of a pointer, so that the C preprocessor 
     1281 *      can make decisions based on it.  It will be sizeof(void *) if 
     1282 *      the compiler supports (void *); otherwise it will be 
     1283 *      sizeof(char *). 
     1284 */ 
     1285#define PTRSIZE 4               /**/ 
     1286 
     1287/* Drand01: 
     1288 *      This macro is to be used to generate uniformly distributed 
     1289 *      random numbers over the range [0., 1.[.  You may have to supply 
     1290 *      an 'extern double drand48();' in your program since SunOS 4.1.3 
     1291 *      doesn't provide you with anything relevant in its headers. 
     1292 *      See HAS_DRAND48_PROTO. 
     1293 */ 
     1294/* Rand_seed_t: 
     1295 *      This symbol defines the type of the argument of the 
     1296 *      random seed function. 
     1297 */ 
     1298/* seedDrand01: 
     1299 *      This symbol defines the macro to be used in seeding the 
     1300 *      random number generator (see Drand01). 
     1301 */ 
     1302/* RANDBITS: 
     1303 *      This symbol indicates how many bits are produced by the 
     1304 *      function used to generate normalized random numbers. 
     1305 *      Values include 15, 16, 31, and 48. 
     1306 */ 
     1307#define Drand01()               drand48()               /**/ 
     1308#define Rand_seed_t             long            /**/ 
     1309#define seedDrand01(x)  srand48((Rand_seed_t)x) /**/ 
     1310#define RANDBITS                48              /**/ 
     1311 
     1312/* SSize_t: 
     1313 *      This symbol holds the type used by functions that return 
     1314 *      a count of bytes or an error condition.  It must be a signed type. 
     1315 *      It is usually ssize_t, but may be long or int, etc. 
     1316 *      It may be necessary to include <sys/types.h> or <unistd.h> 
     1317 *      to get any typedef'ed information. 
     1318 *      We will pick a type such that sizeof(SSize_t) == sizeof(Size_t). 
     1319 */ 
     1320#define SSize_t ssize_t  /* signed count of bytes */ 
     1321 
     1322/* EBCDIC: 
     1323 *     This symbol, if defined, indicates that this system uses 
     1324 *      EBCDIC encoding. 
     1325 */ 
     1326/*#define       EBCDIC          / **/ 
     1327 
     1328/* ARCHLIB: 
     1329 *      This variable, if defined, holds the name of the directory in 
     1330 *      which the user wants to put architecture-dependent public 
     1331 *      library files for perl5.  It is most often a local directory 
     1332 *      such as /usr/local/lib.  Programs using this variable must be 
     1333 *      prepared to deal with filename expansion.  If ARCHLIB is the 
     1334 *      same as PRIVLIB, it is not defined, since presumably the 
     1335 *      program already searches PRIVLIB. 
     1336 */ 
     1337/* ARCHLIB_EXP: 
     1338 *      This symbol contains the ~name expanded version of ARCHLIB, to be used 
     1339 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1340 */ 
     1341#define ARCHLIB "/usr/local/lib/perl5/5.8.3/armv4l-linux"               /**/ 
     1342#define ARCHLIB_EXP "/usr/local/lib/perl5/5.8.3/armv4l-linux"           /**/ 
     1343 
     1344/* BIN: 
     1345 *      This symbol holds the path of the bin directory where the package will 
     1346 *      be installed. Program must be prepared to deal with ~name substitution. 
     1347 */ 
     1348/* BIN_EXP: 
     1349 *      This symbol is the filename expanded version of the BIN symbol, for 
     1350 *      programs that do not want to deal with that at run-time. 
     1351 */ 
     1352#define BIN "/usr/local/bin"    /**/ 
     1353#define BIN_EXP "/usr/local/bin"        /**/ 
     1354 
     1355/* PERL_INC_VERSION_LIST: 
     1356 *      This variable specifies the list of subdirectories in over 
     1357 *      which perl.c:incpush() and lib/lib.pm will automatically 
     1358 *      search when adding directories to @INC, in a format suitable 
     1359 *      for a C initialization string.  See the inc_version_list entry 
     1360 *      in Porting/Glossary for more details. 
     1361 */ 
     1362#define PERL_INC_VERSION_LIST "5.8.0/armv4l-linux","5.8.0","5.7.3","5.7.2","5.7.1","5.7.0","5.6.0","5.005",0            /**/ 
     1363 
     1364/* INSTALL_USR_BIN_PERL: 
     1365 *      This symbol, if defined, indicates that Perl is to be installed 
     1366 *      also as /usr/bin/perl. 
     1367 */ 
     1368/*#define INSTALL_USR_BIN_PERL  / **/ 
     1369 
     1370/* PERL_OTHERLIBDIRS: 
     1371 *      This variable contains a colon-separated set of paths for the perl 
     1372 *      binary to search for additional library files or modules. 
     1373 *      These directories will be tacked to the end of @INC. 
     1374 *      Perl will automatically search below each path for version- 
     1375 *      and architecture-specific directories.  See PERL_INC_VERSION_LIST 
     1376 *      for more details. 
     1377 */ 
     1378/*#define PERL_OTHERLIBDIRS " "         / **/ 
     1379 
     1380/* INSTALL_PREFIX: 
     1381 *      This symbol contains the "root" of installation tree for this package. 
     1382 *      The program should be prepared to do ~ expansion. 
     1383 */ 
     1384/* INSTALL_PREFIX_EXP: 
     1385 *      This symbol contains the "root" of installation tree for this package 
     1386 *      to be used in programs that are not prepared to deal with ~ expansion 
     1387 *      at run-time. 
     1388 */ 
     1389#define INSTALL_PREFIX "/usr/local"             /**/ 
     1390#define INSTALL_PREFIX_EXP "/usr/local" /**/ 
     1391 
     1392/* PRIVLIB: 
     1393 *      This symbol contains the name of the private library for this package. 
     1394 *      The library is private in the sense that it needn't be in anyone's 
     1395 *      execution path, but it should be accessible by the world.  The program 
     1396 *      should be prepared to do ~ expansion. 
     1397 */ 
     1398/* PRIVLIB_EXP: 
     1399 *      This symbol contains the ~name expanded version of PRIVLIB, to be used 
     1400 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1401 */ 
     1402#define PRIVLIB "/usr/local/lib/perl5/5.8.3"            /**/ 
     1403#define PRIVLIB_EXP "/usr/local/lib/perl5/5.8.3"                /**/ 
     1404 
     1405/* SITEARCH: 
     1406 *      This symbol contains the name of the private library for this package. 
     1407 *      The library is private in the sense that it needn't be in anyone's 
     1408 *      execution path, but it should be accessible by the world.  The program 
     1409 *      should be prepared to do ~ expansion. 
     1410 *      The standard distribution will put nothing in this directory. 
     1411 *      After perl has been installed, users may install their own local 
     1412 *      architecture-dependent modules in this directory with 
     1413 *              MakeMaker Makefile.PL 
     1414 *      or equivalent.  See INSTALL for details. 
     1415 */ 
     1416/* SITEARCH_EXP: 
     1417 *      This symbol contains the ~name expanded version of SITEARCH, to be used 
     1418 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1419 */ 
     1420#define SITEARCH "/usr/local/lib/perl5/site_perl/5.8.3/armv4l-linux"            /**/ 
     1421#define SITEARCH_EXP "/usr/local/lib/perl5/site_perl/5.8.3/armv4l-linux"                /**/ 
     1422 
     1423/* SITELIB: 
     1424 *      This symbol contains the name of the private library for this package. 
     1425 *      The library is private in the sense that it needn't be in anyone's 
     1426 *      execution path, but it should be accessible by the world.  The program 
     1427 *      should be prepared to do ~ expansion. 
     1428 *      The standard distribution will put nothing in this directory. 
     1429 *      After perl has been installed, users may install their own local 
     1430 *      architecture-independent modules in this directory with 
     1431 *              MakeMaker Makefile.PL 
     1432 *      or equivalent.  See INSTALL for details. 
     1433 */ 
     1434/* SITELIB_EXP: 
     1435 *      This symbol contains the ~name expanded version of SITELIB, to be used 
     1436 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1437 */ 
     1438/* SITELIB_STEM: 
     1439 *      This define is SITELIB_EXP with any trailing version-specific component 
     1440 *      removed.  The elements in inc_version_list (inc_version_list.U) can 
     1441 *      be tacked onto this variable to generate a list of directories to search. 
     1442 */ 
     1443#define SITELIB "/usr/local/lib/perl5/site_perl/5.8.3"          /**/ 
     1444#define SITELIB_EXP "/usr/local/lib/perl5/site_perl/5.8.3"              /**/ 
     1445#define SITELIB_STEM "/usr/local/lib/perl5/site_perl"           /**/ 
     1446 
     1447/* PERL_VENDORARCH: 
     1448 *      If defined, this symbol contains the name of a private library. 
     1449 *      The library is private in the sense that it needn't be in anyone's 
     1450 *      execution path, but it should be accessible by the world. 
     1451 *      It may have a ~ on the front.  
     1452 *      The standard distribution will put nothing in this directory. 
     1453 *      Vendors who distribute perl may wish to place their own 
     1454 *      architecture-dependent modules and extensions in this directory with 
     1455 *              MakeMaker Makefile.PL INSTALLDIRS=vendor  
     1456 *      or equivalent.  See INSTALL for details. 
     1457 */ 
     1458/* PERL_VENDORARCH_EXP: 
     1459 *      This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used 
     1460 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1461 */ 
     1462/*#define PERL_VENDORARCH ""            / **/ 
     1463/*#define PERL_VENDORARCH_EXP ""                / **/ 
     1464 
     1465/* PERL_VENDORLIB_EXP: 
     1466 *      This symbol contains the ~name expanded version of VENDORLIB, to be used 
     1467 *      in programs that are not prepared to deal with ~ expansion at run-time. 
     1468 */ 
     1469/* PERL_VENDORLIB_STEM: 
     1470 *      This define is PERL_VENDORLIB_EXP with any trailing version-specific component 
     1471 *      removed.  The elements in inc_version_list (inc_version_list.U) can 
     1472 *      be tacked onto this variable to generate a list of directories to search. 
     1473 */ 
     1474/*#define PERL_VENDORLIB_EXP ""         / **/ 
     1475/*#define PERL_VENDORLIB_STEM ""                / **/ 
     1476 
     1477/* OSNAME: 
     1478 *      This symbol contains the name of the operating system, as determined 
     1479 *      by Configure.  You shouldn't rely on it too much; the specific 
     1480 *      feature tests from Configure are generally more reliable. 
     1481 */ 
     1482/* OSVERS: 
     1483 *      This symbol contains the version of the operating system, as determined 
     1484 *      by Configure.  You shouldn't rely on it too much; the specific 
     1485 *      feature tests from Configure are generally more reliable. 
     1486 */ 
     1487#define OSNAME "linux"          /**/ 
     1488#define OSVERS "2.4.19-rmk4"            /**/ 
     1489 
    10641490/* CAT2: 
    1065  *      This macro catenates 2 tokens together. 
     1491 *      This macro concatenates 2 tokens together. 
    10661492 */ 
    10671493/* STRINGIFY: 
     
    10831509#endif 
    10841510#if 42 != 1 && 42 != 42 
    1085 #   include "Bletch: How does this C preprocessor catenate tokens?" 
     1511#   include "Bletch: How does this C preprocessor concatenate tokens?" 
    10861512#endif 
    10871513 
     
    11111537 *      symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "". 
    11121538 */ 
    1113 #define CPPSTDIN "cppstdin" 
    1114 #define CPPMINUS "" 
    1115 #define CPPRUN "/usr/local/bin/cpp" 
    1116 #define CPPLAST "" 
    1117  
    1118 /* HAS__FWALK: 
    1119  *      This symbol, if defined, indicates that the _fwalk system call is 
    1120  *      available to apply a function to all the file handles. 
    1121  */ 
    1122 /*#define HAS__FWALK            / **/ 
     1539#define CPPSTDIN "cc -E" 
     1540#define CPPMINUS "-" 
     1541#define CPPRUN "cc -E" 
     1542#define CPPLAST "-" 
    11231543 
    11241544/* HAS_ACCESS: 
     
    11291549#define HAS_ACCESS              /**/ 
    11301550 
    1131 /* HAS_ASCTIME_R: 
    1132  *      This symbol, if defined, indicates that the asctime_r routine 
    1133  *      is available to asctime re-entrantly. 
    1134  */ 
    1135 /* ASCTIME_R_PROTO: 
    1136  *      This symbol encodes the prototype of asctime_r. 
    1137  *      It is zero if d_asctime_r is undef, and one of the 
    1138  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r 
    1139  *      is defined. 
    1140  */ 
    1141 /*#define HAS_ASCTIME_R    / **/ 
    1142 #define ASCTIME_R_PROTO 0          /**/ 
    1143  
    1144 /* CASTI32: 
    1145  *      This symbol is defined if the C compiler can cast negative 
    1146  *      or large floating point numbers to 32-bit ints. 
    1147  */ 
    1148 /*#define       CASTI32         / **/ 
    1149  
    1150 /* CASTNEGFLOAT: 
    1151  *      This symbol is defined if the C compiler can cast negative 
    1152  *      numbers to unsigned longs, ints and shorts. 
    1153  */ 
    1154 /* CASTFLAGS: 
    1155  *      This symbol contains flags that say what difficulties the compiler 
    1156  *      has casting odd floating values to unsigned long: 
    1157  *              0 = ok 
    1158  *              1 = couldn't cast < 0 
    1159  *              2 = couldn't cast >= 0x80000000 
    1160  *              4 = couldn't cast in argument expression list 
    1161  */ 
    1162 #define CASTNEGFLOAT            /**/ 
    1163 #define CASTFLAGS 0             /**/ 
     1551/* HASATTRIBUTE: 
     1552 *      This symbol indicates the C compiler can check for function attributes, 
     1553 *      such as printf formats. This is normally only supported by GNU cc. 
     1554 */ 
     1555#define HASATTRIBUTE    /**/ 
     1556#ifndef HASATTRIBUTE 
     1557#ifdef __attribute__ 
     1558#undef __attribute__ 
     1559#endif 
     1560#define __attribute__(_arg_) 
     1561#endif 
     1562 
     1563/* HAS_CRYPT: 
     1564 *      This symbol, if defined, indicates that the crypt routine is available 
     1565 *      to encrypt passwords and the like. 
     1566 */ 
     1567#define HAS_CRYPT               /**/ 
     1568 
     1569/* HAS_CSH: 
     1570 *      This symbol, if defined, indicates that the C-shell exists. 
     1571 */ 
     1572/* CSH: 
     1573 *      This symbol, if defined, contains the full pathname of csh. 
     1574 */ 
     1575#define HAS_CSH         /**/ 
     1576#ifdef HAS_CSH 
     1577#define CSH "/bin/csh"  /**/ 
     1578#endif 
     1579 
     1580/* SETUID_SCRIPTS_ARE_SECURE_NOW: 
     1581 *      This symbol, if defined, indicates that the bug that prevents 
     1582 *      setuid scripts from being secure is not present in this kernel. 
     1583 */ 
     1584/* DOSUID: 
     1585 *      This symbol, if defined, indicates that the C program should 
     1586 *      check the script that it is executing for setuid/setgid bits, and 
     1587 *      attempt to emulate setuid/setgid on systems that have disabled 
     1588 *      setuid #! scripts because the kernel can't do it securely. 
     1589 *      It is up to the package designer to make sure that this emulation 
     1590 *      is done securely.  Among other things, it should do an fstat on 
     1591 *      the script it just opened to make sure it really is a setuid/setgid 
     1592 *      script, it should make sure the arguments passed correspond exactly 
     1593 *      to the argument on the #! line, and it should not trust any 
     1594 *      subprocesses to which it must pass the filename rather than the 
     1595 *      file descriptor of the script to be executed. 
     1596 */ 
     1597/*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/ 
     1598/*#define DOSUID                / **/ 
     1599 
     1600/* HAS_ENDGRENT: 
     1601 *      This symbol, if defined, indicates that the getgrent routine is 
     1602 *      available for finalizing sequential access of the group database. 
     1603 */ 
     1604#define HAS_ENDGRENT            /**/ 
     1605 
     1606/* HAS_ENDHOSTENT: 
     1607 *      This symbol, if defined, indicates that the endhostent() routine is 
     1608 *      available to close whatever was being used for host queries. 
     1609 */ 
     1610#define HAS_ENDHOSTENT          /**/ 
     1611 
     1612/* HAS_ENDNETENT: 
     1613 *      This symbol, if defined, indicates that the endnetent() routine is 
     1614 *      available to close whatever was being used for network queries. 
     1615 */ 
     1616#define HAS_ENDNETENT           /**/ 
     1617 
     1618/* HAS_ENDPROTOENT: 
     1619 *      This symbol, if defined, indicates that the endprotoent() routine is 
     1620 *      available to close whatever was being used for protocol queries. 
     1621 */ 
     1622#define HAS_ENDPROTOENT         /**/ 
     1623 
     1624/* HAS_ENDPWENT: 
     1625 *      This symbol, if defined, indicates that the getgrent routine is 
     1626 *      available for finalizing sequential access of the passwd database. 
     1627 */ 
     1628#define HAS_ENDPWENT            /**/ 
     1629 
     1630/* HAS_ENDSERVENT: 
     1631 *      This symbol, if defined, indicates that the endservent() routine is 
     1632 *      available to close whatever was being used for service queries. 
     1633 */ 
     1634#define HAS_ENDSERVENT          /**/ 
     1635 
     1636/* FLEXFILENAMES: 
     1637 *      This symbol, if defined, indicates that the system supports filenames 
     1638 *      longer than 14 characters. 
     1639 */ 
     1640#define FLEXFILENAMES           /**/ 
     1641 
     1642/* HAS_GETGRENT: 
     1643 *      This symbol, if defined, indicates that the getgrent routine is 
     1644 *      available for sequential access of the group database. 
     1645 */ 
     1646#define HAS_GETGRENT            /**/ 
     1647 
     1648/* HAS_GETHOSTBYADDR: 
     1649 *      This symbol, if defined, indicates that the gethostbyaddr() routine is 
     1650 *      available to look up hosts by their IP addresses. 
     1651 */ 
     1652#define HAS_GETHOSTBYADDR               /**/ 
     1653 
     1654/* HAS_GETHOSTBYNAME: 
     1655 *      This symbol, if defined, indicates that the gethostbyname() routine is 
     1656 *      available to look up host names in some data base or other. 
     1657 */ 
     1658#define HAS_GETHOSTBYNAME               /**/ 
     1659 
     1660/* HAS_GETHOSTENT: 
     1661 *      This symbol, if defined, indicates that the gethostent() routine is 
     1662 *      available to look up host names in some data base or another. 
     1663 */ 
     1664#define HAS_GETHOSTENT          /**/ 
     1665 
     1666/* HAS_GETHOSTNAME: 
     1667 *      This symbol, if defined, indicates that the C program may use the 
     1668 *      gethostname() routine to derive the host name.  See also HAS_UNAME 
     1669 *      and PHOSTNAME. 
     1670 */ 
     1671/* HAS_UNAME: 
     1672 *      This symbol, if defined, indicates that the C program may use the 
     1673 *      uname() routine to derive the host name.  See also HAS_GETHOSTNAME 
     1674 *      and PHOSTNAME. 
     1675 */ 
     1676/* PHOSTNAME: 
     1677 *      This symbol, if defined, indicates the command to feed to the 
     1678 *      popen() routine to derive the host name.  See also HAS_GETHOSTNAME 
     1679 *      and HAS_UNAME.  Note that the command uses a fully qualified path, 
     1680 *      so that it is safe even if used by a process with super-user 
     1681 *      privileges. 
     1682 */ 
     1683/* HAS_PHOSTNAME: 
     1684 *      This symbol, if defined, indicates that the C program may use the 
     1685 *      contents of PHOSTNAME as a command to feed to the popen() routine 
     1686 *      to derive the host name. 
     1687 */ 
     1688#define HAS_GETHOSTNAME /**/ 
     1689#define HAS_UNAME               /**/ 
     1690/*#define HAS_PHOSTNAME / **/ 
     1691#ifdef HAS_PHOSTNAME 
     1692#define PHOSTNAME "/bin/hostname"       /* How to get the host name */ 
     1693#endif 
     1694 
     1695/* HAS_GETNETBYADDR: 
     1696 *      This symbol, if defined, indicates that the getnetbyaddr() routine is 
     1697 *      available to look up networks by their IP addresses. 
     1698 */ 
     1699#define HAS_GETNETBYADDR                /**/ 
     1700 
     1701/* HAS_GETNETBYNAME: 
     1702 *      This symbol, if defined, indicates that the getnetbyname() routine is 
     1703 *      available to look up networks by their names. 
     1704 */ 
     1705#define HAS_GETNETBYNAME                /**/ 
     1706 
     1707/* HAS_GETNETENT: 
     1708 *      This symbol, if defined, indicates that the getnetent() routine is 
     1709 *      available to look up network names in some data base or another. 
     1710 */ 
     1711#define HAS_GETNETENT           /**/ 
     1712 
     1713/* HAS_GETPROTOENT: 
     1714 *      This symbol, if defined, indicates that the getprotoent() routine is 
     1715 *      available to look up protocols in some data base or another. 
     1716 */ 
     1717#define HAS_GETPROTOENT         /**/ 
     1718 
     1719/* HAS_GETPGRP: 
     1720 *      This symbol, if defined, indicates that the getpgrp routine is 
     1721 *      available to get the current process group. 
     1722 */ 
     1723/* USE_BSD_GETPGRP: 
     1724 *      This symbol, if defined, indicates that getpgrp needs one 
     1725 *      arguments whereas USG one needs none. 
     1726 */ 
     1727#define HAS_GETPGRP             /**/ 
     1728/*#define USE_BSD_GETPGRP       / **/ 
     1729 
     1730/* HAS_GETPROTOBYNAME: 
     1731 *      This symbol, if defined, indicates that the getprotobyname() 
     1732 *      routine is available to look up protocols by their name. 
     1733 */ 
     1734/* HAS_GETPROTOBYNUMBER: 
     1735 *      This symbol, if defined, indicates that the getprotobynumber() 
     1736 *      routine is available to look up protocols by their number. 
     1737 */ 
     1738#define HAS_GETPROTOBYNAME              /**/ 
     1739#define HAS_GETPROTOBYNUMBER            /**/ 
     1740 
     1741/* HAS_GETPWENT: 
     1742 *      This symbol, if defined, indicates that the getpwent routine is 
     1743 *      available for sequential access of the passwd database. 
     1744 *      If this is not available, the older getpw() function may be available. 
     1745 */ 
     1746#define HAS_GETPWENT            /**/ 
     1747 
     1748/* HAS_GETSERVENT: 
     1749 *      This symbol, if defined, indicates that the getservent() routine is 
     1750 *      available to look up network services in some data base or another. 
     1751 */ 
     1752#define HAS_GETSERVENT          /**/ 
     1753 
     1754/* HAS_GETSERVBYNAME: 
     1755 *      This symbol, if defined, indicates that the getservbyname() 
     1756 *      routine is available to look up services by their name. 
     1757 */ 
     1758/* HAS_GETSERVBYPORT: 
     1759 *      This symbol, if defined, indicates that the getservbyport() 
     1760 *      routine is available to look up services by their port. 
     1761 */ 
     1762#define HAS_GETSERVBYNAME               /**/ 
     1763#define HAS_GETSERVBYPORT               /**/ 
     1764 
     1765/* HAS_HTONL: 
     1766 *      This symbol, if defined, indicates that the htonl() routine (and 
     1767 *      friends htons() ntohl() ntohs()) are available to do network 
     1768 *      order byte swapping. 
     1769 */ 
     1770/* HAS_HTONS: 
     1771 *      This symbol, if defined, indicates that the htons() routine (and 
     1772 *      friends htonl() ntohl() ntohs()) are available to do network 
     1773 *      order byte swapping. 
     1774 */ 
     1775/* HAS_NTOHL: 
     1776 *      This symbol, if defined, indicates that the ntohl() routine (and 
     1777 *      friends htonl() htons() ntohs()) are available to do network 
     1778 *      order byte swapping. 
     1779 */ 
     1780/* HAS_NTOHS: 
     1781 *      This symbol, if defined, indicates that the ntohs() routine (and 
     1782 *      friends htonl() htons() ntohl()) are available to do network 
     1783 *      order byte swapping. 
     1784 */ 
     1785#define HAS_HTONL               /**/ 
     1786#define HAS_HTONS               /**/ 
     1787#define HAS_NTOHL               /**/ 
     1788#define HAS_NTOHS               /**/ 
     1789 
     1790/* HAS_LONG_DOUBLE: 
     1791 *      This symbol will be defined if the C compiler supports long 
     1792 *      doubles. 
     1793 */ 
     1794/* LONG_DOUBLESIZE: 
     1795 *      This symbol contains the size of a long double, so that the  
     1796 *      C preprocessor can make decisions based on it.  It is only 
     1797 *      defined if the system supports long doubles. 
     1798 */ 
     1799#define HAS_LONG_DOUBLE         /**/ 
     1800#ifdef HAS_LONG_DOUBLE 
     1801#define LONG_DOUBLESIZE 8               /**/ 
     1802#endif 
     1803 
     1804/* HAS_LONG_LONG: 
     1805 *      This symbol will be defined if the C compiler supports long long. 
     1806 */ 
     1807/* LONGLONGSIZE: 
     1808 *      This symbol contains the size of a long long, so that the  
     1809 *      C preprocessor can make decisions based on it.  It is only 
     1810 *      defined if the system supports long long. 
     1811 */ 
     1812#define HAS_LONG_LONG           /**/ 
     1813#ifdef HAS_LONG_LONG 
     1814#define LONGLONGSIZE 8          /**/ 
     1815#endif 
     1816 
     1817/* HAS_MEMCHR: 
     1818 *      This symbol, if defined, indicates that the memchr routine is available 
     1819 *      to locate characters within a C string. 
     1820 */ 
     1821#define HAS_MEMCHR      /**/ 
     1822 
     1823/* HAS_MKSTEMP: 
     1824 *      This symbol, if defined, indicates that the mkstemp routine is 
     1825 *      available to exclusively create and open a uniquely named 
     1826 *      temporary file. 
     1827 */ 
     1828#define HAS_MKSTEMP             /**/ 
     1829 
     1830/* HAS_MMAP: 
     1831 *      This symbol, if defined, indicates that the mmap system call is 
     1832 *      available to map a file into memory. 
     1833 */ 
     1834/* Mmap_t: 
     1835 *      This symbol holds the return type of the mmap() system call 
     1836 *      (and simultaneously the type of the first argument). 
     1837 *      Usually set to 'void *' or 'cadd_t'. 
     1838 */ 
     1839#define HAS_MMAP                /**/ 
     1840#define Mmap_t void *   /**/ 
     1841 
     1842/* HAS_MSG: 
     1843 *      This symbol, if defined, indicates that the entire msg*(2) library is 
     1844 *      supported (IPC mechanism based on message queues). 
     1845 */ 
     1846#define HAS_MSG         /**/ 
     1847 
     1848/* HAS_SEM: 
     1849 *      This symbol, if defined, indicates that the entire sem*(2) library is 
     1850 *      supported. 
     1851 */ 
     1852#define HAS_SEM         /**/ 
     1853 
     1854/* HAS_SETGRENT: 
     1855 *      This symbol, if defined, indicates that the setgrent routine is 
     1856 *      available for initializing sequential access of the group database. 
     1857 */ 
     1858#define HAS_SETGRENT            /**/ 
     1859 
     1860/* HAS_SETGROUPS: 
     1861 *      This symbol, if defined, indicates that the setgroups() routine is 
     1862 *      available to set the list of process groups.  If unavailable, multiple 
     1863 *      groups are probably not supported. 
     1864 */ 
     1865#define HAS_SETGROUPS           /**/ 
     1866 
     1867/* HAS_SETHOSTENT: 
     1868 *      This symbol, if defined, indicates that the sethostent() routine is 
     1869 *      available. 
     1870 */ 
     1871#define HAS_SETHOSTENT          /**/ 
     1872 
     1873/* HAS_SETNETENT: 
     1874 *      This symbol, if defined, indicates that the setnetent() routine is 
     1875 *      available. 
     1876 */ 
     1877#define HAS_SETNETENT           /**/ 
     1878 
     1879/* HAS_SETPROTOENT: 
     1880 *      This symbol, if defined, indicates that the setprotoent() routine is 
     1881 *      available. 
     1882 */ 
     1883#define HAS_SETPROTOENT         /**/ 
     1884 
     1885/* HAS_SETPGRP: 
     1886 *      This symbol, if defined, indicates that the setpgrp routine is 
     1887 *      available to set the current process group. 
     1888 */ 
     1889/* USE_BSD_SETPGRP: 
     1890 *      This symbol, if defined, indicates that setpgrp needs two 
     1891 *      arguments whereas USG one needs none.  See also HAS_SETPGID 
     1892 *      for a POSIX interface. 
     1893 */ 
     1894#define HAS_SETPGRP             /**/ 
     1895/*#define USE_BSD_SETPGRP       / **/ 
     1896 
     1897/* HAS_SETPWENT: 
     1898 *      This symbol, if defined, indicates that the setpwent routine is 
     1899 *      available for initializing sequential access of the passwd database. 
     1900 */ 
     1901#define HAS_SETPWENT            /**/ 
     1902 
     1903/* HAS_SETSERVENT: 
     1904 *      This symbol, if defined, indicates that the setservent() routine is 
     1905 *      available. 
     1906 */ 
     1907#define HAS_SETSERVENT          /**/ 
     1908 
     1909/* HAS_SETVBUF: 
     1910 *      This symbol, if defined, indicates that the setvbuf routine is 
     1911 *      available to change buffering on an open stdio stream. 
     1912 *      to a line-buffered mode. 
     1913 */ 
     1914#define HAS_SETVBUF             /**/ 
     1915 
     1916/* HAS_SHM: 
     1917 *      This symbol, if defined, indicates that the entire shm*(2) library is 
     1918 *      supported. 
     1919 */ 
     1920#define HAS_SHM         /**/ 
     1921 
     1922/* Shmat_t: 
     1923 *      This symbol holds the return type of the shmat() system call. 
     1924 *      Usually set to 'void *' or 'char *'. 
     1925 */ 
     1926/* HAS_SHMAT_PROTOTYPE: 
     1927 *      This symbol, if defined, indicates that the sys/shm.h includes 
     1928 *      a prototype for shmat().  Otherwise, it is up to the program to 
     1929 *      guess one.  Shmat_t shmat(int, Shmat_t, int) is a good guess, 
     1930 *      but not always right so it should be emitted by the program only 
     1931 *      when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs. 
     1932 */ 
     1933#define Shmat_t void *  /**/ 
     1934#define HAS_SHMAT_PROTOTYPE     /**/ 
     1935 
     1936/* HAS_SOCKET: 
     1937 *      This symbol, if defined, indicates that the BSD socket interface is 
     1938 *      supported. 
     1939 */ 
     1940/* HAS_SOCKETPAIR: 
     1941 *      This symbol, if defined, indicates that the BSD socketpair() call is 
     1942 *      supported. 
     1943 */ 
     1944/* HAS_MSG_CTRUNC: 
     1945 *      This symbol, if defined, indicates that the MSG_CTRUNC is supported. 
     1946 *      Checking just with #ifdef might not be enough because this symbol 
     1947 *      has been known to be an enum. 
     1948 */ 
     1949/* HAS_MSG_DONTROUTE: 
     1950 *      This symbol, if defined, indicates that the MSG_DONTROUTE is supported. 
     1951 *      Checking just with #ifdef might not be enough because this symbol 
     1952 *      has been known to be an enum. 
     1953 */ 
     1954/* HAS_MSG_OOB: 
     1955 *      This symbol, if defined, indicates that the MSG_OOB is supported. 
     1956 *      Checking just with #ifdef might not be enough because this symbol 
     1957 *      has been known to be an enum. 
     1958 */ 
     1959/* HAS_MSG_PEEK: 
     1960 *      This symbol, if defined, indicates that the MSG_PEEK is supported. 
     1961 *      Checking just with #ifdef might not be enough because this symbol 
     1962 *      has been known to be an enum. 
     1963 */ 
     1964/* HAS_MSG_PROXY: 
     1965 *      This symbol, if defined, indicates that the MSG_PROXY is supported. 
     1966 *      Checking just with #ifdef might not be enough because this symbol 
     1967 *      has been known to be an enum. 
     1968 */ 
     1969/* HAS_SCM_RIGHTS: 
     1970 *      This symbol, if defined, indicates that the SCM_RIGHTS is supported. 
     1971 *      Checking just with #ifdef might not be enough because this symbol 
     1972 *      has been known to be an enum. 
     1973 */ 
     1974#define HAS_SOCKET              /**/ 
     1975#define HAS_SOCKETPAIR  /**/ 
     1976#define HAS_MSG_CTRUNC  /**/ 
     1977#define HAS_MSG_DONTROUTE       /**/ 
     1978#define HAS_MSG_OOB     /**/ 
     1979#define HAS_MSG_PEEK    /**/ 
     1980#define HAS_MSG_PROXY   /**/ 
     1981#define HAS_SCM_RIGHTS  /**/ 
     1982 
     1983/* USE_STAT_BLOCKS: 
     1984 *      This symbol is defined if this system has a stat structure declaring 
     1985 *      st_blksize and st_blocks. 
     1986 */ 
     1987#ifndef USE_STAT_BLOCKS 
     1988#define USE_STAT_BLOCKS         /**/ 
     1989#endif 
     1990 
     1991/* HAS_STRERROR: 
     1992 *      This symbol, if defined, indicates that the strerror routine is 
     1993 *      available to translate error numbers to strings. See the writeup 
     1994 *      of Strerror() in this file before you try to define your own. 
     1995 */ 
     1996/* HAS_SYS_ERRLIST: 
     1997 *      This symbol, if defined, indicates that the sys_errlist array is 
     1998 *      available to translate error numbers to strings. The extern int 
     1999 *      sys_nerr gives the size of that table. 
     2000 */ 
     2001/* Strerror: 
     2002 *      This preprocessor symbol is defined as a macro if strerror() is 
     2003 *      not available to translate error numbers to strings but sys_errlist[] 
     2004 *      array is there. 
     2005 */ 
     2006#define HAS_STRERROR            /**/ 
     2007#define HAS_SYS_ERRLIST /**/ 
     2008#define Strerror(e) strerror(e) 
     2009 
     2010/* HAS_STRTOUL: 
     2011 *      This symbol, if defined, indicates that the strtoul routine is 
     2012 *      available to provide conversion of strings to unsigned long. 
     2013 */ 
     2014#define HAS_STRTOUL     /**/ 
     2015 
     2016/* HAS_UNION_SEMUN: 
     2017 *      This symbol, if defined, indicates that the union semun is 
     2018 *      defined by including <sys/sem.h>.  If not, the user code 
     2019 *      probably needs to define it as: 
     2020 *      union semun { 
     2021 *          int val; 
     2022 *          struct semid_ds *buf; 
     2023 *          unsigned short *array; 
     2024 *      } 
     2025 */ 
     2026/* USE_SEMCTL_SEMUN: 
     2027 *      This symbol, if defined, indicates that union semun is 
     2028 *      used for semctl IPC_STAT. 
     2029 */ 
     2030/* USE_SEMCTL_SEMID_DS: 
     2031 *      This symbol, if defined, indicates that struct semid_ds * is 
     2032 *      used for semctl IPC_STAT. 
     2033 */ 
     2034/*#define HAS_UNION_SEMUN       / **/ 
     2035#define USE_SEMCTL_SEMUN        /**/ 
     2036#define USE_SEMCTL_SEMID_DS     /**/ 
     2037 
     2038/* HAS_VFORK: 
     2039 *      This symbol, if defined, indicates that vfork() exists. 
     2040 */ 
     2041/*#define HAS_VFORK     / **/ 
     2042 
     2043/* Signal_t: 
     2044 *      This symbol's value is either "void" or "int", corresponding to the 
     2045 *      appropriate return type of a signal handler.  Thus, you can declare 
     2046 *      a signal handler using "Signal_t (*handler)()", and define the 
     2047 *      handler using "Signal_t handler(sig)". 
     2048 */ 
     2049#define Signal_t void   /* Signal handler's return type */ 
     2050 
     2051/* Groups_t: 
     2052 *      This symbol holds the type used for the second argument to 
     2053 *      getgroups() and setgroups().  Usually, this is the same as 
     2054 *      gidtype (gid_t) , but sometimes it isn't. 
     2055 *      It can be int, ushort, gid_t, etc...  
     2056 *      It may be necessary to include <sys/types.h> to get any  
     2057 *      typedef'ed information.  This is only required if you have 
     2058 *      getgroups() or setgroups().. 
     2059 */ 
     2060#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) 
     2061#define Groups_t gid_t  /* Type for 2nd arg to [sg]etgroups() */ 
     2062#endif 
     2063 
     2064/* I_GRP: 
     2065 *      This symbol, if defined, indicates to the C program that it should 
     2066 *      include <grp.h>. 
     2067 */ 
     2068/* GRPASSWD: 
     2069 *      This symbol, if defined, indicates to the C program that struct group 
     2070 *      in <grp.h> contains gr_passwd. 
     2071 */ 
     2072#define I_GRP           /**/ 
     2073#define GRPASSWD        /**/ 
     2074 
     2075/* I_NDBM: 
     2076 *      This symbol, if defined, indicates that <ndbm.h> exists and should 
     2077 *      be included. 
     2078 */ 
     2079/*#define I_NDBM        / **/ 
     2080 
     2081/* I_NETDB: 
     2082 *      This symbol, if defined, indicates that <netdb.h> exists and 
     2083 *      should be included. 
     2084 */ 
     2085#define I_NETDB         /**/ 
     2086 
     2087/* I_PWD: 
     2088 *      This symbol, if defined, indicates to the C program that it should 
     2089 *      include <pwd.h>. 
     2090 */ 
     2091/* PWQUOTA: 
     2092 *      This symbol, if defined, indicates to the C program that struct passwd 
     2093 *      contains pw_quota. 
     2094 */ 
     2095/* PWAGE: 
     2096 *      This symbol, if defined, indicates to the C program that struct passwd 
     2097 *      contains pw_age. 
     2098 */ 
     2099/* PWCHANGE: 
     2100 *      This symbol, if defined, indicates to the C program that struct passwd 
     2101 *      contains pw_change. 
     2102 */ 
     2103/* PWCLASS: 
     2104 *      This symbol, if defined, indicates to the C program that struct passwd 
     2105 *      contains pw_class. 
     2106 */ 
     2107/* PWEXPIRE: 
     2108 *      This symbol, if defined, indicates to the C program that struct passwd 
     2109 *      contains pw_expire. 
     2110 */ 
     2111/* PWCOMMENT: 
     2112 *      This symbol, if defined, indicates to the C program that struct passwd 
     2113 *      contains pw_comment. 
     2114 */ 
     2115/* PWGECOS: 
     2116 *      This symbol, if defined, indicates to the C program that struct passwd 
     2117 *      contains pw_gecos. 
     2118 */ 
     2119/* PWPASSWD: 
     2120 *      This symbol, if defined, indicates to the C program that struct passwd 
     2121 *      contains pw_passwd. 
     2122 */ 
     2123#define I_PWD           /**/ 
     2124/*#define PWQUOTA       / **/ 
     2125/*#define PWAGE / **/ 
     2126/*#define PWCHANGE      / **/ 
     2127/*#define PWCLASS       / **/ 
     2128/*#define PWEXPIRE      / **/ 
     2129/*#define PWCOMMENT     / **/ 
     2130#define PWGECOS /**/ 
     2131#define PWPASSWD        /**/ 
     2132 
     2133/* I_SYSUIO: 
     2134 *      This symbol, if defined, indicates that <sys/uio.h> exists and 
     2135 *      should be included. 
     2136 */ 
     2137#define I_SYSUIO                /**/ 
     2138 
     2139/* I_STDARG: 
     2140 *      This symbol, if defined, indicates that <stdarg.h> exists and should 
     2141 *      be included. 
     2142 */ 
     2143/* I_VARARGS: 
     2144 *      This symbol, if defined, indicates to the C program that it should 
     2145 *      include <varargs.h>. 
     2146 */ 
     2147#define I_STDARG                /**/ 
     2148/*#define I_VARARGS     / **/ 
     2149 
     2150/* Free_t: 
     2151 *      This variable contains the return type of free().  It is usually 
     2152 * void, but occasionally int. 
     2153 */ 
     2154/* Malloc_t: 
     2155 *      This symbol is the type of pointer returned by malloc and realloc. 
     2156 */ 
     2157#define Malloc_t void *                 /**/ 
     2158#define Free_t void                     /**/ 
     2159 
     2160/* MYMALLOC: 
     2161 *      This symbol, if defined, indicates that we're using our own malloc. 
     2162 */ 
     2163/*#define MYMALLOC                      / **/ 
     2164 
     2165/* CAN_PROTOTYPE: 
     2166 *      If defined, this macro indicates that the C compiler can handle 
     2167 *      function prototypes. 
     2168 */ 
     2169/* _: 
     2170 *      This macro is used to declare function parameters for folks who want 
     2171 *      to make declarations with prototypes using a different style than 
     2172 *      the above macros.  Use double parentheses.  For example: 
     2173 * 
     2174 *              int main _((int argc, char *argv[])); 
     2175 */ 
     2176#define CAN_PROTOTYPE   /**/ 
     2177#ifdef CAN_PROTOTYPE 
     2178#define _(args) args 
     2179#else 
     2180#define _(args) () 
     2181#endif 
     2182 
     2183/* SH_PATH: 
     2184 *      This symbol contains the full pathname to the shell used on this 
     2185 *      on this system to execute Bourne shell scripts.  Usually, this will be 
     2186 *      /bin/sh, though it's possible that some systems will have /bin/ksh, 
     2187 *      /bin/pdksh, /bin/ash, /bin/bash, or even something such as 
     2188 *      D:/bin/sh.exe. 
     2189 */ 
     2190#define SH_PATH "/bin/sh"  /**/ 
     2191 
     2192/* SIG_NAME: 
     2193 *      This symbol contains a list of signal names in order of 
     2194 *      signal number. This is intended 
     2195 *      to be used as a static array initialization, like this: 
     2196 *              char *sig_name[] = { SIG_NAME }; 
     2197 *      The signals in the list are separated with commas, and each signal 
     2198 *      is surrounded by double quotes. There is no leading SIG in the signal 
     2199 *      name, i.e. SIGQUIT is known as "QUIT". 
     2200 *      Gaps in the signal numbers (up to NSIG) are filled in with NUMnn, 
     2201 *      etc., where nn is the actual signal number (e.g. NUM37). 
     2202 *      The signal number for sig_name[i] is stored in sig_num[i]. 
     2203 *      The last element is 0 to terminate the list with a NULL.  This 
     2204 *      corresponds to the 0 at the end of the sig_name_init list. 
     2205 *      Note that this variable is initialized from the sig_name_init, 
     2206 *      not from sig_name (which is unused). 
     2207 */ 
     2208/* SIG_NUM: 
     2209 *      This symbol contains a list of signal numbers, in the same order as the 
     2210 *      SIG_NAME list. It is suitable for static array initialization, as in: 
     2211 *              int sig_num[] = { SIG_NUM }; 
     2212 *      The signals in the list are separated with commas, and the indices 
     2213 *      within that list and the SIG_NAME list match, so it's easy to compute 
     2214 *      the signal name from a number or vice versa at the price of a small 
     2215 *      dynamic linear lookup.  
     2216 *      Duplicates are allowed, but are moved to the end of the list. 
     2217 *      The signal number corresponding to sig_name[i] is sig_number[i]. 
     2218 *      if (i < NSIG) then sig_number[i] == i.   
     2219 *      The last element is 0, corresponding to the 0 at the end of 
     2220 *      the sig_name_init list. 
     2221 *      Note that this variable is initialized from the sig_num_init, 
     2222 *      not from sig_num (which is unused). 
     2223 */ 
     2224/* SIG_SIZE: 
     2225 *      This variable contains the number of elements of the SIG_NAME 
     2226 *      and SIG_NUM arrays, excluding the final NULL entry. 
     2227 */ 
     2228#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0           /**/ 
     2229#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, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0         /**/ 
     2230#define SIG_SIZE 68                     /**/ 
     2231 
     2232/* STDCHAR: 
     2233 *      This symbol is defined to be the type of char used in stdio.h. 
     2234 *      It has the values "unsigned char" or "char". 
     2235 */ 
     2236#define STDCHAR char    /**/ 
     2237 
     2238/* VOIDFLAGS: 
     2239 *      This symbol indicates how much support of the void type is given by this 
     2240 *      compiler.  What various bits mean: 
     2241 * 
     2242 *          1 = supports declaration of void 
     2243 *          2 = supports arrays of pointers to functions returning void 
     2244 *          4 = supports comparisons between pointers to void functions and 
     2245 *                  addresses of void functions 
     2246 *          8 = suports declaration of generic void pointers 
     2247 * 
     2248 *      The package designer should define VOIDUSED to indicate the requirements 
     2249 *      of the package.  This can be done either by #defining VOIDUSED before 
     2250 *      including config.h, or by defining defvoidused in Myinit.U.  If the 
     2251 *      latter approach is taken, only those flags will be tested.  If the 
     2252 *      level of void support necessary is not present, defines void to int. 
     2253 */ 
     2254#ifndef VOIDUSED 
     2255#define VOIDUSED 15 
     2256#endif 
     2257#define VOIDFLAGS 15 
     2258#if (VOIDFLAGS & VOIDUSED) != VOIDUSED 
     2259#define void int                /* is void to be avoided? */ 
     2260#define M_VOID                  /* Xenix strikes again */ 
     2261#endif 
     2262 
     2263/* USE_CROSS_COMPILE: 
     2264 *      This symbol, if defined, indicates that Perl is being cross-compiled. 
     2265 */ 
     2266/* PERL_TARGETARCH: 
     2267 *      This symbol, if defined, indicates the target architecture 
     2268 *      Perl has been cross-compiled to.  Undefined if not a cross-compile. 
     2269 */ 
     2270#ifndef USE_CROSS_COMPILE 
     2271/*#define       USE_CROSS_COMPILE       / **/ 
     2272#define PERL_TARGETARCH ""      /**/ 
     2273#endif 
     2274 
     2275/* HAS_ATOLF: 
     2276 *      This symbol, if defined, indicates that the atolf routine is 
     2277 *      available to convert strings into long doubles. 
     2278 */ 
     2279/*#define HAS_ATOLF             / **/ 
     2280 
     2281/* HAS_ATOLL: 
     2282 *      This symbol, if defined, indicates that the atoll routine is 
     2283 *      available to convert strings into long longs. 
     2284 */ 
     2285#define HAS_ATOLL               /**/ 
     2286 
     2287/* HAS__FWALK: 
     2288 *      This symbol, if defined, indicates that the _fwalk system call is 
     2289 *      available to apply a function to all the file handles. 
     2290 */ 
     2291/*#define HAS__FWALK            / **/ 
     2292 
     2293/* HAS_AINTL: 
     2294 *      This symbol, if defined, indicates that the aintl routine is 
     2295 *      available.  If copysignl is also present we can emulate modfl. 
     2296 */ 
     2297/*#define HAS_AINTL             / **/ 
    11642298 
    11652299/* HAS_CLASS: 
     
    11812315/*#define HAS_CLASS             / **/ 
    11822316 
    1183 /* VOID_CLOSEDIR: 
    1184  *      This symbol, if defined, indicates that the closedir() routine 
    1185  *      does not return a value. 
    1186  */ 
    1187 /*#define VOID_CLOSEDIR         / **/ 
    1188  
    11892317/* HAS_STRUCT_CMSGHDR: 
    11902318 *      This symbol, if defined, indicates that the struct cmsghdr 
     
    11932321#define HAS_STRUCT_CMSGHDR      /**/ 
    11942322 
    1195 /* HAS_CRYPT_R: 
    1196  *      This symbol, if defined, indicates that the crypt_r routine 
    1197  *      is available to crypt re-entrantly. 
    1198  */ 
    1199 /* CRYPT_R_PROTO: 
    1200  *      This symbol encodes the prototype of crypt_r. 
    1201  *      It is zero if d_crypt_r is undef, and one of the 
    1202  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r 
    1203  *      is defined. 
    1204  */ 
    1205 /*#define HAS_CRYPT_R      / **/ 
    1206 #define CRYPT_R_PROTO 0    /**/ 
    1207  
    1208 /* HAS_CSH: 
    1209  *      This symbol, if defined, indicates that the C-shell exists. 
    1210  */ 
    1211 /* CSH: 
    1212  *      This symbol, if defined, contains the full pathname of csh. 
    1213  */ 
    1214 #define HAS_CSH         /**/ 
    1215 #ifdef HAS_CSH 
    1216 #define CSH "/usr/bin/csh"      /**/ 
    1217 #endif 
    1218  
    1219 /* HAS_CTIME_R: 
    1220  *      This symbol, if defined, indicates that the ctime_r routine 
    1221  *      is available to ctime re-entrantly. 
    1222  */ 
    1223 /* CTIME_R_PROTO: 
    1224  *      This symbol encodes the prototype of ctime_r. 
    1225  *      It is zero if d_ctime_r is undef, and one of the 
    1226  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r 
    1227  *      is defined. 
    1228  */ 
    1229 /*#define HAS_CTIME_R      / **/ 
    1230 #define CTIME_R_PROTO 0    /**/ 
     2323/* HAS_COPYSIGNL: 
     2324 *      This symbol, if defined, indicates that the copysignl routine is 
     2325 *      available.  If aintl is also present we can emulate modfl. 
     2326 */ 
     2327#define HAS_COPYSIGNL           /**/ 
     2328 
     2329/* HAS_DBMINIT_PROTO: 
     2330 *      This symbol, if defined, indicates that the system provides 
     2331 *      a prototype for the dbminit() function.  Otherwise, it is up 
     2332 *      to the program to supply one.  A good guess is 
     2333 *              extern int dbminit(char *); 
     2334 */ 
     2335#define HAS_DBMINIT_PROTO       /**/ 
     2336 
     2337/* HAS_DIRFD: 
     2338 *      This manifest constant lets the C program know that dirfd 
     2339 *      is available. 
     2340 */ 
     2341#define HAS_DIRFD               /**/ 
    12312342 
    12322343/* DLSYM_NEEDS_UNDERSCORE: 
     
    12382349/*#define       DLSYM_NEEDS_UNDERSCORE  / **/ 
    12392350 
    1240 /* HAS_DRAND48_R: 
    1241  *      This symbol, if defined, indicates that the drand48_r routine 
    1242  *      is available to drand48 re-entrantly. 
    1243  */ 
    1244 /* DRAND48_R_PROTO: 
    1245  *      This symbol encodes the prototype of drand48_r. 
    1246  *      It is zero if d_drand48_r is undef, and one of the 
    1247  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r 
    1248  *      is defined. 
    1249  */ 
    1250 /*#define HAS_DRAND48_R    / **/ 
    1251 #define DRAND48_R_PROTO 0          /**/ 
    1252  
    1253 /* HAS_DRAND48_PROTO: 
    1254  *      This symbol, if defined, indicates that the system provides 
    1255  *      a prototype for the drand48() function.  Otherwise, it is up 
    1256  *      to the program to supply one.  A good guess is 
    1257  *              extern double drand48(void); 
    1258  */ 
    1259 #define HAS_DRAND48_PROTO       /**/ 
    1260  
    1261 /* HAS_ENDGRENT: 
    1262  *      This symbol, if defined, indicates that the getgrent routine is 
    1263  *      available for finalizing sequential access of the group database. 
    1264  */ 
    1265 #define HAS_ENDGRENT            /**/ 
    1266  
    1267 /* HAS_ENDGRENT_R: 
    1268  *      This symbol, if defined, indicates that the endgrent_r routine 
    1269  *      is available to endgrent re-entrantly. 
    1270  */ 
    1271 /* ENDGRENT_R_PROTO: 
    1272  *      This symbol encodes the prototype of endgrent_r. 
    1273  *      It is zero if d_endgrent_r is undef, and one of the 
    1274  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r 
    1275  *      is defined. 
    1276  */ 
    1277 /*#define HAS_ENDGRENT_R           / **/ 
    1278 #define ENDGRENT_R_PROTO 0         /**/ 
    1279  
    1280 /* HAS_ENDHOSTENT: 
    1281  *      This symbol, if defined, indicates that the endhostent() routine is 
    1282  *      available to close whatever was being used for host queries. 
    1283  */ 
    1284 #define HAS_ENDHOSTENT          /**/ 
    1285  
    1286 /* HAS_ENDNETENT: 
    1287  *      This symbol, if defined, indicates that the endnetent() routine is 
    1288  *      available to close whatever was being used for network queries. 
    1289  */ 
    1290 #define HAS_ENDNETENT           /**/ 
    1291  
    1292 /* HAS_ENDPROTOENT: 
    1293  *      This symbol, if defined, indicates that the endprotoent() routine is 
    1294  *      available to close whatever was being used for protocol queries. 
    1295  */ 
    1296 #define HAS_ENDPROTOENT         /**/ 
    1297  
    1298 /* HAS_ENDPWENT: 
    1299  *      This symbol, if defined, indicates that the getgrent routine is 
    1300  *      available for finalizing sequential access of the passwd database. 
    1301  */ 
    1302 #define HAS_ENDPWENT            /**/ 
    1303  
    1304 /* HAS_ENDPWENT_R: 
    1305  *      This symbol, if defined, indicates that the endpwent_r routine 
    1306  *      is available to endpwent re-entrantly. 
    1307  */ 
    1308 /* ENDPWENT_R_PROTO: 
    1309  *      This symbol encodes the prototype of endpwent_r. 
    1310  *      It is zero if d_endpwent_r is undef, and one of the 
    1311  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r 
    1312  *      is defined. 
    1313  */ 
    1314 /*#define HAS_ENDPWENT_R           / **/ 
    1315 #define ENDPWENT_R_PROTO 0         /**/ 
    1316  
    1317 /* HAS_ENDSERVENT: 
    1318  *      This symbol, if defined, indicates that the endservent() routine is 
    1319  *      available to close whatever was being used for service queries. 
    1320  */ 
    1321 #define HAS_ENDSERVENT          /**/ 
     2351/* HAS_FAST_STDIO: 
     2352 *      This symbol, if defined, indicates that the "fast stdio" 
     2353 *      is available to manipulate the stdio buffers directly. 
     2354 */ 
     2355#define HAS_FAST_STDIO          /**/ 
    13222356 
    13232357/* HAS_FCHDIR: 
     
    13342368#define FCNTL_CAN_LOCK          /**/ 
    13352369 
    1336 /* HAS_FD_SET: 
    1337  *      This symbol, when defined, indicates presence of the fd_set typedef 
    1338  *      in <sys/types.h> 
    1339  */ 
    1340 #define HAS_FD_SET      /**/ 
    1341  
    13422370/* HAS_FINITE: 
    13432371 *      This symbol, if defined, indicates that the finite routine is 
     
    13532381#define HAS_FINITEL             /**/ 
    13542382 
    1355 /* FLEXFILENAMES: 
    1356  *      This symbol, if defined, indicates that the system supports filenames 
    1357  *      longer than 14 characters. 
    1358  */ 
    1359 #define FLEXFILENAMES           /**/ 
     2383/* HAS_FLOCK_PROTO: 
     2384 *      This symbol, if defined, indicates that the system provides 
     2385 *      a prototype for the flock() function.  Otherwise, it is up 
     2386 *      to the program to supply one.  A good guess is 
     2387 *              extern int flock(int, int); 
     2388 */ 
     2389#define HAS_FLOCK_PROTO /**/ 
    13602390 
    13612391/* HAS_FP_CLASS: 
     
    13752405 *      FP_NEG_ZERO       -0.0 (negative zero) 
    13762406 */ 
    1377 #define HAS_FP_CLASS            /**/ 
     2407/*#define HAS_FP_CLASS          / **/ 
    13782408 
    13792409/* HAS_FPCLASS: 
     
    14092439/*#define HAS_FPCLASSIFY                / **/ 
    14102440 
    1411 /* HAS_FPOS64_T: 
    1412  *      This symbol will be defined if the C compiler supports fpos64_t. 
    1413  */ 
    1414 /*#define       HAS_FPOS64_T            / **/ 
    1415  
    1416 /* HAS_FREXPL: 
    1417  *      This symbol, if defined, indicates that the frexpl routine is 
    1418  *      available to break a long double floating-point number into 
    1419  *      a normalized fraction and an integral power of 2. 
    1420  */ 
    1421 #define HAS_FREXPL              /**/ 
    1422  
    1423 /* HAS_STRUCT_FS_DATA: 
    1424  *      This symbol, if defined, indicates that the struct fs_data 
    1425  *      to do statfs() is supported. 
    1426  */ 
    1427 /*#define HAS_STRUCT_FS_DATA    / **/ 
    1428  
    1429 /* HAS_FSEEKO: 
    1430  *      This symbol, if defined, indicates that the fseeko routine is 
    1431  *      available to fseek beyond 32 bits (useful for ILP32 hosts). 
    1432  */ 
    1433 /*#define HAS_FSEEKO            / **/ 
    1434  
    1435 /* HAS_FSTATFS: 
    1436  *      This symbol, if defined, indicates that the fstatfs routine is 
    1437  *      available to stat filesystems by file descriptors. 
    1438  */ 
    1439 #define HAS_FSTATFS             /**/ 
    1440  
    1441 /* HAS_FSYNC: 
    1442  *      This symbol, if defined, indicates that the fsync routine is 
    1443  *      available to write a file's modified data and attributes to 
    1444  *      permanent storage. 
    1445  */ 
    1446 #define HAS_FSYNC               /**/ 
    1447  
    1448 /* HAS_FTELLO: 
    1449  *      This symbol, if defined, indicates that the ftello routine is 
    1450  *      available to ftell beyond 32 bits (useful for ILP32 hosts). 
    1451  */ 
    1452 /*#define HAS_FTELLO            / **/ 
    1453  
    1454 /* Gconvert: 
    1455  *      This preprocessor macro is defined to convert a floating point 
    1456  *      number to a string without a trailing decimal point.  This 
    1457  *      emulates the behavior of sprintf("%g"), but is sometimes much more 
    1458  *      efficient.  If gconvert() is not available, but gcvt() drops the 
    1459  *      trailing decimal point, then gcvt() is used.  If all else fails, 
    1460  *      a macro using sprintf("%g") is used. Arguments for the Gconvert 
    1461  *      macro are: value, number of digits, whether trailing zeros should 
    1462  *      be retained, and the output buffer. 
    1463  *      The usual values are: 
    1464  *              d_Gconvert='gconvert((x),(n),(t),(b))' 
    1465  *              d_Gconvert='gcvt((x),(n),(b))' 
    1466  *              d_Gconvert='sprintf((b),"%.*g",(n),(x))' 
    1467  *      The last two assume trailing zeros should not be kept. 
    1468  */ 
    1469 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x)) 
    1470  
    1471 /* HAS_GETCWD: 
    1472  *      This symbol, if defined, indicates that the getcwd routine is 
    1473  *      available to get the current working directory. 
    1474  */ 
    1475 #define HAS_GETCWD              /**/ 
    1476  
    1477 /* HAS_GETESPWNAM: 
    1478  *      This symbol, if defined, indicates that the getespwnam system call is 
    1479  *      available to retrieve enchanced (shadow) password entries by name. 
    1480  */ 
    1481 /*#define HAS_GETESPWNAM                / **/ 
    1482  
    1483 /* HAS_GETFSSTAT: 
    1484  *      This symbol, if defined, indicates that the getfsstat routine is 
    1485  *      available to stat filesystems in bulk. 
    1486  */ 
    1487 #define HAS_GETFSSTAT           /**/ 
    1488  
    1489 /* HAS_GETGRENT: 
    1490  *      This symbol, if defined, indicates that the getgrent routine is 
    1491  *      available for sequential access of the group database. 
    1492  */ 
    1493 #define HAS_GETGRENT            /**/ 
    1494  
    1495 /* HAS_GETGRENT_R: 
    1496  *      This symbol, if defined, indicates that the getgrent_r routine 
    1497  *      is available to getgrent re-entrantly. 
    1498  */ 
    1499 /* GETGRENT_R_PROTO: 
    1500  *      This symbol encodes the prototype of getgrent_r. 
    1501  *      It is zero if d_getgrent_r is undef, and one of the 
    1502  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r 
    1503  *      is defined. 
    1504  */ 
    1505 /*#define HAS_GETGRENT_R           / **/ 
    1506 #define GETGRENT_R_PROTO 0         /**/ 
    1507  
    1508 /* HAS_GETGRGID_R: 
    1509  *      This symbol, if defined, indicates that the getgrgid_r routine 
    1510  *      is available to getgrgid re-entrantly. 
    1511  */ 
    1512 /* GETGRGID_R_PROTO: 
    1513  *      This symbol encodes the prototype of getgrgid_r. 
    1514  *      It is zero if d_getgrgid_r is undef, and one of the 
    1515  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r 
    1516  *      is defined. 
    1517  */ 
    1518 /*#define HAS_GETGRGID_R           / **/ 
    1519 #define GETGRGID_R_PROTO 0         /**/ 
    1520  
    1521 /* HAS_GETGRNAM_R: 
    1522  *      This symbol, if defined, indicates that the getgrnam_r routine 
    1523  *      is available to getgrnam re-entrantly. 
    1524  */ 
    1525 /* GETGRNAM_R_PROTO: 
    1526  *      This symbol encodes the prototype of getgrnam_r. 
    1527  *      It is zero if d_getgrnam_r is undef, and one of the 
    1528  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r 
    1529  *      is defined. 
    1530  */ 
    1531 /*#define HAS_GETGRNAM_R           / **/ 
    1532 #define GETGRNAM_R_PROTO 0         /**/ 
    1533  
    1534 /* HAS_GETHOSTBYADDR: 
    1535  *      This symbol, if defined, indicates that the gethostbyaddr() routine is 
    1536  *      available to look up hosts by their IP addresses. 
    1537  */ 
    1538 #define HAS_GETHOSTBYADDR               /**/ 
    1539  
    1540 /* HAS_GETHOSTBYNAME: 
    1541  *      This symbol, if defined, indicates that the gethostbyname() routine is 
    1542  *      available to look up host names in some data base or other. 
    1543  */ 
    1544 #define HAS_GETHOSTBYNAME               /**/ 
    1545  
    1546 /* HAS_GETHOSTENT: 
    1547  *      This symbol, if defined, indicates that the gethostent() routine is 
    1548  *      available to look up host names in some data base or another. 
    1549  */ 
    1550 #define HAS_GETHOSTENT          /**/ 
    1551  
    1552 /* HAS_GETHOSTNAME: 
    1553  *      This symbol, if defined, indicates that the C program may use the 
    1554  *      gethostname() routine to derive the host name.  See also HAS_UNAME 
    1555  *      and PHOSTNAME. 
    1556  */ 
    1557 /* HAS_UNAME: 
    1558  *      This symbol, if defined, indicates that the C program may use the 
    1559  *      uname() routine to derive the host name.  See also HAS_GETHOSTNAME 
    1560  *      and PHOSTNAME. 
    1561  */ 
    1562 /* PHOSTNAME: 
    1563  *      This symbol, if defined, indicates the command to feed to the 
    1564  *      popen() routine to derive the host name.  See also HAS_GETHOSTNAME 
    1565  *      and HAS_UNAME.  Note that the command uses a fully qualified path, 
    1566  *      so that it is safe even if used by a process with super-user 
    1567  *      privileges. 
    1568  */ 
    1569 /* HAS_PHOSTNAME: 
    1570  *      This symbol, if defined, indicates that the C program may use the 
    1571  *      contents of PHOSTNAME as a command to feed to the popen() routine 
    1572  *      to derive the host name. 
    1573  */ 
    1574 #define HAS_GETHOSTNAME /**/ 
    1575 #define HAS_UNAME               /**/ 
    1576 /*#define HAS_PHOSTNAME / **/ 
    1577 #ifdef HAS_PHOSTNAME 
    1578 #define PHOSTNAME ""    /* How to get the host name */ 
    1579 #endif 
    1580  
    1581 /* HAS_GETHOST_PROTOS: 
    1582  *      This symbol, if defined, indicates that <netdb.h> includes 
    1583  *      prototypes for gethostent(), gethostbyname(), and 
    1584  *      gethostbyaddr().  Otherwise, it is up to the program to guess 
    1585  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types. 
    1586  */ 
    1587 #define HAS_GETHOST_PROTOS      /**/ 
    1588  
    1589 /* HAS_GETITIMER: 
    1590  *      This symbol, if defined, indicates that the getitimer routine is 
    1591  *      available to return interval timers. 
    1592  */ 
    1593 #define HAS_GETITIMER           /**/ 
    1594  
    1595 /* HAS_GETLOGIN_R: 
    1596  *      This symbol, if defined, indicates that the getlogin_r routine 
    1597  *      is available to getlogin re-entrantly. 
    1598  */ 
    1599 /* GETLOGIN_R_PROTO: 
    1600  *      This symbol encodes the prototype of getlogin_r. 
    1601  *      It is zero if d_getlogin_r is undef, and one of the 
    1602  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r 
    1603  *      is defined. 
    1604  */ 
    1605 /*#define HAS_GETLOGIN_R           / **/ 
    1606 #define GETLOGIN_R_PROTO 0         /**/ 
    1607  
    1608 /* HAS_GETMNT: 
    1609  *      This symbol, if defined, indicates that the getmnt routine is 
    1610  *      available to get filesystem mount info by filename. 
    1611  */ 
    1612 /*#define HAS_GETMNT            / **/ 
    1613  
    1614 /* HAS_GETMNTENT: 
    1615  *      This symbol, if defined, indicates that the getmntent routine is 
    1616  *      available to iterate through mounted file systems to get their info. 
    1617  */ 
    1618 /*#define HAS_GETMNTENT         / **/ 
    1619  
    1620 /* HAS_GETNETBYADDR: 
    1621  *      This symbol, if defined, indicates that the getnetbyaddr() routine is 
    1622  *      available to look up networks by their IP addresses. 
    1623  */ 
    1624 #define HAS_GETNETBYADDR                /**/ 
    1625  
    1626 /* HAS_GETNETBYNAME: 
    1627  *      This symbol, if defined, indicates that the getnetbyname() routine is 
    1628  *      available to look up networks by their names. 
    1629  */ 
    1630 #define HAS_GETNETBYNAME                /**/ 
    1631  
    1632 /* HAS_GETNETENT: 
    1633  *      This symbol, if defined, indicates that the getnetent() routine is 
    1634  *      available to look up network names in some data base or another. 
    1635  */ 
    1636 #define HAS_GETNETENT           /**/ 
    1637  
    1638 /* HAS_GETNET_PROTOS: 
    1639  *      This symbol, if defined, indicates that <netdb.h> includes 
    1640  *      prototypes for getnetent(), getnetbyname(), and 
    1641  *      getnetbyaddr().  Otherwise, it is up to the program to guess 
    1642  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types. 
    1643  */ 
    1644 #define HAS_GETNET_PROTOS       /**/ 
    1645  
    1646 /* HAS_GETPAGESIZE: 
    1647  *      This symbol, if defined, indicates that the getpagesize system call 
    1648  *      is available to get system page size, which is the granularity of 
    1649  *      many memory management calls. 
    1650  */ 
    1651 #define HAS_GETPAGESIZE         /**/ 
    1652  
    1653 /* HAS_GETPROTOENT: 
    1654  *      This symbol, if defined, indicates that the getprotoent() routine is 
    1655  *      available to look up protocols in some data base or another. 
    1656  */ 
    1657 #define HAS_GETPROTOENT         /**/ 
    1658  
    1659 /* HAS_GETPGRP: 
    1660  *      This symbol, if defined, indicates that the getpgrp routine is 
    1661  *      available to get the current process group. 
    1662  */ 
    1663 /* USE_BSD_GETPGRP: 
    1664  *      This symbol, if defined, indicates that getpgrp needs one 
    1665  *      arguments whereas USG one needs none. 
    1666  */ 
    1667 #define HAS_GETPGRP             /**/ 
    1668 /*#define USE_BSD_GETPGRP       / **/ 
    1669  
    1670 /* HAS_GETPROTOBYNAME: 
    1671  *      This symbol, if defined, indicates that the getprotobyname() 
    1672  *      routine is available to look up protocols by their name. 
    1673  */ 
    1674 /* HAS_GETPROTOBYNUMBER: 
    1675  *      This symbol, if defined, indicates that the getprotobynumber() 
    1676  *      routine is available to look up protocols by their number. 
    1677  */ 
    1678 #define HAS_GETPROTOBYNAME              /**/ 
    1679 #define HAS_GETPROTOBYNUMBER            /**/ 
    1680  
    1681 /* HAS_GETPROTO_PROTOS: 
    1682  *      This symbol, if defined, indicates that <netdb.h> includes 
    1683  *      prototypes for getprotoent(), getprotobyname(), and 
    1684  *      getprotobyaddr().  Otherwise, it is up to the program to guess 
    1685  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types. 
    1686  */ 
    1687 #define HAS_GETPROTO_PROTOS     /**/ 
    1688  
    1689 /* HAS_GETPRPWNAM: 
    1690  *      This symbol, if defined, indicates that the getprpwnam system call is 
    1691  *      available to retrieve protected (shadow) password entries by name. 
    1692  */ 
    1693 /*#define HAS_GETPRPWNAM                / **/ 
    1694  
    1695 /* HAS_GETPWENT: 
    1696  *      This symbol, if defined, indicates that the getpwent routine is 
    1697  *      available for sequential access of the passwd database. 
    1698  *      If this is not available, the older getpw() function may be available. 
    1699  */ 
    1700 #define HAS_GETPWENT            /**/ 
    1701  
    1702 /* HAS_GETPWENT_R: 
    1703  *      This symbol, if defined, indicates that the getpwent_r routine 
    1704  *      is available to getpwent re-entrantly. 
    1705  */ 
    1706 /* GETPWENT_R_PROTO: 
    1707  *      This symbol encodes the prototype of getpwent_r. 
    1708  *      It is zero if d_getpwent_r is undef, and one of the 
    1709  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r 
    1710  *      is defined. 
    1711  */ 
    1712 /*#define HAS_GETPWENT_R           / **/ 
    1713 #define GETPWENT_R_PROTO 0         /**/ 
    1714  
    1715 /* HAS_GETPWNAM_R: 
    1716  *      This symbol, if defined, indicates that the getpwnam_r routine 
    1717  *      is available to getpwnam re-entrantly. 
    1718  */ 
    1719 /* GETPWNAM_R_PROTO: 
    1720  *      This symbol encodes the prototype of getpwnam_r. 
    1721  *      It is zero if d_getpwnam_r is undef, and one of the 
    1722  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r 
    1723  *      is defined. 
    1724  */ 
    1725 /*#define HAS_GETPWNAM_R           / **/ 
    1726 #define GETPWNAM_R_PROTO 0         /**/ 
    1727  
    1728 /* HAS_GETPWUID_R: 
    1729  *      This symbol, if defined, indicates that the getpwuid_r routine 
    1730  *      is available to getpwuid re-entrantly. 
    1731  */ 
    1732 /* GETPWUID_R_PROTO: 
    1733  *      This symbol encodes the prototype of getpwuid_r. 
    1734  *      It is zero if d_getpwuid_r is undef, and one of the 
    1735  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r 
    1736  *      is defined. 
    1737  */ 
    1738 /*#define HAS_GETPWUID_R           / **/ 
    1739 #define GETPWUID_R_PROTO 0         /**/ 
    1740  
    1741 /* HAS_GETSERVENT: 
    1742  *      This symbol, if defined, indicates that the getservent() routine is 
    1743  *      available to look up network services in some data base or another. 
    1744  */ 
    1745 #define HAS_GETSERVENT          /**/ 
    1746  
    1747 /* HAS_GETSERV_PROTOS: 
    1748  *      This symbol, if defined, indicates that <netdb.h> includes 
    1749  *      prototypes for getservent(), getservbyname(), and 
    1750  *      getservbyaddr().  Otherwise, it is up to the program to guess 
    1751  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types. 
    1752  */ 
    1753 #define HAS_GETSERV_PROTOS      /**/ 
    1754  
    1755 /* HAS_GETSPNAM: 
    1756  *      This symbol, if defined, indicates that the getspnam system call is 
    1757  *      available to retrieve SysV shadow password entries by name. 
    1758  */ 
    1759 /*#define HAS_GETSPNAM          / **/ 
    1760  
    1761 /* HAS_GETSPNAM_R: 
    1762  *      This symbol, if defined, indicates that the getspnam_r routine 
    1763  *      is available to getspnam re-entrantly. 
    1764  */ 
    1765 /* GETSPNAM_R_PROTO: 
    1766  *      This symbol encodes the prototype of getspnam_r. 
    1767  *      It is zero if d_getspnam_r is undef, and one of the 
    1768  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r 
    1769  *      is defined. 
    1770  */ 
    1771 /*#define HAS_GETSPNAM_R           / **/ 
    1772 #define GETSPNAM_R_PROTO 0         /**/ 
    1773  
    1774 /* HAS_GETSERVBYNAME: 
    1775  *      This symbol, if defined, indicates that the getservbyname() 
    1776  *      routine is available to look up services by their name. 
    1777  */ 
    1778 /* HAS_GETSERVBYPORT: 
    1779  *      This symbol, if defined, indicates that the getservbyport() 
    1780  *      routine is available to look up services by their port. 
    1781  */ 
    1782 #define HAS_GETSERVBYNAME               /**/ 
    1783 #define HAS_GETSERVBYPORT               /**/ 
    1784  
    1785 /* HAS_GMTIME_R: 
    1786  *      This symbol, if defined, indicates that the gmtime_r routine 
    1787  *      is available to gmtime re-entrantly. 
    1788  */ 
    1789 /* GMTIME_R_PROTO: 
    1790  *      This symbol encodes the prototype of gmtime_r. 
    1791  *      It is zero if d_gmtime_r is undef, and one of the 
    1792  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r 
    1793  *      is defined. 
    1794  */ 
    1795 /*#define HAS_GMTIME_R     / **/ 
    1796 #define GMTIME_R_PROTO 0           /**/ 
    1797  
    1798 /* HAS_GNULIBC: 
    1799  *      This symbol, if defined, indicates to the C program that  
    1800  *      the GNU C library is being used.  A better check is to use 
    1801  *      the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. 
    1802  */ 
    1803 /*#define HAS_GNULIBC   / **/ 
    1804 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) 
    1805 #   define _GNU_SOURCE 
    1806 #endif 
    1807 /* HAS_HASMNTOPT: 
    1808  *      This symbol, if defined, indicates that the hasmntopt routine is 
    1809  *      available to query the mount options of file systems. 
    1810  */ 
    1811 /*#define HAS_HASMNTOPT         / **/ 
    1812  
    1813 /* HAS_HTONL: 
    1814  *      This symbol, if defined, indicates that the htonl() routine (and 
    1815  *      friends htons() ntohl() ntohs()) are available to do network 
    1816  *      order byte swapping. 
    1817  */ 
    1818 /* HAS_HTONS: 
    1819  *      This symbol, if defined, indicates that the htons() routine (and 
    1820  *      friends htonl() ntohl() ntohs()) are available to do network 
    1821  *      order byte swapping. 
    1822  */ 
    1823 /* HAS_NTOHL: 
    1824  *      This symbol, if defined, indicates that the ntohl() routine (and 
    1825  *      friends htonl() htons() ntohs()) are available to do network 
    1826  *      order byte swapping. 
    1827  */ 
    1828 /* HAS_NTOHS: 
    1829  *      This symbol, if defined, indicates that the ntohs() routine (and 
    1830  *      friends htonl() htons() ntohl()) are available to do network 
    1831  *      order byte swapping. 
    1832  */ 
    1833 #define HAS_HTONL               /**/ 
    1834 #define HAS_HTONS               /**/ 
    1835 #define HAS_NTOHL               /**/ 
    1836 #define HAS_NTOHS               /**/ 
    1837  
    1838 /* HAS_INT64_T: 
    1839  *     This symbol will defined if the C compiler supports int64_t. 
    1840  *     Usually the <inttypes.h> needs to be included, but sometimes 
    1841  *      <sys/types.h> is enough. 
    1842  */ 
    1843 /*#define     HAS_INT64_T               / **/ 
    1844  
    1845 /* HAS_ISASCII: 
    1846  *      This manifest constant lets the C program know that isascii  
    1847  *      is available. 
    1848  */ 
    1849 #define HAS_ISASCII             /**/ 
    1850  
    1851 /* HAS_ISFINITE: 
    1852  *      This symbol, if defined, indicates that the isfinite routine is 
    1853  *      available to check whether a double is finite (non-infinity non-NaN). 
    1854  */ 
    1855 /*#define HAS_ISFINITE          / **/ 
    1856  
    1857 /* HAS_ISINF: 
    1858  *      This symbol, if defined, indicates that the isinf routine is 
    1859  *      available to check whether a double is an infinity. 
    1860  */ 
    1861 /*#define HAS_ISINF             / **/ 
    1862  
    1863 /* HAS_ISNAN: 
    1864  *      This symbol, if defined, indicates that the isnan routine is 
    1865  *      available to check whether a double is a NaN. 
    1866  */ 
    1867 #define HAS_ISNAN               /**/ 
    1868  
    1869 /* HAS_ISNANL: 
    1870  *      This symbol, if defined, indicates that the isnanl routine is 
    1871  *      available to check whether a long double is a NaN. 
    1872  */ 
    1873 #define HAS_ISNANL              /**/ 
    1874  
    1875 /* HAS_LCHOWN: 
    1876  *      This symbol, if defined, indicates that the lchown routine is 
    1877  *      available to operate on a symbolic link (instead of following the 
    1878  *      link). 
    1879  */ 
    1880 #define HAS_LCHOWN              /**/ 
    1881  
    1882 /* HAS_LDBL_DIG: 
    1883  *      This symbol, if defined, indicates that this system's <float.h> 
    1884  *      or <limits.h> defines the symbol LDBL_DIG, which is the number 
    1885  *      of significant digits in a long double precision number. Unlike 
    1886  *      for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined. 
    1887  */ 
    1888 #define HAS_LDBL_DIG    /* */ 
    1889  
    1890 /* HAS_LOCALTIME_R: 
    1891  *      This symbol, if defined, indicates that the localtime_r routine 
    1892  *      is available to localtime re-entrantly. 
    1893  */ 
    1894 /* LOCALTIME_R_PROTO: 
    1895  *      This symbol encodes the prototype of localtime_r. 
    1896  *      It is zero if d_localtime_r is undef, and one of the 
    1897  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r 
    1898  *      is defined. 
    1899  */ 
    1900 /*#define HAS_LOCALTIME_R          / **/ 
    1901 #define LOCALTIME_R_PROTO 0        /**/ 
    1902  
    1903 /* HAS_LONG_DOUBLE: 
    1904  *      This symbol will be defined if the C compiler supports long 
    1905  *      doubles. 
    1906  */ 
    1907 /* LONG_DOUBLESIZE: 
    1908  *      This symbol contains the size of a long double, so that the  
    1909  *      C preprocessor can make decisions based on it.  It is only 
    1910  *      defined if the system supports long doubles. 
    1911  */ 
    1912 #define HAS_LONG_DOUBLE         /**/ 
    1913 #ifdef HAS_LONG_DOUBLE 
    1914 #define LONG_DOUBLESIZE 8               /**/ 
    1915 #endif 
    1916  
    1917 /* HAS_LONG_LONG: 
    1918  *      This symbol will be defined if the C compiler supports long long. 
    1919  */ 
    1920 /* LONGLONGSIZE: 
    1921  *      This symbol contains the size of a long long, so that the  
    1922  *      C preprocessor can make decisions based on it.  It is only 
    1923  *      defined if the system supports long long. 
    1924  */ 
    1925 #define HAS_LONG_LONG           /**/ 
    1926 #ifdef HAS_LONG_LONG 
    1927 #define LONGLONGSIZE 8          /**/ 
    1928 #endif 
    1929  
    1930 /* HAS_LSEEK_PROTO: 
    1931  *      This symbol, if defined, indicates that the system provides 
    1932  *      a prototype for the lseek() function.  Otherwise, it is up 
    1933  *      to the program to supply one.  A good guess is 
    1934  *              extern off_t lseek(int, off_t, int); 
    1935  */ 
    1936 #define HAS_LSEEK_PROTO /**/ 
    1937  
    1938 /* HAS_MADVISE: 
    1939  *      This symbol, if defined, indicates that the madvise system call is 
    1940  *      available to map a file into memory. 
    1941  */ 
    1942 #define HAS_MADVISE             /**/ 
    1943  
    1944 /* HAS_MEMCHR: 
    1945  *      This symbol, if defined, indicates that the memchr routine is available 
    1946  *      to locate characters within a C string. 
    1947  */ 
    1948 #define HAS_MEMCHR      /**/ 
    1949  
    1950 /* HAS_MKDTEMP: 
    1951  *      This symbol, if defined, indicates that the mkdtemp routine is 
    1952  *      available to exclusively create a uniquely named temporary directory. 
    1953  */ 
    1954 /*#define HAS_MKDTEMP           / **/ 
    1955  
    1956 /* HAS_MKSTEMP: 
    1957  *      This symbol, if defined, indicates that the mkstemp routine is 
    1958  *      available to exclusively create and open a uniquely named 
    1959  *      temporary file. 
    1960  */ 
    1961 #define HAS_MKSTEMP             /**/ 
    1962  
    1963 /* HAS_MKSTEMPS: 
    1964  *      This symbol, if defined, indicates that the mkstemps routine is 
    1965  *      available to excluslvely create and open a uniquely named 
    1966  *      (with a suffix) temporary file. 
    1967  */ 
    1968 /*#define HAS_MKSTEMPS          / **/ 
    1969  
    1970 /* HAS_MMAP: 
    1971  *      This symbol, if defined, indicates that the mmap system call is 
    1972  *      available to map a file into memory. 
    1973  */ 
    1974 /* Mmap_t: 
    1975  *      This symbol holds the return type of the mmap() system call 
    1976  *      (and simultaneously the type of the first argument). 
    1977  *      Usually set to 'void *' or 'cadd_t'. 
    1978  */ 
    1979 #define HAS_MMAP                /**/ 
    1980 #define Mmap_t void *   /**/ 
    1981  
    1982 /* HAS_MODFL: 
    1983  *      This symbol, if defined, indicates that the modfl routine is 
    1984  *      available to split a long double x into a fractional part f and 
    1985  *      an integer part i such that |f| < 1.0 and (f + i) = x. 
    1986  */ 
    1987 /* HAS_MODFL_POW32_BUG: 
    1988  *      This symbol, if defined, indicates that the modfl routine is 
    1989  *      broken for long doubles >= pow(2, 32). 
    1990  *      For example from 4294967303.150000 one would get 4294967302.000000 
    1991  *      and 1.150000.  The bug has been seen in certain versions of glibc, 
    1992  *      release 2.2.2 is known to be okay. 
    1993  */ 
    1994 /*#define HAS_MODFL             / **/ 
    1995 /*#define HAS_MODFL_POW32_BUG           / **/ 
    1996  
    1997 /* HAS_MPROTECT: 
    1998  *      This symbol, if defined, indicates that the mprotect system call is 
    1999  *      available to modify the access protection of a memory mapped file. 
    2000  */ 
    2001 #define HAS_MPROTECT            /**/ 
    2002  
    2003 /* HAS_MSG: 
    2004  *      This symbol, if defined, indicates that the entire msg*(2) library is 
    2005  *      supported (IPC mechanism based on message queues). 
    2006  */ 
    2007 #define HAS_MSG         /**/ 
    2008  
    2009 /* HAS_STRUCT_MSGHDR: 
    2010  *      This symbol, if defined, indicates that the struct msghdr 
    2011  *      is supported. 
    2012  */ 
    2013 #define HAS_STRUCT_MSGHDR       /**/ 
    2014  
    2015 /* HAS_OFF64_T: 
    2016  *      This symbol will be defined if the C compiler supports off64_t. 
    2017  */ 
    2018 /*#define       HAS_OFF64_T             / **/ 
    2019  
    2020 /* HAS_OPEN3: 
    2021  *      This manifest constant lets the C program know that the three 
    2022  *      argument form of open(2) is available. 
    2023  */ 
    2024 #define HAS_OPEN3               /**/ 
    2025  
    2026 /* OLD_PTHREAD_CREATE_JOINABLE: 
    2027  *      This symbol, if defined, indicates how to create pthread 
    2028  *      in joinable (aka undetached) state.  NOTE: not defined 
    2029  *      if pthread.h already has defined PTHREAD_CREATE_JOINABLE 
    2030  *      (the new version of the constant). 
    2031  *      If defined, known values are PTHREAD_CREATE_UNDETACHED 
    2032  *      and __UNDETACHED. 
    2033  */ 
    2034 /*#define OLD_PTHREAD_CREATE_JOINABLE  / **/ 
    2035  
    2036 /* HAS_PTHREAD_YIELD: 
    2037  *      This symbol, if defined, indicates that the pthread_yield  
    2038  *      routine is available to yield the execution of the current 
    2039  *      thread.  sched_yield is preferable to pthread_yield. 
    2040  */ 
    2041 /* SCHED_YIELD: 
    2042  *      This symbol defines the way to yield the execution of 
    2043  *      the current thread.  Known ways are sched_yield, 
    2044  *      pthread_yield, and pthread_yield with NULL. 
    2045  */ 
    2046 /* HAS_SCHED_YIELD: 
    2047  *      This symbol, if defined, indicates that the sched_yield 
    2048  *      routine is available to yield the execution of the current 
    2049  *      thread.  sched_yield is preferable to pthread_yield. 
    2050  */ 
    2051 /*#define HAS_PTHREAD_YIELD     / **/ 
    2052 #define SCHED_YIELD     sched_yield()   /**/ 
    2053 #define HAS_SCHED_YIELD /**/ 
    2054  
    2055 /* HAS_RANDOM_R: 
    2056  *      This symbol, if defined, indicates that the random_r routine 
    2057  *      is available to random re-entrantly. 
    2058  */ 
    2059 /* RANDOM_R_PROTO: 
    2060  *      This symbol encodes the prototype of random_r. 
    2061  *      It is zero if d_random_r is undef, and one of the 
    2062  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r 
    2063  *      is defined. 
    2064  */ 
    2065 /*#define HAS_RANDOM_R     / **/ 
    2066 #define RANDOM_R_PROTO 0           /**/ 
    2067  
    2068 /* HAS_READDIR_R: 
    2069  *      This symbol, if defined, indicates that the readdir_r routine 
    2070  *      is available to readdir re-entrantly. 
    2071  */ 
    2072 /* READDIR_R_PROTO: 
    2073  *      This symbol encodes the prototype of readdir_r. 
    2074  *      It is zero if d_readdir_r is undef, and one of the 
    2075  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r 
    2076  *      is defined. 
    2077  */ 
    2078 /*#define HAS_READDIR_R    / **/ 
    2079 #define READDIR_R_PROTO 0          /**/ 
    2080  
    2081 /* HAS_READV: 
    2082  *      This symbol, if defined, indicates that the readv routine is 
    2083  *      available to do gather reads.  You will also need <sys/uio.h> 
    2084  *      and there I_SYSUIO. 
    2085  */ 
    2086 #define HAS_READV               /**/ 
    2087  
    2088 /* HAS_RECVMSG: 
    2089  *      This symbol, if defined, indicates that the recvmsg routine is 
    2090  *      available to send structured socket messages. 
    2091  */ 
    2092 #define HAS_RECVMSG             /**/ 
    2093  
    2094 /* HAS_SAFE_BCOPY: 
    2095  *      This symbol, if defined, indicates that the bcopy routine is available 
    2096  *      to copy potentially overlapping memory blocks. Normally, you should 
    2097  *      probably use memmove() or memcpy(). If neither is defined, roll your 
    2098  *      own version. 
    2099  */ 
    2100 /*#define HAS_SAFE_BCOPY        / **/ 
    2101  
    2102 /* HAS_SAFE_MEMCPY: 
    2103  *      This symbol, if defined, indicates that the memcpy routine is available 
    2104  *      to copy potentially overlapping memory blocks.  If you need to 
    2105  *      copy overlapping memory blocks, you should check HAS_MEMMOVE and 
    2106  *      use memmove() instead, if available. 
    2107  */ 
    2108 /*#define HAS_SAFE_MEMCPY       / **/ 
    2109  
    2110 /* HAS_SANE_MEMCMP: 
    2111  *      This symbol, if defined, indicates that the memcmp routine is available 
    2112  *      and can be used to compare relative magnitudes of chars with their high 
    2113  *      bits set.  If it is not defined, roll your own version. 
    2114  */ 
    2115 #define HAS_SANE_MEMCMP /**/ 
    2116  
    2117 /* HAS_SBRK_PROTO: 
    2118  *      This symbol, if defined, indicates that the system provides 
    2119  *      a prototype for the sbrk() function.  Otherwise, it is up 
    2120  *      to the program to supply one.  Good guesses are 
    2121  *              extern void* sbrk(int); 
    2122  *              extern void* sbrk(size_t); 
    2123  */ 
    2124 #define HAS_SBRK_PROTO  /**/ 
    2125  
    2126 /* HAS_SEM: 
    2127  *      This symbol, if defined, indicates that the entire sem*(2) library is 
    2128  *      supported. 
    2129  */ 
    2130 #define HAS_SEM         /**/ 
    2131  
    2132 /* HAS_SENDMSG: 
    2133  *      This symbol, if defined, indicates that the sendmsg routine is 
    2134  *      available to send structured socket messages. 
    2135  */ 
    2136 #define HAS_SENDMSG             /**/ 
    2137  
    2138 /* HAS_SETGRENT: 
    2139  *      This symbol, if defined, indicates that the setgrent routine is 
    2140  *      available for initializing sequential access of the group database. 
    2141  */ 
    2142 #define HAS_SETGRENT            /**/ 
    2143  
    2144 /* HAS_SETGRENT_R: 
    2145  *      This symbol, if defined, indicates that the setgrent_r routine 
    2146  *      is available to setgrent re-entrantly. 
    2147  */ 
    2148 /* SETGRENT_R_PROTO: 
    2149  *      This symbol encodes the prototype of setgrent_r. 
    2150  *      It is zero if d_setgrent_r is undef, and one of the 
    2151  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r 
    2152  *      is defined. 
    2153  */ 
    2154 /*#define HAS_SETGRENT_R           / **/ 
    2155 #define SETGRENT_R_PROTO 0         /**/ 
    2156  
    2157 /* HAS_SETGROUPS: 
    2158  *      This symbol, if defined, indicates that the setgroups() routine is 
    2159  *      available to set the list of process groups.  If unavailable, multiple 
    2160  *      groups are probably not supported. 
    2161  */ 
    2162 #define HAS_SETGROUPS           /**/ 
    2163  
    2164 /* HAS_SETHOSTENT: 
    2165  *      This symbol, if defined, indicates that the sethostent() routine is 
    2166  *      available. 
    2167  */ 
    2168 #define HAS_SETHOSTENT          /**/ 
    2169  
    2170 /* HAS_SETITIMER: 
    2171  *      This symbol, if defined, indicates that the setitimer routine is 
    2172  *      available to set interval timers. 
    2173  */ 
    2174 #define HAS_SETITIMER           /**/ 
    2175  
    2176 /* HAS_SETNETENT: 
    2177  *      This symbol, if defined, indicates that the setnetent() routine is 
    2178  *      available. 
    2179  */ 
    2180 #define HAS_SETNETENT           /**/ 
    2181  
    2182 /* HAS_SETPROTOENT: 
    2183  *      This symbol, if defined, indicates that the setprotoent() routine is 
    2184  *      available. 
    2185  */ 
    2186 #define HAS_SETPROTOENT         /**/ 
    2187  
    2188 /* HAS_SETPGRP: 
    2189  *      This symbol, if defined, indicates that the setpgrp routine is 
    2190  *      available to set the current process group. 
    2191  */ 
    2192 /* USE_BSD_SETPGRP: 
    2193  *      This symbol, if defined, indicates that setpgrp needs two 
    2194  *      arguments whereas USG one needs none.  See also HAS_SETPGID 
    2195  *      for a POSIX interface. 
    2196  */ 
    2197 #define HAS_SETPGRP             /**/ 
    2198 #define USE_BSD_SETPGRP /**/ 
    2199  
    2200 /* HAS_SETPROCTITLE: 
    2201  *      This symbol, if defined, indicates that the setproctitle routine is 
    2202  *      available to set process title. 
    2203  */ 
    2204 /*#define HAS_SETPROCTITLE              / **/ 
    2205  
    2206 /* HAS_SETPWENT: 
    2207  *      This symbol, if defined, indicates that the setpwent routine is 
    2208  *      available for initializing sequential access of the passwd database. 
    2209  */ 
    2210 #define HAS_SETPWENT            /**/ 
    2211  
    2212 /* HAS_SETPWENT_R: 
    2213  *      This symbol, if defined, indicates that the setpwent_r routine 
    2214  *      is available to setpwent re-entrantly. 
    2215  */ 
    2216 /* SETPWENT_R_PROTO: 
    2217  *      This symbol encodes the prototype of setpwent_r. 
    2218  *      It is zero if d_setpwent_r is undef, and one of the 
    2219  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r 
    2220  *      is defined. 
    2221  */ 
    2222 /*#define HAS_SETPWENT_R           / **/ 
    2223 #define SETPWENT_R_PROTO 0         /**/ 
    2224  
    2225 /* HAS_SETSERVENT: 
    2226  *      This symbol, if defined, indicates that the setservent() routine is 
    2227  *      available. 
    2228  */ 
    2229 #define HAS_SETSERVENT          /**/ 
    2230  
    2231 /* HAS_SETVBUF: 
    2232  *      This symbol, if defined, indicates that the setvbuf routine is 
    2233  *      available to change buffering on an open stdio stream. 
    2234  *      to a line-buffered mode. 
    2235  */ 
    2236 #define HAS_SETVBUF             /**/ 
    2237  
    2238 /* USE_SFIO: 
    2239  *      This symbol, if defined, indicates that sfio should 
    2240  *      be used. 
    2241  */ 
    2242 /*#define       USE_SFIO                / **/ 
    2243  
    2244 /* HAS_SHM: 
    2245  *      This symbol, if defined, indicates that the entire shm*(2) library is 
    2246  *      supported. 
    2247  */ 
    2248 #define HAS_SHM         /**/ 
    2249  
    2250 /* HAS_SIGACTION: 
    2251  *      This symbol, if defined, indicates that Vr4's sigaction() routine 
    2252  *      is available. 
    2253  */ 
    2254 #define HAS_SIGACTION   /**/ 
    2255  
    2256 /* HAS_SIGSETJMP: 
    2257  *      This variable indicates to the C program that the sigsetjmp() 
    2258  *      routine is available to save the calling process's registers 
    2259  *      and stack environment for later use by siglongjmp(), and 
    2260  *      to optionally save the process's signal mask.  See 
    2261  *      Sigjmp_buf, Sigsetjmp, and Siglongjmp. 
    2262  */ 
    2263 /* Sigjmp_buf: 
    2264  *      This is the buffer type to be used with Sigsetjmp and Siglongjmp. 
    2265  */ 
    2266 /* Sigsetjmp: 
    2267  *      This macro is used in the same way as sigsetjmp(), but will invoke 
    2268  *      traditional setjmp() if sigsetjmp isn't available. 
    2269  *      See HAS_SIGSETJMP. 
    2270  */ 
    2271 /* Siglongjmp: 
    2272  *      This macro is used in the same way as siglongjmp(), but will invoke 
    2273  *      traditional longjmp() if siglongjmp isn't available. 
    2274  *      See HAS_SIGSETJMP. 
    2275  */ 
    2276 #define HAS_SIGSETJMP   /**/ 
    2277 #ifdef HAS_SIGSETJMP 
    2278 #define Sigjmp_buf sigjmp_buf 
    2279 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask)) 
    2280 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval)) 
    2281 #else 
    2282 #define Sigjmp_buf jmp_buf 
    2283 #define Sigsetjmp(buf,save_mask) setjmp((buf)) 
    2284 #define Siglongjmp(buf,retval) longjmp((buf),(retval)) 
    2285 #endif 
    2286  
    2287 /* HAS_SOCKET: 
    2288  *      This symbol, if defined, indicates that the BSD socket interface is 
    2289  *      supported. 
    2290  */ 
    2291 /* HAS_SOCKETPAIR: 
    2292  *      This symbol, if defined, indicates that the BSD socketpair() call is 
    2293  *      supported. 
    2294  */ 
    2295 /* HAS_MSG_CTRUNC: 
    2296  *      This symbol, if defined, indicates that the MSG_CTRUNC is supported. 
    2297  *      Checking just with #ifdef might not be enough because this symbol 
    2298  *      has been known to be an enum. 
    2299  */ 
    2300 /* HAS_MSG_DONTROUTE: 
    2301  *      This symbol, if defined, indicates that the MSG_DONTROUTE is supported. 
    2302  *      Checking just with #ifdef might not be enough because this symbol 
    2303  *      has been known to be an enum. 
    2304  */ 
    2305 /* HAS_MSG_OOB: 
    2306  *      This symbol, if defined, indicates that the MSG_OOB is supported. 
    2307  *      Checking just with #ifdef might not be enough because this symbol 
    2308  *      has been known to be an enum. 
    2309  */ 
    2310 /* HAS_MSG_PEEK: 
    2311  *      This symbol, if defined, indicates that the MSG_PEEK is supported. 
    2312  *      Checking just with #ifdef might not be enough because this symbol 
    2313  *      has been known to be an enum. 
    2314  */ 
    2315 /* HAS_MSG_PROXY: 
    2316  *      This symbol, if defined, indicates that the MSG_PROXY is supported. 
    2317  *      Checking just with #ifdef might not be enough because this symbol 
    2318  *      has been known to be an enum. 
    2319  */ 
    2320 /* HAS_SCM_RIGHTS: 
    2321  *      This symbol, if defined, indicates that the SCM_RIGHTS is supported. 
    2322  *      Checking just with #ifdef might not be enough because this symbol 
    2323  *      has been known to be an enum. 
    2324  */ 
    2325 #define HAS_SOCKET              /**/ 
    2326 #define HAS_SOCKETPAIR  /**/ 
    2327 #define HAS_MSG_CTRUNC  /**/ 
    2328 #define HAS_MSG_DONTROUTE       /**/ 
    2329 #define HAS_MSG_OOB     /**/ 
    2330 #define HAS_MSG_PEEK    /**/ 
    2331 /*#define       HAS_MSG_PROXY   / **/ 
    2332 #define HAS_SCM_RIGHTS  /**/ 
    2333  
    2334 /* HAS_SOCKS5_INIT: 
    2335  *      This symbol, if defined, indicates that the socks5_init routine is 
    2336  *      available to initialize SOCKS 5. 
    2337  */ 
    2338 /*#define HAS_SOCKS5_INIT               / **/ 
    2339  
    2340 /* HAS_SQRTL: 
    2341  *      This symbol, if defined, indicates that the sqrtl routine is 
    2342  *      available to do long double square roots. 
    2343  */ 
    2344 #define HAS_SQRTL               /**/ 
    2345  
    2346 /* HAS_SRAND48_R: 
    2347  *      This symbol, if defined, indicates that the srand48_r routine 
    2348  *      is available to srand48 re-entrantly. 
    2349  */ 
    2350 /* SRAND48_R_PROTO: 
    2351  *      This symbol encodes the prototype of srand48_r. 
    2352  *      It is zero if d_srand48_r is undef, and one of the 
    2353  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r 
    2354  *      is defined. 
    2355  */ 
    2356 /*#define HAS_SRAND48_R    / **/ 
    2357 #define SRAND48_R_PROTO 0          /**/ 
    2358  
    2359 /* HAS_SRANDOM_R: 
    2360  *      This symbol, if defined, indicates that the srandom_r routine 
    2361  *      is available to srandom re-entrantly. 
    2362  */ 
    2363 /* SRANDOM_R_PROTO: 
    2364  *      This symbol encodes the prototype of srandom_r. 
    2365  *      It is zero if d_srandom_r is undef, and one of the 
    2366  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r 
    2367  *      is defined. 
    2368  */ 
    2369 /*#define HAS_SRANDOM_R    / **/ 
    2370 #define SRANDOM_R_PROTO 0          /**/ 
    2371  
    2372 /* USE_STAT_BLOCKS: 
    2373  *      This symbol is defined if this system has a stat structure declaring 
    2374  *      st_blksize and st_blocks. 
    2375  */ 
    2376 #ifndef USE_STAT_BLOCKS 
    2377 #define USE_STAT_BLOCKS         /**/ 
    2378 #endif 
    2379  
    2380 /* HAS_STRUCT_STATFS_F_FLAGS: 
    2381  *      This symbol, if defined, indicates that the struct statfs 
    2382  *      does have the f_flags member containing the mount flags of 
    2383  *      the filesystem containing the file. 
    2384  *      This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3), 
    2385  *      not from <sys/statfs.h> (SYSV).  Older BSDs (like Ultrix) do not 
    2386  *      have statfs() and struct statfs, they have ustat() and getmnt() 
    2387  *      with struct ustat and struct fs_data. 
    2388  */ 
    2389 #define HAS_STRUCT_STATFS_F_FLAGS               /**/ 
    2390  
    2391 /* HAS_STRUCT_STATFS: 
    2392  *      This symbol, if defined, indicates that the struct statfs 
    2393  *      to do statfs() is supported. 
    2394  */ 
    2395 #define HAS_STRUCT_STATFS       /**/ 
    2396  
    2397 /* HAS_FSTATVFS: 
    2398  *      This symbol, if defined, indicates that the fstatvfs routine is 
    2399  *      available to stat filesystems by file descriptors. 
    2400  */ 
    2401 #define HAS_FSTATVFS            /**/ 
    2402  
    2403 /* USE_STDIO_PTR: 
    2404  *      This symbol is defined if the _ptr and _cnt fields (or similar) 
    2405  *      of the stdio FILE structure can be used to access the stdio buffer 
    2406  *      for a file handle.  If this is defined, then the FILE_ptr(fp) 
    2407  *      and FILE_cnt(fp) macros will also be defined and should be used 
    2408  *      to access these fields. 
    2409  */ 
    2410 /* FILE_ptr: 
    2411  *      This macro is used to access the _ptr field (or equivalent) of the 
    2412  *      FILE structure pointed to by its argument. This macro will always be 
    2413  *      defined if USE_STDIO_PTR is defined. 
    2414  */ 
    2415 /* STDIO_PTR_LVALUE: 
    2416  *      This symbol is defined if the FILE_ptr macro can be used as an 
    2417  *      lvalue. 
    2418  */ 
    2419 /* FILE_cnt: 
    2420  *      This macro is used to access the _cnt field (or equivalent) of the 
    2421  *      FILE structure pointed to by its argument. This macro will always be 
    2422  *      defined if USE_STDIO_PTR is defined. 
    2423  */ 
    2424 /* STDIO_CNT_LVALUE: 
    2425  *      This symbol is defined if the FILE_cnt macro can be used as an 
    2426  *      lvalue. 
    2427  */ 
    2428 /* STDIO_PTR_LVAL_SETS_CNT: 
    2429  *      This symbol is defined if using the FILE_ptr macro as an lvalue 
    2430  *      to increase the pointer by n has the side effect of decreasing the 
    2431  *      value of File_cnt(fp) by n. 
    2432  */ 
    2433 /* STDIO_PTR_LVAL_NOCHANGE_CNT: 
    2434  *      This symbol is defined if using the FILE_ptr macro as an lvalue 
    2435  *      to increase the pointer by n leaves File_cnt(fp) unchanged. 
    2436  */ 
    2437 #define USE_STDIO_PTR   /**/ 
    2438 #ifdef USE_STDIO_PTR 
    2439 #define FILE_ptr(fp)    ((fp)->_ptr) 
    2440 #define STDIO_PTR_LVALUE                /**/ 
    2441 #define FILE_cnt(fp)    ((fp)->_cnt) 
    2442 #define STDIO_CNT_LVALUE                /**/ 
    2443 /*#define STDIO_PTR_LVAL_SETS_CNT       / **/ 
    2444 #define STDIO_PTR_LVAL_NOCHANGE_CNT     /**/ 
    2445 #endif 
    2446  
    2447 /* USE_STDIO_BASE: 
    2448  *      This symbol is defined if the _base field (or similar) of the 
    2449  *      stdio FILE structure can be used to access the stdio buffer for 
    2450  *      a file handle.  If this is defined, then the FILE_base(fp) macro 
    2451  *      will also be defined and should be used to access this field. 
    2452  *      Also, the FILE_bufsiz(fp) macro will be defined and should be used 
    2453  *      to determine the number of bytes in the buffer.  USE_STDIO_BASE 
    2454  *      will never be defined unless USE_STDIO_PTR is. 
    2455  */ 
    2456 /* FILE_base: 
    2457  *      This macro is used to access the _base field (or equivalent) of the 
    2458  *      FILE structure pointed to by its argument. This macro will always be 
    2459  *      defined if USE_STDIO_BASE is defined. 
    2460  */ 
    2461 /* FILE_bufsiz: 
    2462  *      This macro is used to determine the number of bytes in the I/O 
    2463  *      buffer pointed to by _base field (or equivalent) of the FILE 
    2464  *      structure pointed to its argument. This macro will always be defined 
    2465  *      if USE_STDIO_BASE is defined. 
    2466  */ 
    2467 #define USE_STDIO_BASE  /**/ 
    2468 #ifdef USE_STDIO_BASE 
    2469 #define FILE_base(fp)   ((fp)->_base) 
    2470 #define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base) 
    2471 #endif 
    2472  
    2473 /* HAS_STRERROR: 
    2474  *      This symbol, if defined, indicates that the strerror routine is 
    2475  *      available to translate error numbers to strings. See the writeup 
    2476  *      of Strerror() in this file before you try to define your own. 
    2477  */ 
    2478 /* HAS_SYS_ERRLIST: 
    2479  *      This symbol, if defined, indicates that the sys_errlist array is 
    2480  *      available to translate error numbers to strings. The extern int 
    2481  *      sys_nerr gives the size of that table. 
    2482  */ 
    2483 /* Strerror: 
    2484  *      This preprocessor symbol is defined as a macro if strerror() is 
    2485  *      not available to translate error numbers to strings but sys_errlist[] 
    2486  *      array is there. 
    2487  */ 
    2488 #define HAS_STRERROR            /**/ 
    2489 #define HAS_SYS_ERRLIST /**/ 
    2490 #define Strerror(e) strerror(e) 
    2491  
    2492 /* HAS_STRERROR_R: 
    2493  *      This symbol, if defined, indicates that the strerror_r routine 
    2494  *      is available to strerror re-entrantly. 
    2495  */ 
    2496 /* STRERROR_R_PROTO: 
    2497  *      This symbol encodes the prototype of strerror_r. 
    2498  *      It is zero if d_strerror_r is undef, and one of the 
    2499  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r 
    2500  *      is defined. 
    2501  */ 
    2502 /*#define HAS_STRERROR_R           / **/ 
    2503 #define STRERROR_R_PROTO 0         /**/ 
    2504  
    2505 /* HAS_STRTOLD: 
    2506  *      This symbol, if defined, indicates that the strtold routine is 
    2507  *      available to convert strings to long doubles. 
    2508  */ 
    2509 /*#define HAS_STRTOLD           / **/ 
    2510  
    2511 /* HAS_STRTOLL: 
    2512  *      This symbol, if defined, indicates that the strtoll routine is 
    2513  *      available to convert strings to long longs. 
    2514  */ 
    2515 /*#define HAS_STRTOLL           / **/ 
    2516  
    2517 /* HAS_STRTOQ: 
    2518  *      This symbol, if defined, indicates that the strtoq routine is 
    2519  *      available to convert strings to long longs (quads). 
    2520  */ 
    2521 /*#define HAS_STRTOQ            / **/ 
    2522  
    2523 /* HAS_STRTOUL: 
    2524  *      This symbol, if defined, indicates that the strtoul routine is 
    2525  *      available to provide conversion of strings to unsigned long. 
    2526  */ 
    2527 #define HAS_STRTOUL     /**/ 
    2528  
    2529 /* HAS_STRTOULL: 
    2530  *      This symbol, if defined, indicates that the strtoull routine is 
    2531  *      available to convert strings to unsigned long longs. 
    2532  */ 
    2533 /*#define HAS_STRTOULL          / **/ 
    2534  
    2535 /* HAS_STRTOUQ: 
    2536  *      This symbol, if defined, indicates that the strtouq routine is 
    2537  *      available to convert strings to unsigned long longs (quads). 
    2538  */ 
    2539 /*#define HAS_STRTOUQ           / **/ 
    2540  
    2541 /* HAS_TELLDIR_PROTO: 
    2542  *      This symbol, if defined, indicates that the system provides 
    2543  *      a prototype for the telldir() function.  Otherwise, it is up 
    2544  *      to the program to supply one.  A good guess is 
    2545  *              extern long telldir(DIR*); 
    2546  */ 
    2547 #define HAS_TELLDIR_PROTO       /**/ 
    2548  
    2549 /* HAS_TIME: 
    2550  *      This symbol, if defined, indicates that the time() routine exists. 
    2551  */ 
    2552 /* Time_t: 
    2553  *      This symbol holds the type returned by time(). It can be long, 
    2554  *      or time_t on BSD sites (in which case <sys/types.h> should be 
    2555  *      included). 
    2556  */ 
    2557 #define HAS_TIME                /**/ 
    2558 #define Time_t time_t           /* Time type */ 
    2559  
    2560 /* HAS_TIMES: 
    2561  *      This symbol, if defined, indicates that the times() routine exists. 
    2562  *      Note that this became obsolete on some systems (SUNOS), which now 
    2563  * use getrusage(). It may be necessary to include <sys/times.h>. 
    2564  */ 
    2565 #define HAS_TIMES               /**/ 
    2566  
    2567 /* HAS_TMPNAM_R: 
    2568  *      This symbol, if defined, indicates that the tmpnam_r routine 
    2569  *      is available to tmpnam re-entrantly. 
    2570  */ 
    2571 /* TMPNAM_R_PROTO: 
    2572  *      This symbol encodes the prototype of tmpnam_r. 
    2573  *      It is zero if d_tmpnam_r is undef, and one of the 
    2574  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r 
    2575  *      is defined. 
    2576  */ 
    2577 /*#define HAS_TMPNAM_R     / **/ 
    2578 #define TMPNAM_R_PROTO 0           /**/ 
    2579  
    2580 /* HAS_UALARM: 
    2581  *      This symbol, if defined, indicates that the ualarm routine is 
    2582  *      available to do alarms with microsecond granularity. 
    2583  */ 
    2584 #define HAS_UALARM              /**/ 
    2585  
    2586 /* HAS_UNION_SEMUN: 
    2587  *      This symbol, if defined, indicates that the union semun is 
    2588  *      defined by including <sys/sem.h>.  If not, the user code 
    2589  *      probably needs to define it as: 
    2590  *      union semun { 
    2591  *          int val; 
    2592  *          struct semid_ds *buf; 
    2593  *          unsigned short *array; 
    2594  *      } 
    2595  */ 
    2596 /* USE_SEMCTL_SEMUN: 
    2597  *      This symbol, if defined, indicates that union semun is 
    2598  *      used for semctl IPC_STAT. 
    2599  */ 
    2600 /* USE_SEMCTL_SEMID_DS: 
    2601  *      This symbol, if defined, indicates that struct semid_ds * is 
    2602  *      used for semctl IPC_STAT. 
    2603  */ 
    2604 /*#define HAS_UNION_SEMUN       / **/ 
    2605 #define USE_SEMCTL_SEMUN        /**/ 
    2606 #define USE_SEMCTL_SEMID_DS     /**/ 
    2607  
    2608 /* HAS_UNORDERED: 
    2609  *      This symbol, if defined, indicates that the unordered routine is 
    2610  *      available to check whether two doubles are unordered 
    2611  *      (effectively: whether either of them is NaN) 
    2612  */ 
    2613 #define HAS_UNORDERED           /**/ 
    2614  
    2615 /* HAS_USTAT: 
    2616  *      This symbol, if defined, indicates that the ustat system call is 
    2617  *      available to query file system statistics by dev_t. 
    2618  */ 
    2619 #define HAS_USTAT               /**/ 
    2620  
    2621 /* HAS_VFORK: 
    2622  *      This symbol, if defined, indicates that vfork() exists. 
    2623  */ 
    2624 /*#define HAS_VFORK     / **/ 
    2625  
    2626 /* Signal_t: 
    2627  *      This symbol's value is either "void" or "int", corresponding to the 
    2628  *      appropriate return type of a signal handler.  Thus, you can declare 
    2629  *      a signal handler using "Signal_t (*handler)()", and define the 
    2630  *      handler using "Signal_t handler(sig)". 
    2631  */ 
    2632 #define Signal_t void   /* Signal handler's return type */ 
    2633  
    2634 /* HAS_VPRINTF: 
    2635  *      This symbol, if defined, indicates that the vprintf routine is available 
    2636  *      to printf with a pointer to an argument list.  If unavailable, you 
    2637  *      may need to write your own, probably in terms of _doprnt(). 
    2638  */ 
    2639 /* USE_CHAR_VSPRINTF: 
    2640  *      This symbol is defined if this system has vsprintf() returning type 
    2641  *      (char*).  The trend seems to be to declare it as "int vsprintf()".  It 
    2642  *      is up to the package author to declare vsprintf correctly based on the 
    2643  *      symbol. 
    2644  */ 
    2645 #define HAS_VPRINTF     /**/ 
    2646 /*#define USE_CHAR_VSPRINTF     / **/ 
    2647  
    2648 /* HAS_WRITEV: 
    2649  *      This symbol, if defined, indicates that the writev routine is 
    2650  *      available to do scatter writes. 
    2651  */ 
    2652 #define HAS_WRITEV              /**/ 
    2653  
    2654 /* USE_DYNAMIC_LOADING: 
    2655  *      This symbol, if defined, indicates that dynamic loading of 
    2656  *      some sort is available. 
    2657  */ 
    2658 #define USE_DYNAMIC_LOADING             /**/ 
    2659  
    2660 /* DOUBLESIZE: 
    2661  *      This symbol contains the size of a double, so that the C preprocessor 
    2662  *      can make decisions based on it. 
    2663  */ 
    2664 #define DOUBLESIZE 8            /**/ 
    2665  
    2666 /* EBCDIC: 
    2667  *     This symbol, if defined, indicates that this system uses 
    2668  *      EBCDIC encoding. 
    2669  */ 
    2670 /*#define       EBCDIC          / **/ 
    2671  
    2672 /* FFLUSH_NULL: 
    2673  *      This symbol, if defined, tells that fflush(NULL) does flush 
    2674  *      all pending stdio output. 
    2675  */ 
    2676 /* FFLUSH_ALL: 
    2677  *      This symbol, if defined, tells that to flush 
    2678  *      all pending stdio output one must loop through all 
    2679  *      the stdio file handles stored in an array and fflush them. 
    2680  *      Note that if fflushNULL is defined, fflushall will not 
    2681  *      even be probed for and will be left undefined. 
    2682  */ 
    2683 #define FFLUSH_NULL             /**/ 
    2684 /*#define       FFLUSH_ALL              / **/ 
    2685  
    2686 /* Fpos_t: 
    2687  *      This symbol holds the type used to declare file positions in libc. 
    2688  *      It can be fpos_t, long, uint, etc... It may be necessary to include 
    2689  *      <sys/types.h> to get any typedef'ed information. 
    2690  */ 
    2691 #define Fpos_t fpos_t           /* File position type */ 
    2692  
    2693 /* Gid_t_f: 
    2694  *      This symbol defines the format string used for printing a Gid_t. 
    2695  */ 
    2696 #define Gid_t_f         "u"             /**/ 
    2697  
    2698 /* Gid_t_sign: 
    2699  *      This symbol holds the signedess of a Gid_t. 
    2700  *      1 for unsigned, -1 for signed. 
    2701  */ 
    2702 #define Gid_t_sign      1               /* GID sign */ 
    2703  
    2704 /* Gid_t_size: 
    2705  *      This symbol holds the size of a Gid_t in bytes. 
    2706  */ 
    2707 #define Gid_t_size 4            /* GID size */ 
    2708  
    2709 /* Gid_t: 
    2710  *      This symbol holds the return type of getgid() and the type of 
    2711  *      argument to setrgid() and related functions.  Typically, 
    2712  *      it is the type of group ids in the kernel. It can be int, ushort, 
    2713  *      gid_t, etc... It may be necessary to include <sys/types.h> to get 
    2714  *      any typedef'ed information. 
    2715  */ 
    2716 #define Gid_t gid_t             /* Type for getgid(), etc... */ 
    2717  
    2718 /* Groups_t: 
    2719  *      This symbol holds the type used for the second argument to 
    2720  *      getgroups() and setgroups().  Usually, this is the same as 
    2721  *      gidtype (gid_t) , but sometimes it isn't. 
    2722  *      It can be int, ushort, gid_t, etc...  
    2723  *      It may be necessary to include <sys/types.h> to get any  
    2724  *      typedef'ed information.  This is only required if you have 
    2725  *      getgroups() or setgroups().. 
    2726  */ 
    2727 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) 
    2728 #define Groups_t gid_t  /* Type for 2nd arg to [sg]etgroups() */ 
    2729 #endif 
    2730  
    2731 /* DB_Prefix_t: 
    2732  *      This symbol contains the type of the prefix structure element 
    2733  *      in the <db.h> header file.  In older versions of DB, it was 
    2734  *      int, while in newer ones it is u_int32_t. 
    2735  */ 
    2736 /* DB_Hash_t: 
    2737  *      This symbol contains the type of the prefix structure element 
    2738  *      in the <db.h> header file.  In older versions of DB, it was 
    2739  *      int, while in newer ones it is size_t. 
    2740  */ 
    2741 /* DB_VERSION_MAJOR_CFG: 
    2742  *      This symbol, if defined, defines the major version number of 
    2743  *      Berkeley DB found in the <db.h> header when Perl was configured. 
    2744  */ 
    2745 /* DB_VERSION_MINOR_CFG: 
    2746  *      This symbol, if defined, defines the minor version number of 
    2747  *      Berkeley DB found in the <db.h> header when Perl was configured. 
    2748  *      For DB version 1 this is always 0. 
    2749  */ 
    2750 /* DB_VERSION_PATCH_CFG: 
    2751  *      This symbol, if defined, defines the patch version number of 
    2752  *      Berkeley DB found in the <db.h> header when Perl was configured. 
    2753  *      For DB version 1 this is always 0. 
    2754  */ 
    2755 #define DB_Hash_t       u_int32_t               /**/ 
    2756 #define DB_Prefix_t     size_t          /**/ 
    2757 #define DB_VERSION_MAJOR_CFG    1       /**/ 
    2758 #define DB_VERSION_MINOR_CFG    0       /**/ 
    2759 #define DB_VERSION_PATCH_CFG    0       /**/ 
    2760  
    2761 /* I_FP_CLASS: 
    2762  *      This symbol, if defined, indicates that <fp_class.h> exists and 
    2763  *      should be included. 
    2764  */ 
    2765 #define I_FP_CLASS              /**/ 
    2766  
    2767 /* I_GRP: 
    2768  *      This symbol, if defined, indicates to the C program that it should 
    2769  *      include <grp.h>. 
    2770  */ 
    2771 /* GRPASSWD: 
    2772  *      This symbol, if defined, indicates to the C program that struct group 
    2773  *      in <grp.h> contains gr_passwd. 
    2774  */ 
    2775 #define I_GRP           /**/ 
    2776 #define GRPASSWD        /**/ 
    2777  
    2778 /* I_IEEEFP: 
    2779  *      This symbol, if defined, indicates that <ieeefp.h> exists and 
    2780  *      should be included. 
    2781  */ 
    2782 /*#define       I_IEEEFP                / **/ 
    2783  
    2784 /* I_INTTYPES: 
    2785  *     This symbol, if defined, indicates to the C program that it should 
    2786  *     include <inttypes.h>. 
    2787  */ 
    2788 /*#define   I_INTTYPES                / **/ 
    2789  
    2790 /* I_LIBUTIL: 
    2791  *      This symbol, if defined, indicates that <libutil.h> exists and 
    2792  *      should be included. 
    2793  */ 
    2794 /*#define       I_LIBUTIL               / **/ 
    2795  
    2796 /* I_MACH_CTHREADS: 
    2797  *     This symbol, if defined, indicates to the C program that it should 
    2798  *     include <mach/cthreads.h>. 
    2799  */ 
    2800 /*#define   I_MACH_CTHREADS     / **/ 
    2801  
    2802 /* I_MNTENT: 
    2803  *      This symbol, if defined, indicates that <mntent.h> exists and 
    2804  *      should be included. 
    2805  */ 
    2806 /*#define       I_MNTENT                / **/ 
    2807  
    2808 /* I_NETDB: 
    2809  *      This symbol, if defined, indicates that <netdb.h> exists and 
    2810  *      should be included. 
    2811  */ 
    2812 #define I_NETDB         /**/ 
    2813  
    2814 /* I_NETINET_TCP: 
    2815  *     This symbol, if defined, indicates to the C program that it should 
    2816  *     include <netinet/tcp.h>. 
    2817  */ 
    2818 #define   I_NETINET_TCP                /**/ 
    2819  
    2820 /* I_POLL: 
    2821  *      This symbol, if defined, indicates that <poll.h> exists and 
    2822  *      should be included. 
    2823  */ 
    2824 #define I_POLL          /**/ 
    2825  
    2826 /* I_PROT: 
    2827  *      This symbol, if defined, indicates that <prot.h> exists and 
    2828  *      should be included. 
    2829  */ 
    2830 #define I_PROT          /**/ 
    2831  
    2832 /* I_PTHREAD: 
    2833  *     This symbol, if defined, indicates to the C program that it should 
    2834  *     include <pthread.h>. 
    2835  */ 
    2836 #define   I_PTHREAD     /**/