Rev 87573 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#ifndef R_CONFIG_H#define R_CONFIG_H/* on Mingw-w64 defines the MING64_ version */#include <_mingw.h>/* Version of C Compiler */#define CC_VER "@CC_VER@"/* Define to 1 if using 'alloca.c'. *//* #undef C_ALLOCA *//* C stack direction: 1 (down) or -1 (up) */#define C_STACK_DIRECTION 1/* Define to 1 if translation of program messages to the user's nativelanguage is requested. */#define ENABLE_NLS 1/* Define to dummy `main' function (if any) required to link to the Fortranlibraries. *//* #undef FC_DUMMY_MAIN *//* Define if F77 and FC dummy `main' functions are identical. *//* #undef FC_DUMMY_MAIN_EQ_F77 *//* Define to a macro mangling the given C identifier (in lower and uppercase), which must not contain underscores, for linking with Fortran. */#define FC_FUNC(name,NAME) name ## _/* As FC_FUNC, but for C identifiers containing underscores. */#define FC_FUNC_(name,NAME) name ## _/* C type used for Fortran character lengths *//* will be size_t for gfortran >= 8, int before *//* #undef FC_LEN_T */#if defined __GNUC__ && __GNUC__ >= 8#define FC_LEN_T size_t#endif/* Version of Fortran Compiler */#define FC_VER "@FC_VER@"/* Define to 1 if you have the `access' function. */#define HAVE_ACCESS 1/* Define to 1 if you have 'alloca', as a function or macro. */#define HAVE_ALLOCA 1/* Define to 1 if <alloca.h> works. *//* #undef HAVE_ALLOCA_H *//* Define if you have the Aqua headers and libraries, and want to includesupport for R.app and for the quartz() device to be built. *//* #undef HAVE_AQUA *//* Define to 1 if you have the `argz_count' function. *//* #undef HAVE_ARGZ_COUNT *//* Define to 1 if you have the <argz.h> header file. *//* #undef HAVE_ARGZ_H *//* Define to 1 if you have the `argz_next' function. *//* #undef HAVE_ARGZ_NEXT *//* Define to 1 if you have the `argz_stringify' function. *//* #undef HAVE_ARGZ_STRINGIFY *//* Define to 1 if you have the <arpa/inet.h> header file. *//* #undef HAVE_ARPA_INET_H *//* Define to 1 if you have the `asprintf' function. *//* available on Mingw-w64 with _GNU_SOURCE *//* #undef HAVE_ASPRINTF *//* Define to 1 if you have the `atan2pi' function. *//* #undef HAVE_ATAN2PI *//* Define to 1 if you have the `atanpi' function. *//* #undef HAVE_ATANPI *//* Define to 1 if the compiler understands __builtin_expect. (For intl) */#define HAVE_BUILTIN_EXPECT 1/* Define to 1 if you have the <bzlib.h> header file. */#define HAVE_BZLIB_H 1/* Define to 1 if you have the `cabs' function. */#define HAVE_CABS 1/* Define to 1 if you have the `cacos' function. */#define HAVE_CACOS 1/* Define to 1 if you have cairo-ps. *//* #undef HAVE_CAIRO_PDF *//* Define to 1 if you have cairo-pdf. *//* #undef HAVE_CAIRO_PS *//* Define to 1 if you have cairo-svg. *//* #undef HAVE_CAIRO_SVG *//* Define to 1 if you have the `carg' function. */#define HAVE_CARG 1/* Define to 1 if you have the `casin' function. */#define HAVE_CASIN 1/* Define to 1 if you have the `catan' function. */#define HAVE_CATAN 1/* Define to 1 if you have the `ccos' function. */#define HAVE_CCOS 1/* Define to 1 if you have the `ccosh' function. */#define HAVE_CCOSH 1/* Define to 1 if you have the `cexp' function. */#define HAVE_CEXP 1/* Define to 1 if you have the OS X function CFLocaleCopyCurrent in theCoreFoundation framework. (For intl) *//* #undef HAVE_CFLOCALECOPYCURRENT *//* Define to 1 if you have the OS X function CFPreferencesCopyAppValue in theCoreFoundation framework. (For intl) *//* #undef HAVE_CFPREFERENCESCOPYAPPVALUE *//* Define to 1 if you have the `chdir' function. */#define HAVE_CHDIR 1/* Define to 1 if you have the `chmod' function. */#define HAVE_CHMOD 1/* Define to 1 if you have the `clock_gettime' function. *//* *Some* mingw-w64 versions have this (if winpthreads are included),but it is just a wrapper for what we use directly *//* #undef HAVE_CLOCK_GETTIME *//* Define to 1 if you have the `clog' function. */#define HAVE_CLOG 1/* Defined if framework CoreFoundation is present *//* #undef HAVE_COREFOUNDATION_FW *//* Define to 1 if you have the `cospi' function. *//* #undef HAVE_COSPI *//* Define to 1 if you have the `cpow' function. */#define HAVE_CPOW 1/* Define to 1 if you have the `csin' function. */#define HAVE_CSIN 1/* Define to 1 if you have the `csinh' function. */#define HAVE_CSINH 1/* Define to 1 if you have the `csqrt' function. */#define HAVE_CSQRT 1/* Define to 1 if you have the `ctan' function. */#define HAVE_CTAN 1/* Define to 1 if you have the `ctanh' function. *//* The ctanh function does not work properly, at R level "tanh(356+0i)"returns "1+NaNi", but it should return "1+0i". *//* #undef HAVE_CTANH *//* Define to 1 if you have the <curl/curl.h> header file.Set on the command line where supported (used via USE_LIBCURL)*//* #undef HAVE_CURL_CURL_H *//* Define if the GNU dcgettext() function is already present or preinstalled.*//* #undef HAVE_DCGETTEXT *//* Define to 1 if you have the declaration of `alloca', and to 0 if you don't.*/#define HAVE_DECL_ALLOCA 0/* Define to 1 if you have the declaration of `dladdr', and to 0 if you don't.*/#define HAVE_DECL_DLADDR 0/* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't.*/#define HAVE_DECL_DLSYM 0/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if youdon't. (For intl) */#define HAVE_DECL_FEOF_UNLOCKED 0/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 ifyou don't. (For intl) */#define HAVE_DECL_FGETS_UNLOCKED 0/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if youdon't. (For intl) */#define HAVE_DECL_GETC_UNLOCKED 0/* Define to 1 if you have the declaration of `isfinite', and to 0 if youdon't. */#define HAVE_DECL_ISFINITE 1/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.*/#define HAVE_DECL_ISNAN 1/* Define to 1 if you have the declaration of `mkdtemp', and to 0 if youdon't. */#define HAVE_DECL_MKDTEMP 0/* Define to 1 if you have the declaration of `putenv', and to 0 if you don't.*/#define HAVE_DECL_PUTENV 1/* Define to 1 if you have the declaration of `realpath', and to 0 if youdon't. */#define HAVE_DECL_REALPATH 0/* Define to 1 if you have the declaration of `RTLD_DEFAULT', and to 0 if youdon't. */#define HAVE_DECL_RTLD_DEFAULT 0/* Define to 1 if you have the declaration of `RTLD_NEXT', and to 0 if youdon't. */#define HAVE_DECL_RTLD_NEXT 0/* Define to 1 if you have the declaration of `siglongjmp', and to 0 if youdon't. *//* from psignal.h */#define HAVE_DECL_SIGLONGJMP 1/* Define to 1 if you have the declaration of `sigsetjmp', and to 0 if youdon't. *//* from psignal.h */#define HAVE_DECL_SIGSETJMP 1/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if youdon't. */#define HAVE_DECL_SIZE_MAX 1/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.*/#define HAVE_DECL_STRDUP 1/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if youdon't. */#define HAVE_DECL_STRNCASECMP 1/* Define to 1 if you have the declaration of `vasprintf', and to 0 if youdon't. *//* available on Mingw-w64 with _GNU_SOURCE */#define HAVE_DECL_VASPRINTF 0/* Define to 1 if you have the declaration of `_snprintf', and to 0 if youdon't. (For intl) */#define HAVE_DECL__SNPRINTF 1/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if youdon't. (For intl) */#define HAVE_DECL__SNWPRINTF 1/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.*/#define HAVE_DIRENT_H 1/* Define to 1 if you have the `dladdr' function. *//* #undef HAVE_DLADDR *//* Define to 1 if you have the <dlfcn.h> header file. *//* #undef HAVE_DLFCN_H *//* Define to 1 if you have the `dlsym' function. *//* #undef HAVE_DLSYM *//* Define to 1 if you have the <elf.h> header file. *//* #undef HAVE_ELF_H *//* Define if enum can set its base type. */#define HAVE_ENUM_BASE_TYPE 1/* Define to 1 if you have the <errno.h> header file. */#define HAVE_ERRNO_H 1/* Define to 1 if you have the `execv' function. */#define HAVE_EXECV 1/* Define to 1 if you have the `exp10' function. *//* #undef HAVE_EXP10 *//* Define to 1 if you have the `expm1' function. */#define HAVE_EXPM1 1/* Define if your Fortran compiler appends an extra_underscore to externalnames containing an underscore. *//* #undef HAVE_F77_EXTRA_UNDERSCORE *//* Define if your Fortran compiler appends an underscore to external names. */#define HAVE_F77_UNDERSCORE 1/* Define to 1 if you have the `fcntl' function. *//* #undef HAVE_FCNTL *//* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if you have the `fdopen' function. */#define HAVE_FDOPEN 1/* Define to 1 if you have the <features.h> header file. *//* #undef HAVE_FEATURES_H *//* Define to 1 if you have the <floatingpoint.h> header file. *//* #undef HAVE_FLOATINGPOINT_H *//* Define if C's Rcomplex and Fortran's COMPLEX*16 can be interchanged, andcan do arithmetic on the latter. */#define HAVE_FORTRAN_DOUBLE_COMPLEX 1/* Define to 1 if fseeko (and presumably ftello) exists and is declared. *//* available on Mingw-w64 *//* #undef HAVE_FSEEKO *//* Define to 1 if you have the `ftello' function. *//* available on Mingw-w64 *//* #undef HAVE_FTELLO *//* Define to 1 if you have the `ftruncate' function. */#define HAVE_FTRUNCATE 1/* Define to 1 if you have the `fwprintf' function. */#define HAVE_FWPRINTF 1/* Define to 1 if you have the `getcwd' function. */#define HAVE_GETCWD 1/* Define to 1 if you have the `getegid' function. *//* #undef HAVE_GETEGID *//* Define to 1 if you have the `geteuid' function. *//* #undef HAVE_GETEUID *//* Define to 1 if you have the `getgid' function. *//* #undef HAVE_GETGID *//* Define to 1 if you have the `getgrgid' function. *//* #undef HAVE_GETGRGID *//* Define to 1 if you have the `getline' function. *//* #undef HAVE_GETLINE *//* Define to 1 if you have the `getpagesize' function. */#define HAVE_GETPAGESIZE 1/* Define to 1 if you have the `getpriority' function. *//* #undef HAVE_GETPRIORITY *//* Define to 1 if you have the `getpwnam' function. *//* #undef HAVE_GETPWNAM *//* Define to 1 if you have the `getpwuid' function. *//* #undef HAVE_GETPWUID *//* Define to 1 if you have the `getrlimit' function. *//* #undef HAVE_GETRLIMIT *//* Define to 1 if you have the `getrusage' function. *//* #undef HAVE_GETRUSAGE *//* Define if the GNU gettext() function is already present or preinstalled. *//* #undef HAVE_GETTEXT *//* Define to 1 if you have the `gettimeofday' function. */#define HAVE_GETTIMEOFDAY 1/* Define to 1 if you have the `getuid' function. *//* #undef HAVE_GETUID *//* Define if you have the GNU C library version >= 2. This is needed to fix aproblem with getting the prototype of strptime(). *//* #undef HAVE_GLIBC2 *//* Define to 1 if you have the `glob' function. *//* #undef HAVE_GLOB *//* Define to 1 if you have the <glob.h> header file. *//* #undef HAVE_GLOB_H *//* Define to 1 if you have the `gmtime_r' function. *//* #undef HAVE_GMTIME_R *//* Define to 1 if you have the <grp.h> header file. *//* #undef HAVE_GRP_H *//* Define to 1 if you have the `history_truncate_file' function. *//* #undef HAVE_HISTORY_TRUNCATE_FILE *//* Define to 1 if you have the `hypot' function. */#define HAVE_HYPOT 1/* Define if you have the iconv() function. */#define HAVE_ICONV 1/* Define if you have the `iconvlist' function. */#define HAVE_ICONVLIST 1/* Define if `iconv' accepts "CP1252". */#define HAVE_ICONV_CP1252 1/* Define to 1 if you have the <iconv.h> header file. */#define HAVE_ICONV_H 1/* Define to 1 if the system has the type `int64_t'. */#define HAVE_INT64_T 1/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. (Forintl) */#define HAVE_INTMAX_T 1/* Define to 1 if the system has the type `intptr_t'. */#define HAVE_INTPTR_T 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, anddeclares uintmax_t. (For intl) */#define HAVE_INTTYPES_H_WITH_UINTMAX 1/* Define to 1 if the system has the type `int_fast64_t'. */#define HAVE_INT_FAST64_T 1/* Define to 1 if you have the `isblank' function. */#define HAVE_ISBLANK 1/* Define to 1 if you have the `isnan' function. */#define HAVE_ISNAN 1/* Define to 1 if you have the `iswctype' function. */#define HAVE_ISWCTYPE 1/* Define if you have the JPEG headers and libraries. */#define HAVE_JPEG 1/* Define if KERN_USRSTACK sysctl is supported. *//* #undef HAVE_KERN_USRSTACK *//* Define if you have KeySym defined in X11. *//* #undef HAVE_KEYSYM *//* Define to 1 if you have the `kill' function. *//* #undef HAVE_KILL *//* Define if you have <langinfo.h> and nl_langinfo(CODESET). *//* #undef HAVE_LANGINFO_CODESET *//* Define to 1 if you have the <langinfo.h> header file. *//* #undef HAVE_LANGINFO_H *//* Define if your <locale.h> file defines LC_MESSAGES. *//* #undef HAVE_LC_MESSAGES *//* Define if your system has libcurl >= 7.28.0 with support for https.Set on the command line where supported. (used via USE_LIBCURL)*//* #undef HAVE_LIBCURL *//* Define if __libc_stack_end is visible. *//* #undef HAVE_LIBC_STACK_END *//* Define to 1 if you have libdeflate headers and library. *//* #undef HAVE_LIBDEFLATE */#define HAVE_LIBDEFLATE 1/* Define to 1 if you have the <libdeflate.h> header file. *//* #undef HAVE_LIBDEFLATE_H */#define HAVE_LIBDEFLATE_H 1/* Define to 1 if you have the `dl' library (-ldl). *//* #undef HAVE_LIBDL *//* Define to 1 if you have the `icucore' library (-licucore). *//* #undef HAVE_LIBICUCORE *//* Define to 1 if you have the `m' library (-lm). */#define HAVE_LIBM 1/* Define to 1 if you have the `ncurses' library (-lncurses). *//* #undef HAVE_LIBNCURSES *//* Define to 1 if you have the `readline' library (-lreadline). *//* #undef HAVE_LIBREADLINE *//* Define to 1 if you have the `rt' library (-lrt). *//* #undef HAVE_LIBRT *//* Define to 1 if you have the `sunmath' library (-lsunmath). *//* #undef HAVE_LIBSUNMATH *//* Define to 1 if you have the `termcap' library (-ltermcap). *//* #undef HAVE_LIBTERMCAP *//* Define to 1 if you have the `termlib' library (-ltermlib). *//* #undef HAVE_LIBTERMLIB *//* Define to 1 if you have the `tinfo' library (-ltinfo). *//* #undef HAVE_LIBTINFO *//* Define to 1 if you have the `tk' library (-ltk). *//* #undef HAVE_LIBTK *//* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if you have the `link' function. *//* #undef HAVE_LINK *//* Define to 1 if you have the <locale.h> header file. */#define HAVE_LOCALE_H 1/* Define to 1 if you have the `localtime_r' function. *//* available on Mingw-w64 with _POSIX_THREAD_SAFE_FUNCTIONS *//* #undef HAVE_LOCALTIME_R *//* Define to 1 if you have the `log10' function. */#define HAVE_LOG10 1/* Define to 1 if you have the `log1p' function. */#define HAVE_LOG1P 1/* Define to 1 if you have the `log1pl' function. */#define HAVE_LOG1PL 1/* Define to 1 if you have the `log2' function. */#define HAVE_LOG2 1/* Define if you wish to use the 'long double' type. */#define HAVE_LONG_DOUBLE 1/* Define to 1 if the system has the type `long long int'. (For intl) */#define HAVE_LONG_LONG_INT 1/* Define if your system has lzma >= 5.0.3. */#define HAVE_LZMA 1/* Define to 1 if you have the <lzma.h> header file. */#define HAVE_LZMA_H 1/* Define to 1 if you have the `mbrtowc' function. */#define HAVE_MBRTOWC 1/* Define to 1 if the system has the type `mbstate_t'. */#define HAVE_MBSTATE_T 1/* Define to 1 if you have the `mbstowcs' function. */#define HAVE_MBSTOWCS 1/* Define to 1 if you have the `mempcpy' function. */#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR >= 2# define HAVE_MEMPCPY 1#endif/* Define to 1 if you have the <minix/config.h> header file. *//* #undef HAVE_MINIX_CONFIG_H *//* Define to 1 if you have the `mkdtemp' function. *//* #undef HAVE_MKDTEMP *//* Define to 1 if you have the `mkfifo' function. *//* #undef HAVE_MKFIFO *//* Define to 1 if you have a working `mmap' system call. *//* #undef HAVE_MMAP *//* Define to 1 if you have the `munmap' function. *//* #undef HAVE_MUNMAP *//* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. *//* #undef HAVE_NDIR_H *//* Define to 1 if you have the `nearbyint' function. */#define HAVE_NEARBYINT 1/* Define to 1 if you have the `nearbyintl' function. */#define HAVE_NEARBYINTL 1/* Define to 1 if you have the <netdb.h> header file. *//* #undef HAVE_NETDB_H *//* Define to 1 if you have the <netinet/in.h> header file. *//* #undef HAVE_NETINET_IN_H *//* Define to 1 if you have the `nl_langinfo' function. *//* #undef HAVE_NL_LANGINFO *//* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if_GNU_SOURCE is defined. *//* #undef HAVE_NL_LOCALE_NAME *//* Define if module-loading does not need an underscore to be prepended toexternal names. */#define HAVE_NO_SYMBOL_UNDERSCORE 1/* Define if you have off_t, fseeko and ftello. */#define HAVE_OFF_T 1/* Define if you have C OpenMP support. */#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR >= 2// has it, but it is too slow to be usable// #define HAVE_OPENMP 1#endif/* Define if your OpenMP 4 implementation fully supports SIMD reduction */#define HAVE_OPENMP_SIMDRED 1/* Define to 1 if you have pangocairo. *//* #undef HAVE_PANGOCAIRO *//* Define if your system has pcre2. */#define HAVE_PCRE2 1/* Define to 1 if you have the <pcre.h> header file. *//* #undef HAVE_PCRE_H *//* Define to 1 if you have the <pcre/pcre.h> header file. *//* #undef HAVE_PCRE_PCRE_H *//* Define if you have the PNG headers and libraries. */#define HAVE_PNG 1/* Define to 1 if you have the `popen' function. */#define HAVE_POPEN 1/* Define if your system time functions do not count leap seconds, as requiredby POSIX. */#define HAVE_POSIX_LEAPSECONDS 1/* Define if your printf() function supports format strings with positions.(For intl) *//* UCRT printf does not support positions,but the TRIO replacement does (trioremap.h) */#define HAVE_POSIX_PRINTF 1/* Define if you have POSIX.1 compatible sigsetjmp/siglongjmp. *//* from psignal.h */#define HAVE_POSIX_SETJMP 1/* Define to 1 if you have the `powl' function. */#define HAVE_POWL 1/* Define to 1 if you have the `pown' function. *//* #undef HAVE_POWN *//* Define if have support for POSIX threads. *//* may be available on Mingw-w64 with winpthreads *//* #undef HAVE_PTHREAD *//* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. (For intl) *//* #undef HAVE_PTHREAD_MUTEX_RECURSIVE *//* Define if the POSIX multithreading library has read/write locks. (For intl)*//* #undef HAVE_PTHREAD_RWLOCK *//* Define to 1 if you have the `putenv' function. */#define HAVE_PUTENV 1/* Define if putenv("FOO") can unset an environment variable *//* #undef HAVE_PUTENV_UNSET *//* Define if putenv("FOO=") can unset an environment variable */#define HAVE_PUTENV_UNSET2 1/* Define to 1 if you have the <pwd.h> header file. *//* #undef HAVE_PWD_H *//* Define to 1 if you have the <readline/history.h> header file. *//* #undef HAVE_READLINE_HISTORY_H *//* Define to 1 if you have the <readline/readline.h> header file. *//* #undef HAVE_READLINE_READLINE_H *//* Define to 1 if you have the `readlink' function. *//* #undef HAVE_READLINK *//* Define to 1 if you have the `realpath' function. *//* #undef HAVE_REALPATH *//* Define to 1 if you have the `rintl' function. */#define HAVE_RINTL 1/* Define to 1 if you have the `rl_completion_matches' function. *//* #undef HAVE_RL_COMPLETION_MATCHES *//* Define to 1 if you have the `rl_resize_terminal' function. *//* #undef HAVE_RL_RESIZE_TERMINAL *//* Define to 1 if you have the `rl_sort_completion_matches' function. *//* #undef HAVE_RL_SORT_COMPLETION_MATCHES *//* Define to 1 if you have the `sched_getaffinity' function. *//* #undef HAVE_SCHED_GETAFFINITY *//* Define to 1 if you have the <sched.h> header file. *//* may be available on Mingw-w64 with winpthreads *//* #undef HAVE_SCHED_H *//* Define to 1 if you have the `sched_setaffinity' function. *//* #undef HAVE_SCHED_SETAFFINITY *//* Define to 1 if you have the `select' function. *//* #undef HAVE_SELECT *//* Define to 1 if you have the `setenv' function. *//* #undef HAVE_SETENV *//* Define to 1 if you have the `setitimer' function. *//* #undef HAVE_SETITIMER *//* Define to 1 if you have the `setlocale' function. */#define HAVE_SETLOCALE 1/* Define to 1 if you have the `setrlimit' function. *//* #undef HAVE_SETRLIMIT *//* Define to 1 if you have the `sigaction' function. *//* #undef HAVE_SIGACTION *//* Define to 1 if you have the `sigaltstack' function. *//* #undef HAVE_SIGALTSTACK *//* Define to 1 if you have the `sigemptyset' function. *//* #undef HAVE_SIGEMPTYSET *//* Define to 1 if you have the `sinpi' function. *//* #undef HAVE_SINPI *//* Define to 1 if you have the `snprintf' function. */#define HAVE_SNPRINTF 1/* Define to 1 if the system has the type `stack_t'. *//* #undef HAVE_STACK_T *//* Define to 1 if you have the `stat' function. */#define HAVE_STAT 1/* Define to 1 if you have the <stdalign.h> header file. */#define HAVE_STDALIGN_H 1/* Define to 1 if you have the <stdarg.h> header file. */#define HAVE_STDARG_H 1/* Define to 1 if you have the <stdbool.h> header file. */#define HAVE_STDBOOL_H 1/* Define to 1 if you have the <stddef.h> header file. */#define HAVE_STDDEF_H 1/* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declaresuintmax_t. (For intl) */#define HAVE_STDINT_H_WITH_UINTMAX 1/* Define to 1 if you have the <stdio.h> header file. */#define HAVE_STDIO_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 `stpcpy' function. *//* #undef HAVE_STPCPY *//* Define to 1 if you have the `strcasecmp' function. */#define HAVE_STRCASECMP 1/* Define to 1 if you have the `strdup' function. */#define HAVE_STRDUP 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 `strncasecmp' function. */#define HAVE_STRNCASECMP 1/* Define to 1 if you have the `strtoul' function. */#define HAVE_STRTOUL 1/* Define to 1 if `st_atimensec' is a member of `struct stat'. *//* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC *//* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. *//* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC *//* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. *//* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC *//* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. *//* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC *//* Define to 1 if you have the <sunmath.h> header file. *//* #undef HAVE_SUNMATH_H *//* Define to 1 if you have the `symlink' function. *//* #undef HAVE_SYMLINK *//* Define to 1 if you have the `sysconf' function. *//* #undef HAVE_SYSCONF *//* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.*//* #undef HAVE_SYS_DIR_H *//* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.*//* #undef HAVE_SYS_NDIR_H *//* Define to 1 if you have the <sys/param.h> header file. */#define HAVE_SYS_PARAM_H 1/* Define to 1 if you have the <sys/resource.h> header file. *//* #undef HAVE_SYS_RESOURCE_H *//* Define to 1 if you have the <sys/select.h> header file. *//* #undef HAVE_SYS_SELECT_H *//* Define to 1 if you have the <sys/socket.h> header file. *//* #undef HAVE_SYS_SOCKET_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. *//* #undef HAVE_SYS_TIMES_H *//* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_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 <sys/utsname.h> header file. *//* #undef HAVE_SYS_UTSNAME_H *//* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. *//* #undef HAVE_SYS_WAIT_H *//* Define to 1 if you have the `tanpi' function. *//* #undef HAVE_TANPI *//* Define if you have the Tcl/Tk headers and libraries and want Tcl/Tk supportto be built. *//* Tcl/Tk bundle is by default expected in Tcl directory next to src */#define HAVE_TCLTK 1/* Define to 1 if you have the <thread.h> header file. *//* #undef HAVE_THREAD_H *//* Define to 1 if you have the `thr_stksegment' function. *//* #undef HAVE_THR_STKSEGMENT *//* Define this if libtiff is available. */#define HAVE_TIFF 1/* Define to 1 if you have the <tiffio.h> header file. */#define HAVE_TIFFIO_H 1/* Define to 1 if you have the `tilde_expand_word' function. *//* #undef HAVE_TILDE_EXPAND_WORD *//* Define to 1 if you have the `times' function. *//* #undef HAVE_TIMES *//* Define to 1 if you have the `timespec_get' function. *//* available since Rtools43, but not in Rtools42 *//* #define HAVE_TIMESPEC_GET 1 *//* Define to 1 if your 'struct tm' has tm_gmtoff. *//* #undef HAVE_TM_GMTOFF *//* Define to 1 if your 'struct tm' has tm_zone. *//* #undef HAVE_TM_ZONE *//* Define if your system has tre. *//* #undef HAVE_TRE *//* Define to 1 if you have the <tre/tre.h> header file. *//* #undef HAVE_TRE_TRE_H *//* Define to 1 if you have the `tsearch' function. */#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR >= 2#define HAVE_TSEARCH 1#endif/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. (Forintl) */#define HAVE_UINTMAX_T 1/* Define to 1 if the system has the type `uintptr_t'. */#define HAVE_UINTPTR_T 1/* Define to 1 if you have the `umask' function. */#define HAVE_UMASK 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if you have the `unsetenv' function. *//* #undef HAVE_UNSETENV *//* Define if you have the 'unsigned long long' type. (For intl) */#define HAVE_UNSIGNED_LONG_LONG 1/* Define to 1 if the system has the type `unsigned long long int'. (For intl)*/#define HAVE_UNSIGNED_LONG_LONG_INT 1/* Define to 1 if you have the `utime' function. *//* may be available on Mingw-w64 *//* #undef HAVE_UTIME *//* Define to 1 if you have the `utimensat' function. *//* #undef HAVE_UTIMENSAT *//* Define to 1 if you have the `utimes' function. *//* #undef HAVE_UTIMES *//* Define to 1 if you have the <utime.h> header file. *//* may be available on Mingw-w64 *//* #undef HAVE_UTIME_H *//* Define to 1 if you have the <valgrind/memcheck.h> header file. *//* #undef HAVE_VALGRIND_MEMCHECK_H *//* Define to 1 if you have the `vasprintf' function. */#define HAVE_VASPRINTF 1/* Define to 1 if you have the `va_copy' function. */#define HAVE_VA_COPY 1/* Define to 1 or 0, depending whether the compiler supports simple visibilitydeclarations. (For intl) */#define HAVE_VISIBILITY 1/* Define to 1 if __attribute__((visibility())) is supported *//* #undef HAVE_VISIBILITY_ATTRIBUTE *//* Define to 1 if you have the <wchar.h> header file. */#define HAVE_WCHAR_H 1/* Define if you have the 'wchar_t' type. (For intl) */#define HAVE_WCHAR_T 1/* Define to 1 if you have the `wcrtomb' function. */#define HAVE_WCRTOMB 1/* Define to 1 if you have the `wcscoll' function. */#define HAVE_WCSCOLL 1/* Define to 1 if you have the `wcsftime' function. */#define HAVE_WCSFTIME 1/* Define to 1 if you have the `wcslen' function. */#define HAVE_WCSLEN 1/* Define to 1 if you have the `wcstod' function. */#define HAVE_WCSTOD 1/* Define to 1 if you have the `wcstombs' function. */#define HAVE_WCSTOMBS 1/* Define to 1 if you have the `wcswidth' function. *//* #undef HAVE_WCSWIDTH *//* Define to 1 if you have the `wctrans' function. */#define HAVE_WCTRANS 1/* Define to 1 if the system has the type `wctrans_t'. */#define HAVE_WCTRANS_T 1/* Define to 1 if you have the `wctype' function. */#define HAVE_WCTYPE 1/* Define to 1 if you have the <wctype.h> header file. */#define HAVE_WCTYPE_H 1/* Define to 1 if you have the `wcwidth' function. *//* #undef HAVE_WCWIDTH *//* Define if you have the 'wint_t' type. (For intl) */#define HAVE_WINT_T 1/* Define to 1 if you have cairo. *//* #undef HAVE_WORKING_CAIRO *//* Define if calloc(0) returns a null pointer. */#define HAVE_WORKING_CALLOC 1/* Define if ctanh() exists and is working correctly. *//* ctanh is not working correctly on Windows, see HAVE_CTANH below. *//* #undef HAVE_WORKING_CTANH *//* Define if your ftell works correctly on files opened for append. *//* #undef HAVE_WORKING_FTELL *//* Define if isfinite() is correct for -Inf/NaN/Inf. */#define HAVE_WORKING_ISFINITE 1/* Define if log1p() exists and is accurate enough. */#define HAVE_WORKING_LOG1P 1/* Define if your mktime works correctly after 2037. *//* using internal-tzcode */#define HAVE_WORKING_MKTIME_AFTER_2037 1/* Define if your mktime works correctly before 1902. *//* using internal-tzcode */#define HAVE_WORKING_MKTIME_BEFORE_1902 1/* Define if your mktime works correctly before 1970. *//* using internal-tzcode */#define HAVE_WORKING_MKTIME_BEFORE_1970 1/* Define if sigaction() is complete enough for R's usage *//* #undef HAVE_WORKING_SIGACTION *//* Define to 1 if you have cairo including Xlib. *//* #undef HAVE_WORKING_X11_CAIRO *//* Define if you have the X11 headers and libraries, and want the X11 GUI tobe built. *//* #undef HAVE_X11 *//* Define if you have the X11/Xmu headers and libraries. *//* #undef HAVE_X11_Xmu *//* Define if your system has zstd >= 1.3.3. */#define HAVE_ZSTD 1/* Define if zstd has ZSTD_decompressBound */#define HAVE_ZSTD_DECOMPRESSBOUND 1/* Define to 1 if you have the `__cospi' function. *//* #undef HAVE___COSPI *//* Define to 1 if you have the `__fsetlocking' function. *//* #undef HAVE___FSETLOCKING *//* Define to 1 if you have the `__sinpi' function. *//* #undef HAVE___SINPI *//* Define to 1 if you have the `__tanpi' function. *//* #undef HAVE___TANPI *//* Define as const if the declaration of iconv() needs const. *//* to match fixed/h/iconv.h */#define ICONV_CONST const/* Define if you have IEEE 754 floating point arithmetic. */#define IEEE_754 1/* Define if integer division by zero raises signal SIGFPE. (For intl) */#define INTDIV0_RAISES_SIGFPE 0/* Define if you have 32 bit ints. */#define INT_32_BITS 1/* Define to the sub-directory where libtool stores uninstalled libraries. */#define LT_OBJDIR ".libs/"/* Define if mktime sets errno. */#define MKTIME_SETS_ERRNO 1/* Define to disable Valgrind instrumentation */#define NVALGRIND 1/* Define if using GNU-style Objective C runtime. *//* #undef OBJC_GNU_RUNTIME *//* Define if using NeXT/Apple-style Objective C runtime. *//* #undef OBJC_NEXT_RUNTIME *//* Name of package */#define PACKAGE "R"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT "https://bugs.r-project.org"/* Define to the full name of this package. */#define PACKAGE_NAME "R"/* Define to the full name and version of this package. */#define PACKAGE_STRING "R @VERSION@"/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME "R"/* Define to the home page for this package. */#define PACKAGE_URL "https://www.r-project.org"/* Define to the version of this package. */#define PACKAGE_VERSION "@VERSION@"/* PCRE2 code unit width wanted. */#define PCRE2_CODE_UNIT_WIDTH 8/* Define if <inttypes.h> exists and defines unusable PRI* macros. (For intl)*//* #undef PRI_MACROS_BROKEN *//* Define if the pthread_in_use() detection is hard. (For intl) *//* #undef PTHREAD_IN_USE_DETECTION_HARD *//* Define this to use architecture-dependent subdirectories of this name. */#ifndef R_ARCH#define R_ARCH ""#endif/* Define this to be the name of the CPU of your system. */#ifdef __aarch64__# define R_CPU "aarch64"#else# ifdef _WIN64# define R_CPU "x86_64"# else# define R_CPU "i386"# endif#endif/* Define as `inline', or `__inline__' or `__inline' if that's what the Ccompiler calls it, or to nothing if it is not supported. */#define R_INLINE inline/* Define this to enable memory profiling. */#define R_MEMORY_PROFILING 1/* NOTE: there is no unanimity on this. Currently most autoconf-basedsystems need mingw32 *//* Define this to be the name of the OS of your system. */#define R_OS "mingw32"/* Define this to be the canonical name (cpu-vendor-os) of your system. */#ifdef __aarch64__# define R_PLATFORM "aarch64-w64-mingw32"#else# ifdef _WIN64# define R_PLATFORM "x86_64-w64-mingw32"# else# define R_PLATFORM "i386-w64-mingw32"# endif#endif/* Define this to be the C runtime R has been built for. */#if defined(_UCRT) || ((__MSVCRT_VERSION__ >= 0x1400) || (__MSVCRT_VERSION__ >= 0xE00 && __MSVCRT_VERSION__ < 0x1000))/* __MSVCRT_VERSION__ is defined in _mingw.h. Keep in step with corecrt.h. */#define R_CRT "ucrt"#else#define R_CRT "msvcrt"#endif/* Define this to be printing command on your system. */#define R_PRINTCMD ""/* Define this to enable R-level profiling. */#define R_PROFILING 1/* Type for socket lengths: socklen_t, sock_t, int? */#define R_SOCKLEN_T int/* Define this to be the name of the vendor of your system. */#define R_VENDOR "w64"/* Define this to be the extension used for shared objects on your system. */#define SHLIB_EXT ".dll"/* The size of `double', as computed by sizeof. */#define SIZEOF_DOUBLE 8/* The size of `int', as computed by sizeof. */#define SIZEOF_INT 4/* The size of `long', as computed by sizeof. */#define SIZEOF_LONG 4/* The size of `long double', as computed by sizeof. */#ifdef __aarch64__# define SIZEOF_LONG_DOUBLE 8#else# ifdef _WIN64# define SIZEOF_LONG_DOUBLE 16# else# define SIZEOF_LONG_DOUBLE 12# endif#endif/* The size of `long long', as computed by sizeof. */#define SIZEOF_LONG_LONG 8/* The size of `size_t', as computed by sizeof. */#ifdef _WIN64# define SIZEOF_SIZE_T 8#else# define SIZEOF_SIZE_T 4#endif/* Workaround for win64 pow() precision issue in Mingw-w64 V3 and higherSee http://sourceforge.net/p/mingw-w64/bugs/466 for discussion. */#if defined(_WIN64) && defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR >= 3#define USE_POWL_IN_R_POW 1#endif/* Define as the maximum value of type 'size_t', if the system doesn't defineit. (For intl) *//* #undef SIZE_MAX *//* If using the C implementation of alloca, define if you know thedirection of stack growth for your system; otherwise it will beautomatically deduced at runtime.STACK_DIRECTION > 0 => grows toward higher addressesSTACK_DIRECTION < 0 => grows toward lower addressesSTACK_DIRECTION = 0 => direction of growth unknown *//* #undef STACK_DIRECTION *//* Define to 1 if all of the C90 standard headers exist (not just the onesrequired in a freestanding environment). This macro is provided forbackward compatibility; new code need not use it. */#define STDC_HEADERS 1/* Define if you have C/C++/Fortran OpenMP support for package code. *//* #undef SUPPORT_OPENMP *//* Define to enable provoking compile errors on write barrier violation. *//* #undef TESTING_WRITE_BARRIER *//* Define to 1 if the type of the st_atim member of a struct stat is structtimespec. *//* #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC *//* Define to use ICU for collation. *//* #undef USE_ICU *//* Define to use Apple's ICU. *//* #undef USE_ICU_APPLE *//* Define to use internal time-zone code */#define USE_INTERNAL_MKTIME 1/* Define to use libdefault rather than libz for lazy-loaded R objects *//* #undef USE_LIBDEFLATE */#define USE_LIBDEFLATE 1/* Define if the POSIX multithreading library can be used. (For intl) *//* #undef USE_POSIX_THREADS *//* Define if references to the POSIX multithreading library should be madeweak. (For intl) *//* #undef USE_POSIX_THREADS_WEAK *//* Define if the GNU Pth multithreading library can be used. (For intl) *//* #undef USE_PTH_THREADS *//* Define if references to the GNU Pth multithreading library should be madeweak. (For intl) *//* #undef USE_PTH_THREADS_WEAK *//* Define to 1 to use internal code for 'towlower' and 'towupper'. */#define USE_RI18N_CASE 1/* Define to 1 to use internal 'iswprint' etc. */#define USE_RI18N_FNS 1/* Define to 1 to use internal 'wcwidth' */#define USE_RI18N_WIDTH/* Define if the old Solaris multithreading library can be used. (For intl) *//* #undef USE_SOLARIS_THREADS *//* Define if references to the old Solaris multithreading library should bemade weak. (For intl) *//* #undef USE_SOLARIS_THREADS_WEAK *//* Enable extensions on AIX 3, Interix. */#ifndef _ALL_SOURCE# undef _ALL_SOURCE#endif/* Enable GNU extensions on systems that have them. */#ifndef _GNU_SOURCE# undef _GNU_SOURCE#endif/* Enable threading extensions on Solaris. */#ifndef _POSIX_PTHREAD_SEMANTICS# undef _POSIX_PTHREAD_SEMANTICS#endif/* Enable extensions on HP NonStop. */#ifndef _TANDEM_SOURCE# undef _TANDEM_SOURCE#endif/* Enable general extensions on Solaris. */#ifndef __EXTENSIONS__# undef __EXTENSIONS__#endif/* Define if the Win32 multithreading API can be used. (For intl) *//* #undef USE_WIN32_THREADS *//* Define according to your operating system type. *//* #undef Unix *//* Define as 1 or 2 to specify levels of Valgrind instrumentation */#define VALGRIND_LEVEL 0/* Version number of package */#define VERSION "@VERSION@"/* Define to 1 if your processor stores words with the most significant bytefirst (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN *//* Define according to your operating system type. */#define Win32 1/* Define to 1 if the X Window System is missing or not being used. */#define X_DISPLAY_MISSING 1/* Enable large inode numbers on Mac OS X 10.5. */#ifndef _DARWIN_USE_64_BIT_INODE# define _DARWIN_USE_64_BIT_INODE 1#endif/* Number of bits in a file offset, on hosts where this is settable. *//* #undef _FILE_OFFSET_BITS *//* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). *//* #undef _LARGEFILE_SOURCE *//* Define for large files, on AIX-style hosts. *//* #undef _LARGE_FILES *//* Define to 1 if on MINIX. *//* #undef _MINIX *//* Define to 2 if the system does not provide POSIX.1 features except withthis defined. *//* #undef _POSIX_1_SOURCE *//* Define to 1 if you need to in order for 'stat' and other things to work. *//* #undef _POSIX_SOURCE *//* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the#define below would cause a syntax error. *//* #undef _UINT64_T *//* Define to 'long' if <sys/types.h> does not define. Apparently necessary tofix a GCC bug on AIX? */#define blkcnt_t long/* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define to `__inline__' or `__inline' if that's what the C compilercalls it, or to nothing if 'inline' is not supported under any name. */#ifndef __cplusplus/* #undef inline */#endif/* Define as a signed integer type capable of holding a process identifier. *//* #undef pid_t *//* Define as the type of the result of subtracting two pointers, if the systemdoesn't define it. (For intl) *//* #undef ptrdiff_t *//* Define to `unsigned int' if <sys/types.h> does not define. *//* #undef size_t *//* Define to the type of an unsigned integer type of width exactly 64 bits ifsuch a type exists and the standard includes do not define it. *//* #undef uint64_t *//* Define to unsigned long or unsigned long long if <stdint.h> and<inttypes.h> don't define. (For intl) *//* #undef uintmax_t */#endif /* not R_CONFIG_H */#define __libc_lock_t gl_lock_t#define __libc_lock_define gl_lock_define#define __libc_lock_define_initialized gl_lock_define_initialized#define __libc_lock_init gl_lock_init#define __libc_lock_lock gl_lock_lock#define __libc_lock_unlock gl_lock_unlock#define __libc_lock_recursive_t gl_recursive_lock_t#define __libc_lock_define_recursive gl_recursive_lock_define#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized#define __libc_lock_init_recursive gl_recursive_lock_init#define __libc_lock_lock_recursive gl_recursive_lock_lock#define __libc_lock_unlock_recursive gl_recursive_lock_unlock#define glthread_in_use libintl_thread_in_use#define glthread_lock_init libintl_lock_init#define glthread_lock_lock libintl_lock_lock#define glthread_lock_unlock libintl_lock_unlock#define glthread_lock_destroy libintl_lock_destroy#define glthread_rwlock_init libintl_rwlock_init#define glthread_rwlock_rdlock libintl_rwlock_rdlock#define glthread_rwlock_wrlock libintl_rwlock_wrlock#define glthread_rwlock_unlock libintl_rwlock_unlock#define glthread_rwlock_destroy libintl_rwlock_destroy#define glthread_recursive_lock_init libintl_recursive_lock_init#define glthread_recursive_lock_lock libintl_recursive_lock_lock#define glthread_recursive_lock_unlock libintl_recursive_lock_unlock#define glthread_recursive_lock_destroy libintl_recursive_lock_destroy#define glthread_once libintl_once#define glthread_once_call libintl_once_call#define glthread_once_singlethreaded libintl_once_singlethreaded