1 /* common/config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */ 4 #undef AC_APPLE_UNIVERSAL_BUILD 5 6 /* Enable debugging output. */ 7 #undef DEBUG 8 9 /* Enable java profiling */ 10 #undef GPROFNG_JAVA_PROFILING 11 12 /* Define to 1 if you have the <asm/hwprobe.h> header file. */ 13 #undef HAVE_ASM_HWPROBE_H 14 15 /* Define to 1 if you have the `clock_gettime' function. */ 16 #undef HAVE_CLOCK_GETTIME 17 18 /* Define to 1 if you have the declaration of `basename', and to 0 if you 19 don't. */ 20 #undef HAVE_DECL_BASENAME 21 22 /* Define to 1 if you have the <dlfcn.h> header file. */ 23 #undef HAVE_DLFCN_H 24 25 /* Define to 1 if you have the <inttypes.h> header file. */ 26 #undef HAVE_INTTYPES_H 27 28 /* Define to 1 if you have the <memory.h> header file. */ 29 #undef HAVE_MEMORY_H 30 31 /* Define if you have POSIX threads libraries and header files. */ 32 #undef HAVE_PTHREAD 33 34 /* Have PTHREAD_PRIO_INHERIT. */ 35 #undef HAVE_PTHREAD_PRIO_INHERIT 36 37 /* Define to 1 if you have the <stdint.h> header file. */ 38 #undef HAVE_STDINT_H 39 40 /* Define to 1 if you have the <stdlib.h> header file. */ 41 #undef HAVE_STDLIB_H 42 43 /* Define to 1 if you have the <strings.h> header file. */ 44 #undef HAVE_STRINGS_H 45 46 /* Define to 1 if you have the <string.h> header file. */ 47 #undef HAVE_STRING_H 48 49 /* Define to 1 if you have the `strsignal' function. */ 50 #undef HAVE_STRSIGNAL 51 52 /* Define to 1 if you have the <sys/stat.h> header file. */ 53 #undef HAVE_SYS_STAT_H 54 55 /* Define to 1 if you have the <sys/types.h> header file. */ 56 #undef HAVE_SYS_TYPES_H 57 58 /* Define to 1 if you have the <unistd.h> header file. */ 59 #undef HAVE_UNISTD_H 60 61 /* Define to the sub-directory in which libtool stores uninstalled libraries. 62 */ 63 #undef LT_OBJDIR 64 65 /* Name of package */ 66 #undef PACKAGE 67 68 /* Define to the address where bug reports for this package should be sent. */ 69 #undef PACKAGE_BUGREPORT 70 71 /* Define to the full name of this package. */ 72 #undef PACKAGE_NAME 73 74 /* Define to the full name and version of this package. */ 75 #undef PACKAGE_STRING 76 77 /* Define to the one symbol short name of this package. */ 78 #undef PACKAGE_TARNAME 79 80 /* Define to the home page for this package. */ 81 #undef PACKAGE_URL 82 83 /* Define to the version of this package. */ 84 #undef PACKAGE_VERSION 85 86 /* Define to necessary symbol if this constant uses a non-standard name on 87 your system. */ 88 #undef PTHREAD_CREATE_JOINABLE 89 90 /* Define to 1 if you have the ANSI C header files. */ 91 #undef STDC_HEADERS 92 93 /* Enable extensions on AIX 3, Interix. */ 94 #ifndef _ALL_SOURCE 95 # undef _ALL_SOURCE 96 #endif 97 /* Enable GNU extensions on systems that have them. */ 98 #ifndef _GNU_SOURCE 99 # undef _GNU_SOURCE 100 #endif 101 /* Enable threading extensions on Solaris. */ 102 #ifndef _POSIX_PTHREAD_SEMANTICS 103 # undef _POSIX_PTHREAD_SEMANTICS 104 #endif 105 /* Enable extensions on HP NonStop. */ 106 #ifndef _TANDEM_SOURCE 107 # undef _TANDEM_SOURCE 108 #endif 109 /* Enable general extensions on Solaris. */ 110 #ifndef __EXTENSIONS__ 111 # undef __EXTENSIONS__ 112 #endif 113 114 115 /* Version number of package */ 116 #undef VERSION 117 118 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 119 significant byte first (like Motorola and SPARC, unlike Intel). */ 120 #if defined AC_APPLE_UNIVERSAL_BUILD 121 # if defined __BIG_ENDIAN__ 122 # define WORDS_BIGENDIAN 1 123 # endif 124 #else 125 # ifndef WORDS_BIGENDIAN 126 # undef WORDS_BIGENDIAN 127 # endif 128 #endif 129 130 /* Define to 1 if on MINIX. */ 131 #undef _MINIX 132 133 /* Define to 2 if the system does not provide POSIX.1 features except with 134 this defined. */ 135 #undef _POSIX_1_SOURCE 136 137 /* Define to 1 if you need to in order for `stat' and other things to work. */ 138 #undef _POSIX_SOURCE 139 140 /* Build with musl-libc. */ 141 #undef __MUSL_LIBC 142