1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define this label if your system uses case-insensitive file names */
4#undef CASE_INSENSITIVE_FILENAMES
5
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
9
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
15
16
17/* Define this as desired.
18 * 1:  Original ctags format
19 * 2:  Extended ctags format with extension flags in EX-style comment.
20 */
21#define DEFAULT_FILE_FORMAT	2
22
23
24
25/* Define this label to use the system sort utility (which is probably more
26*  efficient) over the internal sorting algorithm.
27*/
28#ifndef INTERNAL_SORT
29# undef EXTERNAL_SORT
30#endif
31
32
33/* Define to 1 if you have the `chmod' function. */
34#undef HAVE_CHMOD
35
36/* Define to 1 if you have the `chsize' function. */
37#undef HAVE_CHSIZE
38
39/* Define to 1 if you have the `clock' function. */
40#undef HAVE_CLOCK
41
42/* Define to 1 if you have the <dirent.h> header file. */
43#undef HAVE_DIRENT_H
44
45/* Define to 1 if you have the <fcntl.h> header file. */
46#undef HAVE_FCNTL_H
47
48/* Define to 1 if you have the `fgetpos' function. */
49#undef HAVE_FGETPOS
50
51/* Define to 1 if you have the `findfirst' function. */
52#undef HAVE_FINDFIRST
53
54/* Define to 1 if you have the `fnmatch' function. */
55#undef HAVE_FNMATCH
56
57/* Define to 1 if you have the <fnmatch.h> header file. */
58#undef HAVE_FNMATCH_H
59
60/* Define to 1 if you have the `ftruncate' function. */
61#undef HAVE_FTRUNCATE
62
63/* Define to 1 if you have the <inttypes.h> header file. */
64#undef HAVE_INTTYPES_H
65
66/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H
68
69/* Define to 1 if you have the `mkstemp' function. */
70#undef HAVE_MKSTEMP
71
72/* Define to 1 if you have the `opendir' function. */
73#undef HAVE_OPENDIR
74
75/* Define to 1 if you have the `putenv' function. */
76#undef HAVE_PUTENV
77
78/* Define to 1 if you have the `regcomp' function. */
79#undef HAVE_REGCOMP
80
81/* Define to 1 if you have the `remove' function. */
82#undef HAVE_REMOVE
83
84/* Define to 1 if you have the `setenv' function. */
85#undef HAVE_SETENV
86
87/* Define to 1 if you have the <stat.h> header file. */
88#undef HAVE_STAT_H
89
90/* Define this macro if the field "st_ino" exists in struct stat in
91   <sys/stat.h>. */
92#undef HAVE_STAT_ST_INO
93
94/* Define to 1 if you have the <stdint.h> header file. */
95#undef HAVE_STDINT_H
96
97/* Define to 1 if you have the <stdlib.h> header file. */
98#undef HAVE_STDLIB_H
99
100/* Define to 1 if you have the `strcasecmp' function. */
101#undef HAVE_STRCASECMP
102
103/* Define to 1 if you have the `strerror' function. */
104#undef HAVE_STRERROR
105
106/* Define to 1 if you have the `stricmp' function. */
107#undef HAVE_STRICMP
108
109/* Define to 1 if you have the <strings.h> header file. */
110#undef HAVE_STRINGS_H
111
112/* Define to 1 if you have the <string.h> header file. */
113#undef HAVE_STRING_H
114
115/* Define to 1 if you have the `strncasecmp' function. */
116#undef HAVE_STRNCASECMP
117
118/* Define to 1 if you have the `strnicmp' function. */
119#undef HAVE_STRNICMP
120
121/* Define to 1 if you have the `strstr' function. */
122#undef HAVE_STRSTR
123
124/* Define to 1 if you have the <sys/dir.h> header file. */
125#undef HAVE_SYS_DIR_H
126
127/* Define to 1 if you have the <sys/stat.h> header file. */
128#undef HAVE_SYS_STAT_H
129
130/* Define to 1 if you have the <sys/times.h> header file. */
131#undef HAVE_SYS_TIMES_H
132
133/* Define to 1 if you have the <sys/types.h> header file. */
134#undef HAVE_SYS_TYPES_H
135
136/* Define to 1 if you have the `tempnam' function. */
137#undef HAVE_TEMPNAM
138
139/* Define to 1 if you have the `times' function. */
140#undef HAVE_TIMES
141
142/* Define to 1 if you have the <time.h> header file. */
143#undef HAVE_TIME_H
144
145/* Define to 1 if you have the `truncate' function. */
146#undef HAVE_TRUNCATE
147
148/* Define to 1 if you have the <types.h> header file. */
149#undef HAVE_TYPES_H
150
151/* Define to 1 if you have the <unistd.h> header file. */
152#undef HAVE_UNISTD_H
153
154/* Define to 1 if you have the `_findfirst' function. */
155#undef HAVE__FINDFIRST
156
157/* Define as the maximum integer on your system if not defined <limits.h>. */
158#undef INT_MAX
159
160/* Define to the appropriate size for tmpnam() if <stdio.h> does not define
161   this. */
162#undef L_tmpnam
163
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
168
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
173
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
178
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
183
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
188
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
193
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
198
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
203
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
208
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
213
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
217
218/* Package name. */
219#undef PACKAGE
220
221/* Define to the address where bug reports for this package should be sent. */
222#undef PACKAGE_BUGREPORT
223
224/* Define to the full name of this package. */
225#undef PACKAGE_NAME
226
227/* Define to the full name and version of this package. */
228#undef PACKAGE_STRING
229
230/* Define to the one symbol short name of this package. */
231#undef PACKAGE_TARNAME
232
233/* Define to the version of this package. */
234#undef PACKAGE_VERSION
235
236/* Define this label if regcomp() is broken. */
237#undef REGCOMP_BROKEN
238
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
242
243/* Define to 1 if you have the ANSI C header files. */
244#undef STDC_HEADERS
245
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
249
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
253
254/* Package version. */
255#undef VERSION
256
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__
260
261/* Define to the appropriate type if <time.h> does not define this. */
262#undef clock_t
263
264/* Define to empty if `const' does not conform to ANSI C. */
265#undef const
266
267/* Define to long if <stdio.h> does not define this. */
268#undef fpos_t
269
270/* Define to `long int' if <sys/types.h> does not define. */
271#undef off_t
272
273/* Define remove to unlink if you have unlink(), but not remove(). */
274#undef remove
275
276/* Define to `unsigned int' if <sys/types.h> does not define. */
277#undef size_t
278