config.h.in
1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the `arc4random' function. */ 4 #undef HAVE_ARC4RANDOM 5 6 /* Define to 1 if you have the <a.out.h> header file. */ 7 #undef HAVE_A_OUT_H 8 9 /* define if the compiler supports basic C++17 syntax */ 10 #undef HAVE_CXX17 11 12 /* Define to 1 if you have the `getcontext' function. */ 13 #undef HAVE_GETCONTEXT 14 15 /* Define to 1 if you have the `getrandom' function. */ 16 #undef HAVE_GETRANDOM 17 18 /* Define to 1 if you have the <inttypes.h> header file. */ 19 #undef HAVE_INTTYPES_H 20 21 /* Define to 1 if you have the `rustc_demangle' library (-lrustc_demangle). */ 22 #undef HAVE_LIBRUSTC_DEMANGLE 23 24 /* Define to 1 if you have the `zstd' library (-lzstd). */ 25 #undef HAVE_LIBZSTD 26 27 /* Define to 1 if you have the `memfd_create' function. */ 28 #undef HAVE_MEMFD_CREATE 29 30 /* Define if you have POSIX threads libraries and header files. */ 31 #undef HAVE_PTHREAD 32 33 /* Define to 1 if you have the <rustc_demangle.h> header file. */ 34 #undef HAVE_RUSTC_DEMANGLE_H 35 36 /* Define to 1 if you have the <stdint.h> header file. */ 37 #undef HAVE_STDINT_H 38 39 /* Define to 1 if you have the <stdio.h> header file. */ 40 #undef HAVE_STDIO_H 41 42 /* Define to 1 if you have the <stdlib.h> header file. */ 43 #undef HAVE_STDLIB_H 44 45 /* Define to 1 if you have the <strings.h> header file. */ 46 #undef HAVE_STRINGS_H 47 48 /* Define to 1 if you have the <string.h> header file. */ 49 #undef HAVE_STRING_H 50 51 /* Define to 1 if you have the <sys/mman.h> header file. */ 52 #undef HAVE_SYS_MMAN_H 53 54 /* Define to 1 if you have the <sys/random.h> header file. */ 55 #undef HAVE_SYS_RANDOM_H 56 57 /* Define to 1 if you have the <sys/stat.h> header file. */ 58 #undef HAVE_SYS_STAT_H 59 60 /* Define to 1 if you have the <sys/types.h> header file. */ 61 #undef HAVE_SYS_TYPES_H 62 63 /* Define to 1 if you have the <unistd.h> header file. */ 64 #undef HAVE_UNISTD_H 65 66 /* Fallback definition for old systems */ 67 #undef O_CLOEXEC 68 69 /* Name of package */ 70 #undef PACKAGE 71 72 /* Define to the address where bug reports for this package should be sent. */ 73 #undef PACKAGE_BUGREPORT 74 75 /* Define to the full name of this package. */ 76 #undef PACKAGE_NAME 77 78 /* Define to the full name and version of this package. */ 79 #undef PACKAGE_STRING 80 81 /* Define to the one symbol short name of this package. */ 82 #undef PACKAGE_TARNAME 83 84 /* Define to the home page for this package. */ 85 #undef PACKAGE_URL 86 87 /* Define to the version of this package. */ 88 #undef PACKAGE_VERSION 89 90 /* Define to necessary symbol if this constant uses a non-standard name on 91 your system. */ 92 #undef PTHREAD_CREATE_JOINABLE 93 94 /* Define to 1 if all of the C90 standard headers exist (not just the ones 95 required in a freestanding environment). This macro is provided for 96 backward compatibility; new code need not use it. */ 97 #undef STDC_HEADERS 98 99 /* Version number of package */ 100 #undef VERSION 101 102 /* Number of bits in a file offset, on hosts where this is settable. */ 103 #undef _FILE_OFFSET_BITS 104 105 /* Define for large files, on AIX-style hosts. */ 106 #undef _LARGE_FILES