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