1/* antlr3config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if ANTLR debugger not required */
4#undef ANTLR3_NODEBUGGER
5
6/* Define if 64 bit mode required */
7#undef ANTLR3_USE_64BIT
8
9/* Define to 1 if you have the `accept' function. */
10#undef HAVE_ACCEPT
11
12/* Define to 1 if you have the <arpa/nameser.h> header file. */
13#undef HAVE_ARPA_NAMESER_H
14
15/* Define to 1 if you have the <ctype.h> header file. */
16#undef HAVE_CTYPE_H
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if the system has the type `intptr_t'. */
22#undef HAVE_INTPTR_T
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the <malloc.h> header file. */
28#undef HAVE_MALLOC_H
29
30/* Define to 1 if you have the `memmove' function. */
31#undef HAVE_MEMMOVE
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if you have the `memset' function. */
37#undef HAVE_MEMSET
38
39/* Define to 1 if you have the <netdb.h> header file. */
40#undef HAVE_NETDB_H
41
42/* Define to 1 if you have the <netinet/in.h> header file. */
43#undef HAVE_NETINET_IN_H
44
45/* Define to 1 if you have the <netinet/tcp.h> header file. */
46#undef HAVE_NETINET_TCP_H
47
48/* Define to 1 if you have the <resolv.h> header file. */
49#undef HAVE_RESOLV_H
50
51/* Define to 1 if you have the <socket.h> header file. */
52#undef HAVE_SOCKET_H
53
54/* Define to 1 if you have the <stdarg.h> header file. */
55#undef HAVE_STDARG_H
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the `strdup' function. */
64#undef HAVE_STRDUP
65
66/* Define to 1 if you have the <strings.h> header file. */
67#undef HAVE_STRINGS_H
68
69/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H
71
72/* Define to 1 if you have the <sys/malloc.h> header file. */
73#undef HAVE_SYS_MALLOC_H
74
75/* Define to 1 if you have the <sys/socket.h> header file. */
76#undef HAVE_SYS_SOCKET_H
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if the system has the type `uintptr_t'. */
85#undef HAVE_UINTPTR_T
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#undef HAVE_UNISTD_H
89
90/* Name of package */
91#undef PACKAGE
92
93/* Define to the address where bug reports for this package should be sent. */
94#undef PACKAGE_BUGREPORT
95
96/* Define to the full name of this package. */
97#undef PACKAGE_NAME
98
99/* Define to the full name and version of this package. */
100#undef PACKAGE_STRING
101
102/* Define to the one symbol short name of this package. */
103#undef PACKAGE_TARNAME
104
105/* Define to the version of this package. */
106#undef PACKAGE_VERSION
107
108/* Define to 1 if you have the ANSI C header files. */
109#undef STDC_HEADERS
110
111/* Version number of package */
112#undef VERSION
113
114/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
115   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
116   #define below would cause a syntax error. */
117#undef _UINT32_T
118
119/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
120   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
121   #define below would cause a syntax error. */
122#undef _UINT64_T
123
124/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
125   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
126   #define below would cause a syntax error. */
127#undef _UINT8_T
128
129/* Define to empty if `const' does not conform to ANSI C. */
130#undef const
131
132/* Define to `__inline__' or `__inline' if that's what the C compiler
133   calls it, or to nothing if 'inline' is not supported under any name.  */
134#ifndef __cplusplus
135#undef inline
136#endif
137
138/* Define to the type of a signed integer type of width exactly 16 bits if
139   such a type exists and the standard includes do not define it. */
140#undef int16_t
141
142/* Define to the type of a signed integer type of width exactly 32 bits if
143   such a type exists and the standard includes do not define it. */
144#undef int32_t
145
146/* Define to the type of a signed integer type of width exactly 64 bits if
147   such a type exists and the standard includes do not define it. */
148#undef int64_t
149
150/* Define to the type of a signed integer type of width exactly 8 bits if such
151   a type exists and the standard includes do not define it. */
152#undef int8_t
153
154/* Define to the type of a signed integer type wide enough to hold a pointer,
155   if such a type exists, and if the system does not define it. */
156#undef intptr_t
157
158/* Define to `unsigned int' if <sys/types.h> does not define. */
159#undef size_t
160
161/* Define to the type of an unsigned integer type of width exactly 16 bits if
162   such a type exists and the standard includes do not define it. */
163#undef uint16_t
164
165/* Define to the type of an unsigned integer type of width exactly 32 bits if
166   such a type exists and the standard includes do not define it. */
167#undef uint32_t
168
169/* Define to the type of an unsigned integer type of width exactly 64 bits if
170   such a type exists and the standard includes do not define it. */
171#undef uint64_t
172
173/* Define to the type of an unsigned integer type of width exactly 8 bits if
174   such a type exists and the standard includes do not define it. */
175#undef uint8_t
176
177/* Define to the type of an unsigned integer type wide enough to hold a
178   pointer, if such a type exists, and if the system does not define it. */
179#undef uintptr_t
180