Handle template expressions that may use the << or >> operators
[arduino-ctags.git] / config.h
blobd33e48b5a8fc5d21c60f7911721dcab8f760d5c6
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 /*
4 * $Id: acconfig.h 318 2003-04-01 05:02:21Z darren $
6 * Copyright (c) 1998-2003, Darren Hiebert
8 * This source code is released for free distribution under the terms of the
9 * GNU General Public License.
11 * This module contains input source for generating config.h.in
14 /* Package name.
16 /* #undef PACKAGE */
18 /* Package version.
20 /* #undef VERSION */
22 /* Define to the appropriate type if <time.h> does not define this.
24 /* #undef clock_t */
26 /* Define to long if <stdio.h> does not define this.
28 /* #undef fpos_t */
30 /* Define to the appropriate size for tmpnam() if <stdio.h> does not define
31 * this.
33 /* #undef L_tmpnam */
35 /* Define this macro if the field "st_ino" exists in struct stat in
36 * <sys/stat.h>.
37 * */
38 #define HAVE_STAT_ST_INO 1
40 /* Define remove to unlink if you have unlink(), but not remove().
42 /* #undef remove */
44 /* Define this value used by fseek() appropriately if <stdio.h>
45 * (or <unistd.h> on SunOS 4.1.x) does not define them.
47 /* #undef SEEK_SET */
49 /* Define as the maximum integer on your system if not defined <limits.h>.
51 /* #undef INT_MAX */
53 /* You can define this label to be a string containing the name of a
54 * site-specific configuration file containing site-wide default options. The
55 * files /etc/ctags.conf and /usr/local/etc/ctags.conf are already checked,
56 * so only define one here if you need a file somewhere else.
58 /* #undef CUSTOM_CONFIGURATION_FILE */
60 /* Define this label if you want macro tags (defined lables) to use patterns
61 * in the EX command by default (original ctags behavior is to use line
62 * numbers).
64 /* #undef MACROS_USE_PATTERNS */
66 /* Define this as desired.
67 * 1: Original ctags format
68 * 2: Extended ctags format with extension flags in EX-style comment.
70 #define DEFAULT_FILE_FORMAT 2
72 /* Define this label if your system supports starting scripts with a line of
73 * the form "#! /bin/sh" to select the interpreter to use for the script.
75 #define SYS_INTERPRETER 1
77 /* Define this label if your system uses case-insensitive file names
79 /* #undef CASE_INSENSITIVE_FILENAMES */
81 /* Define this label to use the system sort utility (which is probably more
82 * efficient) over the internal sorting algorithm.
84 #ifndef INTERNAL_SORT
85 # define EXTERNAL_SORT 1
86 #endif
88 /* If you wish to change the directory in which temporary files are stored,
89 * define this label to the directory desired.
91 #define TMPDIR "/tmp"
93 /* Define this label if regcomp() is broken.
95 /* #undef REGCOMP_BROKEN */
97 /* Define this label if you wish to check the regcomp() function at run time
98 * for correct behavior. This function is currently broken on Cygwin.
100 /* #undef CHECK_REGCOMP */
102 /* This corrects the problem of missing prototypes for certain functions
103 * in some GNU installations (e.g. SunOS 4.1.x).
105 /* #undef __USE_FIXED_PROTOTYPES__ */
107 /* Define this is you have a prototype for putenv() in <stdlib.h>, but
108 * doesn't declare its argument as "const char *".
110 /* #undef NON_CONST_PUTENV_PROTOTYPE */
112 /* If you receive error or warning messages indicating that you are missing
113 * a prototype for, or a type mismatch using, one of the following functions,
114 * define the appropriate label and remake.
116 /* #undef NEED_PROTO_REMOVE */
117 /* #undef NEED_PROTO_UNLINK */
118 /* #undef NEED_PROTO_MALLOC */
119 /* #undef NEED_PROTO_GETENV */
120 /* #undef NEED_PROTO_FGETPOS */
121 /* #undef NEED_PROTO_STAT */
122 /* #undef NEED_PROTO_LSTAT */
123 /* #undef NEED_PROTO_TRUNCATE */
124 /* #undef NEED_PROTO_FTRUNCATE */
126 /*----------------------------------------------------------------------------
127 - Lines below this are automatically generated by autoheader
128 ----------------------------------------------------------------------------*/
130 /* Define to 1 if you have the `chmod' function. */
131 /* #undef HAVE_CHMOD */
133 /* Define to 1 if you have the `chsize' function. */
134 /* #undef HAVE_CHSIZE */
136 /* Define to 1 if you have the `clock' function. */
137 #define HAVE_CLOCK 1
139 /* Define to 1 if you have the <dirent.h> header file. */
140 #define HAVE_DIRENT_H 1
142 /* Define to 1 if you have the <fcntl.h> header file. */
143 #define HAVE_FCNTL_H 1
145 /* Define to 1 if you have the `fgetpos' function. */
146 #define HAVE_FGETPOS 1
148 /* Define to 1 if you have the `findfirst' function. */
149 /* #undef HAVE_FINDFIRST */
151 /* Define to 1 if you have the `fnmatch' function. */
152 #define HAVE_FNMATCH 1
154 /* Define to 1 if you have the <fnmatch.h> header file. */
155 #define HAVE_FNMATCH_H 1
157 /* Define to 1 if you have the `ftruncate' function. */
158 /* #undef HAVE_FTRUNCATE */
160 /* Define to 1 if you have the <inttypes.h> header file. */
161 #define HAVE_INTTYPES_H 1
163 /* Define to 1 if you have the <memory.h> header file. */
164 #define HAVE_MEMORY_H 1
166 /* Define to 1 if you have the `mkstemp' function. */
167 #define HAVE_MKSTEMP 1
169 /* Define to 1 if you have the `opendir' function. */
170 #define HAVE_OPENDIR 1
172 /* Define to 1 if you have the `putenv' function. */
173 /* #undef HAVE_PUTENV */
175 /* Define to 1 if you have the `regcomp' function. */
176 #define HAVE_REGCOMP 1
178 /* Define to 1 if you have the `remove' function. */
179 #define HAVE_REMOVE 1
181 /* Define to 1 if you have the `setenv' function. */
182 #define HAVE_SETENV 1
184 /* Define to 1 if you have the <stat.h> header file. */
185 /* #undef HAVE_STAT_H */
187 /* Define to 1 if you have the <stdint.h> header file. */
188 #define HAVE_STDINT_H 1
190 /* Define to 1 if you have the <stdlib.h> header file. */
191 #define HAVE_STDLIB_H 1
193 /* Define to 1 if you have the `strcasecmp' function. */
194 #define HAVE_STRCASECMP 1
196 /* Define to 1 if you have the `strerror' function. */
197 #define HAVE_STRERROR 1
199 /* Define to 1 if you have the `stricmp' function. */
200 /* #undef HAVE_STRICMP */
202 /* Define to 1 if you have the <strings.h> header file. */
203 #define HAVE_STRINGS_H 1
205 /* Define to 1 if you have the <string.h> header file. */
206 #define HAVE_STRING_H 1
208 /* Define to 1 if you have the `strncasecmp' function. */
209 #define HAVE_STRNCASECMP 1
211 /* Define to 1 if you have the `strnicmp' function. */
212 /* #undef HAVE_STRNICMP */
214 /* Define to 1 if you have the `strstr' function. */
215 #define HAVE_STRSTR 1
217 /* Define to 1 if you have the <sys/dir.h> header file. */
218 #define HAVE_SYS_DIR_H 1
220 /* Define to 1 if you have the <sys/stat.h> header file. */
221 #define HAVE_SYS_STAT_H 1
223 /* Define to 1 if you have the <sys/times.h> header file. */
224 #define HAVE_SYS_TIMES_H 1
226 /* Define to 1 if you have the <sys/types.h> header file. */
227 #define HAVE_SYS_TYPES_H 1
229 /* Define to 1 if you have the `tempnam' function. */
230 /* #undef HAVE_TEMPNAM */
232 /* Define to 1 if you have the `times' function. */
233 /* #undef HAVE_TIMES */
235 /* Define to 1 if you have the <time.h> header file. */
236 #define HAVE_TIME_H 1
238 /* Define to 1 if you have the `truncate' function. */
239 #define HAVE_TRUNCATE 1
241 /* Define to 1 if you have the <types.h> header file. */
242 /* #undef HAVE_TYPES_H */
244 /* Define to 1 if you have the <unistd.h> header file. */
245 #define HAVE_UNISTD_H 1
247 /* Define to 1 if you have the `_findfirst' function. */
248 /* #undef HAVE__FINDFIRST */
250 /* Define to the address where bug reports for this package should be sent. */
251 #define PACKAGE_BUGREPORT ""
253 /* Define to the full name of this package. */
254 #define PACKAGE_NAME ""
256 /* Define to the full name and version of this package. */
257 #define PACKAGE_STRING ""
259 /* Define to the one symbol short name of this package. */
260 #define PACKAGE_TARNAME ""
262 /* Define to the version of this package. */
263 #define PACKAGE_VERSION ""
265 /* Define to 1 if you have the ANSI C header files. */
266 #define STDC_HEADERS 1
268 /* Define to empty if `const' does not conform to ANSI C. */
269 /* #undef const */
271 /* Define to `long int' if <sys/types.h> does not define. */
272 /* #undef off_t */
274 /* Define to `unsigned int' if <sys/types.h> does not define. */
275 /* #undef size_t */