Handle template expressions that may use the << or >> operators
[arduino-ctags.git] / config.h.in
bloba45375cfe29bcdccd3b1c1c3856a959f5a6cf9e3
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define this label if your system uses case-insensitive file names */
4 #undef CASE_INSENSITIVE_FILENAMES
6 /* Define this label if you wish to check the regcomp() function at run time
7 for correct behavior. This function is currently broken on Cygwin. */
8 #undef CHECK_REGCOMP
10 /* You can define this label to be a string containing the name of a
11 site-specific configuration file containing site-wide default options. The
12 files /etc/ctags.conf and /usr/local/etc/ctags.conf are already checked, so
13 only define one here if you need a file somewhere else. */
14 #undef CUSTOM_CONFIGURATION_FILE
17 /* Define this as desired.
18 * 1: Original ctags format
19 * 2: Extended ctags format with extension flags in EX-style comment.
21 #define DEFAULT_FILE_FORMAT 2
25 /* Define this label to use the system sort utility (which is probably more
26 * efficient) over the internal sorting algorithm.
28 #ifndef INTERNAL_SORT
29 # undef EXTERNAL_SORT
30 #endif
33 /* Define to 1 if you have the `chmod' function. */
34 #undef HAVE_CHMOD
36 /* Define to 1 if you have the `chsize' function. */
37 #undef HAVE_CHSIZE
39 /* Define to 1 if you have the `clock' function. */
40 #undef HAVE_CLOCK
42 /* Define to 1 if you have the <dirent.h> header file. */
43 #undef HAVE_DIRENT_H
45 /* Define to 1 if you have the <fcntl.h> header file. */
46 #undef HAVE_FCNTL_H
48 /* Define to 1 if you have the `fgetpos' function. */
49 #undef HAVE_FGETPOS
51 /* Define to 1 if you have the `findfirst' function. */
52 #undef HAVE_FINDFIRST
54 /* Define to 1 if you have the `fnmatch' function. */
55 #undef HAVE_FNMATCH
57 /* Define to 1 if you have the <fnmatch.h> header file. */
58 #undef HAVE_FNMATCH_H
60 /* Define to 1 if you have the `ftruncate' function. */
61 #undef HAVE_FTRUNCATE
63 /* Define to 1 if you have the <inttypes.h> header file. */
64 #undef HAVE_INTTYPES_H
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
69 /* Define to 1 if you have the `mkstemp' function. */
70 #undef HAVE_MKSTEMP
72 /* Define to 1 if you have the `opendir' function. */
73 #undef HAVE_OPENDIR
75 /* Define to 1 if you have the `putenv' function. */
76 #undef HAVE_PUTENV
78 /* Define to 1 if you have the `regcomp' function. */
79 #undef HAVE_REGCOMP
81 /* Define to 1 if you have the `remove' function. */
82 #undef HAVE_REMOVE
84 /* Define to 1 if you have the `setenv' function. */
85 #undef HAVE_SETENV
87 /* Define to 1 if you have the <stat.h> header file. */
88 #undef HAVE_STAT_H
90 /* Define this macro if the field "st_ino" exists in struct stat in
91 <sys/stat.h>. */
92 #undef HAVE_STAT_ST_INO
94 /* Define to 1 if you have the <stdint.h> header file. */
95 #undef HAVE_STDINT_H
97 /* Define to 1 if you have the <stdlib.h> header file. */
98 #undef HAVE_STDLIB_H
100 /* Define to 1 if you have the `strcasecmp' function. */
101 #undef HAVE_STRCASECMP
103 /* Define to 1 if you have the `strerror' function. */
104 #undef HAVE_STRERROR
106 /* Define to 1 if you have the `stricmp' function. */
107 #undef HAVE_STRICMP
109 /* Define to 1 if you have the <strings.h> header file. */
110 #undef HAVE_STRINGS_H
112 /* Define to 1 if you have the <string.h> header file. */
113 #undef HAVE_STRING_H
115 /* Define to 1 if you have the `strncasecmp' function. */
116 #undef HAVE_STRNCASECMP
118 /* Define to 1 if you have the `strnicmp' function. */
119 #undef HAVE_STRNICMP
121 /* Define to 1 if you have the `strstr' function. */
122 #undef HAVE_STRSTR
124 /* Define to 1 if you have the <sys/dir.h> header file. */
125 #undef HAVE_SYS_DIR_H
127 /* Define to 1 if you have the <sys/stat.h> header file. */
128 #undef HAVE_SYS_STAT_H
130 /* Define to 1 if you have the <sys/times.h> header file. */
131 #undef HAVE_SYS_TIMES_H
133 /* Define to 1 if you have the <sys/types.h> header file. */
134 #undef HAVE_SYS_TYPES_H
136 /* Define to 1 if you have the `tempnam' function. */
137 #undef HAVE_TEMPNAM
139 /* Define to 1 if you have the `times' function. */
140 #undef HAVE_TIMES
142 /* Define to 1 if you have the <time.h> header file. */
143 #undef HAVE_TIME_H
145 /* Define to 1 if you have the `truncate' function. */
146 #undef HAVE_TRUNCATE
148 /* Define to 1 if you have the <types.h> header file. */
149 #undef HAVE_TYPES_H
151 /* Define to 1 if you have the <unistd.h> header file. */
152 #undef HAVE_UNISTD_H
154 /* Define to 1 if you have the `_findfirst' function. */
155 #undef HAVE__FINDFIRST
157 /* Define as the maximum integer on your system if not defined <limits.h>. */
158 #undef INT_MAX
160 /* Define to the appropriate size for tmpnam() if <stdio.h> does not define
161 this. */
162 #undef L_tmpnam
164 /* Define this label if you want macro tags (defined lables) to use patterns
165 in the EX command by default (original ctags behavior is to use line
166 numbers). */
167 #undef MACROS_USE_PATTERNS
169 /* If you receive error or warning messages indicating that you are missing a
170 prototype for, or a type mismatch using, the following function, define
171 this label and remake. */
172 #undef NEED_PROTO_FGETPOS
174 /* If you receive error or warning messages indicating that you are missing a
175 prototype for, or a type mismatch using, the following function, define
176 this label and remake. */
177 #undef NEED_PROTO_FTRUNCATE
179 /* If you receive error or warning messages indicating that you are missing a
180 prototype for, or a type mismatch using, the following function, define
181 this label and remake. */
182 #undef NEED_PROTO_GETENV
184 /* If you receive error or warning messages indicating that you are missing a
185 prototype for, or a type mismatch using, the following function, define
186 this label and remake. */
187 #undef NEED_PROTO_LSTAT
189 /* If you receive error or warning messages indicating that you are missing a
190 prototype for, or a type mismatch using, the following function, define
191 this label and remake. */
192 #undef NEED_PROTO_MALLOC
194 /* If you receive error or warning messages indicating that you are missing a
195 prototype for, or a type mismatch using, the following function, define
196 this label and remake. */
197 #undef NEED_PROTO_REMOVE
199 /* If you receive error or warning messages indicating that you are missing a
200 prototype for, or a type mismatch using, the following function, define
201 this label and remake. */
202 #undef NEED_PROTO_STAT
204 /* If you receive error or warning messages indicating that you are missing a
205 prototype for, or a type mismatch using, the following function, define
206 this label and remake. */
207 #undef NEED_PROTO_TRUNCATE
209 /* If you receive error or warning messages indicating that you are missing a
210 prototype for, or a type mismatch using, the following function, define
211 this label and remake. */
212 #undef NEED_PROTO_UNLINK
214 /* Define this is you have a prototype for putenv() in <stdlib.h>, but doesn't
215 declare its argument as "const char *". */
216 #undef NON_CONST_PUTENV_PROTOTYPE
218 /* Package name. */
219 #undef PACKAGE
221 /* Define to the address where bug reports for this package should be sent. */
222 #undef PACKAGE_BUGREPORT
224 /* Define to the full name of this package. */
225 #undef PACKAGE_NAME
227 /* Define to the full name and version of this package. */
228 #undef PACKAGE_STRING
230 /* Define to the one symbol short name of this package. */
231 #undef PACKAGE_TARNAME
233 /* Define to the version of this package. */
234 #undef PACKAGE_VERSION
236 /* Define this label if regcomp() is broken. */
237 #undef REGCOMP_BROKEN
239 /* Define this value used by fseek() appropriately if <stdio.h> (or <unistd.h>
240 on SunOS 4.1.x) does not define them. */
241 #undef SEEK_SET
243 /* Define to 1 if you have the ANSI C header files. */
244 #undef STDC_HEADERS
246 /* Define this label if your system supports starting scripts with a line of
247 the form "#! /bin/sh" to select the interpreter to use for the script. */
248 #undef SYS_INTERPRETER
250 /* If you wish to change the directory in which temporary files are stored,
251 define this label to the directory desired. */
252 #undef TMPDIR
254 /* Package version. */
255 #undef VERSION
257 /* This corrects the problem of missing prototypes for certain functions in
258 some GNU installations (e.g. SunOS 4.1.x). */
259 #undef __USE_FIXED_PROTOTYPES__
261 /* Define to the appropriate type if <time.h> does not define this. */
262 #undef clock_t
264 /* Define to empty if `const' does not conform to ANSI C. */
265 #undef const
267 /* Define to long if <stdio.h> does not define this. */
268 #undef fpos_t
270 /* Define to `long int' if <sys/types.h> does not define. */
271 #undef off_t
273 /* Define remove to unlink if you have unlink(), but not remove(). */
274 #undef remove
276 /* Define to `unsigned int' if <sys/types.h> does not define. */
277 #undef size_t