mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-18 11:11:34 +03:00
121 lines
3.4 KiB
C
121 lines
3.4 KiB
C
/* src/config.h. Generated from config.h.in by configure. */
|
|
/* src/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Have dirent struct member d_namlen */
|
|
#define HAVE_DIRENT_DNAMLEN /**/
|
|
|
|
/* Have dirent struct member d_type */
|
|
#define HAVE_DIRENT_DTYPE /**/
|
|
|
|
/* Define to 1 if you have the <err.h> header file. */
|
|
#define HAVE_ERR_H 1
|
|
|
|
/* Define to 1 if you have the `fgetln' function. */
|
|
#define HAVE_FGETLN 1
|
|
|
|
/* Define to 1 if you have the `fopencookie' function. */
|
|
/* #undef HAVE_FOPENCOOKIE */
|
|
|
|
/* Define to 1 if you have the `getline' function. */
|
|
#define HAVE_GETLINE 1
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the `shlwapi' library (-lshlwapi). */
|
|
/* #undef HAVE_LIBSHLWAPI */
|
|
|
|
/* Define to 1 if you have the <lzma.h> header file. */
|
|
#define HAVE_LZMA_H 1
|
|
|
|
/* Define to 1 if you have the `madvise' function. */
|
|
#define HAVE_MADVISE 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the `pledge' function. */
|
|
/* #undef HAVE_PLEDGE */
|
|
|
|
/* Define to 1 if you have the `posix_fadvise' function. */
|
|
/* #undef HAVE_POSIX_FADVISE */
|
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
#define HAVE_PTHREAD_H 1
|
|
|
|
/* Have PTHREAD_PRIO_INHERIT. */
|
|
#define HAVE_PTHREAD_PRIO_INHERIT 1
|
|
|
|
/* Define to 1 if you have the `pthread_setaffinity_np' function. */
|
|
/* #undef HAVE_PTHREAD_SETAFFINITY_NP */
|
|
|
|
/* Define to 1 if you have the `realpath' function. */
|
|
#define HAVE_REALPATH 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the `strlcpy' function. */
|
|
#define HAVE_STRLCPY 1
|
|
|
|
/* Define to 1 if you have the `strndup' function. */
|
|
#define HAVE_STRNDUP 1
|
|
|
|
/* Define to 1 if you have the <sys/cpuset.h> header file. */
|
|
/* #undef HAVE_SYS_CPUSET_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/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
|
#define HAVE_VASPRINTF 1
|
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
#define HAVE_ZLIB_H 1
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "https://github.com/ggreer/the_silver_searcher/issues"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "the_silver_searcher"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "the_silver_searcher 2.2.0"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "the_silver_searcher"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define PACKAGE_URL "https://github.com/ggreer/the_silver_searcher"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "2.2.0"
|
|
|
|
/* Define to necessary symbol if this constant uses a non-standard name on
|
|
your system. */
|
|
/* #undef PTHREAD_CREATE_JOINABLE */
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Use CPU_SET macros */
|
|
/* #undef USE_CPU_SET */
|
|
|
|
/* Use PCRE JIT */
|
|
#define USE_PCRE_JIT /**/
|