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. */
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.
33 /* Define to 1 if you have the `chmod' function. */
36 /* Define to 1 if you have the `chsize' function. */
39 /* Define to 1 if you have the `clock' function. */
42 /* Define to 1 if you have the <dirent.h> header file. */
45 /* Define to 1 if you have the <fcntl.h> header file. */
48 /* Define to 1 if you have the `fgetpos' function. */
51 /* Define to 1 if you have the `findfirst' function. */
54 /* Define to 1 if you have the `fnmatch' function. */
57 /* Define to 1 if you have the <fnmatch.h> header file. */
60 /* Define to 1 if you have the `ftruncate' function. */
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. */
69 /* Define to 1 if you have the `mkstemp' function. */
72 /* Define to 1 if you have the `opendir' function. */
75 /* Define to 1 if you have the `putenv' function. */
78 /* Define to 1 if you have the `regcomp' function. */
81 /* Define to 1 if you have the `remove' function. */
84 /* Define to 1 if you have the `setenv' function. */
87 /* Define to 1 if you have the <stat.h> header file. */
90 /* Define this macro if the field "st_ino" exists in struct stat in
92 #undef HAVE_STAT_ST_INO
94 /* Define to 1 if you have the <stdint.h> header file. */
97 /* Define to 1 if you have the <stdlib.h> header file. */
100 /* Define to 1 if you have the `strcasecmp' function. */
101 #undef HAVE_STRCASECMP
103 /* Define to 1 if you have the `strerror' function. */
106 /* Define to 1 if you have the `stricmp' function. */
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. */
115 /* Define to 1 if you have the `strncasecmp' function. */
116 #undef HAVE_STRNCASECMP
118 /* Define to 1 if you have the `strnicmp' function. */
121 /* Define to 1 if you have the `strstr' function. */
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. */
139 /* Define to 1 if you have the `times' function. */
142 /* Define to 1 if you have the <time.h> header file. */
145 /* Define to 1 if you have the `truncate' function. */
148 /* Define to 1 if you have the <types.h> header file. */
151 /* Define to 1 if you have the <unistd.h> header file. */
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>. */
160 /* Define to the appropriate size for tmpnam() if <stdio.h> does not define
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
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
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. */
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. */
243 /* Define to 1 if you have the ANSI C header files. */
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. */
254 /* Package 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. */
264 /* Define to empty if `const' does not conform to ANSI C. */
267 /* Define to long if <stdio.h> does not define this. */
270 /* Define to `long int' if <sys/types.h> does not define. */
273 /* Define remove to unlink if you have unlink(), but not remove(). */
276 /* Define to `unsigned int' if <sys/types.h> does not define. */