source: EcnlProtoTool/trunk/onigmo-6.1.3/src/config.h@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

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

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 3.4 KB
Line 
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Define to 1 if you have `alloca', as a function or macro. */
12#define HAVE_ALLOCA
13
14/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15 */
16#define HAVE_ALLOCA_H
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#define HAVE_DLFCN_H
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#define HAVE_INTTYPES_H
23
24/* Define to 1 if you have the <memory.h> header file. */
25#define HAVE_MEMORY_H
26
27/* Define to 1 if you have the <stdint.h> header file. */
28#define HAVE_STDINT_H
29
30/* Define to 1 if you have the <stdlib.h> header file. */
31#define HAVE_STDLIB_H
32
33/* Define to 1 if you have the <strings.h> header file. */
34#define HAVE_STRINGS_H
35
36/* Define to 1 if you have the <string.h> header file. */
37#define HAVE_STRING_H
38
39/* Define to 1 if you have the <sys/stat.h> header file. */
40#define HAVE_SYS_STAT_H
41
42/* Define to 1 if you have the <sys/times.h> header file. */
43#define HAVE_SYS_TIMES_H
44
45/* Define to 1 if you have the <sys/time.h> header file. */
46#define HAVE_SYS_TIME_H
47
48/* Define to 1 if you have the <sys/types.h> header file. */
49#define HAVE_SYS_TYPES_H
50
51/* Define to 1 if you have the <unistd.h> header file. */
52#define HAVE_UNISTD_H
53
54/* Define to the sub-directory where libtool stores uninstalled libraries. */
55#undef LT_OBJDIR
56
57/* Define to 1 if your C compiler doesn't accept -c and -o together. */
58#undef NO_MINUS_C_MINUS_O
59
60/* Name of package */
61#undef PACKAGE
62
63/* Define to the address where bug reports for this package should be sent. */
64#undef PACKAGE_BUGREPORT
65
66/* Define to the full name of this package. */
67#undef PACKAGE_NAME
68
69/* Define to the full name and version of this package. */
70#undef PACKAGE_STRING
71
72/* Define to the one symbol short name of this package. */
73#undef PACKAGE_TARNAME
74
75/* Define to the home page for this package. */
76#undef PACKAGE_URL
77
78/* Define to the version of this package. */
79#undef PACKAGE_VERSION
80
81/* The size of `int', as computed by sizeof. */
82#undef SIZEOF_INT
83#define SIZEOF_INT 4
84
85/* The size of `long', as computed by sizeof. */
86#undef SIZEOF_LONG
87#define SIZEOF_LONG 4
88
89/* The size of `short', as computed by sizeof. */
90#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
96
97/* If using the C implementation of alloca, define if you know the
98 direction of stack growth for your system; otherwise it will be
99 automatically deduced at runtime.
100 STACK_DIRECTION > 0 => grows toward higher addresses
101 STACK_DIRECTION < 0 => grows toward lower addresses
102 STACK_DIRECTION = 0 => direction of growth unknown */
103#undef STACK_DIRECTION
104
105/* Define to 1 if you have the ANSI C header files. */
106#undef STDC_HEADERS
107
108/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
109#undef TIME_WITH_SYS_TIME
110
111/* Define if combination explosion check */
112#undef USE_COMBINATION_EXPLOSION_CHECK
113
114/* Define if enable CR+NL as line terminator */
115#undef USE_CRNL_AS_LINE_TERMINATOR
116
117/* Version number of package */
118#undef VERSION
119
120/* Define to empty if `const' does not conform to ANSI C. */
121#undef const
122
123/* Define to `unsigned int' if <sys/types.h> does not define. */
124#undef size_t
Note: See TracBrowser for help on using the repository browser.