]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/antlr3config.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / libantlr3c-3.2 / antlr3config.h
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 /* Name of package */
92 #define PACKAGE "libantlr3c"
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT "jimi@temporal-wave.com"
96
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME "libantlr3c"
99
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING "libantlr3c 3.2"
102
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME "libantlr3c"
105
106 /* Define to the version of this package. */
107 #define PACKAGE_VERSION "3.2"
108
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111
112 /* Version number of package */
113 #define VERSION "3.2"
114
115 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
116    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
117    #define below would cause a syntax error. */
118 /* #undef _UINT32_T */
119
120 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
121    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
122    #define below would cause a syntax error. */
123 /* #undef _UINT64_T */
124
125 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
126    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
127    #define below would cause a syntax error. */
128 /* #undef _UINT8_T */
129
130 /* Define to empty if `const' does not conform to ANSI C. */
131 /* #undef const */
132
133 /* Define to `__inline__' or `__inline' if that's what the C compiler
134    calls it, or to nothing if 'inline' is not supported under any name.  */
135 #ifndef __cplusplus
136 /* #undef inline */
137 #endif
138
139 /* Define to the type of a signed integer type of width exactly 16 bits if
140    such a type exists and the standard includes do not define it. */
141 /* #undef int16_t */
142
143 /* Define to the type of a signed integer type of width exactly 32 bits if
144    such a type exists and the standard includes do not define it. */
145 /* #undef int32_t */
146
147 /* Define to the type of a signed integer type of width exactly 64 bits if
148    such a type exists and the standard includes do not define it. */
149 /* #undef int64_t */
150
151 /* Define to the type of a signed integer type of width exactly 8 bits if such
152    a type exists and the standard includes do not define it. */
153 /* #undef int8_t */
154
155 /* Define to the type of a signed integer type wide enough to hold a pointer,
156    if such a type exists, and if the system does not define it. */
157 /* #undef intptr_t */
158
159 /* Define to `unsigned int' if <sys/types.h> does not define. */
160 /* #undef size_t */
161
162 /* Define to the type of an unsigned integer type of width exactly 16 bits if
163    such a type exists and the standard includes do not define it. */
164 /* #undef uint16_t */
165
166 /* Define to the type of an unsigned integer type of width exactly 32 bits if
167    such a type exists and the standard includes do not define it. */
168 /* #undef uint32_t */
169
170 /* Define to the type of an unsigned integer type of width exactly 64 bits if
171    such a type exists and the standard includes do not define it. */
172 /* #undef uint64_t */
173
174 /* Define to the type of an unsigned integer type of width exactly 8 bits if
175    such a type exists and the standard includes do not define it. */
176 /* #undef uint8_t */
177
178 /* Define to the type of an unsigned integer type wide enough to hold a
179    pointer, if such a type exists, and if the system does not define it. */
180 /* #undef uintptr_t */