source: EcnlProtoTool/trunk/onigmo-5.15.0/src/config.h@ 321

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

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 3.8 KB
Line 
1/* config.h.in. Generated from configure.in 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 `pthread' library (-lpthread). */
25#define HAVE_LIBPTHREAD
26
27/* Define to 1 if you have the <memory.h> header file. */
28#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
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#define HAVE_STDINT_H
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#define HAVE_STDLIB_H
44
45/* Define to 1 if you have the <strings.h> header file. */
46#define HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
49#define HAVE_STRING_H
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#define HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/times.h> header file. */
55#define HAVE_SYS_TIMES_H
56
57/* Define to 1 if you have the <sys/time.h> header file. */
58#define HAVE_SYS_TIME_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#define HAVE_SYS_TYPES_H
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#define HAVE_UNISTD_H
65
66/* Define to the sub-directory where libtool stores uninstalled libraries. */
67#undef LT_OBJDIR
68
69/* Define to 1 if your C compiler doesn't accept -c and -o together. */
70#undef NO_MINUS_C_MINUS_O
71
72/* Name of package */
73#undef PACKAGE
74
75/* Define to the address where bug reports for this package should be sent. */
76#undef PACKAGE_BUGREPORT
77
78/* Define to the full name of this package. */
79#undef PACKAGE_NAME
80
81/* Define to the full name and version of this package. */
82#undef PACKAGE_STRING
83
84/* Define to the one symbol short name of this package. */
85#undef PACKAGE_TARNAME
86
87/* Define to the home page for this package. */
88#undef PACKAGE_URL
89
90/* Define to the version of this package. */
91#undef PACKAGE_VERSION
92
93/* The size of `int', as computed by sizeof. */
94#undef SIZEOF_INT
95#define SIZEOF_INT sizeof(int)
96
97/* The size of `long', as computed by sizeof. */
98#undef SIZEOF_LONG
99#define SIZEOF_LONG sizeof(long)
100
101/* The size of `short', as computed by sizeof. */
102#undef SIZEOF_SHORT
103
104/* If using the C implementation of alloca, define if you know the
105 direction of stack growth for your system; otherwise it will be
106 automatically deduced at runtime.
107 STACK_DIRECTION > 0 => grows toward higher addresses
108 STACK_DIRECTION < 0 => grows toward lower addresses
109 STACK_DIRECTION = 0 => direction of growth unknown */
110#undef STACK_DIRECTION
111
112/* Define to 1 if you have the ANSI C header files. */
113#undef STDC_HEADERS
114
115/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
116#undef TIME_WITH_SYS_TIME
117
118/* Define if combination explosion check */
119#undef USE_COMBINATION_EXPLOSION_CHECK
120
121/* Define if enable CR+NL as line terminator */
122#undef USE_CRNL_AS_LINE_TERMINATOR
123
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
130/* Version number of package */
131#undef VERSION
132
133/* Define to empty if `const' does not conform to ANSI C. */
134#undef const
135
136/* Define to `unsigned int' if <sys/types.h> does not define. */
137#undef size_t
Note: See TracBrowser for help on using the repository browser.