OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third_party / mecab-0.996 / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if you have the <ctype.h> header file. */
7 #undef HAVE_CTYPE_H
8
9 /* Define to 1 if you have the <dirent.h> header file. */
10 #undef HAVE_DIRENT_H
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H
14
15 /* Define to 1 if you have the <fcntl.h> header file. */
16 #undef HAVE_FCNTL_H
17
18 /* */
19 #undef HAVE_GCC_ATOMIC_OPS
20
21 /* Define to 1 if you have the `getenv' function. */
22 #undef HAVE_GETENV
23
24 /* Define to 1 if you have the `getpagesize' function. */
25 #undef HAVE_GETPAGESIZE
26
27 /* Define if you have the iconv() function and it works. */
28 #undef HAVE_ICONV
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define to 1 if you have the <io.h> header file. */
34 #undef HAVE_IO_H
35
36 /* Define to 1 if you have the `pthread' library (-lpthread). */
37 #undef HAVE_LIBPTHREAD
38
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
41
42 /* Define to 1 if you have a working `mmap' system call. */
43 #undef HAVE_MMAP
44
45 /* Define to 1 if you have the `opendir' function. */
46 #undef HAVE_OPENDIR
47
48 /* */
49 #undef HAVE_OSX_ATOMIC_OPS
50
51 /* Define to 1 if you have the <pthread.h> header file. */
52 #undef HAVE_PTHREAD_H
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #undef HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
65
66 /* Define to 1 if you have the <sys/mman.h> header file. */
67 #undef HAVE_SYS_MMAN_H
68
69 /* Define to 1 if you have the <sys/param.h> header file. */
70 #undef HAVE_SYS_PARAM_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/times.h> header file. */
76 #undef HAVE_SYS_TIMES_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* */
82 #undef HAVE_TLS_KEYWORD
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to 1 if the system has the type `unsigned long long int'. */
88 #undef HAVE_UNSIGNED_LONG_LONG_INT
89
90 /* Define to 1 if you have the <windows.h> header file. */
91 #undef HAVE_WINDOWS_H
92
93 /* Define as const if the declaration of iconv() needs const. */
94 #undef ICONV_CONST
95
96 /* Define to the sub-directory in which libtool stores uninstalled libraries.
97    */
98 #undef LT_OBJDIR
99
100 /* Name of package */
101 #undef PACKAGE
102
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
105
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
108
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
111
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
114
115 /* Define to the home page for this package. */
116 #undef PACKAGE_URL
117
118 /* Define to the version of this package. */
119 #undef PACKAGE_VERSION
120
121 /* The size of `char', as computed by sizeof. */
122 #undef SIZEOF_CHAR
123
124 /* The size of `int', as computed by sizeof. */
125 #undef SIZEOF_INT
126
127 /* The size of `long', as computed by sizeof. */
128 #undef SIZEOF_LONG
129
130 /* The size of `long long', as computed by sizeof. */
131 #undef SIZEOF_LONG_LONG
132
133 /* The size of `short', as computed by sizeof. */
134 #undef SIZEOF_SHORT
135
136 /* The size of `size_t', as computed by sizeof. */
137 #undef SIZEOF_SIZE_T
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #undef STDC_HEADERS
141
142 /* Version number of package */
143 #undef VERSION
144
145 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
146    significant byte first (like Motorola and SPARC, unlike Intel). */
147 #if defined AC_APPLE_UNIVERSAL_BUILD
148 # if defined __BIG_ENDIAN__
149 #  define WORDS_BIGENDIAN 1
150 # endif
151 #else
152 # ifndef WORDS_BIGENDIAN
153 #  undef WORDS_BIGENDIAN
154 # endif
155 #endif
156
157 /* Define to empty if `const' does not conform to ANSI C. */
158 #undef const
159
160 /* Define to `long int' if <sys/types.h> does not define. */
161 #undef off_t
162
163 /* Define to `unsigned int' if <sys/types.h> does not define. */
164 #undef size_t