/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/*
* $Id: acconfig.h 318 2003-04-01 05:02:21Z darren $
*
* Copyright (c) 1998-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General Public License.
*
* This module contains input source for generating config.h.in
*/
/* Package name.
*/
/* #undef PACKAGE */
/* Package version.
*/
/* #undef VERSION */
/* Define to the appropriate type if <time.h> does not define this.
*/
#define clock_t long
/* Define to long if <stdio.h> does not define this.
*/
#define fpos_t long
/* Define to the appropriate size for tmpnam() if <stdio.h> does not define
* this.
*/
#define L_tmpnam 20
/* Define this macro if the field "st_ino" exists in struct stat in
* <sys/stat.h>.
* */
#define HAVE_STAT_ST_INO 1
/* Define remove to unlink if you have unlink(), but not remove().
*/
#define remove unlink
/* Define this value used by fseek() appropriately if <stdio.h>
* (or <unistd.h> on SunOS 4.1.x) does not define them.
*/
#define SEEK_SET 0
/* Define as the maximum integer on your system if not defined <limits.h>.
*/
/*#define INT_MAX 32767*/
/* You can define this label to be a string containing the name of a
* site-specific configuration file containing site-wide default options. The
* files /etc/ctags.conf and /usr/local/etc/ctags.conf are already checked,
* so only define one here if you need a file somewhere else.
*/
/* #undef CUSTOM_CONFIGURATION_FILE */
/* Define this label if you want macro tags (defined lables) to use patterns
* in the EX command by default (original ctags behavior is to use line
* numbers).
*/
/* #undef MACROS_USE_PATTERNS */
/* Define this as desired.
* 1: Original ctags format
* 2: Extended ctags format with extension flags in EX-style comment.
*/
#define DEFAULT_FILE_FORMAT 2
/* Define this label if your system supports starting scripts with a line of
* the form "#! /bin/sh" to select the interpreter to use for the script.
*/
#define SYS_INTERPRETER 1
/* Define this label if your system uses case-insensitive file names
*/
/* #undef CASE_INSENSITIVE_FILENAMES */
/* Define this label to use the system sort utility (which is probably more
* efficient) over the internal sorting algorithm.
*/
#ifndef INTERNAL_SORT
# define EXTERNAL_SORT 1
#endif
/* If you wish to change the directory in which temporary files are stored,
* define this label to the directory desired.
*/
#define TMPDIR "/tmp"
/* Define this label if regcomp() is broken.
*/
#define REGCOMP_BROKEN 1
/* Define this label if you wish to check the regcomp() function at run time
* for correct behavior. This function is currently broken on Cygwin.
*/
/* #undef CHECK_REGCOMP */
/* This corrects the problem of missing prototypes for certain functions
* in some GNU installations (e.g. SunOS 4.1.x).
*/
/* #undef __USE_FIXED_PROTOTYPES__ */
/* Define this is you have a prototype for putenv() in <stdlib.h>, but
* doesn't declare its argument as "const char *".
*/
/* #undef NON_CONST_PUTENV_PROTOTYPE */
/* If you receive error or warning messages indicating that you are missing
* a prototype for, or a type mismatch using, one of the following functions,
* define the appropriate label and remake.
*/
/* #undef NEED_PROTO_REMOVE */
#define NEED_PROTO_UNLINK 1
#define NEED_PROTO_MALLOC 1
#define NEED_PROTO_GETENV 1
/* #undef NEED_PROTO_FGETPOS */
#define NEED_PROTO_STAT 1
#define NEED_PROTO_LSTAT 1
/* #undef NEED_PROTO_TRUNCATE */
/* #undef NEED_PROTO_FTRUNCATE */
/*----------------------------------------------------------------------------
- Lines below this are automatically generated by autoheader
----------------------------------------------------------------------------*/
/* Define to 1 if you have the `chmod' function. */
/* #undef HAVE_CHMOD */
/* Define to 1 if you have the `chsize' function. */
/* #undef HAVE_CHSIZE */
/* Define to 1 if you have the `clock' function. */
/* #undef HAVE_CLOCK */
/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fgetpos' function. */
/* #undef HAVE_FGETPOS */
/* Define to 1 if you have the `findfirst' function. */
/* #undef HAVE_FINDFIRST */
/* Define to 1 if you have the `fnmatch' function. */
/* #undef HAVE_FNMATCH */
/* Define to 1 if you have the <fnmatch.h> header file. */
/* #undef HAVE_FNMATCH_H */
/* Define to 1 if you have the `ftruncate' function. */
/* #undef HAVE_FTRUNCATE */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* Define to 1 if you have the `mkstemp' function. */
/* #undef HAVE_MKSTEMP */
/* Define to 1 if you have the `opendir' function. */
/* #undef HAVE_OPENDIR */
/* Define to 1 if you have the `putenv' function. */
/* #undef HAVE_PUTENV */
/* Define to 1 if you have the `regcomp' function. */
/* #undef HAVE_REGCOMP */
/* Define to 1 if you have the `remove' function. */
/* #undef HAVE_REMOVE */
/* Define to 1 if you have the `setenv' function. */
/* #undef HAVE_SETENV */
/* Define to 1 if you have the <stat.h> header file. */
/* #undef HAVE_STAT_H */
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcasecmp' function. */
/* #undef HAVE_STRCASECMP */
/* Define to 1 if you have the `strerror' function. */
/* #undef HAVE_STRERROR */
/* Define to 1 if you have the `stricmp' function. */
/* #undef HAVE_STRICMP */
/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strncasecmp' function. */
/* #undef HAVE_STRNCASECMP */
/* Define to 1 if you have the `strnicmp' function. */
/* #undef HAVE_STRNICMP */
/* Define to 1 if you have the `strstr' function. */
/* #undef HAVE_STRSTR */
/* Define to 1 if you have the <sys/dir.h> header file. */
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/times.h> header file. */
#define HAVE_SYS_TIMES_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the `tempnam' function. */
/* #undef HAVE_TEMPNAM */
/* Define to 1 if you have the `times' function. */
/* #undef HAVE_TIMES */
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the `truncate' function. */
/* #undef HAVE_TRUNCATE */
/* Define to 1 if you have the <types.h> header file. */
/* #undef HAVE_TYPES_H */
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `_findfirst' function. */
/* #undef HAVE__FINDFIRST */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Define to 1 if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `long' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
|