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/NetWare/config_H.wc

    r18449 r20074  
    88 * For a more permanent change edit undef and rerun config_h.SH. 
    99 * 
    10  * $Id: config_H.wc,v 1.1.1.1 2003-01-10 13:43:16 zacheiss Exp $ 
     10 * $Id: config_H.wc,v 1.1.1.2 2004-02-09 19:00:24 zacheiss Exp $ 
    1111 */ 
    1212 
     
    2727#define LOC_SED         ""      /**/ 
    2828 
     29/* HAS_AINTL: 
     30 *      This symbol, if defined, indicates that the aintl routine is 
     31 *      available.  If copysignl is also present we can emulate modfl. 
     32 */ 
     33/*#define HAS_AINTL             / **/ 
     34 
    2935/* HAS_ALARM: 
    3036 *      This symbol, if defined, indicates that the alarm routine is 
     
    3945/*#define HASATTRIBUTE  /**/ 
    4046#ifndef HASATTRIBUTE 
     47#ifdef __attribute__ 
     48#undef __attribute__ 
     49#endif 
    4150#define __attribute__(_arg_) 
    4251#endif 
     
    127136 */ 
    128137#define HAS_DUP2        /**/ 
     138 
     139/* HAS_FAST_STDIO: 
     140 *      This symbol, if defined, indicates that the "fast stdio" 
     141 *      is available to manipulate the stdio buffers directly. 
     142 */ 
     143/*#define HAS_FAST_STDIO                /**/ 
    129144 
    130145/* HAS_FCHDIR: 
     
    11261141#endif 
    11271142#if 42 != 1 && 42 != 42 
    1128 #   include "Bletch: How does this C preprocessor catenate tokens?" 
     1143#   include "Bletch: How does this C preprocessor concatenate tokens?" 
    11291144#endif 
    11301145 
     
    15971612#define HAS_NTOHS               /**/ 
    15981613 
     1614/* HAS_ILOGBL: 
     1615 *      This symbol, if defined, indicates that the ilogbl routine is 
     1616 *      available.  If scalbnl is also present we can emulate frexpl. 
     1617 */ 
     1618/*#define HAS_ILOGBL            /**/ 
     1619 
    15991620/* HAS_INT64_T: 
    16001621 *     This symbol will defined if the C compiler supports int64_t. 
     
    17891810/*#define HAS_SCHED_YIELD       /**/ 
    17901811 
     1812/* HAS_PTHREAD_ATTR_SETSCOPE: 
     1813 *      This symbol, if defined, indicates that the pthread_attr_setscope 
     1814 *      system call is available to set the contention scope attribute of 
     1815 *      a thread attribute object. 
     1816 */ 
     1817/*#define HAS_PTHREAD_ATTR_SETSCOPE             / **/ 
     1818 
    17911819/* HAS_READV: 
    17921820 *      This symbol, if defined, indicates that the readv routine is 
     
    18391867 */ 
    18401868/*#define HAS_SEM               /**/ 
     1869 
     1870/* HAS_SCALBNL: 
     1871 *      This symbol, if defined, indicates that the scalbnl routine is 
     1872 *      available.  If ilogbl is also present we can emulate frexpl. 
     1873 */ 
     1874/*#define HAS_SCALBNL           /**/ 
    18411875 
    18421876/* HAS_SENDMSG: 
     
    29763010 */ 
    29773011/* SIG_SIZE: 
    2978  *      This variable contains the number of elements of the sig_name 
    2979  *      and sig_num arrays, excluding the final NULL entry. 
     3012 *      This variable contains the number of elements of the SIG_NAME 
     3013 *      and SIG_NUM arrays, excluding the final NULL entry. 
    29803014 */ 
    29813015#define SIG_NAME "ZERO", "NUM01", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0              /**/ 
     
    31253159#ifndef USE_64_BIT_ALL 
    31263160/*#define       USE_64_BIT_ALL          /**/ 
     3161#endif 
     3162 
     3163/* USE_FAST_STDIO: 
     3164 *      This symbol, if defined, indicates that Perl should 
     3165 *      be built to use 'fast stdio'. 
     3166 *      Defaults to define in Perls 5.8 and earlier, to undef later. 
     3167 */ 
     3168#ifndef USE_FAST_STDIO 
     3169#define USE_FAST_STDIO          /**/ 
    31273170#endif 
    31283171 
     
    33343377#endif 
    33353378 
     3379/* HAS_COPYSIGNL: 
     3380 *      This symbol, if defined, indicates that the copysignl routine is 
     3381 *      available.  If aintl is also present we can emulate modfl. 
     3382 */ 
     3383/*#define HAS_COPYSIGNL         /**/ 
     3384 
    33363385/* HAS_DBMINIT_PROTO: 
    33373386 *      This symbol, if defined, indicates that the system provides 
     
    34243473/* HAS_PTHREAD_ATFORK: 
    34253474 *      This symbol, if defined, indicates that the pthread_atfork routine 
    3426  *      is available setup fork handlers. 
     3475 *      is available to setup fork handlers. 
    34273476 */ 
    34283477/*#define HAS_PTHREAD_ATFORK            /**/