Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

Location:
EcnlProtoTool/trunk/onigmo-6.1.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/onigmo-6.1.3/src/config.h

    r321 r331  
    1 /* config.h.in.  Generated from configure.in by autoheader.  */
     1/* config.h.in.  Generated from configure.ac by autoheader.  */
    22
    33/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
     
    2222#define HAVE_INTTYPES_H
    2323
    24 /* Define to 1 if you have the `pthread' library (-lpthread). */
    25 #define HAVE_LIBPTHREAD
    26 
    2724/* Define to 1 if you have the <memory.h> header file. */
    2825#define HAVE_MEMORY_H
    29 
    30 /* Define if compilerr supports prototypes */
    31 #define HAVE_PROTOTYPES
    32 
    33 /* Define to 1 if you have the <pthread.h> header file. */
    34 #define HAVE_PTHREAD_H
    35 
    36 /* Define if compiler supports stdarg prototypes */
    37 #define HAVE_STDARG_PROTOTYPES
    3826
    3927/* Define to 1 if you have the <stdint.h> header file. */
     
    9381/* The size of `int', as computed by sizeof. */
    9482#undef SIZEOF_INT
    95 #define SIZEOF_INT sizeof(int)
     83#define SIZEOF_INT 4
    9684
    9785/* The size of `long', as computed by sizeof. */
    9886#undef SIZEOF_LONG
    99 #define SIZEOF_LONG sizeof(long)
     87#define SIZEOF_LONG 4
    10088
    10189/* The size of `short', as computed by sizeof. */
    10290#undef SIZEOF_SHORT
     91#define SIZEOF_SHORT 2
     92
     93/* The size of `void*', as computed by sizeof. */
     94#undef SIZEOF_VOIDP
     95#define SIZEOF_VOIDP 4
    10396
    10497/* If using the C implementation of alloca, define if you know the
     
    122115#undef USE_CRNL_AS_LINE_TERMINATOR
    123116
    124 /* Define if enable the default multithread system */
    125 #undef USE_DEFAULT_MULTI_THREAD_SYSTEM
    126 
    127 /* Define if enbale multithread support */
    128 #undef USE_MULTI_THREAD_SYSTEM
    129 
    130117/* Version number of package */
    131118#undef VERSION
Note: See TracChangeset for help on using the changeset viewer.