/* config.h.in. Generated automatically from configure.in by autoheader. */ /* $Id: acconfig.h,v 8.2 1999/09/11 17:54:22 darren Exp $ */ /* Package name. */ #undef PACKAGE /* Package version. */ #undef VERSION /* Define to the appropriate type if does not define this. */ #undef clock_t /* Define to long if does not define this. */ #undef fpos_t /* Define to the appropriate size for tmpnam() if does not define * this. */ #undef L_tmpnam /* Define remove to unlink if you have unlink(), but not remove(). */ #undef remove /* Define this value used by fseek() appropriately if * (or on SunOS 4.1.x) does not define them. */ #undef SEEK_SET /* Define as the maximum integer on your system if not defined . */ #undef INT_MAX /* 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 to use the system sort utility (which is probably more * efficient) over the interal sorting algorithm. */ #ifndef INTERNAL_SORT # undef EXTERNAL_SORT #endif /* If you are using the system sort utility (i.e. external sort), define * this label to be the name of your awk program, which is used to report * duplicate tags when the -W option is specified. */ #define AWK "awk" /* 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 , 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 #undef NEED_PROTO_UNLINK #undef NEED_PROTO_MALLOC #undef NEED_PROTO_GETENV #undef NEED_PROTO_STRSTR #undef NEED_PROTO_FGETPOS #undef NEED_PROTO_STAT #undef NEED_PROTO_LSTAT #undef NEED_PROTO_TRUNCATE #undef NEED_PROTO_FTRUNCATE /*---------------------------------------------------------------------------- - Lines below this are automatically generated by autoheader ----------------------------------------------------------------------------*/ /* Define to empty if the keyword does not work. */ #undef const /* Define to `long' if doesn't define. */ #undef off_t /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you have the chsize function. */ #undef HAVE_CHSIZE /* Define if you have the clock function. */ #undef HAVE_CLOCK /* Define if you have the fgetpos function. */ #undef HAVE_FGETPOS /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE /* Define if you have the opendir function. */ #undef HAVE_OPENDIR /* Define if you have the putenv function. */ #undef HAVE_PUTENV /* Define if you have the remove function. */ #undef HAVE_REMOVE /* Define if you have the setenv function. */ #undef HAVE_SETENV /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the times function. */ #undef HAVE_TIMES /* Define if you have the truncate function. */ #undef HAVE_TRUNCATE /* Define if you have the header file. */ #undef HAVE_DIRENT_H /* Define if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define if you have the header file. */ #undef HAVE_SYS_TIMES_H /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define if you have the header file. */ #undef HAVE_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H