Created
March 20, 2018 15:38
-
-
Save rfht/ec78cfbf680d5847e26610e64df085fe to your computer and use it in GitHub Desktop.
Mono configuration logs and headers on OpenBSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* config.h. Generated from config.h.in by configure. */ | |
/* config.h.in. Generated from configure.ac by autoheader. */ | |
/* Define if building universal (internal helper macro) */ | |
/* #undef AC_APPLE_UNIVERSAL_BUILD */ | |
/* Whether Android NDK unified headers are used */ | |
/* #undef ANDROID_UNIFIED_HEADERS */ | |
/* GC description */ | |
#define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
/* String of disabled features */ | |
#define DISABLED_FEATURES "none" | |
/* Disable AOT Compiler */ | |
/* #undef DISABLE_AOT */ | |
/* Disable support for multiple appdomains. */ | |
/* #undef DISABLE_APPDOMAINS */ | |
/* Disable agent attach support */ | |
/* #undef DISABLE_ATTACH */ | |
/* Disable COM support */ | |
/* #undef DISABLE_COM */ | |
/* Disable runtime debugging support */ | |
/* #undef DISABLE_DEBUG */ | |
/* Disable System.Decimal support */ | |
/* #undef DISABLE_DECIMAL */ | |
/* Disable desktop assembly loader semantics. */ | |
/* #undef DISABLE_DESKTOP_LOADER */ | |
/* Disable generics support */ | |
/* #undef DISABLE_GENERICS */ | |
/* ... */ | |
/* #undef DISABLE_HW_TRAPS */ | |
/* Icall tables disabled */ | |
/* #undef DISABLE_ICALL_TABLES */ | |
/* Disable the interpreter. */ | |
/* #undef DISABLE_INTERPRETER */ | |
/* Disable the JIT, only full-aot mode or interpreter will be supported by the | |
runtime. */ | |
/* #undef DISABLE_JIT */ | |
/* Disable support for huge assemblies */ | |
/* #undef DISABLE_LARGE_CODE */ | |
/* Disable support code for the LLDB plugin. */ | |
/* #undef DISABLE_LLDB */ | |
/* Disable support debug logging */ | |
/* #undef DISABLE_LOGGING */ | |
/* Disable support for .mdb symbol files. */ | |
/* #undef DISABLE_MDB */ | |
/* Disable String normalization support. */ | |
/* #undef DISABLE_NORMALIZATION */ | |
/* Disable Performance Counters. */ | |
/* #undef DISABLE_PERFCOUNTERS */ | |
/* Disable P/Invoke support */ | |
/* #undef DISABLE_PINVOKE */ | |
/* Disables the IO portability layer */ | |
/* #undef DISABLE_PORTABILITY */ | |
/* Disable default profiler support */ | |
/* #undef DISABLE_PROFILER */ | |
/* Disable reflection emit support */ | |
/* #undef DISABLE_REFLECTION_EMIT */ | |
/* Disable assembly saving support in reflection emit */ | |
/* #undef DISABLE_REFLECTION_EMIT_SAVE */ | |
/* Disable remoting support (This disables type proxies and make com | |
non-functional) */ | |
/* #undef DISABLE_REMOTING */ | |
/* Disable CAS/CoreCLR security */ | |
/* #undef DISABLE_SECURITY */ | |
/* Disable major=copying support in SGEN. */ | |
/* #undef DISABLE_SGEN_MAJOR_COPYING */ | |
/* Disable major=marksweep-fixed support in SGEN. */ | |
/* #undef DISABLE_SGEN_MAJOR_MARKSWEEP_FIXED */ | |
/* Disable major=marksweep-fixed-par support in SGEN. */ | |
/* #undef DISABLE_SGEN_MAJOR_MARKSWEEP_FIXED_PAR */ | |
/* Disable major=marksweep-par support in SGEN. */ | |
/* #undef DISABLE_SGEN_MAJOR_MARKSWEEP_PAR */ | |
/* Disable wbarrier=remset support in SGEN. */ | |
/* #undef DISABLE_SGEN_REMSET */ | |
/* Disable Shadow Copy for AppDomains */ | |
/* #undef DISABLE_SHADOW_COPY */ | |
/* Disable shared perfcounters. */ | |
/* #undef DISABLE_SHARED_PERFCOUNTERS */ | |
/* Disable SIMD intrinsics related optimizations. */ | |
/* #undef DISABLE_SIMD */ | |
/* Disable Soft Debugger Agent. */ | |
/* #undef DISABLE_SOFT_DEBUG */ | |
/* Disable advanced SSA JIT optimizations */ | |
/* #undef DISABLE_SSA */ | |
/* Disables the verifier */ | |
/* #undef DISABLE_VERIFIER */ | |
/* Enable checked build */ | |
/* #undef ENABLE_CHECKED_BUILD */ | |
/* Enable GC checked build */ | |
/* #undef ENABLE_CHECKED_BUILD_GC */ | |
/* Enable metadata checked build */ | |
/* #undef ENABLE_CHECKED_BUILD_METADATA */ | |
/* Enable thread checked build */ | |
/* #undef ENABLE_CHECKED_BUILD_THREAD */ | |
/* Enable DTrace probes */ | |
/* #undef ENABLE_DTRACE */ | |
/* Extension module enabled */ | |
/* #undef ENABLE_EXTENSION_MODULE */ | |
/* Icall export enabled */ | |
/* #undef ENABLE_ICALL_EXPORT */ | |
/* Icall symbol map enabled */ | |
/* #undef ENABLE_ICALL_SYMBOL_MAP */ | |
/* Enable the LLVM back end */ | |
/* #undef ENABLE_LLVM */ | |
/* Runtime support code for llvm enabled */ | |
/* #undef ENABLE_LLVM_RUNTIME */ | |
/* Overridable allocator support enabled */ | |
/* #undef ENABLE_OVERRIDABLE_ALLOCATORS */ | |
/* Have GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY */ | |
#define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
/* GLIBC has CPU_COUNT macro in sched.h */ | |
#define GLIBC_HAS_CPU_COUNT 1 | |
/* Define to 1 if you have the `accept4' function. */ | |
#define HAVE_ACCEPT4 1 | |
/* Has the 'aintl' function */ | |
/* #undef HAVE_AINTL */ | |
/* Define to 1 if you have the <alloca.h> header file. */ | |
/* #undef HAVE_ALLOCA_H */ | |
/* Define to 1 if you have the <android/api-level.h> header file. */ | |
/* #undef HAVE_ANDROID_API_LEVEL_H */ | |
/* Define to 1 if you have the <android/legacy_signal_inlines.h> header file. | |
*/ | |
/* #undef HAVE_ANDROID_LEGACY_SIGNAL_INLINES_H */ | |
/* Define to 1 if you have the <android/versioning.h> header file. */ | |
/* #undef HAVE_ANDROID_VERSIONING_H */ | |
/* ARM v5 */ | |
/* #undef HAVE_ARMV5 */ | |
/* ARM v6 */ | |
/* #undef HAVE_ARMV6 */ | |
/* ARM v7 */ | |
/* #undef HAVE_ARMV7 */ | |
/* Define to 1 if you have the <arpa/inet.h> header file. */ | |
#define HAVE_ARPA_INET_H 1 | |
/* Supports C99 array initialization */ | |
#define HAVE_ARRAY_ELEM_INIT 1 | |
/* Define to 1 if you have the <asm/sigcontext.h> header file. */ | |
/* #undef HAVE_ASM_SIGCONTEXT_H */ | |
/* Define to 1 if you have the <attr/xattr.h> header file. */ | |
/* #undef HAVE_ATTR_XATTR_H */ | |
/* Define to 1 if you have the `backtrace_symbols' function. */ | |
/* #undef HAVE_BACKTRACE_SYMBOLS */ | |
/* Define to 1 if the system has the type `blkcnt_t'. */ | |
#define HAVE_BLKCNT_T 1 | |
/* Define to 1 if the system has the type `blksize_t'. */ | |
#define HAVE_BLKSIZE_T 1 | |
/* BoringTls is supported */ | |
#define HAVE_BTLS 1 | |
/* Define to 1 if you have the <checklist.h> header file. */ | |
/* #undef HAVE_CHECKLIST_H */ | |
/* Use classic Windows API support */ | |
#define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
/* CLOCK_MONOTONIC */ | |
#define HAVE_CLOCK_MONOTONIC 1 | |
/* CLOCK_MONOTONIC_COARSE */ | |
/* #undef HAVE_CLOCK_MONOTONIC_COARSE */ | |
/* Define to 1 if you have the `clock_nanosleep' function. */ | |
/* #undef HAVE_CLOCK_NANOSLEEP */ | |
/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ | |
/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ | |
/* Define to 1 if you have the <complex.h> header file. */ | |
#define HAVE_COMPLEX_H 1 | |
/* Defaults to concurrent GC */ | |
#define HAVE_CONC_GC_AS_DEFAULT 1 | |
/* Define to 1 if you have the `confstr' function. */ | |
#define HAVE_CONFSTR 1 | |
/* Have /dev/random */ | |
/* #undef HAVE_CRYPT_RNG */ | |
/* Define to 1 if you have the <curses.h> header file. */ | |
#define HAVE_CURSES_H 1 | |
/* Define to 1 if you have the declaration of `InterlockedAdd', and to 0 if | |
you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDADD */ | |
/* Define to 1 if you have the declaration of `InterlockedAdd64', and to 0 if | |
you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDADD64 */ | |
/* Define to 1 if you have the declaration of `InterlockedCompareExchange64', | |
and to 0 if you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDCOMPAREEXCHANGE64 */ | |
/* Define to 1 if you have the declaration of `InterlockedDecrement64', and to | |
0 if you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDDECREMENT64 */ | |
/* Define to 1 if you have the declaration of `InterlockedExchange64', and to | |
0 if you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDEXCHANGE64 */ | |
/* Define to 1 if you have the declaration of `InterlockedIncrement64', and to | |
0 if you don't. */ | |
/* #undef HAVE_DECL_INTERLOCKEDINCREMENT64 */ | |
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you | |
don't. */ | |
#define HAVE_DECL_STRERROR_R 1 | |
/* Define to 1 if you have the declaration of `__readfsdword', and to 0 if you | |
don't. */ | |
/* #undef HAVE_DECL___READFSDWORD */ | |
/* Support for the deprecated attribute */ | |
/* #undef HAVE_DEPRECATED */ | |
/* Define to 1 if you have the <dirent.h> header file. */ | |
#define HAVE_DIRENT_H 1 | |
/* Define to 1 if you have the `dladdr' function. */ | |
#define HAVE_DLADDR 1 | |
/* Define to 1 if you have the <dlfcn.h> header file. */ | |
#define HAVE_DLFCN_H 1 | |
/* Define to 1 if you have the `dl_iterate_phdr' function. */ | |
#define HAVE_DL_ITERATE_PHDR 1 | |
/* dlopen-based dynamic loader available */ | |
#define HAVE_DL_LOADER 1 | |
/* Define to 1 if you have the <elf.h> header file. */ | |
#define HAVE_ELF_H 1 | |
/* Define to 1 if you have the `endgrent' function. */ | |
#define HAVE_ENDGRENT 1 | |
/* Define to 1 if you have the `endpwent' function. */ | |
#define HAVE_ENDPWENT 1 | |
/* Define to 1 if you have the `endusershell' function. */ | |
#define HAVE_ENDUSERSHELL 1 | |
/* epoll supported */ | |
/* #undef HAVE_EPOLL */ | |
/* Define to 1 if you have the `epoll_ctl' function. */ | |
/* #undef HAVE_EPOLL_CTL */ | |
/* Define to 1 if you have the <execinfo.h> header file. */ | |
/* #undef HAVE_EXECINFO_H */ | |
/* Define to 1 if you have the `execv' function. */ | |
#define HAVE_EXECV 1 | |
/* Define to 1 if you have the `execve' function. */ | |
#define HAVE_EXECVE 1 | |
/* Define to 1 if you have the `execvp' function. */ | |
#define HAVE_EXECVP 1 | |
/* Define to 1 if you have the `fgetgrent' function. */ | |
/* #undef HAVE_FGETGRENT */ | |
/* Define to 1 if you have the `fgetpwent' function. */ | |
/* #undef HAVE_FGETPWENT */ | |
/* Define to 1 if you have the `finite' function. */ | |
#define HAVE_FINITE 1 | |
/* Define to 1 if you have the `fork' function. */ | |
#define HAVE_FORK 1 | |
/* Define to 1 if you have the <fstab.h> header file. */ | |
#define HAVE_FSTAB_H 1 | |
/* Define to 1 if you have the `fstatat' function. */ | |
#define HAVE_FSTATAT 1 | |
/* Define to 1 if you have the `fstatfs' function. */ | |
#define HAVE_FSTATFS 1 | |
/* Define to 1 if you have the `fstatvfs' function. */ | |
#define HAVE_FSTATVFS 1 | |
/* Define to 1 if you have the `futimens' function. */ | |
#define HAVE_FUTIMENS 1 | |
/* Define to 1 if you have the `futimes' function. */ | |
#define HAVE_FUTIMES 1 | |
/* Have getaddrinfo */ | |
#define HAVE_GETADDRINFO 1 | |
/* Define to 1 if you have the `getdomainname' function. */ | |
#define HAVE_GETDOMAINNAME 1 | |
/* Define to 1 if you have the `getentropy' function. */ | |
#define HAVE_GETENTROPY 1 | |
/* Define to 1 if you have the `getfsstat' function. */ | |
#define HAVE_GETFSSTAT 1 | |
/* Define to 1 if you have the `getgrent' function. */ | |
#define HAVE_GETGRENT 1 | |
/* Define to 1 if you have the `getgrgid_r' function. */ | |
#define HAVE_GETGRGID_R 1 | |
/* Define to 1 if you have the `getgrnam_r' function. */ | |
#define HAVE_GETGRNAM_R 1 | |
/* Have gethostbyname */ | |
#define HAVE_GETHOSTBYNAME 1 | |
/* Have gethostbyname2 */ | |
#define HAVE_GETHOSTBYNAME2 1 | |
/* Have gethostbyname2_r */ | |
/* #undef HAVE_GETHOSTBYNAME2_R */ | |
/* Define to 1 if you have the `gethostid' function. */ | |
#define HAVE_GETHOSTID 1 | |
/* gethrtime */ | |
/* #undef HAVE_GETHRTIME */ | |
/* Have getifaddrs */ | |
#define HAVE_GETIFADDRS 1 | |
/* Define to 1 if you have the `getlogin_r' function. */ | |
#define HAVE_GETLOGIN_R 1 | |
/* Have getnameinfo */ | |
#define HAVE_GETNAMEINFO 1 | |
/* Define to 1 if you have the <getopt.h> header file. */ | |
#define HAVE_GETOPT_H 1 | |
/* Define to 1 if you have the `getpriority' function. */ | |
#define HAVE_GETPRIORITY 1 | |
/* Have getprotobyname */ | |
#define HAVE_GETPROTOBYNAME 1 | |
/* Define to 1 if you have the `getpwent' function. */ | |
#define HAVE_GETPWENT 1 | |
/* Define to 1 if you have the `getpwnam_r' function. */ | |
#define HAVE_GETPWNAM_R 1 | |
/* Define to 1 if you have the `getpwuid_r' function. */ | |
#define HAVE_GETPWUID_R 1 | |
/* Define to 1 if you have the `getrandom' function. */ | |
/* #undef HAVE_GETRANDOM */ | |
/* Define to 1 if you have the `getresuid' function. */ | |
#define HAVE_GETRESUID 1 | |
/* Define to 1 if you have the `getrlimit' function. */ | |
#define HAVE_GETRLIMIT 1 | |
/* Define to 1 if you have the `getrusage' function. */ | |
#define HAVE_GETRUSAGE 1 | |
/* Define to 1 if you have the <grp.h> header file. */ | |
#define HAVE_GRP_H 1 | |
/* Define if you have the iconv() function and it works. */ | |
#define HAVE_ICONV 1 | |
/* Define to 1 if you have the <iconv.h> header file. */ | |
#define HAVE_ICONV_H 1 | |
/* Define to 1 if you have the <ieeefp.h> header file. */ | |
#define HAVE_IEEEFP_H 1 | |
/* Have if_nametoindex */ | |
#define HAVE_IF_NAMETOINDEX 1 | |
/* Define to 1 if you have the `inet_aton' function. */ | |
#define HAVE_INET_ATON 1 | |
/* Have inet_ntop */ | |
#define HAVE_INET_NTOP 1 | |
/* Have inet_pton */ | |
#define HAVE_INET_PTON 1 | |
/* Define to 1 if you have the <inttypes.h> header file. */ | |
#define HAVE_INTTYPES_H 1 | |
/* Have IPPROTO_IP */ | |
#define HAVE_IPPROTO_IP 1 | |
/* Have IPPROTO_IPV6 */ | |
#define HAVE_IPPROTO_IPV6 1 | |
/* Have IPPROTO_TCP */ | |
#define HAVE_IPPROTO_TCP 1 | |
/* Have IPV6_PKTINFO */ | |
#define HAVE_IPV6_PKTINFO 1 | |
/* Have IP_DONTFRAG */ | |
/* #undef HAVE_IP_DONTFRAG */ | |
/* Have IP_DONTFRAGMENT */ | |
/* #undef HAVE_IP_DONTFRAGMENT */ | |
/* Have IP_MTU_DISCOVER */ | |
/* #undef HAVE_IP_MTU_DISCOVER */ | |
/* Have IP_PKTINFO */ | |
/* #undef HAVE_IP_PKTINFO */ | |
/* Have IP_PMTUDISC_DO */ | |
/* #undef HAVE_IP_PMTUDISC_DO */ | |
/* Define to 1 if you have the `isfinite' function. */ | |
#define HAVE_ISFINITE 1 | |
/* isinf available */ | |
#define HAVE_ISINF 1 | |
/* Define to 1 if you have the `kill' function. */ | |
#define HAVE_KILL 1 | |
/* Define to 1 if you have the `kqueue' function. */ | |
#define HAVE_KQUEUE 1 | |
/* Have __thread keyword */ | |
/* #undef HAVE_KW_THREAD */ | |
/* Have large file support */ | |
#define HAVE_LARGE_FILE_SUPPORT 1 | |
/* Define to 1 if you have the `iconv' library (-liconv). */ | |
#define HAVE_LIBICONV 1 | |
/* Define to 1 if you have the <libproc.h> header file. */ | |
/* #undef HAVE_LIBPROC_H */ | |
/* Define to 1 if you have the <link.h> header file. */ | |
#define HAVE_LINK_H 1 | |
/* Define to 1 if you have the <linux/magic.h> header file. */ | |
/* #undef HAVE_LINUX_MAGIC_H */ | |
/* Define to 1 if you have the <linux/netlink.h> header file. */ | |
/* #undef HAVE_LINUX_NETLINK_H */ | |
/* Define to 1 if you have the <linux/rtc.h> header file. */ | |
/* #undef HAVE_LINUX_RTC_H */ | |
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */ | |
/* #undef HAVE_LINUX_RTNETLINK_H */ | |
/* Define to 1 if you have the <linux/serial.h> header file. */ | |
/* #undef HAVE_LINUX_SERIAL_H */ | |
/* Define to 1 if you have the <localcharset.h> header file. */ | |
#define HAVE_LOCALCHARSET_H 1 | |
/* Define to 1 if you have the `localtime_r' function. */ | |
#define HAVE_LOCALTIME_R 1 | |
/* Define to 1 if you have the `lockf' function. */ | |
#define HAVE_LOCKF 1 | |
/* Define to 1 if you have the `lutimes' function. */ | |
/* #undef HAVE_LUTIMES */ | |
/* Define to 1 if you have the <machine/endian.h> header file. */ | |
/* #undef HAVE_MACHINE_ENDIAN_H */ | |
/* mach_absolute_time */ | |
/* #undef HAVE_MACH_ABSOLUTE_TIME */ | |
/* 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 | |
/* Have mincore */ | |
#define HAVE_MINCORE 1 | |
/* Define to 1 if you have the `mkdtemp' function. */ | |
#define HAVE_MKDTEMP 1 | |
/* Define to 1 if you have the `mknodat' function. */ | |
#define HAVE_MKNODAT 1 | |
/* Define to 1 if you have the `mkstemp' function. */ | |
#define HAVE_MKSTEMP 1 | |
/* Define to 1 if you have the `mmap' function. */ | |
#define HAVE_MMAP 1 | |
/* Moving collector */ | |
#define HAVE_MOVING_COLLECTOR 1 | |
/* Define to 1 if you have the `mremap' function. */ | |
/* #undef HAVE_MREMAP */ | |
/* Have MSG_NOSIGNAL */ | |
#define HAVE_MSG_NOSIGNAL 1 | |
/* Define to 1 if you have the <netdb.h> header file. */ | |
#define HAVE_NETDB_H 1 | |
/* Define to 1 if you have the <netinet/in.h> header file. */ | |
#define HAVE_NETINET_IN_H 1 | |
/* Define to 1 if you have the <netinet/tcp.h> header file. */ | |
#define HAVE_NETINET_TCP_H 1 | |
/* Define to 1 if you have the <net/if.h> header file. */ | |
#define HAVE_NET_IF_H 1 | |
/* No GC support. */ | |
/* #undef HAVE_NULL_GC */ | |
/* Define to 1 if you have the <pathconf.h> header file. */ | |
/* #undef HAVE_PATHCONF_H */ | |
/* Define to 1 if you have the `poll' function. */ | |
#define HAVE_POLL 1 | |
/* Define to 1 if you have the <poll.h> header file. */ | |
#define HAVE_POLL_H 1 | |
/* Define to 1 if you have the `posix_fadvise' function. */ | |
/* #undef HAVE_POSIX_FADVISE */ | |
/* Define to 1 if you have the `posix_fallocate' function. */ | |
/* #undef HAVE_POSIX_FALLOCATE */ | |
/* Define to 1 if you have the `posix_madvise' function. */ | |
#define HAVE_POSIX_MADVISE 1 | |
/* Define to 1 if you have the `prctl' function. */ | |
/* #undef HAVE_PRCTL */ | |
/* Define to 1 if you have the `preadv' function. */ | |
#define HAVE_PREADV 1 | |
/* Define to 1 if you have the `psignal' function. */ | |
#define HAVE_PSIGNAL 1 | |
/* Define to 1 if you have the `pthread_attr_getstack' function. */ | |
#define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
/* Define to 1 if you have the `pthread_attr_getstacksize' function. */ | |
#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
/* Define to 1 if you have the `pthread_attr_get_np' function. */ | |
/* #undef HAVE_PTHREAD_ATTR_GET_NP */ | |
/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ | |
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
/* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function. | |
*/ | |
/* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */ | |
/* Define to 1 if you have the `pthread_getattr_np' function. */ | |
/* #undef HAVE_PTHREAD_GETATTR_NP */ | |
/* Define to 1 if you have the `pthread_get_stackaddr_np' function. */ | |
/* #undef HAVE_PTHREAD_GET_STACKADDR_NP */ | |
/* Define to 1 if you have the `pthread_get_stacksize_np' function. */ | |
/* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */ | |
/* Define to 1 if you have the <pthread.h> header file. */ | |
#define HAVE_PTHREAD_H 1 | |
/* Define to 1 if you have the `pthread_kill' function. */ | |
#define HAVE_PTHREAD_KILL 1 | |
/* Define to 1 if you have the `pthread_mutex_timedlock' function. */ | |
#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
/* Define to 1 if you have the <pthread_np.h> header file. */ | |
#define HAVE_PTHREAD_NP_H 1 | |
/* Define to 1 if you have the `pthread_setname_np' function. */ | |
/* #undef HAVE_PTHREAD_SETNAME_NP */ | |
/* Define to 1 if you have the <pwd.h> header file. */ | |
#define HAVE_PWD_H 1 | |
/* Define to 1 if you have the `pwritev' function. */ | |
#define HAVE_PWRITEV 1 | |
/* Define to 1 if you have the `readlinkat' function. */ | |
#define HAVE_READLINKAT 1 | |
/* Define to 1 if you have the `readv' function. */ | |
#define HAVE_READV 1 | |
/* read_real_time */ | |
/* #undef HAVE_READ_REAL_TIME */ | |
/* Define to 1 if you have the `remap_file_pages' function. */ | |
/* #undef HAVE_REMAP_FILE_PAGES */ | |
/* Define to 1 if you have the `rewinddir' function. */ | |
#define HAVE_REWINDDIR 1 | |
/* Define to 1 if you have the `sched_getaffinity' function. */ | |
/* #undef HAVE_SCHED_GETAFFINITY */ | |
/* Define to 1 if you have the `sched_getcpu' function. */ | |
/* #undef HAVE_SCHED_GETCPU */ | |
/* Define to 1 if you have the `sched_setaffinity' function. */ | |
/* #undef HAVE_SCHED_SETAFFINITY */ | |
/* Define to 1 if you have the `seekdir' function. */ | |
#define HAVE_SEEKDIR 1 | |
/* Define to 1 if you have the <semaphore.h> header file. */ | |
#define HAVE_SEMAPHORE_H 1 | |
/* Define to 1 if you have the `sendfile' function. */ | |
/* #undef HAVE_SENDFILE */ | |
/* Define to 1 if you have the `setdomainname' function. */ | |
#define HAVE_SETDOMAINNAME 1 | |
/* Define to 1 if you have the `setgrent' function. */ | |
#define HAVE_SETGRENT 1 | |
/* Define to 1 if you have the `setgroups' function. */ | |
#define HAVE_SETGROUPS 1 | |
/* Define to 1 if you have the `sethostid' function. */ | |
#define HAVE_SETHOSTID 1 | |
/* Define to 1 if you have the `sethostname' function. */ | |
#define HAVE_SETHOSTNAME 1 | |
/* Define to 1 if you have the `setpgid' function. */ | |
#define HAVE_SETPGID 1 | |
/* Define to 1 if you have the `setpriority' function. */ | |
#define HAVE_SETPRIORITY 1 | |
/* Define to 1 if you have the `setpwent' function. */ | |
#define HAVE_SETPWENT 1 | |
/* Define to 1 if you have the `setresuid' function. */ | |
#define HAVE_SETRESUID 1 | |
/* Define to 1 if you have the `setusershell' function. */ | |
#define HAVE_SETUSERSHELL 1 | |
/* Define to 1 if you have the `shm_open' function. */ | |
#define HAVE_SHM_OPEN 1 | |
/* Define to 1 if you have the `sigaction' function. */ | |
#define HAVE_SIGACTION 1 | |
/* Define to 1 if you have the `signal' function. */ | |
#define HAVE_SIGNAL 1 | |
/* Define to 1 if you have the <signal.h> header file. */ | |
#define HAVE_SIGNAL_H 1 | |
/* Have signbit */ | |
#define HAVE_SIGNBIT 1 | |
/* Can get interface list */ | |
/* #undef HAVE_SIOCGIFCONF */ | |
/* sockaddr_in6 has sin6_len */ | |
#define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
/* sockaddr_in has sin_len */ | |
#define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
/* Have socklen_t */ | |
#define HAVE_SOCKLEN_T 1 | |
/* Have SOL_IP */ | |
/* #undef HAVE_SOL_IP */ | |
/* Have SOL_IPV6 */ | |
/* #undef HAVE_SOL_IPV6 */ | |
/* Have SOL_TCP */ | |
/* #undef HAVE_SOL_TCP */ | |
/* Define to 1 if you have the `statfs' function. */ | |
#define HAVE_STATFS 1 | |
/* Define to 1 if you have the `statvfs' function. */ | |
#define HAVE_STATVFS 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 `stime' function. */ | |
/* #undef HAVE_STIME */ | |
/* Define to 1 if you have the `stpcpy' function. */ | |
#define HAVE_STPCPY 1 | |
/* Define to 1 if you have the `strerror_r' function. */ | |
#define HAVE_STRERROR_R 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. */ | |
/* #undef HAVE_STRNDUP */ | |
/* Define to 1 if you have the `strtok_r' function. */ | |
#define HAVE_STRTOK_R 1 | |
/* Define to 1 if the system has the type `struct cmsghdr'. */ | |
#define HAVE_STRUCT_CMSGHDR 1 | |
/* Define to 1 if `d_off' is a member of `struct dirent'. */ | |
#define HAVE_STRUCT_DIRENT_D_OFF 1 | |
/* Define to 1 if `d_reclen' is a member of `struct dirent'. */ | |
#define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
/* Define to 1 if `d_type' is a member of `struct dirent'. */ | |
#define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
/* Define to 1 if the system has the type `struct flock'. */ | |
#define HAVE_STRUCT_FLOCK 1 | |
/* Define to 1 if the system has the type `struct iovec'. */ | |
#define HAVE_STRUCT_IOVEC 1 | |
/* Have struct ip_mreq */ | |
#define HAVE_STRUCT_IP_MREQ 1 | |
/* Have struct ip_mreqn */ | |
/* #undef HAVE_STRUCT_IP_MREQN */ | |
/* Define to 1 if `kp_proc' is a member of `struct kinfo_proc'. */ | |
/* #undef HAVE_STRUCT_KINFO_PROC_KP_PROC */ | |
/* Define to 1 if the system has the type `struct linger'. */ | |
#define HAVE_STRUCT_LINGER 1 | |
/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */ | |
#define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
/* Define to 1 if the system has the type `struct pollfd'. */ | |
#define HAVE_STRUCT_POLLFD 1 | |
/* Define to 1 if the system has the type `struct sockaddr'. */ | |
#define HAVE_STRUCT_SOCKADDR 1 | |
/* Define to 1 if the system has the type `struct sockaddr_in'. */ | |
#define HAVE_STRUCT_SOCKADDR_IN 1 | |
/* Define to 1 if the system has the type `struct sockaddr_in6'. */ | |
#define HAVE_STRUCT_SOCKADDR_IN6 1 | |
/* Define to 1 if the system has the type `struct sockaddr_storage'. */ | |
#define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
/* Define to 1 if the system has the type `struct sockaddr_un'. */ | |
#define HAVE_STRUCT_SOCKADDR_UN 1 | |
/* Define to 1 if the system has the type `struct stat'. */ | |
#define HAVE_STRUCT_STAT 1 | |
/* Define to 1 if `f_flags' is a member of `struct statfs'. */ | |
/* #undef HAVE_STRUCT_STATFS_F_FLAGS */ | |
/* Define to 1 if `st_atim' is a member of `struct stat'. */ | |
#define HAVE_STRUCT_STAT_ST_ATIM 1 | |
/* Define to 1 if `st_ctim' is a member of `struct stat'. */ | |
#define HAVE_STRUCT_STAT_ST_CTIM 1 | |
/* Define to 1 if `st_mtim' is a member of `struct stat'. */ | |
#define HAVE_STRUCT_STAT_ST_MTIM 1 | |
/* Define to 1 if the system has the type `struct timespec'. */ | |
#define HAVE_STRUCT_TIMESPEC 1 | |
/* Define to 1 if the system has the type `struct timeval'. */ | |
#define HAVE_STRUCT_TIMEVAL 1 | |
/* Define to 1 if the system has the type `struct timezone'. */ | |
#define HAVE_STRUCT_TIMEZONE 1 | |
/* Define to 1 if the system has the type `struct utimbuf'. */ | |
#define HAVE_STRUCT_UTIMBUF 1 | |
/* Define to 1 if the system has the type `suseconds_t'. */ | |
#define HAVE_SUSECONDS_T 1 | |
/* Define to 1 if you have the `swab' function. */ | |
#define HAVE_SWAB 1 | |
/* Define to 1 if you have the `sysconf' function. */ | |
#define HAVE_SYSCONF 1 | |
/* Define to 1 if you have the <syslog.h> header file. */ | |
#define HAVE_SYSLOG_H 1 | |
/* Define to 1 if you have the `system' function. */ | |
#define HAVE_SYSTEM 1 | |
/* Define to 1 if you have the <sys/auxv.h> header file. */ | |
/* #undef HAVE_SYS_AUXV_H */ | |
/* Define to 1 if you have the <sys/endian.h> header file. */ | |
/* #undef HAVE_SYS_ENDIAN_H */ | |
/* Define to 1 if you have the <sys/epoll.h> header file. */ | |
/* #undef HAVE_SYS_EPOLL_H */ | |
/* Define to 1 if you have the <sys/errno.h> header file. */ | |
#define HAVE_SYS_ERRNO_H 1 | |
/* Define to 1 if you have the <sys/event.h> header file. */ | |
#define HAVE_SYS_EVENT_H 1 | |
/* Define to 1 if you have the <sys/extattr.h> header file. */ | |
/* #undef HAVE_SYS_EXTATTR_H */ | |
/* Define to 1 if you have the <sys/filio.h> header file. */ | |
#define HAVE_SYS_FILIO_H 1 | |
/* Define to 1 if you have the <sys/inotify.h> header file. */ | |
/* #undef HAVE_SYS_INOTIFY_H */ | |
/* Define to 1 if you have the <sys/ioctl.h> header file. */ | |
#define HAVE_SYS_IOCTL_H 1 | |
/* Define to 1 if you have the <sys/ipc.h> header file. */ | |
#define HAVE_SYS_IPC_H 1 | |
/* Define to 1 if you have the <sys/mkdev.h> header file. */ | |
/* #undef HAVE_SYS_MKDEV_H */ | |
/* Define to 1 if you have the <sys/mman.h> header file. */ | |
#define HAVE_SYS_MMAN_H 1 | |
/* Define to 1 if you have the <sys/mount.h> header file. */ | |
#define HAVE_SYS_MOUNT_H 1 | |
/* 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/poll.h> header file. */ | |
#define HAVE_SYS_POLL_H 1 | |
/* Define to 1 if you have the <sys/prctl.h> header file. */ | |
/* #undef HAVE_SYS_PRCTL_H */ | |
/* Define to 1 if you have the <sys/random.h> header file. */ | |
/* #undef HAVE_SYS_RANDOM_H */ | |
/* Define to 1 if you have the <sys/resource.h> header file. */ | |
#define HAVE_SYS_RESOURCE_H 1 | |
/* Define to 1 if you have the <sys/sdt.h> header file. */ | |
/* #undef HAVE_SYS_SDT_H */ | |
/* Define to 1 if you have the <sys/select.h> header file. */ | |
#define HAVE_SYS_SELECT_H 1 | |
/* Define to 1 if you have the <sys/sendfile.h> header file. */ | |
/* #undef HAVE_SYS_SENDFILE_H */ | |
/* Define to 1 if you have the <sys/socket.h> header file. */ | |
#define HAVE_SYS_SOCKET_H 1 | |
/* Define to 1 if you have the <sys/sockio.h> header file. */ | |
#define HAVE_SYS_SOCKIO_H 1 | |
/* Define to 1 if you have the <sys/statfs.h> header file. */ | |
/* #undef HAVE_SYS_STATFS_H */ | |
/* Define to 1 if you have the <sys/statvfs.h> header file. */ | |
#define HAVE_SYS_STATVFS_H 1 | |
/* 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/syscall.h> header file. */ | |
#define HAVE_SYS_SYSCALL_H 1 | |
/* Define to 1 if you have the <sys/sysctl.h> header file. */ | |
#define HAVE_SYS_SYSCTL_H 1 | |
/* 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/uio.h> header file. */ | |
#define HAVE_SYS_UIO_H 1 | |
/* Define to 1 if you have the <sys/un.h> header file. */ | |
#define HAVE_SYS_UN_H 1 | |
/* Define to 1 if you have the <sys/user.h> header file. */ | |
#define HAVE_SYS_USER_H 1 | |
/* Define to 1 if you have the <sys/utime.h> header file. */ | |
/* #undef HAVE_SYS_UTIME_H */ | |
/* Define to 1 if you have the <sys/utsname.h> header file. */ | |
#define HAVE_SYS_UTSNAME_H 1 | |
/* Define to 1 if you have the <sys/vfstab.h> header file. */ | |
/* #undef HAVE_SYS_VFSTAB_H */ | |
/* Define to 1 if you have the <sys/wait.h> header file. */ | |
#define HAVE_SYS_WAIT_H 1 | |
/* Define to 1 if you have the <sys/xattr.h> header file. */ | |
/* #undef HAVE_SYS_XATTR_H */ | |
/* Have system zlib */ | |
#define HAVE_SYS_ZLIB 1 | |
/* Define to 1 if you have the `telldir' function. */ | |
#define HAVE_TELLDIR 1 | |
/* Define to 1 if you have the <termios.h> header file. */ | |
#define HAVE_TERMIOS_H 1 | |
/* Define to 1 if you have the <term.h> header file. */ | |
#define HAVE_TERM_H 1 | |
/* Have timezone variable */ | |
/* #undef HAVE_TIMEZONE */ | |
/* tls_model available */ | |
/* #undef HAVE_TLS_MODEL_ATTR */ | |
/* Have tm_gmtoff */ | |
#define HAVE_TM_GMTOFF 1 | |
/* Define to 1 if you have the `trunc' function. */ | |
#define HAVE_TRUNC 1 | |
/* Define to 1 if you have the `ttyname_r' function. */ | |
#define HAVE_TTYNAME_R 1 | |
/* Define to 1 if you have the <ucontext.h> header file. */ | |
/* #undef HAVE_UCONTEXT_H */ | |
/* Define to 1 if you have the <unistd.h> header file. */ | |
#define HAVE_UNISTD_H 1 | |
/* Define to 1 if you have the <unwind.h> header file. */ | |
#define HAVE_UNWIND_H 1 | |
/* Define to 1 if you have /usr/include/malloc.h. */ | |
/* #undef HAVE_USR_INCLUDE_MALLOC_H */ | |
/* Define to 1 if you have the `utimensat' function. */ | |
#define HAVE_UTIMENSAT 1 | |
/* Define to 1 if you have the <utime.h> header file. */ | |
#define HAVE_UTIME_H 1 | |
/* Don't use UWP Windows API support */ | |
#define HAVE_UWP_WINAPI_SUPPORT 0 | |
/* Define to 1 if you have the `vasprintf' function. */ | |
#define HAVE_VASPRINTF 1 | |
/* Support for the visibility ("hidden") attribute */ | |
#define HAVE_VISIBILITY_HIDDEN 1 | |
/* Define to 1 if you have the `vsnprintf' function. */ | |
#define HAVE_VSNPRINTF 1 | |
/* Define to 1 if you have the <wchar.h> header file. */ | |
#define HAVE_WCHAR_H 1 | |
/* Define to 1 if you have the <winternl.h> header file. */ | |
/* #undef HAVE_WINTERNL_H */ | |
/* Have a working sigaltstack */ | |
/* #undef HAVE_WORKING_SIGALTSTACK */ | |
/* Define to 1 if you have the `writev' function. */ | |
#define HAVE_WRITEV 1 | |
/* Have system zlib */ | |
#define HAVE_ZLIB 1 | |
/* Define to 1 if you have the `_finite' function. */ | |
/* #undef HAVE__FINITE */ | |
/* ... */ | |
#define HOST_AMD64 1 | |
/* Targeting the Android platform */ | |
/* #undef HOST_ANDROID */ | |
/* ... */ | |
/* #undef HOST_ARM */ | |
/* ... */ | |
/* #undef HOST_ARM64 */ | |
/* Host Platform is Darwin */ | |
/* #undef HOST_DARWIN */ | |
/* ... */ | |
/* #undef HOST_MIPS */ | |
/* This platform does not support symlinks */ | |
/* #undef HOST_NO_SYMLINKS */ | |
/* ... */ | |
/* #undef HOST_POWERPC */ | |
/* ... */ | |
/* #undef HOST_POWERPC64 */ | |
/* ... */ | |
/* #undef HOST_S390X */ | |
/* ... */ | |
/* #undef HOST_SPARC */ | |
/* ... */ | |
/* #undef HOST_SPARC64 */ | |
/* Host wasm */ | |
/* #undef HOST_WASM */ | |
/* Host Platform is Win32 */ | |
/* #undef HOST_WIN32 */ | |
/* ... */ | |
/* #undef HOST_X86 */ | |
/* Define as const if the declaration of iconv() needs const. */ | |
#define ICONV_CONST | |
/* Enable lazy gc thread creation by the embedding host. */ | |
/* #undef LAZY_GC_THREAD_CREATION */ | |
/* Full version of LLVM libraries */ | |
/* #undef LLVM_VERSION */ | |
/* Define to the sub-directory in which libtool stores uninstalled libraries. | |
*/ | |
#define LT_OBJDIR ".libs/" | |
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. | |
*/ | |
/* #undef MAJOR_IN_MKDEV */ | |
/* Define to 1 if `major', `minor', and `makedev' are declared in | |
<sysmacros.h>. */ | |
/* #undef MAJOR_IN_SYSMACROS */ | |
/* The architecture this is running on */ | |
#define MONO_ARCHITECTURE "amd64" | |
/* Enable the allocation and indexing of arrays greater than Int32.MaxValue */ | |
/* #undef MONO_BIG_ARRAYS */ | |
/* Version of the corlib-runtime interface */ | |
#define MONO_CORLIB_VERSION 1051000003 | |
/* The runtime is compiled for cross-compiling mode */ | |
/* #undef MONO_CROSS_COMPILE */ | |
/* Disable banned functions from being used by the runtime */ | |
#define MONO_INSIDE_RUNTIME 1 | |
/* The LLVM back end is dynamically loaded */ | |
/* #undef MONO_LLVM_LOADED */ | |
/* AOT cross offsets file */ | |
/* #undef MONO_OFFSETS_FILE */ | |
/* Reduce runtime requirements (and capabilities) */ | |
/* #undef MONO_SMALL_CONFIG */ | |
/* Xen-specific behaviour */ | |
/* #undef MONO_XEN_OPT */ | |
/* Length of zero length arrays */ | |
#define MONO_ZERO_LEN_ARRAY 0 | |
/* Name of /dev/random */ | |
#define NAME_DEV_RANDOM "/dev/srandom" | |
/* Define if Unix sockets cannot be created in an anonymous namespace */ | |
#define NEED_LINK_UNLINK 1 | |
/* Name of package */ | |
#define PACKAGE "mono" | |
/* Define to the address where bug reports for this package should be sent. */ | |
#define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
/* Define to the full name of this package. */ | |
#define PACKAGE_NAME "mono" | |
/* Define to the full name and version of this package. */ | |
#define PACKAGE_STRING "mono 5.10.0.179" | |
/* Define to the one symbol short name of this package. */ | |
#define PACKAGE_TARNAME "mono" | |
/* Define to the home page for this package. */ | |
#define PACKAGE_URL "" | |
/* Define to the version of this package. */ | |
#define PACKAGE_VERSION "5.10.0.179" | |
/* pthread is a pointer */ | |
#define PTHREAD_POINTER_ID 1 | |
/* The size of `int', as computed by sizeof. */ | |
#define SIZEOF_INT 4 | |
/* The size of `long', as computed by sizeof. */ | |
#define SIZEOF_LONG 8 | |
/* The size of `long long', as computed by sizeof. */ | |
#define SIZEOF_LONG_LONG 8 | |
/* size of machine integer registers */ | |
#define SIZEOF_REGISTER SIZEOF_VOID_P | |
/* The size of `size_t', as computed by sizeof. */ | |
#define SIZEOF_SIZE_T 8 | |
/* The size of `void *', as computed by sizeof. */ | |
#define SIZEOF_VOID_P 8 | |
/* Define to 1 if you have the ANSI C header files. */ | |
#define STDC_HEADERS 1 | |
/* Define to 1 if strerror_r returns char *. */ | |
/* #undef STRERROR_R_CHAR_P */ | |
/* ... */ | |
#define TARGET_AMD64 1 | |
/* ... */ | |
/* #undef TARGET_ANDROID */ | |
/* ... */ | |
/* #undef TARGET_ARM */ | |
/* ... */ | |
/* #undef TARGET_ARM64 */ | |
/* byte order of target */ | |
#define TARGET_BYTE_ORDER G_BYTE_ORDER | |
/* The JIT/AOT targets iOS */ | |
/* #undef TARGET_IOS */ | |
/* The JIT/AOT targets Apple platforms */ | |
/* #undef TARGET_MACH */ | |
/* ... */ | |
/* #undef TARGET_MIPS */ | |
/* The JIT/AOT targets OSX */ | |
/* #undef TARGET_OSX */ | |
/* ... */ | |
/* #undef TARGET_POWERPC */ | |
/* ... */ | |
/* #undef TARGET_POWERPC64 */ | |
/* ... */ | |
/* #undef TARGET_PS3 */ | |
/* ... */ | |
/* #undef TARGET_PS4 */ | |
/* ... */ | |
/* #undef TARGET_S390X */ | |
/* ... */ | |
/* #undef TARGET_SPARC */ | |
/* ... */ | |
/* #undef TARGET_SPARC64 */ | |
/* Target wasm */ | |
/* #undef TARGET_WASM */ | |
/* The JIT/AOT targets WatchOS */ | |
/* #undef TARGET_WATCHOS */ | |
/* Target Platform is Win32 */ | |
/* #undef TARGET_WIN32 */ | |
/* ... */ | |
/* #undef TARGET_X86 */ | |
/* ... */ | |
/* #undef TARGET_XBOX360 */ | |
/* Enable cooperative stop-the-world garbage collection. */ | |
/* #undef USE_COOP_GC */ | |
/* ... */ | |
#define USE_GCC_ATOMIC_OPS 1 | |
/* Use kqueue for the threadpool */ | |
#define USE_KQUEUE_FOR_THREADPOOL 1 | |
/* ... */ | |
/* #undef USE_MACH_SEMA */ | |
/* Use malloc for each single mempool allocation */ | |
/* #undef USE_MALLOC_FOR_MEMPOOLS */ | |
/* Version number of package */ | |
#define VERSION "5.10.0.179" | |
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | |
significant byte first (like Motorola and SPARC, unlike Intel). */ | |
#if defined AC_APPLE_UNIVERSAL_BUILD | |
# if defined __BIG_ENDIAN__ | |
# define WORDS_BIGENDIAN 1 | |
# endif | |
#else | |
# ifndef WORDS_BIGENDIAN | |
/* # undef WORDS_BIGENDIAN */ | |
# endif | |
#endif | |
/* 64 bit mode with 4 byte longs and pointers */ | |
/* #undef __mono_ilp32__ */ | |
/* ... */ | |
/* #undef __mono_ppc64__ */ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by mono configure 5.10.0.179, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --with-gc=included --with-tls=pthread --enable-btls --with-csc=mcs --disable-quiet-build --disable-shared-handles --without-sigaltstack --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = e5570.my.domain | |
uname -m = amd64 | |
uname -r = 6.3 | |
uname -s = OpenBSD | |
uname -v = GENERIC.MP#71 | |
/usr/bin/uname -p = amd64 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = OpenBSD.amd64 | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/ports/pobj/mono-5.10.0.179/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/X11R6/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3008: loading site script /usr/ports/pobj/mono-5.10.0.179/config.site | |
| # $OpenBSD: config.site,v 1.30 2017/11/10 07:10:02 ajacoutot Exp $ | |
| # Quick start macros for autoconf. | |
| # XXX kludge for a function we don't actually have. | |
| #ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=no} | |
| #ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=no} | |
| #ac_cv_func_getprotobyname_r=${ac_cv_func_getprotobyname_r=no} | |
| # can't define this because ntp fucks with it | |
| #ac_cv_lib_readline_readline=${ac_cv_lib_readline_readline=yes} | |
| # probably okay, to discuss... | |
| #ac_cv_c_inline=${ac_cv_c_inline=__inline__} | |
| # legacy header | |
| #ac_cv_func_dlopen=${ac_cv_func_dlopen=yes} | |
| # available in libutil | |
| #ac_cv_func_openpty=${ac_cv_func_openpty=no} | |
| # not okay, prevents curses in wy60... | |
| #ac_cv_func_setupterm=${ac_cv_func_setupterm=yes} | |
| # kill other curses/termcap stuff | |
| #ac_cv_func_termattrs=${ac_cv_func_termattrs=yes} | |
| #ac_cv_func_tgetent=${ac_cv_func_tgetent=yes} | |
| #ac_cv_func_tgetstr=${ac_cv_func_tgetstr=yes} | |
| #ac_cv_func_tigetflag=${ac_cv_func_tigetflag=yes} | |
| #ac_cv_func_tigetnum=${ac_cv_func_tigetnum=yes} | |
| #ac_cv_func_tigetstr=${ac_cv_func_tigetstr=yes} | |
| # gnulib's stdbool.m4 disagrees for gcc2.95 | |
| #ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes} | |
| ac_cv_accept_arg=${ac_cv_accept_arg=socklen_t} | |
| ac_cv_argtype_accept3=${ac_cv_argtype_accept3=socklen_t *} | |
| ac_cv_argtype_poll2=${ac_cv_argtype_poll2=nfds_t} | |
| ac_cv_atexit=${ac_cv_atexit=atexit} | |
| ac_cv_broken_nice=${ac_cv_broken_nice=no} | |
| ac_cv_broken_poll=${ac_cv_broken_poll=no} | |
| ac_cv_broken_sprintf=${ac_cv_broken_sprintf=no} | |
| ac_cv_c_backslash_a=${ac_cv_c_backslash_a=yes} | |
| ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes} | |
| ac_cv_c_const=${ac_cv_c_const=yes} | |
| ac_cv_c_jmp_buf_array=${ac_cv_c_jmp_buf_array=yes} | |
| ac_cv_c_realloc_bug=${ac_cv_c_realloc_bug=no} | |
| ac_cv_c_restrict=${ac_cv_c_restrict=__restrict__} | |
| ac_cv_c_socklen_t=${ac_cv_c_socklen_t=yes} | |
| ac_cv_c_stringize=${ac_cv_c_stringize=yes} | |
| ac_cv_c_va_copy=${ac_cv_c_va_copy=yes} | |
| ac_cv_c_volatile=${ac_cv_c_volatile=yes} | |
| ac_cv_c_working_sigaltstack=${ac_cv_c_working_sigaltstack=yes} | |
| ac_cv_check_socklentype=${ac_cv_check_socklentype=socklen_t} | |
| ac_cv_check_symbol_sys_siglist=${ac_cv_check_symbol_sys_siglist=yes} | |
| ac_cv_cmsghdr=${ac_cv_cmsghdr=yes} | |
| ac_cv_cpp_explicit=${ac_cv_cpp_explicit=yes} | |
| ac_cv_cpp_reinterpret_cast=${ac_cv_cpp_reinterpret_cast=yes} | |
| ac_cv_cpp_typename=${ac_cv_cpp_typename=yes} | |
| ac_cv_crypt_blowfish=${ac_cv_crypt_blowfish=yes} | |
| ac_cv_crypt_des=${ac_cv_crypt_des=yes} | |
| ac_cv_crypt_ext_des=${ac_cv_crypt_ext_des=yes} | |
| ac_cv_crypt_md5=${ac_cv_crypt_md5=yes} | |
| ac_cv_cxx_bool=${ac_cv_cxx_bool=yes} | |
| ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes} | |
| ac_cv_cxx_const_cast=${ac_cv_cxx_const_cast=yes} | |
| ac_cv_cxx_dynamic_cast=${ac_cv_cxx_dynamic_cast=yes} | |
| ac_cv_cxx_explicit=${ac_cv_cxx_explicit=yes} | |
| ac_cv_cxx_reinterpret_cast=${ac_cv_cxx_reinterpret_cast=yes} | |
| ac_cv_cxx_static_cast=${ac_cv_cxx_static_cast=yes} | |
| ac_cv_cygwin=${ac_cv_cygwin=no} | |
| ac_cv_decl_clocks_per_sec=${ac_cv_decl_clocks_per_sec=yes} | |
| ac_cv_decl_exit_success_and_failure=${ac_cv_decl_exit_success_and_failure=yes} | |
| ac_cv_decl_flock=${ac_cv_decl_flock=yes} | |
| ac_cv_decl_in6_addr_def=${ac_cv_decl_in6_addr_def=yes} | |
| ac_cv_decl_in_addr6_def=${ac_cv_decl_in_addr6_def=no} | |
| ac_cv_decl_strcasecmp=${ac_cv_decl_strcasecmp=yes} | |
| ac_cv_decl_sys_errlist=${ac_cv_decl_sys_errlist=yes} | |
| ac_cv_decl_sys_nerr_def=${ac_cv_decl_sys_nerr_def=yes} | |
| ac_cv_decl_sys_siglist=${ac_cv_decl_sys_siglist=yes} | |
| ac_cv_decl_sys_siglist_def=${ac_cv_decl_sys_siglist_def=yes} | |
| ac_cv_decl_syscall=${ac_cv_decl_syscall=yes} | |
| ac_cv_declared_select=${ac_cv_declared_select=yes} | |
| ac_cv_declared_swab=${ac_cv_declared_swab=yes} | |
| ac_cv_declared_timezone=${ac_cv_declared_timezone=yes} | |
| ac_cv_dirent_d_off=${ac_cv_dirent_d_off=no} | |
| ac_cv_dll_flags=${ac_cv_dll_flags=-shared} | |
| ac_cv_exeext=${ac_cv_exeext=} | |
| ac_cv_f77_compiler_gnu=${ac_cv_f77_compiler_gnu=yes} | |
| ac_cv_func_MD4Init=${ac_cv_func_MD4Init=yes} | |
| ac_cv_func_MD5Data=${ac_cv_func_MD5Data=yes} | |
| ac_cv_func_MD5Init=${ac_cv_func_MD5Init=yes} | |
| ac_cv_func_MD5Update=${ac_cv_func_MD5Update=yes} | |
| ac_cv_func__IceTransNoListen=${ac_cv_func__IceTransNoListen=yes} | |
| ac_cv_func__getpty=${ac_cv_func__getpty=no} | |
| ac_cv_func_accept=${ac_cv_func_accept=yes} | |
| ac_cv_func_accept_arg1=${ac_cv_func_accept_arg1=int} | |
| ac_cv_func_accept_arg2=${ac_cv_func_accept_arg2=struct sockaddr *} | |
| ac_cv_func_accept_arg3=${ac_cv_func_accept_arg3=socklen_t} | |
| ac_cv_func_accept_return=${ac_cv_func_accept_return=int} | |
| ac_cv_func_access=${ac_cv_func_access=yes} | |
| ac_cv_func_alarm=${ac_cv_func_alarm=yes} | |
| ac_cv_func_alloca=${ac_cv_func_alloca=yes} | |
| ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes} | |
| ac_cv_func_alphasort=${ac_cv_func_alphasort=yes} | |
| ac_cv_func_arc4random=${ac_cv_func_arc4random=yes} | |
| ac_cv_func_asctime=${ac_cv_func_asctime=yes} | |
| ac_cv_func_asctime_r=${ac_cv_func_asctime_r=yes} | |
| ac_cv_func_asprintf=${ac_cv_func_asprintf=yes} | |
| ac_cv_func_atexit=${ac_cv_func_atexit=yes} | |
| ac_cv_func_atof=${ac_cv_func_atof=yes} | |
| ac_cv_func_atoi=${ac_cv_func_atoi=yes} | |
| ac_cv_func_atol=${ac_cv_func_atol=yes} | |
| ac_cv_func_basename=${ac_cv_func_basename=yes} | |
| ac_cv_func_bcmp=${ac_cv_func_bcmp=yes} | |
| ac_cv_func_bcopy=${ac_cv_func_bcopy=yes} | |
| ac_cv_func_bind=${ac_cv_func_bind=yes} | |
| ac_cv_func_bindresvport=${ac_cv_func_bindresvport=yes} | |
| ac_cv_func_brk=${ac_cv_func_brk=yes} | |
| ac_cv_func_bsearch=${ac_cv_func_bsearch=yes} | |
| ac_cv_func_bzero=${ac_cv_func_bzero=yes} | |
| ac_cv_func_calloc=${ac_cv_func_calloc=yes} | |
| ac_cv_func_catclose=${ac_cv_func_catclose=yes} | |
| ac_cv_func_catgets=${ac_cv_func_catgets=yes} | |
| ac_cv_func_catopen=${ac_cv_func_catopen=yes} | |
| ac_cv_func_ceil=${ac_cv_func_ceil=yes} | |
| ac_cv_func_cfgetospeed=${ac_cv_func_cfgetospeed=yes} | |
| ac_cv_func_cfmakeraw=${ac_cv_func_cfmakeraw=yes} | |
| ac_cv_func_cfsetispeed=${ac_cv_func_cfsetispeed=yes} | |
| ac_cv_func_cfsetospeed=${ac_cv_func_cfsetospeed=yes} | |
| ac_cv_func_cfsetspeed=${ac_cv_func_cfsetspeed=yes} | |
| ac_cv_func_cgetnext=${ac_cv_func_cgetnext=yes} | |
| ac_cv_func_chdir=${ac_cv_func_chdir=yes} | |
| ac_cv_func_chflags=${ac_cv_func_chflags=yes} | |
| ac_cv_func_chmod=${ac_cv_func_chmod=yes} | |
| ac_cv_func_chown=${ac_cv_func_chown=yes} | |
| ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} | |
| ac_cv_func_chroot=${ac_cv_func_chroot=yes} | |
| ac_cv_func_clock=${ac_cv_func_clock=yes} | |
| ac_cv_func_clock_getres=${ac_cv_func_clock_getres=yes} | |
| ac_cv_func_clock_gettime=${ac_cv_func_clock_gettime=yes} | |
| ac_cv_func_clock_settime=${ac_cv_func_clock_settime=yes} | |
| ac_cv_func_close=${ac_cv_func_close=yes} | |
| ac_cv_func_closedir=${ac_cv_func_closedir=yes} | |
| ac_cv_func_closedir_void=${ac_cv_func_closedir_void=no} | |
| ac_cv_func_closefrom=${ac_cv_func_closefrom=yes} | |
| ac_cv_func_closelog=${ac_cv_func_closelog=yes} | |
| ac_cv_func_confstr=${ac_cv_func_confstr=yes} | |
| ac_cv_func_connect=${ac_cv_func_connect=yes} | |
| ac_cv_func_crc32=${ac_cv_func_crc32=yes} | |
| ac_cv_func_crypt=${ac_cv_func_crypt=yes} | |
| ac_cv_func_ctermid=${ac_cv_func_ctermid=yes} | |
| ac_cv_func_ctermid_r=${ac_cv_func_ctermid_r=yes} | |
| ac_cv_func_ctime=${ac_cv_func_ctime=yes} | |
| ac_cv_func_ctime_r=${ac_cv_func_ctime_r=yes} | |
| ac_cv_func_daemon=${ac_cv_func_daemon=yes} | |
| ac_cv_func_dbopen=${ac_cv_func_dbopen=yes} | |
| ac_cv_func_deflate=${ac_cv_func_deflate=yes} | |
| ac_cv_func_deflateEnd=${ac_cv_func_deflateEnd=yes} | |
| ac_cv_func_deflateInit2_=${ac_cv_func_deflateInit2_=yes} | |
| ac_cv_func_deflateReset=${ac_cv_func_deflateReset=yes} | |
| ac_cv_func_difftime=${ac_cv_func_difftime=yes} | |
| ac_cv_func_dirname=${ac_cv_func_dirname=yes} | |
| ac_cv_func_div=${ac_cv_func_div=yes} | |
| ac_cv_func_dlclose=${ac_cv_func_dlclose=yes} | |
| ac_cv_func_dlerror=${ac_cv_func_dlerror=yes} | |
| ac_cv_func_dlsym=${ac_cv_func_dlsym=yes} | |
| ac_cv_func_drand48=${ac_cv_func_drand48=yes} | |
| ac_cv_func_drem=${ac_cv_func_drem=yes} | |
| ac_cv_func_dup2=${ac_cv_func_dup2=yes} | |
| ac_cv_func_dup=${ac_cv_func_dup=yes} | |
| ac_cv_func_endgrent=${ac_cv_func_endgrent=yes} | |
| ac_cv_func_endgrent_r=${ac_cv_func_endgrent_r=no} | |
| ac_cv_func_endhostent=${ac_cv_func_endhostent=yes} | |
| ac_cv_func_endnetent=${ac_cv_func_endnetent=yes} | |
| ac_cv_func_endnetgrent=${ac_cv_func_endnetgrent=yes} | |
| ac_cv_func_endprotoent=${ac_cv_func_endprotoent=yes} | |
| ac_cv_func_endprotoent_r=${ac_cv_func_endprotoent_r=yes} | |
| ac_cv_func_endpwent=${ac_cv_func_endpwent=yes} | |
| ac_cv_func_endservent=${ac_cv_func_endservent=yes} | |
| ac_cv_func_endservent_r=${ac_cv_func_endservent_r=yes} | |
| ac_cv_func_erand48=${ac_cv_func_erand48=yes} | |
| ac_cv_func_erf=${ac_cv_func_erf=yes} | |
| ac_cv_func_erfc=${ac_cv_func_erfc=yes} | |
| ac_cv_func_err=${ac_cv_func_err=yes} | |
| ac_cv_func_ether_hostton=${ac_cv_func_ether_hostton=yes} | |
| ac_cv_func_ether_ntoa=${ac_cv_func_ether_ntoa=yes} | |
| ac_cv_func_ether_ntohost=${ac_cv_func_ether_ntohost=yes} | |
| ac_cv_func_execl=${ac_cv_func_execl=yes} | |
| ac_cv_func_execlp=${ac_cv_func_execlp=yes} | |
| ac_cv_func_execv=${ac_cv_func_execv=yes} | |
| ac_cv_func_execve=${ac_cv_func_execve=yes} | |
| ac_cv_func_execvp=${ac_cv_func_execvp=yes} | |
| ac_cv_func_exit=${ac_cv_func_exit=yes} | |
| ac_cv_func_fchdir=${ac_cv_func_fchdir=yes} | |
| ac_cv_func_fchmod=${ac_cv_func_fchmod=yes} | |
| ac_cv_func_fchown=${ac_cv_func_fchown=yes} | |
| ac_cv_func_fclose=${ac_cv_func_fclose=yes} | |
| ac_cv_func_fcntl=${ac_cv_func_fcntl=yes} | |
| ac_cv_func_fcvt=${ac_cv_func_fcvt=yes} | |
| ac_cv_func_fdopen=${ac_cv_func_fdopen=yes} | |
| ac_cv_func_fflush=${ac_cv_func_fflush=yes} | |
| ac_cv_func_ffs=${ac_cv_func_ffs=yes} | |
| ac_cv_func_fgetc=${ac_cv_func_fgetc=yes} | |
| ac_cv_func_fgetln=${ac_cv_func_fgetln=yes} | |
| ac_cv_func_fgetpos=${ac_cv_func_fgetpos=yes} | |
| ac_cv_func_fileno=${ac_cv_func_fileno=yes} | |
| ac_cv_func_flock=${ac_cv_func_flock=yes} | |
| ac_cv_func_fnmatch=${ac_cv_func_fnmatch=yes} | |
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | |
| ac_cv_func_fork=${ac_cv_func_fork=yes} | |
| ac_cv_func_fork_works=${ac_cv_func_fork_works=yes} | |
| ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes} | |
| ac_cv_func_fprintf=${ac_cv_func_fprintf=yes} | |
| ac_cv_func_fpsetmask=${ac_cv_func_fpsetmask=yes} | |
| ac_cv_func_fpurge=${ac_cv_func_fpurge=yes} | |
| ac_cv_func_fputc=${ac_cv_func_fputc=yes} | |
| ac_cv_func_fputs=${ac_cv_func_fputs=yes} | |
| ac_cv_func_fread=${ac_cv_func_fread=yes} | |
| ac_cv_func_free=${ac_cv_func_free=yes} | |
| ac_cv_func_freeaddrinfo=${ac_cv_func_freeaddrinfo=yes} | |
| ac_cv_func_freeifaddrs=${ac_cv_func_freeifaddrs=yes} | |
| ac_cv_func_fscanf=${ac_cv_func_fscanf=yes} | |
| ac_cv_func_fseek=${ac_cv_func_fseek=yes} | |
| ac_cv_func_fseeko=${ac_cv_func_fseeko=yes} | |
| ac_cv_func_fsetpos=${ac_cv_func_fsetpos=yes} | |
| ac_cv_func_fstat=${ac_cv_func_fstat=yes} | |
| ac_cv_func_fstatfs=${ac_cv_func_fstatfs=yes} | |
| ac_cv_func_fsync=${ac_cv_func_fsync=yes} | |
| ac_cv_func_ftell=${ac_cv_func_ftell=yes} | |
| ac_cv_func_ftello=${ac_cv_func_ftello=yes} | |
| ac_cv_func_ftok=${ac_cv_func_ftok=yes} | |
| ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes} | |
| ac_cv_func_fts_open=${ac_cv_func_fts_open=yes} | |
| ac_cv_func_ftw=${ac_cv_func_ftw=yes} | |
| ac_cv_func_funlockfile=${ac_cv_func_funlockfile=yes} | |
| ac_cv_func_funopen=${ac_cv_func_funopen=yes} | |
| ac_cv_func_fwrite=${ac_cv_func_fwrite=yes} | |
| ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes} | |
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | |
| ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes} | |
| ac_cv_func_getcwd=${ac_cv_func_getcwd=yes} | |
| ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes} | |
| ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=yes} | |
| ac_cv_func_getegid=${ac_cv_func_getegid=yes} | |
| ac_cv_func_getenv=${ac_cv_func_getenv=yes} | |
| ac_cv_func_geteuid=${ac_cv_func_geteuid=yes} | |
| ac_cv_func_getfsent=${ac_cv_func_getfsent=yes} | |
| ac_cv_func_getfsstat=${ac_cv_func_getfsstat=yes} | |
| ac_cv_func_getgid=${ac_cv_func_getgid=yes} | |
| ac_cv_func_getgrent=${ac_cv_func_getgrent=yes} | |
| ac_cv_func_getgrgid=${ac_cv_func_getgrgid=yes} | |
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | |
| ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes} | |
| ac_cv_func_getgrnam_r=${ac_cv_func_getgrnam_r=yes} | |
| ac_cv_func_getgrouplist=${ac_cv_func_getgrouplist=yes} | |
| ac_cv_func_getgroups=${ac_cv_func_getgroups=yes} | |
| ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} | |
| ac_cv_func_gethostbyaddr=${ac_cv_func_gethostbyaddr=yes} | |
| ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes} | |
| ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes} | |
| ac_cv_func_gethostent=${ac_cv_func_gethostent=yes} | |
| ac_cv_func_gethostid=${ac_cv_func_gethostid=yes} | |
| ac_cv_func_gethostname=${ac_cv_func_gethostname=yes} | |
| ac_cv_func_getifaddrs=${ac_cv_func_getifaddrs=yes} | |
| ac_cv_func_getitimer=${ac_cv_func_getitimer=yes} | |
| ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes} | |
| ac_cv_func_getlogin=${ac_cv_func_getlogin=yes} | |
| ac_cv_func_getlogin_r=${ac_cv_func_getlogin_r=yes} | |
| ac_cv_func_getmntinfo=${ac_cv_func_getmntinfo=yes} | |
| ac_cv_func_getnameinfo=${ac_cv_func_getnameinfo=yes} | |
| ac_cv_func_getnetbyaddr=${ac_cv_func_getnetbyaddr=yes} | |
| ac_cv_func_getnetbyname=${ac_cv_func_getnetbyname=yes} | |
| ac_cv_func_getnetent=${ac_cv_func_getnetent=yes} | |
| ac_cv_func_getnetgrent=${ac_cv_func_getnetgrent=yes} | |
| ac_cv_func_getopt=${ac_cv_func_getopt=yes} | |
| ac_cv_func_getopt_long=${ac_cv_func_getopt_long=yes} | |
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes} | |
| ac_cv_func_getpass=${ac_cv_func_getpass=yes} | |
| ac_cv_func_getpeereid=${ac_cv_func_getpeereid=yes} | |
| ac_cv_func_getpeername=${ac_cv_func_getpeername=yes} | |
| ac_cv_func_getpgid=${ac_cv_func_getpgid=yes} | |
| ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes} | |
| ac_cv_func_getpid=${ac_cv_func_getpid=yes} | |
| ac_cv_func_getppid=${ac_cv_func_getppid=yes} | |
| ac_cv_func_getpriority=${ac_cv_func_getpriority=yes} | |
| ac_cv_func_getprotobyname=${ac_cv_func_getprotobyname=yes} | |
| ac_cv_func_getprotobyname_r=${ac_cv_func_getprotobyname_r=yes} | |
| ac_cv_func_getprotobynumber=${ac_cv_func_getprotobynumber=yes} | |
| ac_cv_func_getprotobynumber_r=${ac_cv_func_getprotobynumber_r=yes} | |
| ac_cv_func_getprotoent=${ac_cv_func_getprotoent=yes} | |
| ac_cv_func_getprotoent_r=${ac_cv_func_getprotoent_r=yes} | |
| ac_cv_func_getpt=${ac_cv_func_getpt=no} | |
| ac_cv_func_getpwent=${ac_cv_func_getpwent=yes} | |
| ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes} | |
| ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes} | |
| ac_cv_func_getresuid=${ac_cv_func_getresuid=yes} | |
| ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes} | |
| ac_cv_func_getrusage=${ac_cv_func_getrusage=yes} | |
| ac_cv_func_getservbyname=${ac_cv_func_getservbyname=yes} | |
| ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=yes} | |
| ac_cv_func_getservbyport=${ac_cv_func_getservbyport=yes} | |
| ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=yes} | |
| ac_cv_func_getservent=${ac_cv_func_getservent=yes} | |
| ac_cv_func_getservent_r=${ac_cv_func_getservent_r=yes} | |
| ac_cv_func_getsid=${ac_cv_func_getsid=yes} | |
| ac_cv_func_getsockname=${ac_cv_func_getsockname=yes} | |
| ac_cv_func_getsockopt=${ac_cv_func_getsockopt=yes} | |
| ac_cv_func_getsubopt=${ac_cv_func_getsubopt=yes} | |
| ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes} | |
| ac_cv_func_getttyent=${ac_cv_func_getttyent=yes} | |
| ac_cv_func_getuid=${ac_cv_func_getuid=yes} | |
| ac_cv_func_getusershell=${ac_cv_func_getusershell=yes} | |
| ac_cv_func_getwd=${ac_cv_func_getwd=yes} | |
| ac_cv_func_glob=${ac_cv_func_glob=yes} | |
| ac_cv_func_gmtime=${ac_cv_func_gmtime=yes} | |
| ac_cv_func_gmtime_r=${ac_cv_func_gmtime_r=yes} | |
| ac_cv_func_grantpt=${ac_cv_func_grantpt=yes} | |
| ac_cv_func_herror=${ac_cv_func_herror=yes} | |
| ac_cv_func_hstrerror=${ac_cv_func_hstrerror=yes} | |
| ac_cv_func_htonl=${ac_cv_func_htonl=yes} | |
| ac_cv_func_htons=${ac_cv_func_htons=yes} | |
| ac_cv_func_if_indextoname=${ac_cv_func_if_indextoname=yes} | |
| ac_cv_func_if_nameindex=${ac_cv_func_if_nameindex=yes} | |
| ac_cv_func_if_nametoindex=${ac_cv_func_if_nametoindex=yes} | |
| ac_cv_func_imaxabs=${ac_cv_func_imaxabs=yes} | |
| ac_cv_func_imaxdiv=${ac_cv_func_imaxdiv=yes} | |
| ac_cv_func_index=${ac_cv_func_index=yes} | |
| ac_cv_func_inet_addr=${ac_cv_func_inet_addr=yes} | |
| ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes} | |
| ac_cv_func_inet_lnaof=${ac_cv_func_inet_lnaof=yes} | |
| ac_cv_func_inet_makeaddr=${ac_cv_func_inet_makeaddr=yes} | |
| ac_cv_func_inet_neta=${ac_cv_func_inet_neta=yes} | |
| ac_cv_func_inet_netof=${ac_cv_func_inet_netof=yes} | |
| ac_cv_func_inet_network=${ac_cv_func_inet_network=yes} | |
| ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes} | |
| ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes} | |
| ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes} | |
| ac_cv_func_initgroups=${ac_cv_func_initgroups=yes} | |
| ac_cv_func_innetgr=${ac_cv_func_innetgr=yes} | |
| ac_cv_func_insque=${ac_cv_func_insque=yes} | |
| ac_cv_func_ioctl=${ac_cv_func_ioctl=yes} | |
| ac_cv_func_isalnum=${ac_cv_func_isalnum=yes} | |
| ac_cv_func_isalpha=${ac_cv_func_isalpha=yes} | |
| ac_cv_func_isascii=${ac_cv_func_isascii=yes} | |
| ac_cv_func_isatty=${ac_cv_func_isatty=yes} | |
| ac_cv_func_isblank=${ac_cv_func_isblank=yes} | |
| ac_cv_func_isdigit=${ac_cv_func_isdigit=yes} | |
| ac_cv_func_isgraph=${ac_cv_func_isgraph=yes} | |
| ac_cv_func_isinf=${ac_cv_func_isinf=yes} | |
| ac_cv_func_isnan=${ac_cv_func_isnan=yes} | |
| ac_cv_func_isprint=${ac_cv_func_isprint=yes} | |
| ac_cv_func_ispunct=${ac_cv_func_ispunct=yes} | |
| ac_cv_func_issetugid=${ac_cv_func_issetugid=yes} | |
| ac_cv_func_isspace=${ac_cv_func_isspace=yes} | |
| ac_cv_func_isxdigit=${ac_cv_func_isxdigit=yes} | |
| ac_cv_func_kill=${ac_cv_func_kill=yes} | |
| ac_cv_func_killpg=${ac_cv_func_killpg=yes} | |
| ac_cv_func_kqueue=${ac_cv_func_kqueue=yes} | |
| ac_cv_func_kvm_open=${ac_cv_func_kvm_open=yes} | |
| ac_cv_func_kvm_openfiles=${ac_cv_func_kvm_openfiles=yes} | |
| ac_cv_func_lchown=${ac_cv_func_lchown=yes} | |
| ac_cv_func_lfind=${ac_cv_func_lfind=yes} | |
| ac_cv_func_link=${ac_cv_func_link=yes} | |
| ac_cv_func_listen=${ac_cv_func_listen=yes} | |
| ac_cv_func_lldiv=${ac_cv_func_lldiv=yes} | |
| ac_cv_func_localeconv=${ac_cv_func_localeconv=yes} | |
| ac_cv_func_localtime=${ac_cv_func_localtime=yes} | |
| ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes} | |
| ac_cv_func_lockf=${ac_cv_func_lockf=yes} | |
| ac_cv_func_login_getclass=${ac_cv_func_login_getclass=yes} | |
| ac_cv_func_login_tty=${ac_cv_func_login_tty=yes} | |
| ac_cv_func_logout=${ac_cv_func_logout=yes} | |
| ac_cv_func_longjmp=${ac_cv_func_longjmp=yes} | |
| ac_cv_func_lrand48=${ac_cv_func_lrand48=yes} | |
| ac_cv_func_lsearch=${ac_cv_func_lsearch=yes} | |
| ac_cv_func_lseek=${ac_cv_func_lseek=yes} | |
| ac_cv_func_lstat=${ac_cv_func_lstat=yes} | |
| ac_cv_func_madvise=${ac_cv_func_madvise=yes} | |
| ac_cv_func_malloc=${ac_cv_func_malloc=yes} | |
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | |
| ac_cv_func_memchr=${ac_cv_func_memchr=yes} | |
| ac_cv_func_memcmp=${ac_cv_func_memcmp=yes} | |
| ac_cv_func_memcmp_clean=${ac_cv_func_memcmp_clean=yes} | |
| ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} | |
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes} | |
| ac_cv_func_memmem=${ac_cv_func_memmem=yes} | |
| ac_cv_func_memmove=${ac_cv_func_memmove=yes} | |
| ac_cv_func_memset=${ac_cv_func_memset=yes} | |
| ac_cv_func_mergesort=${ac_cv_func_mergesort=yes} | |
| ac_cv_func_mkdir=${ac_cv_func_mkdir=yes} | |
| ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes} | |
| ac_cv_func_mknod=${ac_cv_func_mknod=yes} | |
| ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes} | |
| ac_cv_func_mkstemps=${ac_cv_func_mkstemps=yes} | |
| ac_cv_func_mktemp=${ac_cv_func_mktemp=yes} | |
| ac_cv_func_mktime=${ac_cv_func_mktime=yes} | |
| ac_cv_func_mlock=${ac_cv_func_mlock=yes} | |
| ac_cv_func_mlockall=${ac_cv_func_mlockall=yes} | |
| ac_cv_func_mmap=${ac_cv_func_mmap=yes} | |
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} | |
| ac_cv_func_mprotect=${ac_cv_func_mprotect=yes} | |
| ac_cv_func_mrand48=${ac_cv_func_mrand48=yes} | |
| ac_cv_func_msync=${ac_cv_func_msync=yes} | |
| ac_cv_func_munlock=${ac_cv_func_munlock=yes} | |
| ac_cv_func_munlockall=${ac_cv_func_munlockall=yes} | |
| ac_cv_func_munmap=${ac_cv_func_munmap=yes} | |
| ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes} | |
| ac_cv_func_nice=${ac_cv_func_nice=yes} | |
| ac_cv_func_nlist=${ac_cv_func_nlist=yes} | |
| ac_cv_func_ntohs=${ac_cv_func_ntohs=yes} | |
| ac_cv_func_open=${ac_cv_func_open=yes} | |
| ac_cv_func_opendir=${ac_cv_func_opendir=yes} | |
| ac_cv_func_openlog=${ac_cv_func_openlog=yes} | |
| ac_cv_func_pathconf=${ac_cv_func_pathconf=yes} | |
| ac_cv_func_pause=${ac_cv_func_pause=yes} | |
| ac_cv_func_pclose=${ac_cv_func_pclose=yes} | |
| ac_cv_func_perror=${ac_cv_func_perror=yes} | |
| ac_cv_func_pipe=${ac_cv_func_pipe=yes} | |
| ac_cv_func_pmap_getmaps=${ac_cv_func_pmap_getmaps=yes} | |
| ac_cv_func_pmap_getport=${ac_cv_func_pmap_getport=yes} | |
| ac_cv_func_poll=${ac_cv_func_poll=yes} | |
| ac_cv_func_popen=${ac_cv_func_popen=yes} | |
| ac_cv_func_posix_openpt=${ac_cv_func_posix_openpt=yes} | |
| ac_cv_func_pread=${ac_cv_func_pread=yes} | |
| ac_cv_func_printf=${ac_cv_func_printf=yes} | |
| ac_cv_func_printf_longdouble=${ac_cv_func_printf_longdouble=yes} | |
| ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes} | |
| ac_cv_func_psignal=${ac_cv_func_psignal=yes} | |
| ac_cv_func_ptrace=${ac_cv_func_ptrace=yes} | |
| ac_cv_func_ptsname=${ac_cv_func_ptsname=yes} | |
| ac_cv_func_putc_unlocked=${ac_cv_func_putc_unlocked=yes} | |
| ac_cv_func_putchar_unlocked=${ac_cv_func_putchar_unlocked=yes} | |
| ac_cv_func_putenv=${ac_cv_func_putenv=yes} | |
| ac_cv_func_puts=${ac_cv_func_puts=yes} | |
| ac_cv_func_pwrite=${ac_cv_func_pwrite=yes} | |
| ac_cv_func_qsort=${ac_cv_func_qsort=yes} | |
| ac_cv_func_qsort_argtype=${ac_cv_func_qsort_argtype=void} | |
| ac_cv_func_raise=${ac_cv_func_raise=yes} | |
| ac_cv_func_rand=${ac_cv_func_rand=yes} | |
| ac_cv_func_rand_r=${ac_cv_func_rand_r=yes} | |
| ac_cv_func_random=${ac_cv_func_random=yes} | |
| ac_cv_func_re_comp=${ac_cv_func_re_comp=no} | |
| ac_cv_func_read=${ac_cv_func_read=yes} | |
| ac_cv_func_readdir=${ac_cv_func_readdir=yes} | |
| ac_cv_func_readdir_r=${ac_cv_func_readdir_r=yes} | |
| ac_cv_func_readlink=${ac_cv_func_readlink=yes} | |
| ac_cv_func_readv=${ac_cv_func_readv=yes} | |
| ac_cv_func_realloc=${ac_cv_func_realloc=yes} | |
| ac_cv_func_realpath=${ac_cv_func_realpath=yes} | |
| ac_cv_func_recv=${ac_cv_func_recv=yes} | |
| ac_cv_func_recvfrom=${ac_cv_func_recvfrom=yes} | |
| ac_cv_func_recvmsg=${ac_cv_func_recvmsg=yes} | |
| ac_cv_func_regcomp=${ac_cv_func_regcomp=yes} | |
| ac_cv_func_remove=${ac_cv_func_remove=yes} | |
| ac_cv_func_remque=${ac_cv_func_remque=yes} | |
| ac_cv_func_rename=${ac_cv_func_rename=yes} | |
| ac_cv_func_rename_works=${ac_cv_func_rename_works=yes} | |
| ac_cv_func_res_init=${ac_cv_func_res_init=yes} | |
| ac_cv_func_res_mkquery=${ac_cv_func_res_mkquery=yes} | |
| ac_cv_func_res_query=${ac_cv_func_res_query=yes} | |
| ac_cv_func_res_search=${ac_cv_func_res_search=yes} | |
| ac_cv_func_revoke=${ac_cv_func_revoke=yes} | |
| ac_cv_func_rewind=${ac_cv_func_rewind=yes} | |
| ac_cv_func_rewinddir=${ac_cv_func_rewinddir=yes} | |
| ac_cv_func_rindex=${ac_cv_func_rindex=yes} | |
| ac_cv_func_rmdir=${ac_cv_func_rmdir=yes} | |
| ac_cv_func_ruserok=${ac_cv_func_ruserok=yes} | |
| ac_cv_func_sbrk=${ac_cv_func_sbrk=yes} | |
| ac_cv_func_scandir=${ac_cv_func_scandir=yes} | |
| ac_cv_func_scanf=${ac_cv_func_scanf=yes} | |
| ac_cv_func_seekdir=${ac_cv_func_seekdir=yes} | |
| ac_cv_func_select=${ac_cv_func_select=yes} | |
| ac_cv_func_select_arg1=${ac_cv_func_select_arg1=int} | |
| ac_cv_func_select_arg234=${ac_cv_func_select_arg234=fd_set *} | |
| ac_cv_func_select_arg5=${ac_cv_func_select_arg5=struct timeval *} | |
| ac_cv_func_select_args=${ac_cv_func_select_args=int,fd_set *,struct timeval *} | |
| ac_cv_func_sem_init=${ac_cv_func_sem_init=yes} | |
| ac_cv_func_send=${ac_cv_func_send=yes} | |
| ac_cv_func_sendmsg=${ac_cv_func_sendmsg=yes} | |
| ac_cv_func_sendto=${ac_cv_func_sendto=yes} | |
| ac_cv_func_setbuf=${ac_cv_func_setbuf=yes} | |
| ac_cv_func_setegid=${ac_cv_func_setegid=yes} | |
| ac_cv_func_setenv=${ac_cv_func_setenv=yes} | |
| ac_cv_func_seteuid=${ac_cv_func_seteuid=yes} | |
| ac_cv_func_setfsent=${ac_cv_func_setfsent=yes} | |
| ac_cv_func_setgid=${ac_cv_func_setgid=yes} | |
| ac_cv_func_setgroupent=${ac_cv_func_setgroupent=yes} | |
| ac_cv_func_setgroups=${ac_cv_func_setgroups=yes} | |
| ac_cv_func_sethostent=${ac_cv_func_sethostent=yes} | |
| ac_cv_func_sethostname=${ac_cv_func_sethostname=yes} | |
| ac_cv_func_setitimer=${ac_cv_func_setitimer=yes} | |
| ac_cv_func_setjmp=${ac_cv_func_setjmp=yes} | |
| ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes} | |
| ac_cv_func_setlocale=${ac_cv_func_setlocale=yes} | |
| ac_cv_func_setlogin=${ac_cv_func_setlogin=yes} | |
| ac_cv_func_setmode=${ac_cv_func_setmode=yes} | |
| ac_cv_func_setnetent=${ac_cv_func_setnetent=yes} | |
| ac_cv_func_setnetgrent=${ac_cv_func_setnetgrent=yes} | |
| ac_cv_func_setpassent=${ac_cv_func_setpassent=yes} | |
| ac_cv_func_setpgid=${ac_cv_func_setpgid=yes} | |
| ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes} | |
| ac_cv_func_setpriority=${ac_cv_func_setpriority=yes} | |
| ac_cv_func_setproctitle=${ac_cv_func_setproctitle=yes} | |
| ac_cv_func_setprotoent=${ac_cv_func_setprotoent=yes} | |
| ac_cv_func_setprotoent_r=${ac_cv_func_setprotoent_r=yes} | |
| ac_cv_func_setpwent=${ac_cv_func_setpwent=yes} | |
| ac_cv_func_setregid=${ac_cv_func_setregid=yes} | |
| ac_cv_func_setresgid=${ac_cv_func_setresgid=yes} | |
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} | |
| ac_cv_func_setreuid=${ac_cv_func_setreuid=yes} | |
| ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes} | |
| ac_cv_func_setservent=${ac_cv_func_setservent=yes} | |
| ac_cv_func_setservent_r=${ac_cv_func_setservent_r=yes} | |
| ac_cv_func_setsid=${ac_cv_func_setsid=yes} | |
| ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes} | |
| ac_cv_func_settimeofday=${ac_cv_func_settimeofday=yes} | |
| ac_cv_func_setttyent=${ac_cv_func_setttyent=yes} | |
| ac_cv_func_setuid=${ac_cv_func_setuid=yes} | |
| ac_cv_func_setusershell=${ac_cv_func_setusershell=yes} | |
| ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes} | |
| ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | |
| ac_cv_func_shmat=${ac_cv_func_shmat=yes} | |
| ac_cv_func_shmctl=${ac_cv_func_shmctl=yes} | |
| ac_cv_func_shmdt=${ac_cv_func_shmdt=yes} | |
| ac_cv_func_shmget=${ac_cv_func_shmget=yes} | |
| ac_cv_func_shutdown=${ac_cv_func_shutdown=yes} | |
| ac_cv_func_sigaction=${ac_cv_func_sigaction=yes} | |
| ac_cv_func_sigaddset=${ac_cv_func_sigaddset=yes} | |
| ac_cv_func_sigaltstack=${ac_cv_func_sigaltstack=yes} | |
| ac_cv_func_sigblock=${ac_cv_func_sigblock=yes} | |
| ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset=yes} | |
| ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=yes} | |
| ac_cv_func_siglongjmp=${ac_cv_func_siglongjmp=yes} | |
| ac_cv_func_signal=${ac_cv_func_signal=yes} | |
| ac_cv_func_signgam=${ac_cv_func_signgam=yes} | |
| ac_cv_func_sigpending=${ac_cv_func_sigpending=yes} | |
| ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes} | |
| ac_cv_func_sigsetjmp=${ac_cv_func_sigsetjmp=yes} | |
| ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes} | |
| ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes} | |
| ac_cv_func_sigvec=${ac_cv_func_sigvec=yes} | |
| ac_cv_func_snprintf=${ac_cv_func_snprintf=yes} | |
| ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes} | |
| ac_cv_func_socket=${ac_cv_func_socket=yes} | |
| ac_cv_func_socketpair=${ac_cv_func_socketpair=yes} | |
| ac_cv_func_sprintf=${ac_cv_func_sprintf=yes} | |
| ac_cv_func_srand48=${ac_cv_func_srand48=yes} | |
| ac_cv_func_srand=${ac_cv_func_srand=yes} | |
| ac_cv_func_srandom=${ac_cv_func_srandom=yes} | |
| ac_cv_func_srandomdev=${ac_cv_func_srandomdev=yes} | |
| ac_cv_func_sscanf=${ac_cv_func_sscanf=yes} | |
| ac_cv_func_stat=${ac_cv_func_stat=yes} | |
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | |
| ac_cv_func_statfs=${ac_cv_func_statfs=yes} | |
| ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes} | |
| ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes} | |
| ac_cv_func_strchr=${ac_cv_func_strchr=yes} | |
| ac_cv_func_strcmp=${ac_cv_func_strcmp=yes} | |
| ac_cv_func_strcoll=${ac_cv_func_strcoll=yes} | |
| ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=yes} | |
| ac_cv_func_strcpy=${ac_cv_func_strcpy=yes} | |
| ac_cv_func_strcspn=${ac_cv_func_strcspn=yes} | |
| ac_cv_func_strdup=${ac_cv_func_strdup=yes} | |
| ac_cv_func_strerror=${ac_cv_func_strerror=yes} | |
| ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes} | |
| ac_cv_func_strftime=${ac_cv_func_strftime=yes} | |
| ac_cv_func_strlcat=${ac_cv_func_strlcat=yes} | |
| ac_cv_func_strlcpy=${ac_cv_func_strlcpy=yes} | |
| ac_cv_func_strlen=${ac_cv_func_strlen=yes} | |
| ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes} | |
| ac_cv_func_strncat=${ac_cv_func_strncat=yes} | |
| ac_cv_func_strncmp=${ac_cv_func_strncmp=yes} | |
| ac_cv_func_strncoll=${ac_cv_func_strncoll=no} | |
| ac_cv_func_strncpy=${ac_cv_func_strncpy=yes} | |
| ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes} | |
| ac_cv_func_strptime=${ac_cv_func_strptime=yes} | |
| ac_cv_func_strrchr=${ac_cv_func_strrchr=yes} | |
| ac_cv_func_strsep=${ac_cv_func_strsep=yes} | |
| ac_cv_func_strsignal=${ac_cv_func_strsignal=yes} | |
| ac_cv_func_strspn=${ac_cv_func_strspn=yes} | |
| ac_cv_func_strstr=${ac_cv_func_strstr=yes} | |
| ac_cv_func_strtod=${ac_cv_func_strtod=yes} | |
| ac_cv_func_strtoimax=${ac_cv_func_strtoimax=yes} | |
| ac_cv_func_strtok=${ac_cv_func_strtok=yes} | |
| ac_cv_func_strtok_r=${ac_cv_func_strtok_r=yes} | |
| ac_cv_func_strtol=${ac_cv_func_strtol=yes} | |
| ac_cv_func_strtoll=${ac_cv_func_strtoll=yes} | |
| ac_cv_func_strtonum=${ac_cv_func_strtonum=yes} | |
| ac_cv_func_strtoq=${ac_cv_func_strtoq=yes} | |
| ac_cv_func_strtoul=${ac_cv_func_strtoul=yes} | |
| ac_cv_func_strtoull=${ac_cv_func_strtoull=yes} | |
| ac_cv_func_strtoumax=${ac_cv_func_strtoumax=yes} | |
| ac_cv_func_strtouq=${ac_cv_func_strtouq=yes} | |
| ac_cv_func_strvis=${ac_cv_func_strvis=yes} | |
| ac_cv_func_swapctl=${ac_cv_func_swapctl=yes} | |
| ac_cv_func_symlink=${ac_cv_func_symlink=yes} | |
| ac_cv_func_sync=${ac_cv_func_sync=yes} | |
| ac_cv_func_sys_nerr=${ac_cv_func_sys_nerr=yes} | |
| ac_cv_func_syscall=${ac_cv_func_syscall=yes} | |
| ac_cv_func_sysconf=${ac_cv_func_sysconf=yes} | |
| ac_cv_func_sysctl=${ac_cv_func_sysctl=yes} | |
| ac_cv_func_syslog=${ac_cv_func_syslog=yes} | |
| ac_cv_func_system=${ac_cv_func_system=yes} | |
| ac_cv_func_tcdrain=${ac_cv_func_tcdrain=yes} | |
| ac_cv_func_tcflow=${ac_cv_func_tcflow=yes} | |
| ac_cv_func_tcflush=${ac_cv_func_tcflush=yes} | |
| ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes} | |
| ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes} | |
| ac_cv_func_tcsendbreak=${ac_cv_func_tcsendbreak=yes} | |
| ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes} | |
| ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes} | |
| ac_cv_func_telldir=${ac_cv_func_telldir=yes} | |
| ac_cv_func_tempnam=${ac_cv_func_tempnam=yes} | |
| ac_cv_func_time=${ac_cv_func_time=yes} | |
| ac_cv_func_timegm=${ac_cv_func_timegm=yes} | |
| ac_cv_func_timelocal=${ac_cv_func_timelocal=yes} | |
| ac_cv_func_timer_create=${ac_cv_func_timer_create=yes} | |
| ac_cv_func_times=${ac_cv_func_times=yes} | |
| ac_cv_func_tmpfile=${ac_cv_func_tmpfile=yes} | |
| ac_cv_func_tmpnam=${ac_cv_func_tmpnam=yes} | |
| ac_cv_func_tolower=${ac_cv_func_tolower=yes} | |
| ac_cv_func_toupper=${ac_cv_func_toupper=yes} | |
| ac_cv_func_tparm=${ac_cv_func_tparm=yes} | |
| ac_cv_func_truncate=${ac_cv_func_truncate=yes} | |
| ac_cv_func_tsearch=${ac_cv_func_tsearch=yes} | |
| ac_cv_func_ttyname=${ac_cv_func_ttyname=yes} | |
| ac_cv_func_ttyslot=${ac_cv_func_ttyslot=yes} | |
| ac_cv_func_tzset=${ac_cv_func_tzset=yes} | |
| ac_cv_func_ualarm=${ac_cv_func_ualarm=yes} | |
| ac_cv_func_umask=${ac_cv_func_umask=yes} | |
| ac_cv_func_uname=${ac_cv_func_uname=yes} | |
| ac_cv_func_ungetc=${ac_cv_func_ungetc=yes} | |
| ac_cv_func_unlink=${ac_cv_func_unlink=yes} | |
| ac_cv_func_unlockpt=${ac_cv_func_unlockpt=yes} | |
| ac_cv_func_unmount=${ac_cv_func_unmount=yes} | |
| ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes} | |
| ac_cv_func_usleep=${ac_cv_func_usleep=yes} | |
| ac_cv_func_utime=${ac_cv_func_utime=yes} | |
| ac_cv_func_utimes=${ac_cv_func_utimes=yes} | |
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} | |
| ac_cv_func_vadvise=${ac_cv_func_vadvise=yes} | |
| ac_cv_func_valloc=${ac_cv_func_valloc=yes} | |
| ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes} | |
| ac_cv_func_vfork=${ac_cv_func_vfork=yes} | |
| ac_cv_func_vfork_works=${ac_cv_func_vfork_works=yes} | |
| ac_cv_func_vfprintf=${ac_cv_func_vfprintf=yes} | |
| ac_cv_func_void_sprintf=${ac_cv_func_void_sprintf=yes} | |
| ac_cv_func_vprintf=${ac_cv_func_vprintf=yes} | |
| ac_cv_func_vscanf=${ac_cv_func_vscanf=yes} | |
| ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes} | |
| ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} | |
| ac_cv_func_vsprintf=${ac_cv_func_vsprintf=yes} | |
| ac_cv_func_vsscanf=${ac_cv_func_vsscanf=yes} | |
| ac_cv_func_vsyslog=${ac_cv_func_vsyslog=yes} | |
| ac_cv_func_wait3=${ac_cv_func_wait3=yes} | |
| ac_cv_func_wait3_rusage=${ac_cv_func_wait3_rusage=yes} | |
| ac_cv_func_wait4=${ac_cv_func_wait4=yes} | |
| ac_cv_func_wait=${ac_cv_func_wait=yes} | |
| ac_cv_func_waitpid=${ac_cv_func_waitpid=yes} | |
| ac_cv_func_warnx=${ac_cv_func_warnx=yes} | |
| ac_cv_func_write=${ac_cv_func_write=yes} | |
| ac_cv_func_writev=${ac_cv_func_writev=yes} | |
| ac_cv_func_yp_get_default_domain=${ac_cv_func_yp_get_default_domain=yes} | |
| ac_cv_have_ansi_prototypes=${ac_cv_have_ansi_prototypes=yes} | |
| ac_cv_have_asprintf_decl=${ac_cv_have_asprintf_decl=yes} | |
| ac_cv_have_bool=${ac_cv_have_bool=yes} | |
| ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} | |
| ac_cv_have_errno_decl=${ac_cv_have_errno_decl=yes} | |
| ac_cv_have_setresgid_decl=${ac_cv_have_setresgid_decl=yes} | |
| ac_cv_have_setresuid_decl=${ac_cv_have_setresuid_decl=yes} | |
| ac_cv_have_snprintf_decl=${ac_cv_have_snprintf_decl=yes} | |
| ac_cv_have_ssl=${ac_cv_have_ssl='have_ssl=yes ac_ssl_includes=/usr/include ac_ssl_libraries=/usr/lib ac_ssl_rsaref=no'} | |
| ac_cv_have_vasprintf_decl=${ac_cv_have_vasprintf_decl=yes} | |
| ac_cv_have_vsnprintf_decl=${ac_cv_have_vsnprintf_decl=yes} | |
| ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes} | |
| ac_cv_header_assert_h=${ac_cv_header_assert_h=yes} | |
| ac_cv_header_ctype_h=${ac_cv_header_ctype_h=yes} | |
| ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes} | |
| ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes} | |
| ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes} | |
| ac_cv_header_errno_h=${ac_cv_header_errno_h=yes} | |
| ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes} | |
| ac_cv_header_float_h=${ac_cv_header_float_h=yes} | |
| ac_cv_header_fnmatch_h=${ac_cv_header_fnmatch_h=yes} | |
| ac_cv_header_fstab_h=${ac_cv_header_fstab_h=yes} | |
| ac_cv_header_ftw_h=${ac_cv_header_ftw_h=yes} | |
| ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes} | |
| ac_cv_header_glob_h=${ac_cv_header_glob_h=yes} | |
| ac_cv_header_grp_h=${ac_cv_header_grp_h=yes} | |
| #ac_cv_header_ieeefp_h=${ac_cv_header_ieeefp_h=yes} | |
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes} | |
| ac_cv_header_libgen_h=${ac_cv_header_libgen_h=yes} | |
| ac_cv_header_limits_h=${ac_cv_header_limits_h=yes} | |
| ac_cv_header_locale_h=${ac_cv_header_locale_h=yes} | |
| ac_cv_header_machine_endian_h=${ac_cv_header_machine_endian_h=yes} | |
| ac_cv_header_machine_limits_h=${ac_cv_header_machine_limits_h=yes} | |
| ac_cv_header_machine_param_h=${ac_cv_header_machine_param_h=yes} | |
| #ac_cv_header_machine_types_h=${ac_cv_header_machine_types_h=yes} | |
| ac_cv_header_malloc_h=${ac_cv_header_malloc_h=no} | |
| ac_cv_header_math_h=${ac_cv_header_math_h=yes} | |
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes} | |
| ac_cv_header_net_bpf_h=${ac_cv_header_net_bpf_h=yes} | |
| ac_cv_header_net_if_arp_h=${ac_cv_header_net_if_arp_h=yes} | |
| ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes} | |
| ac_cv_header_net_if_ppp_h=${ac_cv_header_net_if_ppp_h=yes} | |
| ac_cv_header_net_if_tun_h=${ac_cv_header_net_if_tun_h=yes} | |
| ac_cv_header_net_if_types_h=${ac_cv_header_net_if_types_h=yes} | |
| ac_cv_header_net_pfvar_h=${ac_cv_header_net_pfvar_h=yes} | |
| ac_cv_header_net_ppp_defs_h=${ac_cv_header_net_ppp_defs_h=yes} | |
| ac_cv_header_net_route_h=${ac_cv_header_net_route_h=yes} | |
| ac_cv_header_net_slip_h=${ac_cv_header_net_slip_h=no} | |
| ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes} | |
| ac_cv_header_netinet6_in6_var_h=${ac_cv_header_netinet6_in6_var_h=yes} | |
| ac_cv_header_netinet6_ip6_var_h=${ac_cv_header_netinet6_ip6_var_h=yes} | |
| ac_cv_header_netinet_icmp6_h=${ac_cv_header_netinet_icmp6_h=yes} | |
| ac_cv_header_netinet_icmp_var_h=${ac_cv_header_netinet_icmp_var_h=yes} | |
| ac_cv_header_netinet_if_ether_h=${ac_cv_header_netinet_if_ether_h=yes} | |
| ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes} | |
| ac_cv_header_netinet_in_systm_h=${ac_cv_header_netinet_in_systm_h=yes} | |
| ac_cv_header_netinet_ip6_h=${ac_cv_header_netinet_ip6_h=yes} | |
| ac_cv_header_netinet_ip_h=${ac_cv_header_netinet_ip_h=yes} | |
| ac_cv_header_netinet_ip_var_h=${ac_cv_header_netinet_ip_var_h=yes} | |
| ac_cv_header_netinet_tcp_fsm_h=${ac_cv_header_netinet_tcp_fsm_h=yes} | |
| ac_cv_header_netinet_tcp_h=${ac_cv_header_netinet_tcp_h=yes} | |
| ac_cv_header_netinet_tcp_timer_h=${ac_cv_header_netinet_tcp_timer_h=yes} | |
| ac_cv_header_netinet_tcp_var_h=${ac_cv_header_netinet_tcp_var_h=yes} | |
| ac_cv_header_netinet_udp_h=${ac_cv_header_netinet_udp_h=yes} | |
| ac_cv_header_netinet_udp_var_h=${ac_cv_header_netinet_udp_var_h=yes} | |
| ac_cv_header_nl_types_h=${ac_cv_header_nl_types_h=yes} | |
| ac_cv_header_nlist_h=${ac_cv_header_nlist_h=yes} | |
| ac_cv_header_openssl_aes_h=${ac_cv_header_openssl_aes_h=yes} | |
| ac_cv_header_openssl_crypto_h=${ac_cv_header_openssl_crypto_h=yes} | |
| ac_cv_header_openssl_des_h=${ac_cv_header_openssl_des_h=yes} | |
| ac_cv_header_openssl_engine_h=${ac_cv_header_openssl_engine_h=yes} | |
| ac_cv_header_openssl_err_h=${ac_cv_header_openssl_err_h=yes} | |
| ac_cv_header_openssl_evp_h=${ac_cv_header_openssl_evp_h=yes} | |
| ac_cv_header_openssl_hmac_h=${ac_cv_header_openssl_hmac_h=yes} | |
| ac_cv_header_openssl_md2_h=${ac_cv_header_openssl_md2_h=yes} | |
| ac_cv_header_openssl_md4_h=${ac_cv_header_openssl_md4_h=yes} | |
| ac_cv_header_openssl_md5_h=${ac_cv_header_openssl_md5_h=yes} | |
| ac_cv_header_openssl_opensslv_h=${ac_cv_header_openssl_opensslv_h=yes} | |
| ac_cv_header_openssl_pem_h=${ac_cv_header_openssl_pem_h=yes} | |
| ac_cv_header_openssl_rsa_h=${ac_cv_header_openssl_rsa_h=yes} | |
| ac_cv_header_openssl_sha_h=${ac_cv_header_openssl_sha_h=yes} | |
| ac_cv_header_openssl_ssl_h=${ac_cv_header_openssl_ssl_h=yes} | |
| ac_cv_header_openssl_x509_h=${ac_cv_header_openssl_x509_h=yes} | |
| ac_cv_header_panel_h=${ac_cv_header_panel_h=yes} | |
| ac_cv_header_paths_h=${ac_cv_header_paths_h=yes} | |
| ac_cv_header_pcreposix_h=${ac_cv_header_pcreposix_h=yes} | |
| ac_cv_header_physfs_h=${ac_cv_header_physfs_h=yes} | |
| ac_cv_header_poll_h=${ac_cv_header_poll_h=yes} | |
| ac_cv_header_pthread_h=${ac_cv_header_pthread_h=yes} | |
| ac_cv_header_pty_h=${ac_cv_header_pty_h=no} | |
| ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes} | |
| ac_cv_header_readline_history_h=${ac_cv_header_readline_history_h=yes} | |
| ac_cv_header_readline_readline_h=${ac_cv_header_readline_readline_h=yes} | |
| ac_cv_header_regex_h=${ac_cv_header_regex_h=yes} | |
| ac_cv_header_resolv_h=${ac_cv_header_resolv_h=yes} | |
| ac_cv_header_rpc_rpc_h=${ac_cv_header_rpc_rpc_h=yes} | |
| ac_cv_header_rpcsvc_yp_prot_h=${ac_cv_header_rpcsvc_yp_prot_h=yes} | |
| ac_cv_header_rpcsvc_ypclnt_h=${ac_cv_header_rpcsvc_ypclnt_h=yes} | |
| ac_cv_header_search_h=${ac_cv_header_search_h=yes} | |
| ac_cv_header_semaphore_h=${ac_cv_header_semaphore_h=yes} | |
| ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h=yes} | |
| ac_cv_header_sgtty_h=${ac_cv_header_sgtty_h=no} | |
| ac_cv_header_signal_h=${ac_cv_header_signal_h=yes} | |
| ac_cv_header_soundcard_h=${ac_cv_header_soundcard_h=yes} | |
| ac_cv_header_stat_h=${ac_cv_header_stat_h=no} | |
| ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes} | |
| ac_cv_header_stdc=${ac_cv_header_stdc=yes} | |
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes} | |
| ac_cv_header_stdio_h=${ac_cv_header_stdio_h=yes} | |
| ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes} | |
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes} | |
| ac_cv_header_string_h=${ac_cv_header_string_h=yes} | |
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes} | |
| ac_cv_header_sys_cdefs_h=${ac_cv_header_sys_cdefs_h=yes} | |
| ac_cv_header_sys_chio_h=${ac_cv_header_sys_chio_h=yes} | |
| ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes} | |
| ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes} | |
| ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h=yes} | |
| ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes} | |
| ac_cv_header_sys_ipc_h=${ac_cv_header_sys_ipc_h=yes} | |
| ac_cv_header_sys_limits_h=${ac_cv_header_sys_limits_h=yes} | |
| ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes} | |
| ac_cv_header_sys_mount_h=${ac_cv_header_sys_mount_h=yes} | |
| ac_cv_header_sys_mtio_h=${ac_cv_header_sys_mtio_h=yes} | |
| ac_cv_header_sys_mutex_h=${ac_cv_header_sys_mutex_h=yes} | |
| ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes} | |
| ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes} | |
| ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes} | |
| ac_cv_header_sys_scsiio_h=${ac_cv_header_sys_scsiio_h=yes} | |
| ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes} | |
| ac_cv_header_sys_shm_h=${ac_cv_header_sys_shm_h=yes} | |
| ac_cv_header_sys_signal_h=${ac_cv_header_sys_signal_h=yes} | |
| ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes} | |
| ac_cv_header_sys_sockio_h=${ac_cv_header_sys_sockio_h=yes} | |
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes} | |
| ac_cv_header_sys_syscall_h=${ac_cv_header_sys_syscall_h=yes} | |
| ac_cv_header_sys_sysctl_h=${ac_cv_header_sys_sysctl_h=yes} | |
| ac_cv_header_sys_syslog_h=${ac_cv_header_sys_syslog_h=yes} | |
| ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes} | |
| ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes} | |
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes} | |
| ac_cv_header_sys_ucred_h=${ac_cv_header_sys_ucred_h=yes} | |
| ac_cv_header_sys_uio_h=${ac_cv_header_sys_uio_h=yes} | |
| ac_cv_header_sys_un_h=${ac_cv_header_sys_un_h=yes} | |
| ac_cv_header_sys_unistd_h=${ac_cv_header_sys_unistd_h=yes} | |
| ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes} | |
| ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes} | |
| ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes} | |
| ac_cv_header_termio_h=${ac_cv_header_termio_h=no} | |
| ac_cv_header_termios_h=${ac_cv_header_termios_h=yes} | |
| ac_cv_header_time=${ac_cv_header_time=yes} | |
| ac_cv_header_time_h=${ac_cv_header_time_h=yes} | |
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes} | |
| ac_cv_header_util_h=${ac_cv_header_util_h=yes} | |
| ac_cv_header_utime_h=${ac_cv_header_utime_h=yes} | |
| ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes} | |
| ac_cv_header_values_h=${ac_cv_header_values_h=no} | |
| ac_cv_header_zlib_h=${ac_cv_header_zlib_h=yes} | |
| ac_cv_labels_as_values=${ac_cv_labels_as_values=yes} | |
| ac_cv_lib_compat_main=${ac_cv_lib_compat_main=no} | |
| ac_cv_lib_cposix_strerror=${ac_cv_lib_cposix_strerror=no} | |
| ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no} | |
| ac_cv_lib_fl_yywrap=${ac_cv_lib_fl_yywrap=yes} | |
| ac_cv_lib_m=${ac_cv_lib_m=yes} | |
| ac_cv_lib_m__finite=${ac_cv_lib_m__finite=no} | |
| ac_cv_lib_m_acos=${ac_cv_lib_m_acos=yes} | |
| ac_cv_lib_m_acosh=${ac_cv_lib_m_acosh=yes} | |
| ac_cv_lib_m_asin=${ac_cv_lib_m_asin=yes} | |
| ac_cv_lib_m_asinh=${ac_cv_lib_m_asinh=yes} | |
| ac_cv_lib_m_atan=${ac_cv_lib_m_atan=yes} | |
| ac_cv_lib_m_atanh=${ac_cv_lib_m_atanh=yes} | |
| ac_cv_lib_m_ceil=${ac_cv_lib_m_ceil=yes} | |
| ac_cv_lib_m_cos=${ac_cv_lib_m_cos=yes} | |
| ac_cv_lib_m_exp=${ac_cv_lib_m_exp=yes} | |
| ac_cv_lib_m_fabs=${ac_cv_lib_m_fabs=yes} | |
| ac_cv_lib_m_finite=${ac_cv_lib_m_finite=yes} | |
| ac_cv_lib_m_floor=${ac_cv_lib_m_floor=yes} | |
| ac_cv_lib_m_fmod=${ac_cv_lib_m_fmod=yes} | |
| ac_cv_lib_m_hypot=${ac_cv_lib_m_hypot=yes} | |
| ac_cv_lib_m_ldexp=${ac_cv_lib_m_ldexp=yes} | |
| ac_cv_lib_m_log=${ac_cv_lib_m_log=yes} | |
| ac_cv_lib_m_main=${ac_cv_lib_m_main=yes} | |
| ac_cv_lib_m_modf=${ac_cv_lib_m_modf=yes} | |
| ac_cv_lib_m_open=${ac_cv_lib_m_open=yes} | |
| ac_cv_lib_m_pow=${ac_cv_lib_m_pow=yes} | |
| ac_cv_lib_m_rand=${ac_cv_lib_m_rand=yes} | |
| ac_cv_lib_m_rintf=${ac_cv_lib_m_rintf=yes} | |
| ac_cv_lib_m_round=${ac_cv_lib_m_round=yes} | |
| ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} | |
| ac_cv_lib_m_sqrt=${ac_cv_lib_m_sqrt=yes} | |
| ac_cv_lib_m_tanh=${ac_cv_lib_m_tanh=yes} | |
| ac_cv_lib_m_trunc=${ac_cv_lib_m_trunc=yes} | |
| ac_cv_lib_ncurses_tgetent=${ac_cv_lib_ncurses_tgetent=yes} | |
| ac_cv_lib_ncurses_tputs=${ac_cv_lib_ncurses_tputs=yes} | |
| ac_cv_lib_poll_poll=${ac_cv_lib_poll_poll=no} | |
| ac_cv_lib_pthread_pthread_create=${ac_cv_lib_pthread_pthread_create=yes} | |
| ac_cv_lib_readline_rl_callback_handler_install=${ac_cv_lib_readline_rl_callback_handler_install=yes} | |
| ac_cv_lib_socket=${ac_cv_lib_socket=no} | |
| ac_cv_lib_ucb_killpg=${ac_cv_lib_ucb_killpg=no} | |
| ac_cv_lib_utempter_addToUtmp=${ac_cv_lib_utempter_addToUtmp=no} | |
| ac_cv_lib_util_main=${ac_cv_lib_util_main=yes} | |
| ac_cv_lib_util_openpty=${ac_cv_lib_util_openpty=yes} | |
| ac_cv_lib_z=${ac_cv_lib_z=-lz} | |
| ac_cv_lib_z_deflate=${ac_cv_lib_z_deflate=yes} | |
| ac_cv_lib_z_main=${ac_cv_lib_z_main=yes} | |
| ac_cv_member_struct_sockaddr_in6_sin6_scope_id=${ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes} | |
| ac_cv_member_struct_tm_tm_zone=${ac_cv_member_struct_tm_tm_zone=yes} | |
| ac_cv_mingw32=${ac_cv_mingw32=no} | |
| ac_cv_objext=${ac_cv_objext=o} | |
| ac_cv_path_CHMOD=${ac_cv_path_CHMOD=/bin/chmod} | |
| ac_cv_path_CP=${ac_cv_path_CP=/bin/cp} | |
| ac_cv_path_DIFF=${ac_cv_path_DIFF=/usr/bin/diff} | |
| ac_cv_path_PERL_PATH=${ac_cv_path_PERL_PATH=/usr/bin/perl} | |
| ac_cv_path_RM=${ac_cv_path_RM=/bin/rm} | |
| ac_cv_path_STRIP=${ac_cv_path_STRIP=/usr/bin/strip} | |
| ac_cv_path_fp_prog_find=${ac_cv_path_fp_prog_find=/usr/bin/find} | |
| ac_cv_path_fp_prog_sort=${ac_cv_path_fp_prog_sort=/usr/bin/sort} | |
| ac_cv_path_passwd_program=${ac_cv_path_passwd_program=/usr/bin/passwd} | |
| ac_cv_path_path_su=${ac_cv_path_path_su=/usr/bin/su} | |
| ac_cv_prog_AWK=${ac_cv_prog_AWK=awk} | |
| ac_cv_prog_LEX=${ac_cv_prog_LEX=flex} | |
| ac_cv_prog_PERL=${ac_cv_prog_PERL=/usr/bin/perl} | |
| ac_cv_prog_SED=${ac_cv_prog_SED=/usr/bin/sed} | |
| ac_cv_prog_SORT=${ac_cv_prog_SORT=sort} | |
| ac_cv_prog_ac_ct_AR=${ac_cv_prog_ac_ct_AR=ar} | |
| ac_cv_prog_ac_ct_RANLIB=${ac_cv_prog_ac_ct_RANLIB=ranlib} | |
| ac_cv_prog_ac_ct_STRIP=${ac_cv_prog_ac_ct_STRIP=strip} | |
| ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes} | |
| ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes} | |
| ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g=yes} | |
| ac_cv_prog_egrep=${ac_cv_prog_egrep='grep -E'} | |
| ac_cv_prog_f77_g=${ac_cv_prog_f77_g=yes} | |
| ac_cv_prog_gcc=${ac_cv_prog_gcc=yes} | |
| ac_cv_prog_have_hp2ps=${ac_cv_prog_have_hp2ps=1} | |
| ac_cv_prog_lex_root=${ac_cv_prog_lex_root=lex.yy} | |
| ac_cv_prog_lex_yytext_pointer=${ac_cv_prog_lex_yytext_pointer=yes} | |
| ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes} | |
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | |
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | |
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | |
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} | |
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} | |
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} | |
| ac_cv_socklen_t=${ac_cv_socklen_t=socklen_t} | |
| ac_cv_struct_st_rdev=${ac_cv_struct_st_rdev=yes} | |
| ac_cv_struct_tm=${ac_cv_struct_tm=time.h} | |
| ac_cv_type_caddr_t=${ac_cv_type_caddr_t=yes} | |
| ac_cv_type_char=${ac_cv_type_char=yes} | |
| ac_cv_type_double=${ac_cv_type_double=yes} | |
| ac_cv_type_float=${ac_cv_type_float=yes} | |
| ac_cv_type_ino_t=${ac_cv_type_ino_t=yes} | |
| ac_cv_type_int=${ac_cv_type_int=yes} | |
| ac_cv_type_intmax_t=${ac_cv_type_intmax_t=yes} | |
| ac_cv_type_intp=${ac_cv_type_intp=yes} | |
| ac_cv_type_long=${ac_cv_type_long=yes} | |
| ac_cv_type_long_long=${ac_cv_type_long_long=yes} | |
| ac_cv_type_mode_t=${ac_cv_type_mode_t=yes} | |
| ac_cv_type_off_t=${ac_cv_type_off_t=yes} | |
| ac_cv_type_pid_t=${ac_cv_type_pid_t=yes} | |
| ac_cv_type_short=${ac_cv_type_short=yes} | |
| ac_cv_type_signal=${ac_cv_type_signal=void} | |
| ac_cv_type_size_t=${ac_cv_type_size_t=yes} | |
| ac_cv_type_ssize_t=${ac_cv_type_ssize_t=yes} | |
| ac_cv_type_struct_sockaddr_in6=${ac_cv_type_struct_sockaddr_in6=yes} | |
| ac_cv_type_uid_t=${ac_cv_type_uid_t=yes} | |
| ac_cv_type_unsigned_char=${ac_cv_type_unsigned_char=yes} | |
| ac_cv_type_unsigned_int=${ac_cv_type_unsigned_int=yes} | |
| ac_cv_type_unsigned_long=${ac_cv_type_unsigned_long=yes} | |
| ac_cv_type_unsigned_long_long=${ac_cv_type_unsigned_long_long=yes} | |
| ac_cv_type_unsigned_short=${ac_cv_type_unsigned_short=yes} | |
| ac_cv_type_void_p=${ac_cv_type_void_p=yes} | |
| ac_cv_type_wchar_t=${ac_cv_type_wchar_t=yes} | |
| fp_cv_const_E2BIG=${fp_cv_const_E2BIG=7} | |
| fp_cv_const_EACCES=${fp_cv_const_EACCES=13} | |
| fp_cv_const_EADDRINUSE=${fp_cv_const_EADDRINUSE=48} | |
| fp_cv_const_EADDRNOTAVAIL=${fp_cv_const_EADDRNOTAVAIL=49} | |
| fp_cv_const_EADV=${fp_cv_const_EADV=-1} | |
| fp_cv_const_EAFNOSUPPORT=${fp_cv_const_EAFNOSUPPORT=47} | |
| fp_cv_const_EAGAIN=${fp_cv_const_EAGAIN=35} | |
| fp_cv_const_EALREADY=${fp_cv_const_EALREADY=37} | |
| fp_cv_const_EAUTH=${fp_cv_const_EAUTH=80} | |
| fp_cv_const_EBADF=${fp_cv_const_EBADF=9} | |
| fp_cv_const_EBADMSG=${fp_cv_const_EBADMSG=92} | |
| fp_cv_const_EBADRPC=${fp_cv_const_EBADRPC=72} | |
| fp_cv_const_EBUSY=${fp_cv_const_EBUSY=16} | |
| fp_cv_const_ECHILD=${fp_cv_const_ECHILD=10} | |
| fp_cv_const_ECOMM=${fp_cv_const_ECOMM=-1} | |
| fp_cv_const_ECONNABORTED=${fp_cv_const_ECONNABORTED=53} | |
| fp_cv_const_ECONNREFUSED=${fp_cv_const_ECONNREFUSED=61} | |
| fp_cv_const_ECONNRESET=${fp_cv_const_ECONNRESET=54} | |
| fp_cv_const_EDEADLK=${fp_cv_const_EDEADLK=11} | |
| fp_cv_const_EDESTADDRREQ=${fp_cv_const_EDESTADDRREQ=39} | |
| fp_cv_const_EDIRTY=${fp_cv_const_EDIRTY=-1} | |
| fp_cv_const_EDOM=${fp_cv_const_EDOM=33} | |
| fp_cv_const_EDQUOT=${fp_cv_const_EDQUOT=69} | |
| fp_cv_const_EEXIST=${fp_cv_const_EEXIST=17} | |
| fp_cv_const_EFAULT=${fp_cv_const_EFAULT=14} | |
| fp_cv_const_EFBIG=${fp_cv_const_EFBIG=27} | |
| fp_cv_const_EFTYPE=${fp_cv_const_EFTYPE=79} | |
| fp_cv_const_EHOSTDOWN=${fp_cv_const_EHOSTDOWN=64} | |
| fp_cv_const_EHOSTUNREACH=${fp_cv_const_EHOSTUNREACH=65} | |
| fp_cv_const_EIDRM=${fp_cv_const_EIDRM=-1} | |
| fp_cv_const_EILSEQ=${fp_cv_const_EILSEQ=84} | |
| fp_cv_const_EINPROGRESS=${fp_cv_const_EINPROGRESS=36} | |
| fp_cv_const_EINTR=${fp_cv_const_EINTR=4} | |
| fp_cv_const_EINVAL=${fp_cv_const_EINVAL=22} | |
| fp_cv_const_EIO=${fp_cv_const_EIO=5} | |
| fp_cv_const_EIPSEC=${fp_cv_const_EIPSEC=82} | |
| fp_cv_const_EISCONN=${fp_cv_const_EISCONN=56} | |
| fp_cv_const_EISDIR=${fp_cv_const_EISDIR=21} | |
| fp_cv_const_ELOOP=${fp_cv_const_ELOOP=62} | |
| fp_cv_const_EMEDIUMTYPE=${fp_cv_const_EMEDIUMTYPE=86} | |
| fp_cv_const_EMFILE=${fp_cv_const_EMFILE=24} | |
| fp_cv_const_EMLINK=${fp_cv_const_EMLINK=31} | |
| fp_cv_const_EMSGSIZE=${fp_cv_const_EMSGSIZE=40} | |
| fp_cv_const_EMULTIHOP=${fp_cv_const_EMULTIHOP=-1} | |
| fp_cv_const_ENAMETOOLONG=${fp_cv_const_ENAMETOOLONG=63} | |
| fp_cv_const_ENEEDAUTH=${fp_cv_const_ENEEDAUTH=81} | |
| fp_cv_const_ENETDOWN=${fp_cv_const_ENETDOWN=50} | |
| fp_cv_const_ENETRESET=${fp_cv_const_ENETRESET=52} | |
| fp_cv_const_ENETUNREACH=${fp_cv_const_ENETUNREACH=51} | |
| fp_cv_const_ENFILE=${fp_cv_const_ENFILE=23} | |
| fp_cv_const_ENOATTR=${fp_cv_const_ENOATTR=83} | |
| fp_cv_const_ENOBUFS=${fp_cv_const_ENOBUFS=55} | |
| fp_cv_const_ENODATA=${fp_cv_const_ENODATA=-1} | |
| fp_cv_const_ENODEV=${fp_cv_const_ENODEV=19} | |
| fp_cv_const_ENOENT=${fp_cv_const_ENOENT=2} | |
| fp_cv_const_ENOEXEC=${fp_cv_const_ENOEXEC=8} | |
| fp_cv_const_ENOLCK=${fp_cv_const_ENOLCK=77} | |
| fp_cv_const_ENOLINK=${fp_cv_const_ENOLINK=-1} | |
| fp_cv_const_ENOMEDIUM=${fp_cv_const_ENOMEDIUM=85} | |
| fp_cv_const_ENOMEM=${fp_cv_const_ENOMEM=12} | |
| fp_cv_const_ENOMSG=${fp_cv_const_ENOMSG=-1} | |
| fp_cv_const_ENONET=${fp_cv_const_ENONET=-1} | |
| fp_cv_const_ENOPROTOOPT=${fp_cv_const_ENOPROTOOPT=42} | |
| fp_cv_const_ENOSPC=${fp_cv_const_ENOSPC=28} | |
| fp_cv_const_ENOSR=${fp_cv_const_ENOSR=-1} | |
| fp_cv_const_ENOSTR=${fp_cv_const_ENOSTR=-1} | |
| fp_cv_const_ENOSYS=${fp_cv_const_ENOSYS=78} | |
| fp_cv_const_ENOTBLK=${fp_cv_const_ENOTBLK=15} | |
| fp_cv_const_ENOTCONN=${fp_cv_const_ENOTCONN=57} | |
| fp_cv_const_ENOTDIR=${fp_cv_const_ENOTDIR=20} | |
| fp_cv_const_ENOTEMPTY=${fp_cv_const_ENOTEMPTY=66} | |
| fp_cv_const_ENOTSOCK=${fp_cv_const_ENOTSOCK=38} | |
| fp_cv_const_ENOTTY=${fp_cv_const_ENOTTY=25} | |
| fp_cv_const_ENXIO=${fp_cv_const_ENXIO=6} | |
| fp_cv_const_EOPNOTSUPP=${fp_cv_const_EOPNOTSUPP=45} | |
| fp_cv_const_EPERM=${fp_cv_const_EPERM=1} | |
| fp_cv_const_EPFNOSUPPORT=${fp_cv_const_EPFNOSUPPORT=46} | |
| fp_cv_const_EPIPE=${fp_cv_const_EPIPE=32} | |
| fp_cv_const_EPROCLIM=${fp_cv_const_EPROCLIM=67} | |
| fp_cv_const_EPROCUNAVAIL=${fp_cv_const_EPROCUNAVAIL=76} | |
| fp_cv_const_EPROGMISMATCH=${fp_cv_const_EPROGMISMATCH=75} | |
| fp_cv_const_EPROGUNAVAIL=${fp_cv_const_EPROGUNAVAIL=74} | |
| fp_cv_const_EPROTO=${fp_cv_const_EPROTO=95} | |
| fp_cv_const_EPROTONOSUPPORT=${fp_cv_const_EPROTONOSUPPORT=43} | |
| fp_cv_const_EPROTOTYPE=${fp_cv_const_EPROTOTYPE=41} | |
| fp_cv_const_ERANGE=${fp_cv_const_ERANGE=34} | |
| fp_cv_const_EREMCHG=${fp_cv_const_EREMCHG=-1} | |
| fp_cv_const_EREMOTE=${fp_cv_const_EREMOTE=71} | |
| fp_cv_const_EROFS=${fp_cv_const_EROFS=30} | |
| fp_cv_const_ERPCMISMATCH=${fp_cv_const_ERPCMISMATCH=73} | |
| fp_cv_const_ERREMOTE=${fp_cv_const_ERREMOTE=-1} | |
| fp_cv_const_ESHUTDOWN=${fp_cv_const_ESHUTDOWN=58} | |
| fp_cv_const_ESOCKTNOSUPPORT=${fp_cv_const_ESOCKTNOSUPPORT=44} | |
| fp_cv_const_ESPIPE=${fp_cv_const_ESPIPE=29} | |
| fp_cv_const_ESRCH=${fp_cv_const_ESRCH=3} | |
| fp_cv_const_ESRMNT=${fp_cv_const_ESRMNT=-1} | |
| fp_cv_const_ESTALE=${fp_cv_const_ESTALE=70} | |
| fp_cv_const_ETIME=${fp_cv_const_ETIME=-1} | |
| fp_cv_const_ETIMEDOUT=${fp_cv_const_ETIMEDOUT=60} | |
| fp_cv_const_ETOOMANYREFS=${fp_cv_const_ETOOMANYREFS=59} | |
| fp_cv_const_ETXTBSY=${fp_cv_const_ETXTBSY=26} | |
| fp_cv_const_EUSERS=${fp_cv_const_EUSERS=68} | |
| fp_cv_const_EWOULDBLOCK=${fp_cv_const_EWOULDBLOCK=35} | |
| fp_cv_const_EXDEV=${fp_cv_const_EXDEV=18} | |
| fp_cv_const_O_BINARY=${fp_cv_const_O_BINARY=0} | |
| lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=131072} | |
| ac_cv_working_alloca_h=${ac_cv_working_alloca_h=no} | |
| ac_cv_func_working_mktime=${ac_cv_func_working_mktime=yes} | |
| # config.x11.site: newer autoconf versions are broken and cannot append | |
| # several config.site to CONFIG_SITE | |
| ac_cv_have_x=${ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib} | |
| ac_cv_path_opengl_includes=${ac_cv_path_opengl_includes=/usr/X11R6/include} | |
| ac_cv_path_opengl_lib=${ac_cv_path_opengl_lib=/usr/X11R6/lib} | |
| #ac_cv_prog_freetype_config=${ac_cv_prog_freetype_config=/usr/X11R6/bin/freetype-config} | |
| #ac_cv_file__usr_X11R6_include_freetype2=${ac_cv_file__usr_X11R6_include_freetype2=yes} | |
| ac_cv_header_GL_gl_h=${ac_cv_header_GL_gl_h=yes} | |
| ac_cv_header_GL_glu_h=${ac_cv_header_GL_glu_h=yes} | |
| ac_cv_header_GL_glx_h=${ac_cv_header_GL_glx_h=yes} | |
| ac_cv_header_X11_ICE_ICElib_h=${ac_cv_header_X11_ICE_ICElib_h=yes} | |
| ac_cv_header_X11_Intrinsic_h=${ac_cv_header_X11_Intrinsic_h=yes} | |
| ac_cv_header_X11_SM_SMlib_h=${ac_cv_header_X11_SM_SMlib_h=yes} | |
| ac_cv_header_X11_Sunkeysym_h=${ac_cv_header_X11_Sunkeysym_h=yes} | |
| ac_cv_header_X11_X_h=${ac_cv_header_X11_X_h=yes} | |
| ac_cv_header_X11_XInput_h=${ac_cv_header_X11_XInput_h=yes} | |
| ac_cv_header_X11_XKBlib_h=${ac_cv_header_X11_XKBlib_h=yes} | |
| ac_cv_header_X11_Xatom_h=${ac_cv_header_X11_Xatom_h=yes} | |
| ac_cv_header_X11_Xauth_h=${ac_cv_header_X11_Xauth_h=yes} | |
| ac_cv_header_X11_Xcursor_Xcursor_h=${ac_cv_header_X11_Xcursor_Xcursor_h=yes} | |
| ac_cv_header_X11_Xdmcp_h=${ac_cv_header_X11_Xdmcp_h=yes} | |
| #ac_cv_header_X11_Xft_Xft_h=${ac_cv_header_X11_Xft_Xft_h=yes} | |
| ac_cv_header_X11_Xlib_h=${ac_cv_header_X11_Xlib_h=yes} | |
| ac_cv_header_X11_Xlocale_h=${ac_cv_header_X11_Xlocale_h=yes} | |
| ac_cv_header_X11_Xmu_Atoms_h=${ac_cv_header_X11_Xmu_Atoms_h=yes} | |
| ac_cv_header_X11_Xmu_Editres_h=${ac_cv_header_X11_Xmu_Editres_h=yes} | |
| ac_cv_header_X11_Xmu_StdCmap_h=${ac_cv_header_X11_Xmu_StdCmap_h=yes} | |
| ac_cv_header_X11_Xmu_WinUtil_h=${ac_cv_header_X11_Xmu_WinUtil_h=yes} | |
| ac_cv_header_X11_Xmu_Xmu_h=${ac_cv_header_X11_Xmu_Xmu_h=yes} | |
| ac_cv_header_X11_Xpm_h=${ac_cv_header_X11_Xpm_h=yes} | |
| ac_cv_header_X11_Xpoll_h=${ac_cv_header_X11_Xpoll_h=yes} | |
| ac_cv_header_X11_Xproto_h=${ac_cv_header_X11_Xproto_h=yes} | |
| ac_cv_header_X11_Xresource_h=${ac_cv_header_X11_Xresource_h=yes} | |
| ac_cv_header_X11_Xutil_h=${ac_cv_header_X11_Xutil_h=yes} | |
| ac_cv_header_X11_extensions_XEVI_h=${ac_cv_header_X11_extensions_XEVI_h=yes} | |
| ac_cv_header_X11_extensions_XKB_h=${ac_cv_header_X11_extensions_XKB_h=yes} | |
| ac_cv_header_X11_extensions_XKBrules_h=${ac_cv_header_X11_extensions_XKBrules_h=yes} | |
| ac_cv_header_X11_extensions_XKBstr_h=${ac_cv_header_X11_extensions_XKBstr_h=yes} | |
| ac_cv_header_X11_extensions_XShm_h=${ac_cv_header_X11_extensions_XShm_h=yes} | |
| ac_cv_header_X11_extensions_Xcomposite_h=${ac_cv_header_X11_extensions_Xcomposite_h=yes} | |
| ac_cv_header_X11_extensions_Xdamage_h=${ac_cv_header_X11_extensions_Xdamage_h=yes} | |
| ac_cv_header_X11_extensions_Xdbe_h=${ac_cv_header_X11_extensions_Xdbe_h=yes} | |
| ac_cv_header_X11_extensions_Xfixes_h=${ac_cv_header_X11_extensions_Xfixes_h=yes} | |
| ac_cv_header_X11_extensions_Xinerama_h=${ac_cv_header_X11_extensions_Xinerama_h=yes} | |
| ac_cv_header_X11_extensions_Xrandr_h=${ac_cv_header_X11_extensions_Xrandr_h=yes} | |
| ac_cv_header_X11_extensions_Xrender_h=${ac_cv_header_X11_extensions_Xrender_h=yes} | |
| ac_cv_header_X11_extensions_Xres_h=${ac_cv_header_X11_extensions_Xres_h=yes} | |
| ac_cv_header_X11_extensions_Xtest_h=${ac_cv_header_X11_extensions_Xtest_h=yes} | |
| ac_cv_header_X11_extensions_Xv_h=${ac_cv_header_X11_extensions_Xv_h=yes} | |
| ac_cv_header_X11_extensions_Xvlib_h=${ac_cv_header_X11_extensions_Xvlib_h=yes} | |
| ac_cv_header_X11_extensions_dpms_h=${ac_cv_header_X11_extensions_dpms_h=yes} | |
| ac_cv_header_X11_extensions_extutil_h=${ac_cv_header_X11_extensions_extutil_h=yes} | |
| ac_cv_header_X11_extensions_scrnsaver_h=${ac_cv_header_X11_extensions_scrnsaver_h=yes} | |
| ac_cv_header_X11_extensions_shape_h=${ac_cv_header_X11_extensions_shape_h=yes} | |
| ac_cv_header_X11_extensions_sync_h=${ac_cv_header_X11_extensions_sync_h=yes} | |
| ac_cv_header_X11_extensions_xf86misc_h=${ac_cv_header_X11_extensions_xf86misc_h=yes} | |
| ac_cv_header_X11_extensions_xf86vmode_h=${ac_cv_header_X11_extensions_xf86vmode_h=yes} | |
| ac_cv_header_X11_forms_h=${ac_cv_header_X11_forms_h=yes} | |
| ac_cv_header_X11_keysym_h=${ac_cv_header_X11_keysym_h=yes} | |
| ac_cv_header_X11_xpm_h=${ac_cv_header_X11_xpm_h=yes} | |
| ac_cv_header_Xm_Xm_h=${ac_cv_header_Xm_Xm_h=yes} | |
| #ac_cv_header_freetype_freetype_h=${ac_cv_header_freetype_freetype_h=yes} | |
| #ac_cv_header_ft2build_h=${ac_cv_header_ft2build_h=yes} | |
| ac_cv_lib_GL_main=${ac_cv_lib_GL_main=yes} | |
| ac_cv_lib_ICE_main=${ac_cv_lib_ICE_main=yes} | |
| ac_cv_lib_SM_main=${ac_cv_lib_SM_main=yes} | |
| ac_cv_lib_X11_main=${ac_cv_lib_X11_main=yes} | |
| ac_cv_lib_Xau_main=${ac_cv_lib_Xau_main=yes} | |
| #ac_cv_lib_Xaw_main=${ac_cv_lib_Xaw_main=yes} | |
| ac_cv_lib_Xdmcp_main=${ac_cv_lib_Xdmcp_main=yes} | |
| ac_cv_lib_Xext_main=${ac_cv_lib_Xpm_main=yes} | |
| ac_cv_lib_Xinerama_main=${ac_cv_lib_Xinerama_main=yes} | |
| ac_cv_lib_Xmu_main=${ac_cv_lib_Xmu_main=yes} | |
| ac_cv_lib_Xpm_main=${ac_cv_lib_Xpm_main=yes} | |
| ac_cv_lib_Xt_main=${ac_cv_lib_Xt_main=yes} | |
| ac_cv_lib_ICE_IceConnectionNumber=${ac_cv_lib_ICE_IceConnectionNumber=yes} | |
| ac_cv_lib_SM_SmcOpenConnection=${ac_cv_lib_SM_SmcOpenConnection=yes} | |
| ac_cv_lib_SM_SmcSaveYourselfDone=${ac_cv_lib_SM_SmcSaveYourselfDone=yes} | |
| ac_cv_lib_X11_XConvertCase=${ac_cv_lib_X11_XConvertCase=yes} | |
| ac_cv_lib_X11_XCreateIC=${ac_cv_lib_X11_XCreateIC=yes} | |
| ac_cv_lib_X11_XDrawLines=${ac_cv_lib_X11_XDrawLines=yes} | |
| ac_cv_lib_X11_XInitThreads=${ac_cv_lib_X11_XInitThreads=yes} | |
| ac_cv_lib_X11_XInternAtoms=${ac_cv_lib_X11_XInternAtoms=yes} | |
| ac_cv_lib_X11_XMoveWindow=${ac_cv_lib_X11_XMoveWindow=yes} | |
| ac_cv_lib_X11_XOpenDisplay=${ac_cv_lib_X11_XOpenDisplay=yes} | |
| ac_cv_lib_X11_XReadBitmapFileData=${ac_cv_lib_X11_XReadBitmapFileData=yes} | |
| ac_cv_lib_X11_XkbBell=${ac_cv_lib_X11_XkbBell=yes} | |
| ac_cv_lib_X11_XkbQueryExtension=${ac_cv_lib_X11_XkbQueryExtension=yes} | |
| #ac_cv_lib_Xft_XftInit=${ac_cv_lib_Xft_XftInit=yes} | |
| ac_cv_lib_Xinerama_XineramaIsActive=${ac_cv_lib_Xinerama_XineramaIsActive=yes} | |
| ac_cv_lib_freetype_FT_Init_FreeType=${ac_cv_lib_freetype_FT_Init_FreeType=yes} | |
| ac_cv_func_btowc=${ac_cv_func_btowc=yes} | |
| ac_cv_func_fdopendir=${ac_cv_func_fdopendir=yes} | |
| ac_cv_func_flockfile=${ac_cv_func_flockfile=yes} | |
| ac_cv_func_futimens=${ac_cv_func_futimens=yes} | |
| ac_cv_func_futimes=${ac_cv_func_futimes=yes} | |
| ac_cv_func_iswblank=${ac_cv_func_iswblank=yes} | |
| ac_cv_func_iswcntrl=${ac_cv_func_iswcntrl=yes} | |
| ac_cv_func_iswctype=${ac_cv_func_iswctype=yes} | |
| ac_cv_func_linkat=${ac_cv_func_linkat=yes} | |
| ac_cv_func_mbrtowc=${ac_cv_func_mbrtowc=yes} | |
| ac_cv_func_mbsinit=${ac_cv_func_mbsinit=yes} | |
| ac_cv_func_mbsrtowcs=${ac_cv_func_mbsrtowcs=yes} | |
| ac_cv_func_mkfifoat=${ac_cv_func_mkfifoat=yes} | |
| ac_cv_func_mknodat=${ac_cv_func_mknodat=yes} | |
| ac_cv_func_readlinkat=${ac_cv_func_readlinkat=yes} | |
| ac_cv_func_renameat=${ac_cv_func_renameat=yes} | |
| ac_cv_func_sleep=${ac_cv_func_sleep=yes} | |
| ac_cv_func_symlinkat=${ac_cv_func_symlinkat=yes} | |
| ac_cv_func_utimensat=${ac_cv_func_utimensat=yes} | |
| ac_cv_func_wcrtomb=${ac_cv_func_wcrtomb=yes} | |
| ac_cv_func_wcscoll=${ac_cv_func_wcscoll=yes} | |
| ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes} | |
| ac_cv_func_wmemchr=${ac_cv_func_wmemchr=yes} | |
| ac_cv_func_wmemcpy=${ac_cv_func_wmemcpy=yes} | |
| ac_cv_header_wchar_h=${ac_cv_header_wchar_h=yes} | |
| ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes} | |
| ac_cv_type_dev_t=${ac_cv_type_dev_t=yes} | |
| ac_cv_type_ssize_t=${ac_cv_type_ssize_t=yes} | |
| ax_cv_check_cflags___fPIE=${ax_cv_check_cflags___fPIE=no} | |
| ax_cv_check_ldflags___fPIE=${ax_cv_check_ldflags___fPIE=no} | |
| ax_cv_check_ldflags___pie=${ax_cv_check_ldflags___pie=no} | |
| # $OpenBSD: config.no-ggrep,v 1.2 2013/03/11 14:45:24 ajacoutot Exp $ | |
| # included unless sysutils/ggrep | |
| ac_cv_path_GREP=${ac_cv_path_GREP=/usr/bin/grep} | |
| ac_cv_path_EGREP=${ac_cv_path_EGREP=/usr/bin/egrep} | |
| ac_cv_path_FGREP=${ac_cv_path_FGREP=/usr/bin/fgrep} | |
| # $OpenBSD: config.no-gsed,v 1.3 2013/04/16 12:09:36 sthen Exp $ | |
| # included unless textproc/gsed | |
| ac_cv_path_SED=${ac_cv_path_SED=/usr/bin/sed} | |
| ac_cv_prog_SED=${ac_cv_prog_SED=/usr/bin/sed} | |
| lt_cv_path_SED=${lt_cv_path_SED=/usr/bin/sed} | |
| # workaround bug in common autoconf fragment, SED is only set | |
| # if lt_cv_path_SED is not set. | |
| SED=${SED=/usr/bin/sed} | |
| # $OpenBSD: config.no-gtar,v 1.1 2011/12/10 11:15:16 espie Exp $ | |
| # included unless archivers/gtar* | |
| am_cv_prog_tar_ustar=${am_cv_prog_tar_ustar=/usr/bin/tar} | |
| AMTAR=${AMTAR=/usr/bin/tar} | |
| # $OpenBSD: config.no-coreutils,v 1.1 2012/10/25 12:26:29 sthen Exp $ | |
| # included unless sysutils/coreutils | |
| ac_cv_path_mkdir=${am_cv_prog_mkdir=/bin/mkdir} | |
configure:3140: checking build system type | |
configure:3154: result: x86_64-unknown-openbsd6.3 | |
configure:3174: checking host system type | |
configure:3187: result: x86_64-unknown-openbsd6.3 | |
configure:3207: checking target system type | |
configure:3220: result: x86_64-unknown-openbsd6.3 | |
configure:3269: checking for a BSD-compatible install | |
configure:3337: result: /usr/ports/pobj/mono-5.10.0.179/bin/install -c | |
configure:3348: checking whether build environment is sane | |
configure:3403: result: yes | |
configure:3554: checking for a thread-safe mkdir -p | |
configure:3593: result: mkdir -p | |
configure:3600: checking for gawk | |
configure:3627: result: awk | |
configure:3638: checking whether gmake sets $(MAKE) | |
configure:3660: result: yes | |
configure:3689: checking whether gmake supports nested variables | |
configure:3706: result: yes | |
configure:3795: checking whether UID '1000' is supported by ustar format | |
configure:3798: result: yes | |
configure:3805: checking whether GID '1000' is supported by ustar format | |
configure:3808: result: yes | |
configure:3816: checking how to create a ustar tar archive | |
configure:3898: result: /usr/bin/tar | |
configure:3951: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3960: result: no | |
configure:3977: checking whether ln -s works | |
configure:3981: result: yes | |
configure:4000: checking whether gmake supports nested variables | |
configure:4017: result: yes | |
configure:4112: checking host platform characteristics | |
configure:4402: result: ok | |
configure:4562: checking for gcc | |
configure:4589: result: cc | |
configure:4659: checking for gcc | |
configure:4686: result: cc | |
configure:4915: checking for C compiler version | |
configure:4924: cc --version >&5 | |
OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1) | |
Target: amd64-unknown-openbsd6.3 | |
Thread model: posix | |
InstalledDir: /usr/bin | |
configure:4935: $? = 0 | |
configure:4924: cc -v >&5 | |
OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1) | |
Target: amd64-unknown-openbsd6.3 | |
Thread model: posix | |
InstalledDir: /usr/bin | |
configure:4935: $? = 0 | |
configure:4924: cc -V >&5 | |
cc: error: argument to '-V' is missing (expected 1 value) | |
cc: error: no input files | |
configure:4935: $? = 1 | |
configure:4924: cc -qversion >&5 | |
cc: error: unknown argument: '-qversion' | |
cc: error: no input files | |
configure:4935: $? = 1 | |
configure:4955: checking whether the C compiler works | |
configure:4977: cc -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:4981: $? = 0 | |
configure:5029: result: yes | |
configure:5032: checking for C compiler default output file name | |
configure:5034: result: a.out | |
configure:5040: checking for suffix of executables | |
configure:5047: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:5051: $? = 0 | |
configure:5073: result: | |
configure:5095: checking whether we are cross compiling | |
configure:5103: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:5107: $? = 0 | |
configure:5114: ./conftest | |
configure:5118: $? = 0 | |
configure:5133: result: no | |
configure:5138: checking for suffix of object files | |
configure:5185: result: o | |
configure:5189: checking whether we are using the GNU C compiler | |
configure:5217: result: yes | |
configure:5226: checking whether cc accepts -g | |
configure:5287: result: yes | |
configure:5304: checking for cc option to accept ISO C89 | |
configure:5367: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:5367: $? = 0 | |
configure:5380: result: none needed | |
configure:5405: checking whether cc understands -c and -o together | |
configure:5427: cc -c conftest.c -o conftest2.o | |
configure:5430: $? = 0 | |
configure:5427: cc -c conftest.c -o conftest2.o | |
configure:5430: $? = 0 | |
configure:5442: result: yes | |
configure:5470: checking for style of include used by gmake | |
configure:5498: result: GNU | |
configure:5524: checking dependency style of cc | |
configure:5635: result: gcc3 | |
configure:5693: checking for g++ | |
configure:5720: result: c++ | |
configure:5854: checking for C++ compiler version | |
configure:5863: c++ --version >&5 | |
OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1) | |
Target: amd64-unknown-openbsd6.3 | |
Thread model: posix | |
InstalledDir: /usr/bin | |
configure:5874: $? = 0 | |
configure:5863: c++ -v >&5 | |
OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1) | |
Target: amd64-unknown-openbsd6.3 | |
Thread model: posix | |
InstalledDir: /usr/bin | |
configure:5874: $? = 0 | |
configure:5863: c++ -V >&5 | |
c++: error: argument to '-V' is missing (expected 1 value) | |
c++: error: no input files | |
configure:5874: $? = 1 | |
configure:5863: c++ -qversion >&5 | |
c++: error: unknown argument: '-qversion' | |
c++: error: no input files | |
configure:5874: $? = 1 | |
configure:5878: checking whether we are using the GNU C++ compiler | |
configure:5906: result: yes | |
configure:5915: checking whether c++ accepts -g | |
configure:5976: result: yes | |
configure:6001: checking dependency style of c++ | |
configure:6112: result: gcc3 | |
configure:6136: checking dependency style of cc | |
configure:6245: result: gcc3 | |
configure:6265: checking for gawk | |
configure:6292: result: awk | |
configure:6357: checking how to run the C preprocessor | |
configure:6388: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:6388: $? = 0 | |
configure:6402: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:6402: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6427: result: cc -E | |
configure:6447: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:6447: $? = 0 | |
configure:6461: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:6461: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6490: checking for grep that handles long lines and -e | |
configure:6548: result: /usr/bin/grep | |
configure:6553: checking for egrep | |
configure:6615: result: /usr/bin/egrep | |
configure:6620: checking for ANSI C header files | |
configure:6724: result: yes | |
configure:7044: checking for sys/types.h | |
configure:7044: result: yes | |
configure:7044: checking for sys/stat.h | |
configure:7044: result: yes | |
configure:7044: checking for stdlib.h | |
configure:7044: result: yes | |
configure:7044: checking for string.h | |
configure:7044: result: yes | |
configure:7044: checking for memory.h | |
configure:7044: result: yes | |
configure:7044: checking for strings.h | |
configure:7044: result: yes | |
configure:7044: checking for inttypes.h | |
configure:7044: result: yes | |
configure:7044: checking for stdint.h | |
configure:7044: result: yes | |
configure:7044: checking for unistd.h | |
configure:7044: result: yes | |
configure:7056: checking whether sys/types.h defines makedev | |
configure:7072: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:7072: $? = 0 | |
configure:7081: result: yes | |
configure:7153: checking how to print strings | |
configure:7182: result: print -r | |
configure:7201: checking for a sed that does not truncate output | |
configure:7265: result: /usr/bin/sed | |
configure:7283: checking for fgrep | |
configure:7345: result: /usr/bin/fgrep | |
configure:7380: checking for ld used by cc | |
configure:7447: result: /usr/ports/pobj/mono-5.10.0.179/bin/ld | |
configure:7454: checking if the linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) is GNU ld | |
configure:7469: result: yes | |
configure:7481: checking for BSD- or MS-compatible name lister (nm) | |
configure:7530: result: /usr/bin/nm -B | |
configure:7660: checking the name lister (/usr/bin/nm -B) interface | |
configure:7667: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:7670: /usr/bin/nm -B "conftest.o" | |
configure:7673: output | |
00000000 F conftest.c | |
00000000 B some_variable | |
configure:7680: result: BSD nm | |
configure:7684: checking the maximum length of command line arguments | |
configure:7815: result: 131072 | |
configure:7832: checking whether the shell understands some XSI constructs | |
configure:7842: result: yes | |
configure:7846: checking whether the shell understands "+=" | |
configure:7852: result: no | |
configure:7887: checking how to convert x86_64-unknown-openbsd6.3 file names to x86_64-unknown-openbsd6.3 format | |
configure:7927: result: func_convert_file_noop | |
configure:7934: checking how to convert x86_64-unknown-openbsd6.3 file names to toolchain format | |
configure:7954: result: func_convert_file_noop | |
configure:7961: checking for /usr/ports/pobj/mono-5.10.0.179/bin/ld option to reload object files | |
configure:7968: result: -r | |
configure:8042: checking for objdump | |
configure:8069: result: objdump | |
configure:8098: checking how to recognize dependent libraries | |
configure:8296: result: match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ | |
configure:8381: checking for dlltool | |
configure:8408: result: dlltool | |
configure:8438: checking how to associate runtime and link libraries | |
configure:8465: result: print -r -- | |
configure:8525: checking for ar | |
configure:8552: result: ar | |
configure:8589: checking for archiver @FILE support | |
configure:8606: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:8606: $? = 0 | |
configure:8609: ar cru libconftest.a @conftest.lst >&5 | |
configure:8612: $? = 0 | |
configure:8617: ar cru libconftest.a @conftest.lst >&5 | |
ar: conftest.o: No such file or directory | |
configure:8620: $? = 1 | |
configure:8632: result: @ | |
configure:8690: checking for strip | |
configure:8717: result: strip | |
configure:8789: checking for ranlib | |
configure:8816: result: ranlib | |
configure:8918: checking command to parse /usr/bin/nm -B output from cc object | |
configure:9038: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:9041: $? = 0 | |
configure:9045: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:9048: $? = 0 | |
configure:9114: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c conftstm.o >&5 | |
configure:9117: $? = 0 | |
configure:9155: result: ok | |
configure:9192: checking for sysroot | |
configure:9222: result: no | |
configure:9491: checking for mt | |
configure:9507: found /bin/mt | |
configure:9518: result: mt | |
configure:9541: checking if mt is a manifest tool | |
configure:9547: mt '-?' | |
mt: unknown option -- ? | |
usage: mt [-f device] command [count] | |
configure:9555: result: no | |
configure:10194: checking for dlfcn.h | |
configure:10194: result: yes | |
configure:10409: checking for objdir | |
configure:10424: result: .libs | |
configure:10695: checking if cc supports -fno-rtti -fno-exceptions | |
configure:10713: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:10717: $? = 0 | |
configure:10730: result: yes | |
configure:11057: checking for cc option to produce PIC | |
configure:11064: result: -fPIC -DPIC | |
configure:11072: checking if cc PIC flag -fPIC -DPIC works | |
configure:11090: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -fPIC -DPIC -DPIC conftest.c >&5 | |
configure:11094: $? = 0 | |
configure:11107: result: yes | |
configure:11136: checking if cc static flag -static works | |
configure:11164: result: yes | |
configure:11179: checking if cc supports -c -o file.o | |
configure:11200: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -o out/conftest2.o conftest.c >&5 | |
configure:11204: $? = 0 | |
configure:11226: result: yes | |
configure:11234: checking if cc supports -c -o file.o | |
configure:11281: result: yes | |
configure:11314: checking whether the cc linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) supports shared libraries | |
configure:12471: result: yes | |
configure:12508: checking whether -lc should be explicitly linked in | |
configure:12516: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:12519: $? = 0 | |
configure:12534: cc -shared -fPIC -DPIC -o conftest conftest.o -v 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | |
configure:12537: $? = 1 | |
configure:12551: result: yes | |
configure:12711: checking dynamic linker characteristics | |
configure:13445: result: openbsd6.3 ld.so | |
configure:13552: checking how to hardcode library paths into programs | |
configure:13577: result: immediate | |
configure:14117: checking whether stripping libraries is possible | |
configure:14122: result: yes | |
configure:14157: checking if libtool supports shared libraries | |
configure:14159: result: yes | |
configure:14162: checking whether to build shared libraries | |
configure:14183: result: yes | |
configure:14186: checking whether to build static libraries | |
configure:14190: result: yes | |
configure:14213: checking how to run the C++ preprocessor | |
configure:14240: c++ -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.cpp | |
configure:14240: $? = 0 | |
configure:14254: c++ -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:14254: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14279: result: c++ -E | |
configure:14299: c++ -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.cpp | |
configure:14299: $? = 0 | |
configure:14313: c++ -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:14313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:14482: checking for ld used by c++ | |
configure:14549: result: /usr/ports/pobj/mono-5.10.0.179/bin/ld | |
configure:14556: checking if the linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) is GNU ld | |
configure:14571: result: yes | |
configure:14626: checking whether the c++ linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) supports shared libraries | |
configure:15628: result: yes | |
configure:15664: c++ -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.cpp >&5 | |
configure:15667: $? = 0 | |
configure:16187: checking for c++ option to produce PIC | |
configure:16194: result: -fPIC -DPIC | |
configure:16202: checking if c++ PIC flag -fPIC -DPIC works | |
configure:16220: c++ -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -fPIC -DPIC -DPIC conftest.cpp >&5 | |
configure:16224: $? = 0 | |
configure:16237: result: yes | |
configure:16260: checking if c++ static flag -static works | |
configure:16288: result: yes | |
configure:16300: checking if c++ supports -c -o file.o | |
configure:16321: c++ -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -o out/conftest2.o conftest.cpp >&5 | |
configure:16325: $? = 0 | |
configure:16347: result: yes | |
configure:16352: checking if c++ supports -c -o file.o | |
configure:16399: result: yes | |
configure:16429: checking whether the c++ linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) supports shared libraries | |
configure:16468: result: yes | |
configure:16609: checking dynamic linker characteristics | |
configure:17277: result: openbsd6.3 ld.so | |
configure:17330: checking how to hardcode library paths into programs | |
configure:17355: result: immediate | |
configure:17423: checking for bash | |
configure:17441: found /usr/ports/pobj/mono-5.10.0.179/bin/bash | |
configure:17453: result: /usr/ports/pobj/mono-5.10.0.179/bin/bash | |
configure:17461: checking if dolt supports this host | |
configure:17486: result: no, falling back to libtool | |
configure:17636: checking for ld used by cc | |
configure:17703: result: /usr/ports/pobj/mono-5.10.0.179/bin/ld | |
configure:17710: checking if the linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) is GNU ld | |
configure:17725: result: no | |
configure:17776: checking for ld used by GCC | |
configure:17840: result: /usr/ports/pobj/mono-5.10.0.179/bin/ld | |
configure:17847: checking if the linker (/usr/ports/pobj/mono-5.10.0.179/bin/ld) is GNU ld | |
configure:17860: result: yes | |
configure:17867: checking for shared library run path origin | |
configure:17880: result: done | |
configure:18458: checking for iconv | |
configure:18480: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
/tmp/conftest-85f304.o: In function `main': | |
conftest.c:(.text+0x12): undefined reference to `libiconv_open' | |
conftest.c:(.text+0x26): undefined reference to `libiconv' | |
conftest.c:(.text+0x2e): undefined reference to `libiconv_close' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18480: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:18502: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c /usr/local/lib/libiconv.so.6.0 >&5 | |
configure:18502: $? = 0 | |
configure:18512: result: yes | |
configure:18515: checking for working iconv | |
configure:18610: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c /usr/local/lib/libiconv.so.6.0 >&5 | |
configure:18610: $? = 0 | |
configure:18610: ./conftest | |
configure:18610: $? = 0 | |
configure:18622: result: yes | |
configure:18637: checking how to link with libiconv | |
configure:18639: result: /usr/local/lib/libiconv.so.6.0 | |
configure:18650: checking for iconv declaration | |
configure:18679: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18679: $? = 0 | |
configure:18689: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:18704: checking for sys/filio.h | |
configure:18704: result: yes | |
configure:18704: checking for sys/sockio.h | |
configure:18704: result: yes | |
configure:18704: checking for netdb.h | |
configure:18704: result: yes | |
configure:18704: checking for utime.h | |
configure:18704: result: yes | |
configure:18704: checking sys/utime.h usability | |
configure:18704: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:67:10: fatal error: 'sys/utime.h' file not found | |
#include <sys/utime.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/utime.h> | |
configure:18704: result: no | |
configure:18704: checking sys/utime.h presence | |
configure:18704: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:34:10: fatal error: 'sys/utime.h' file not found | |
#include <sys/utime.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/utime.h> | |
configure:18704: result: no | |
configure:18704: checking for sys/utime.h | |
configure:18704: result: no | |
configure:18704: checking for semaphore.h | |
configure:18704: result: yes | |
configure:18704: checking for sys/un.h | |
configure:18704: result: yes | |
configure:18704: checking linux/rtc.h usability | |
configure:18704: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:69:10: fatal error: 'linux/rtc.h' file not found | |
#include <linux/rtc.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/rtc.h> | |
configure:18704: result: no | |
configure:18704: checking linux/rtc.h presence | |
configure:18704: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:36:10: fatal error: 'linux/rtc.h' file not found | |
#include <linux/rtc.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/rtc.h> | |
configure:18704: result: no | |
configure:18704: checking for linux/rtc.h | |
configure:18704: result: no | |
configure:18704: checking for sys/syscall.h | |
configure:18704: result: yes | |
configure:18704: checking sys/mkdev.h usability | |
configure:18704: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:70:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mkdev.h> | |
configure:18704: result: no | |
configure:18704: checking sys/mkdev.h presence | |
configure:18704: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:37:10: fatal error: 'sys/mkdev.h' file not found | |
#include <sys/mkdev.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:18704: result: no | |
configure:18704: checking for sys/mkdev.h | |
configure:18704: result: no | |
configure:18704: checking for sys/uio.h | |
configure:18704: result: yes | |
configure:18704: checking for sys/param.h | |
configure:18704: result: yes | |
configure:18704: checking for sys/sysctl.h | |
configure:18704: result: yes | |
configure:18704: checking libproc.h usability | |
configure:18704: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:73:10: fatal error: 'libproc.h' file not found | |
#include <libproc.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libproc.h> | |
configure:18704: result: no | |
configure:18704: checking libproc.h presence | |
configure:18704: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:40:10: fatal error: 'libproc.h' file not found | |
#include <libproc.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <libproc.h> | |
configure:18704: result: no | |
configure:18704: checking for libproc.h | |
configure:18704: result: no | |
configure:18704: checking sys/prctl.h usability | |
configure:18704: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:73:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/prctl.h> | |
configure:18704: result: no | |
configure:18704: checking sys/prctl.h presence | |
configure:18704: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:40:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:18704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/prctl.h> | |
configure:18704: result: no | |
configure:18704: checking for sys/prctl.h | |
configure:18704: result: no | |
configure:18717: checking for sys/param.h | |
configure:18717: result: yes | |
configure:18717: checking for sys/socket.h | |
configure:18717: result: yes | |
configure:18717: checking for sys/ipc.h | |
configure:18717: result: yes | |
configure:18717: checking for sys/utsname.h | |
configure:18717: result: yes | |
configure:18717: checking alloca.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:77:10: fatal error: 'alloca.h' file not found | |
#include <alloca.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <alloca.h> | |
configure:18717: result: no | |
configure:18717: checking alloca.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:44:10: fatal error: 'alloca.h' file not found | |
#include <alloca.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| /* end confdefs.h. */ | |
| #include <alloca.h> | |
configure:18717: result: no | |
configure:18717: checking for alloca.h | |
configure:18717: result: no | |
configure:18717: checking ucontext.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:77:10: fatal error: 'ucontext.h' file not found | |
#include <ucontext.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ucontext.h> | |
configure:18717: result: no | |
configure:18717: checking ucontext.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:44:10: fatal error: 'ucontext.h' file not found | |
#include <ucontext.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| /* end confdefs.h. */ | |
| #include <ucontext.h> | |
configure:18717: result: no | |
configure:18717: checking for ucontext.h | |
configure:18717: result: no | |
configure:18717: checking for pwd.h | |
configure:18717: result: yes | |
configure:18717: checking for sys/select.h | |
configure:18717: result: yes | |
configure:18717: checking for netinet/tcp.h | |
configure:18717: result: yes | |
configure:18717: checking for netinet/in.h | |
configure:18717: result: yes | |
configure:18717: checking for unistd.h | |
configure:18717: result: yes | |
configure:18717: checking for sys/types.h | |
configure:18717: result: yes | |
configure:18717: checking link.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking link.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking for link.h | |
configure:18717: result: yes | |
configure:18717: checking asm/sigcontext.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:84:10: fatal error: 'asm/sigcontext.h' file not found | |
#include <asm/sigcontext.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <asm/sigcontext.h> | |
configure:18717: result: no | |
configure:18717: checking asm/sigcontext.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:51:10: fatal error: 'asm/sigcontext.h' file not found | |
#include <asm/sigcontext.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| /* end confdefs.h. */ | |
| #include <asm/sigcontext.h> | |
configure:18717: result: no | |
configure:18717: checking for asm/sigcontext.h | |
configure:18717: result: no | |
configure:18717: checking sys/inotify.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:84:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/inotify.h> | |
configure:18717: result: no | |
configure:18717: checking sys/inotify.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:51:10: fatal error: 'sys/inotify.h' file not found | |
#include <sys/inotify.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/inotify.h> | |
configure:18717: result: no | |
configure:18717: checking for sys/inotify.h | |
configure:18717: result: no | |
configure:18717: checking for arpa/inet.h | |
configure:18717: result: yes | |
configure:18717: checking complex.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking complex.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking for complex.h | |
configure:18717: result: yes | |
configure:18717: checking unwind.h usability | |
configure:18717: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking unwind.h presence | |
configure:18717: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:18717: $? = 0 | |
configure:18717: result: yes | |
configure:18717: checking for unwind.h | |
configure:18717: result: yes | |
configure:18730: checking for linux/netlink.h | |
configure:18730: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:56:14: fatal error: 'linux/socket.h' file not found | |
#include <linux/socket.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18730: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <sys/socket.h> | |
| #include <linux/socket.h> | |
| | |
| #include <linux/netlink.h> | |
configure:18730: result: no | |
configure:18730: checking for linux/rtnetlink.h | |
configure:18730: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:56:14: fatal error: 'linux/socket.h' file not found | |
#include <linux/socket.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18730: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <sys/socket.h> | |
| #include <linux/socket.h> | |
| | |
| #include <linux/rtnetlink.h> | |
configure:18730: result: no | |
configure:18746: checking for sys/user.h | |
configure:18746: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18746: $? = 0 | |
configure:18746: result: yes | |
configure:18764: checking linux/serial.h usability | |
configure:18764: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:88:10: fatal error: 'linux/serial.h' file not found | |
#include <linux/serial.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18764: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/serial.h> | |
configure:18764: result: no | |
configure:18764: checking linux/serial.h presence | |
configure:18764: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:55:10: fatal error: 'linux/serial.h' file not found | |
#include <linux/serial.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18764: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/serial.h> | |
configure:18764: result: no | |
configure:18764: checking for linux/serial.h | |
configure:18764: result: no | |
configure:18775: checking for zlib.h | |
configure:18775: result: yes | |
configure:18801: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18801: $? = 0 | |
configure:18803: result: Using system zlib | |
configure:18836: checking elf.h usability | |
configure:18836: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18836: $? = 0 | |
configure:18836: result: yes | |
configure:18836: checking elf.h presence | |
configure:18836: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:18836: $? = 0 | |
configure:18836: result: yes | |
configure:18836: checking for elf.h | |
configure:18836: result: yes | |
configure:18850: checking for poll.h | |
configure:18850: result: yes | |
configure:18862: checking for sys/poll.h | |
configure:18862: result: yes | |
configure:18874: checking for sys/wait.h | |
configure:18874: result: yes | |
configure:18886: checking for grp.h | |
configure:18886: result: yes | |
configure:18898: checking for syslog.h | |
configure:18898: result: yes | |
configure:18912: checking for wchar.h | |
configure:18912: result: yes | |
configure:18924: checking ieeefp.h usability | |
configure:18924: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:18924: $? = 0 | |
configure:18924: result: yes | |
configure:18924: checking ieeefp.h presence | |
configure:18924: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
configure:18924: $? = 0 | |
configure:18924: result: yes | |
configure:18924: checking for ieeefp.h | |
configure:18924: result: yes | |
configure:18934: checking for isinf | |
configure:18949: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:18949: $? = 0 | |
configure:18951: result: yes | |
configure:18969: checking for _finite | |
configure:18969: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
/tmp/conftest-1b9485.o: In function `main': | |
conftest.c:(.text+0x7): undefined reference to `_finite' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18969: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| /* end confdefs.h. */ | |
| /* Define _finite to an innocuous variant, in case <limits.h> declares _finite. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _finite innocuous__finite | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _finite (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _finite | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _finite (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__finite || defined __stub____finite | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _finite (); | |
| ; | |
| return 0; | |
| } | |
configure:18969: result: no | |
configure:18976: checking for _finite in math.h | |
configure:18989: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:70:2: warning: implicit declaration of function '_finite' is invalid in C99 [-Wimplicit-function-declaration] | |
_finite(0.0); | |
^ | |
1 warning generated. | |
/tmp/conftest-f83235.o: In function `main': | |
conftest.c:(.text+0xa): undefined reference to `_finite' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18989: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| /* end confdefs.h. */ | |
| #include <math.h> | |
| int | |
| main () | |
| { | |
| _finite(0.0); | |
| ; | |
| return 0; | |
| } | |
configure:18995: result: no | |
configure:19007: checking linux/magic.h usability | |
configure:19007: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
conftest.c:99:10: fatal error: 'linux/magic.h' file not found | |
#include <linux/magic.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19007: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/magic.h> | |
configure:19007: result: no | |
configure:19007: checking linux/magic.h presence | |
configure:19007: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c | |
conftest.c:66:10: fatal error: 'linux/magic.h' file not found | |
#include <linux/magic.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19007: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| /* end confdefs.h. */ | |
| #include <linux/magic.h> | |
configure:19007: result: no | |
configure:19007: checking for linux/magic.h | |
configure:19007: result: no | |
configure:19189: checking size of void * | |
configure:19194: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:19194: $? = 0 | |
configure:19194: ./conftest | |
configure:19194: $? = 0 | |
configure:19208: result: 8 | |
configure:19222: checking size of long | |
configure:19227: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:19227: $? = 0 | |
configure:19227: ./conftest | |
configure:19227: $? = 0 | |
configure:19241: result: 8 | |
configure:19257: checking size of int | |
configure:19262: cc -o conftest -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -L/usr/local/lib -pthread conftest.c >&5 | |
configure:19262: $? = 0 | |
configure:19262: ./conftest | |
configure:19262: $? = 0 | |
configure:19276: result: 4 | |
configure:19290: checking size of long long | |
configure:19309: result: 8 | |
configure:19320: checking for clang | |
configure:19343: cc -c -O2 -pipe -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
configure:19343: $? = 0 | |
configure:19351: result: yes | |
configure:19385: checking for -Wno-unused-but-set-variable option to gcc | |
configure:19400: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wunused-but-set-variable -Werror -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP conftest.c >&5 | |
error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-const-variable'? [-Werror,-Wunknown-warning-option] | |
configure:19400: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| return 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19408: result: no | |
configure:19510: checking whether NLS is requested | |
configure:19519: result: profile_default | |
configure:19560: checking for msgfmt | |
configure: trying /usr/local/bin/msgfmt... | |
0 translated messages. | |
configure:19592: result: /usr/local/bin/msgfmt | |
configure:19601: checking for gmsgfmt | |
configure:19632: result: /usr/local/bin/msgfmt | |
configure:19683: checking for xgettext | |
configure: trying /usr/local/bin/xgettext... | |
/usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | |
configure:19715: result: /usr/local/bin/xgettext | |
configure:19761: checking for msgmerge | |
configure: trying /usr/local/bin/msgmerge... | |
configure:19792: result: /usr/local/bin/msgmerge | |
configure:19857: checking for pkg-config | |
configure:19875: found /usr/bin/pkg-config | |
configure:19888: result: /usr/bin/pkg-config | |
configure:19916: checking for ninja | |
configure:19932: found /usr/local/bin/ninja | |
configure:19944: result: yes | |
configure:20156: checking whether byte ordering is bigendian | |
configure:20171: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:71:9: error: unknown type name 'not' | |
not a universal capable compiler | |
^ | |
conftest.c:71:14: error: expected ';' after top level declarator | |
not a universal capable compiler | |
^ | |
; | |
2 errors generated. | |
configure:20171: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* end confdefs.h. */ | |
| #ifndef __APPLE_CC__ | |
| not a universal capable compiler | |
| #endif | |
| typedef int dummy; | |
| | |
configure:20216: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:20216: $? = 0 | |
configure:20234: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:77:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:20234: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:20362: result: no | |
configure:20378: checking CSharp compiler to use | |
configure:20411: result: mcs | |
configure:20883: checking NLS used | |
configure:20897: result: yes | |
configure:21277: checking for visibility __attribute__ | |
configure:21288: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:73:48: warning: no previous prototype for function 'doit' [-Wmissing-prototypes] | |
void __attribute__ ((visibility ("hidden"))) doit (void) {} | |
^ | |
1 warning generated. | |
configure:21288: $? = 0 | |
configure:21291: result: yes | |
configure:21438: checking whether cc supports zero length arrays | |
configure:21456: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:21456: $? = 0 | |
configure:21458: result: yes | |
configure:21481: checking for signal.h | |
configure:21481: result: yes | |
configure:21493: checking for sigaction | |
configure:21493: result: yes | |
configure:21504: checking for kill | |
configure:21504: result: yes | |
configure:21515: checking for signal | |
configure:21515: result: yes | |
configure:21534: checking for CLOCK_MONOTONIC | |
configure:21549: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:82:13: warning: unused variable 'foo' [-Wunused-variable] | |
const int foo = CLOCK_MONOTONIC; | |
^ | |
1 warning generated. | |
configure:21549: $? = 0 | |
configure:21551: result: yes | |
configure:21565: checking for CLOCK_MONOTONIC_COARSE | |
configure:21580: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:83:19: error: use of undeclared identifier 'CLOCK_MONOTONIC_COARSE' | |
const int foo = CLOCK_MONOTONIC_COARSE; | |
^ | |
1 error generated. | |
configure:21580: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| int | |
| main () | |
| { | |
| | |
| const int foo = CLOCK_MONOTONIC_COARSE; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21590: result: no | |
configure:21596: checking for mach_absolute_time | |
configure:21596: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:101:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char mach_absolute_time (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-2ce32e.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:112: undefined reference to `mach_absolute_time' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21596: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| /* end confdefs.h. */ | |
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> declares mach_absolute_time. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mach_absolute_time innocuous_mach_absolute_time | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mach_absolute_time (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef mach_absolute_time | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char mach_absolute_time (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mach_absolute_time (); | |
| ; | |
| return 0; | |
| } | |
configure:21596: result: no | |
configure:21603: checking for gethrtime | |
configure:21603: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:101:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char gethrtime (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-649b57.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:112: undefined reference to `gethrtime' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21603: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| /* end confdefs.h. */ | |
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethrtime innocuous_gethrtime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethrtime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef gethrtime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gethrtime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_gethrtime || defined __stub___gethrtime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethrtime (); | |
| ; | |
| return 0; | |
| } | |
configure:21603: result: no | |
configure:21610: checking for read_real_time | |
configure:21610: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:101:21: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char read_real_time (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-43f392.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:112: undefined reference to `read_real_time' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21610: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| /* end confdefs.h. */ | |
| /* Define read_real_time to an innocuous variant, in case <limits.h> declares read_real_time. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define read_real_time innocuous_read_real_time | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char read_real_time (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef read_real_time | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char read_real_time (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_read_real_time || defined __stub___read_real_time | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return read_real_time (); | |
| ; | |
| return 0; | |
| } | |
configure:21610: result: no | |
configure:21618: checking for library containing clock_gettime | |
configure:21649: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:85:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char clock_gettime (); | |
^ | |
void | |
1 warning generated. | |
configure:21649: $? = 0 | |
configure:21666: result: none required | |
configure:21676: checking for clock_nanosleep | |
configure:21676: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:101:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char clock_nanosleep (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-252dca.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:112: undefined reference to `clock_nanosleep' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21676: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_nanosleep to an innocuous variant, in case <limits.h> declares clock_nanosleep. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_nanosleep innocuous_clock_nanosleep | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_nanosleep (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_nanosleep | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_nanosleep (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_nanosleep || defined __stub___clock_nanosleep | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_nanosleep (); | |
| ; | |
| return 0; | |
| } | |
configure:21676: result: no | |
configure:21686: checking for dlopen | |
configure:21686: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:101:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char dlopen (); | |
^ | |
void | |
1 warning generated. | |
configure:21686: $? = 0 | |
configure:21686: result: yes | |
configure:21743: checking for preceeding underscore in symbols | |
configure:21768: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:80:8: warning: no previous prototype for function 'mono_underscore_test' [-Wmissing-prototypes] | |
int mono_underscore_test (void) { return 42; } | |
^ | |
1 warning generated. | |
configure:21768: $? = 0 | |
configure:21768: ./conftest | |
configure:21768: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| /* end confdefs.h. */ | |
| #include <dlfcn.h> | |
| int mono_underscore_test (void) { return 42; } | |
| int main() { | |
| void *f1 = (void*)0, *f2 = (void*)0, *handle; | |
| handle = dlopen ((void*)0, 0); | |
| if (handle) { | |
| f1 = dlsym (handle, "mono_underscore_test"); | |
| f2 = dlsym (handle, "_mono_underscore_test"); | |
| } return (!f2 || f1); | |
| } | |
configure:21779: result: no | |
configure:21787: checking for dlerror | |
configure:21787: result: yes | |
configure:21813: checking for execinfo.h | |
configure:21813: result: no | |
configure:21827: checking sys/auxv.h usability | |
configure:21827: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/auxv.h' file not found | |
#include <sys/auxv.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:21827: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/auxv.h> | |
configure:21827: result: no | |
configure:21827: checking sys/auxv.h presence | |
configure:21827: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:79:10: fatal error: 'sys/auxv.h' file not found | |
#include <sys/auxv.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:21827: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| /* end confdefs.h. */ | |
| #include <sys/auxv.h> | |
configure:21827: result: no | |
configure:21827: checking for sys/auxv.h | |
configure:21827: result: no | |
configure:21827: checking for sys/resource.h | |
configure:21827: result: yes | |
configure:21840: checking for getgrgid_r | |
configure:21840: result: yes | |
configure:21851: checking for getgrnam_r | |
configure:21851: result: yes | |
configure:21862: checking for getresuid | |
configure:21862: result: yes | |
configure:21873: checking for setresuid | |
configure:21873: result: yes | |
configure:21884: checking for kqueue | |
configure:21884: result: yes | |
configure:21895: checking for backtrace_symbols | |
configure:21895: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:108:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char backtrace_symbols (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-59dc01.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:119: undefined reference to `backtrace_symbols' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21895: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| /* end confdefs.h. */ | |
| /* Define backtrace_symbols to an innocuous variant, in case <limits.h> declares backtrace_symbols. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define backtrace_symbols innocuous_backtrace_symbols | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char backtrace_symbols (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef backtrace_symbols | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char backtrace_symbols (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_backtrace_symbols || defined __stub___backtrace_symbols | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return backtrace_symbols (); | |
| ; | |
| return 0; | |
| } | |
configure:21895: result: no | |
configure:21906: checking for mkstemp | |
configure:21906: result: yes | |
configure:21917: checking for mmap | |
configure:21917: result: yes | |
configure:21928: checking for madvise | |
configure:21928: result: yes | |
configure:21939: checking for getrusage | |
configure:21939: result: yes | |
configure:21950: checking for getpriority | |
configure:21950: result: yes | |
configure:21961: checking for setpriority | |
configure:21961: result: yes | |
configure:21972: checking for dl_iterate_phdr | |
configure:21972: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:114:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char dl_iterate_phdr (); | |
^ | |
void | |
1 warning generated. | |
configure:21972: $? = 0 | |
configure:21972: result: yes | |
configure:21983: checking for dladdr | |
configure:21983: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:115:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char dladdr (); | |
^ | |
void | |
1 warning generated. | |
configure:21983: $? = 0 | |
configure:21983: result: yes | |
configure:21994: checking for sysconf | |
configure:21994: result: yes | |
configure:22005: checking for getrlimit | |
configure:22005: result: yes | |
configure:22016: checking for prctl | |
configure:22016: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:12: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char prctl (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-094734.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:129: undefined reference to `prctl' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22016: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| /* end confdefs.h. */ | |
| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define prctl innocuous_prctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char prctl (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef prctl | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char prctl (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_prctl || defined __stub___prctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return prctl (); | |
| ; | |
| return 0; | |
| } | |
configure:22016: result: no | |
configure:22028: checking for sched_getaffinity | |
configure:22028: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sched_getaffinity (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-60fce5.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:129: undefined reference to `sched_getaffinity' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22028: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_getaffinity innocuous_sched_getaffinity | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_getaffinity (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sched_getaffinity | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sched_getaffinity (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_getaffinity (); | |
| ; | |
| return 0; | |
| } | |
configure:22028: result: no | |
configure:22039: checking for sched_setaffinity | |
configure:22039: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sched_setaffinity (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-c46532.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:129: undefined reference to `sched_setaffinity' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22039: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_setaffinity innocuous_sched_setaffinity | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_setaffinity (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sched_setaffinity | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sched_setaffinity (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_setaffinity (); | |
| ; | |
| return 0; | |
| } | |
configure:22039: result: no | |
configure:22050: checking for sched_getcpu | |
configure:22050: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sched_getcpu (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-3acd08.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:129: undefined reference to `sched_getcpu' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22050: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| /* end confdefs.h. */ | |
| /* Define sched_getcpu to an innocuous variant, in case <limits.h> declares sched_getcpu. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sched_getcpu innocuous_sched_getcpu | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sched_getcpu (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sched_getcpu | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sched_getcpu (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sched_getcpu || defined __stub___sched_getcpu | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sched_getcpu (); | |
| ; | |
| return 0; | |
| } | |
configure:22050: result: no | |
configure:22063: checking for getpwnam_r | |
configure:22063: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:17: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char getpwnam_r (); | |
^ | |
void | |
1 warning generated. | |
configure:22063: $? = 0 | |
configure:22063: result: yes | |
configure:22074: checking for getpwuid_r | |
configure:22074: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:119:17: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char getpwuid_r (); | |
^ | |
void | |
1 warning generated. | |
configure:22074: $? = 0 | |
configure:22074: result: yes | |
configure:22085: checking whether strerror_r is declared | |
configure:22085: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:22085: $? = 0 | |
configure:22085: result: yes | |
configure:22098: checking for strerror_r | |
configure:22098: result: yes | |
configure:22107: checking whether strerror_r returns char * | |
configure:22131: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:137:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:138:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | |
char *p = strerror_r (0, buf, sizeof buf); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:22131: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22169: result: no | |
configure:22178: checking for sched_setaffinity from glibc < 2.3.4 | |
configure:22195: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:105:13: warning: implicit declaration of function 'sched_setaffinity' is invalid in C99 [-Wimplicit-function-declaration] | |
sched_setaffinity(0, &mask); | |
^ | |
conftest.c:105:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
2 warnings generated. | |
configure:22195: $? = 0 | |
configure:22198: result: yes | |
configure:22225: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:105:7: warning: implicit declaration of function 'CPU_COUNT' is invalid in C99 [-Wimplicit-function-declaration] | |
CPU_COUNT((void *) 0); | |
^ | |
conftest.c:105:7: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
2 warnings generated. | |
configure:22225: $? = 0 | |
configure:22227: result: yes | |
configure:22249: checking if off_t is 64 bits wide | |
configure:22273: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:22273: $? = 0 | |
configure:22275: result: ok | |
configure:22342: checking for socket in -lsocket | |
configure:22367: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lsocket >&5 | |
conftest.c:109:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char socket (); | |
^ | |
void | |
1 warning generated. | |
/usr/bin/ld: cannot find -lsocket | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22367: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:22376: result: no | |
configure:22427: checking for MSG_NOSIGNAL | |
configure:22442: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:107:7: warning: unused variable 'f' [-Wunused-variable] | |
int f = MSG_NOSIGNAL; | |
^ | |
1 warning generated. | |
configure:22442: $? = 0 | |
configure:22445: result: yes | |
configure:22460: checking for IPPROTO_IP | |
configure:22475: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:108:7: warning: unused variable 'level' [-Wunused-variable] | |
int level = IPPROTO_IP; | |
^ | |
1 warning generated. | |
configure:22475: $? = 0 | |
configure:22478: result: yes | |
configure:22493: checking for IPPROTO_IPV6 | |
configure:22508: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:109:7: warning: unused variable 'level' [-Wunused-variable] | |
int level = IPPROTO_IPV6; | |
^ | |
1 warning generated. | |
configure:22508: $? = 0 | |
configure:22511: result: yes | |
configure:22526: checking for IPPROTO_TCP | |
configure:22541: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:110:7: warning: unused variable 'level' [-Wunused-variable] | |
int level = IPPROTO_TCP; | |
^ | |
1 warning generated. | |
configure:22541: $? = 0 | |
configure:22544: result: yes | |
configure:22559: checking for SOL_IP | |
configure:22574: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:111:15: error: use of undeclared identifier 'SOL_IP' | |
int level = SOL_IP; | |
^ | |
1 error generated. | |
configure:22574: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = SOL_IP; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22586: result: no | |
configure:22592: checking for SOL_IPV6 | |
configure:22607: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:111:15: error: use of undeclared identifier 'SOL_IPV6' | |
int level = SOL_IPV6; | |
^ | |
1 error generated. | |
configure:22607: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = SOL_IPV6; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22619: result: no | |
configure:22625: checking for SOL_TCP | |
configure:22640: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:111:15: error: use of undeclared identifier 'SOL_TCP' | |
int level = SOL_TCP; | |
^ | |
1 error generated. | |
configure:22640: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = SOL_TCP; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22652: result: no | |
configure:22658: checking for IP_PKTINFO | |
configure:22673: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:106:10: fatal error: 'linux/in.h' file not found | |
#include <linux/in.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:22673: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| /* end confdefs.h. */ | |
| #include <linux/in.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = IP_PKTINFO; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22684: result: no | |
configure:22690: checking for IPV6_PKTINFO | |
configure:22705: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:111:7: warning: unused variable 'level' [-Wunused-variable] | |
int level = IPV6_PKTINFO; | |
^ | |
1 warning generated. | |
configure:22705: $? = 0 | |
configure:22708: result: yes | |
configure:22722: checking for IP_DONTFRAG | |
configure:22737: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:112:15: error: use of undeclared identifier 'IP_DONTFRAG' | |
int level = IP_DONTFRAG; | |
^ | |
1 error generated. | |
configure:22737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| /* end confdefs.h. */ | |
| #include <netinet/in.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = IP_DONTFRAG; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22748: result: no | |
configure:22754: checking for IP_DONTFRAGMENT | |
configure:22769: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:107:10: fatal error: 'Ws2ipdef.h' file not found | |
#include <Ws2ipdef.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:22769: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| /* end confdefs.h. */ | |
| #include <Ws2ipdef.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = IP_DONTFRAGMENT; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22780: result: no | |
configure:22786: checking for IP_MTU_DISCOVER | |
configure:22801: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:107:10: fatal error: 'linux/in.h' file not found | |
#include <linux/in.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:22801: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| /* end confdefs.h. */ | |
| #include <linux/in.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = IP_MTU_DISCOVER; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22812: result: no | |
configure:22818: checking for IP_PMTUDISC_DO | |
configure:22833: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:107:10: fatal error: 'linux/in.h' file not found | |
#include <linux/in.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:22833: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| /* end confdefs.h. */ | |
| #include <linux/in.h> | |
| int | |
| main () | |
| { | |
| | |
| int level = IP_PMTUDISC_DO; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22844: result: no | |
configure:22850: checking for struct ip_mreqn | |
configure:22866: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:112:19: error: variable has incomplete type 'struct ip_mreqn' | |
struct ip_mreqn mreq; | |
^ | |
conftest.c:112:10: note: forward declaration of 'struct ip_mreqn' | |
struct ip_mreqn mreq; | |
^ | |
1 error generated. | |
configure:22866: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| /* end confdefs.h. */ | |
| #include <netinet/in.h> | |
| int | |
| main () | |
| { | |
| | |
| struct ip_mreqn mreq; | |
| mreq.imr_address.s_addr = 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22878: result: no | |
configure:22880: checking for struct ip_mreq | |
configure:22896: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:22896: $? = 0 | |
configure:22899: result: yes | |
configure:22917: checking for getaddrinfo | |
configure:22935: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:22935: $? = 0 | |
configure:22938: result: yes | |
configure:22953: checking for gethostbyname2_r | |
configure:22972: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
conftest.c:118:3: warning: implicit declaration of function 'gethostbyname2_r' is invalid in C99 [-Wimplicit-function-declaration] | |
gethostbyname2_r(NULL,0,NULL,NULL,0,NULL,NULL); | |
^ | |
conftest.c:118:3: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
2 warnings generated. | |
/tmp/conftest-6f596c.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:118: undefined reference to `gethostbyname2_r' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22972: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdio.h> | |
| #include <netdb.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| | |
| gethostbyname2_r(NULL,0,NULL,NULL,0,NULL,NULL); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22983: result: no | |
configure:22990: checking for gethostbyname2 | |
configure:23008: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:23008: $? = 0 | |
configure:23011: result: yes | |
configure:23026: checking for gethostbyname | |
configure:23044: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:23044: $? = 0 | |
configure:23047: result: yes | |
configure:23062: checking for getprotobyname | |
configure:23080: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:23080: $? = 0 | |
configure:23083: result: yes | |
configure:23098: checking for getnameinfo | |
configure:23116: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:23116: $? = 0 | |
configure:23119: result: yes | |
configure:23135: checking for inet_ntop | |
configure:23153: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c >&5 | |
configure:23153: $? = 0 | |
configure:23156: result: yes | |
configure:23171: checking for gethostbyaddr | |
configure:23171: result: yes | |
configure:23221: checking for inet_pton | |
configure:23221: result: yes | |
configure:23221: checking for inet_aton | |
configure:23221: result: yes | |
configure:23330: checking for main in -lpthread | |
configure:23349: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lpthread >&5 | |
conftest.c:120:1: warning: all paths through this function will call itself [-Winfinite-recursion] | |
{ | |
^ | |
1 warning generated. | |
configure:23349: $? = 0 | |
configure:23358: result: yes | |
configure:23404: checking for pthread.h | |
configure:23404: result: yes | |
configure:23416: checking for pthread_np.h | |
configure:23416: result: yes | |
configure:23428: checking for pthread_mutex_timedlock | |
configure:23428: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:141:30: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_mutex_timedlock (); | |
^ | |
void | |
1 warning generated. | |
configure:23428: $? = 0 | |
configure:23428: result: yes | |
configure:23440: checking for pthread_getattr_np | |
configure:23440: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:142:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_getattr_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-58a22e.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:153: undefined reference to `pthread_getattr_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_getattr_np innocuous_pthread_getattr_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_getattr_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_getattr_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_getattr_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_getattr_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23440: result: no | |
configure:23440: checking for pthread_attr_get_np | |
configure:23440: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:142:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_attr_get_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-bec14d.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:153: undefined reference to `pthread_attr_get_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_attr_get_np innocuous_pthread_attr_get_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_attr_get_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_attr_get_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_attr_get_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_attr_get_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23440: result: no | |
configure:23440: checking for pthread_setname_np | |
configure:23440: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:142:25: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_setname_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-3a9d95.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:153: undefined reference to `pthread_setname_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_setname_np to an innocuous variant, in case <limits.h> declares pthread_setname_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_setname_np innocuous_pthread_setname_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_setname_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_setname_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_setname_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_setname_np || defined __stub___pthread_setname_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_setname_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23440: result: no | |
configure:23440: checking for pthread_cond_timedwait_relative_np | |
configure:23440: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:142:41: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_cond_timedwait_relative_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-13e44b.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:153: undefined reference to `pthread_cond_timedwait_relative_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_cond_timedwait_relative_np to an innocuous variant, in case <limits.h> declares pthread_cond_timedwait_relative_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_cond_timedwait_relative_np innocuous_pthread_cond_timedwait_relative_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_cond_timedwait_relative_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_cond_timedwait_relative_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_cond_timedwait_relative_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_cond_timedwait_relative_np || defined __stub___pthread_cond_timedwait_relative_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_cond_timedwait_relative_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23440: result: no | |
configure:23451: checking for pthread_kill | |
configure:23451: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:142:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_kill (); | |
^ | |
void | |
1 warning generated. | |
configure:23451: $? = 0 | |
configure:23451: result: yes | |
configure:23460: checking for PTHREAD_MUTEX_RECURSIVE | |
configure:23476: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:23476: $? = 0 | |
configure:23478: result: ok | |
configure:23491: checking for pthread_attr_setstacksize | |
configure:23491: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:143:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_attr_setstacksize (); | |
^ | |
void | |
1 warning generated. | |
configure:23491: $? = 0 | |
configure:23491: result: yes | |
configure:23503: checking for pthread_attr_getstack | |
configure:23503: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:144:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_attr_getstack (); | |
^ | |
void | |
1 warning generated. | |
configure:23503: $? = 0 | |
configure:23503: result: yes | |
configure:23503: checking for pthread_attr_getstacksize | |
configure:23503: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:145:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_attr_getstacksize (); | |
^ | |
void | |
1 warning generated. | |
configure:23503: $? = 0 | |
configure:23503: result: yes | |
configure:23515: checking for pthread_get_stacksize_np | |
configure:23515: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:146:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_get_stacksize_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-4d911b.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:157: undefined reference to `pthread_get_stacksize_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23515: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_get_stacksize_np to an innocuous variant, in case <limits.h> declares pthread_get_stacksize_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_get_stacksize_np innocuous_pthread_get_stacksize_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_get_stacksize_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_get_stacksize_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_get_stacksize_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_get_stacksize_np || defined __stub___pthread_get_stacksize_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_get_stacksize_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23515: result: no | |
configure:23515: checking for pthread_get_stackaddr_np | |
configure:23515: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:146:31: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pthread_get_stackaddr_np (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-e363a4.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:157: undefined reference to `pthread_get_stackaddr_np' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23515: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_get_stackaddr_np to an innocuous variant, in case <limits.h> declares pthread_get_stackaddr_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_get_stackaddr_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_get_stackaddr_np | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pthread_get_stackaddr_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_get_stackaddr_np || defined __stub___pthread_get_stackaddr_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_get_stackaddr_np (); | |
| ; | |
| return 0; | |
| } | |
configure:23515: result: no | |
configure:23525: checking for mincore | |
configure:23544: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
configure:23544: $? = 0 | |
configure:23547: result: yes | |
configure:23562: checking for working __thread | |
configure:23565: result: disabled | |
configure:23631: checking for working sigaltstack | |
configure:23634: result: disabled | |
configure:23768: checking for library containing sem_init | |
configure:23799: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:131:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sem_init (); | |
^ | |
void | |
1 warning generated. | |
configure:23799: $? = 0 | |
configure:23816: result: none required | |
configure:23825: checking for library containing shm_open | |
configure:23856: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:131:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char shm_open (); | |
^ | |
void | |
1 warning generated. | |
configure:23856: $? = 0 | |
configure:23873: result: none required | |
configure:23883: checking for shm_open | |
configure:23883: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:147:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char shm_open (); | |
^ | |
void | |
1 warning generated. | |
configure:23883: $? = 0 | |
configure:23883: result: yes | |
configure:23893: checking for tm_gmtoff in struct tm | |
configure:23914: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:23914: $? = 0 | |
configure:23921: result: yes | |
configure:23966: checking for library containing sqrtf | |
configure:23997: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -pthread >&5 | |
conftest.c:133:12: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sqrtf (); | |
^ | |
void | |
conftest.c:133:6: warning: incompatible redeclaration of library function 'sqrtf' [-Wincompatible-library-redeclaration] | |
char sqrtf (); | |
^ | |
conftest.c:133:6: note: 'sqrtf' is a builtin with type 'float (float)' | |
2 warnings generated. | |
/tmp/conftest-b37d5c.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:137: undefined reference to `sqrtf' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23997: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sqrtf (); | |
| int | |
| main () | |
| { | |
| return sqrtf (); | |
| ; | |
| return 0; | |
| } | |
configure:23997: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:133:12: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sqrtf (); | |
^ | |
void | |
conftest.c:133:6: warning: incompatible redeclaration of library function 'sqrtf' [-Wincompatible-library-redeclaration] | |
char sqrtf (); | |
^ | |
conftest.c:133:6: note: 'sqrtf' is a builtin with type 'float (float)' | |
2 warnings generated. | |
configure:23997: $? = 0 | |
configure:24014: result: -lm | |
configure:24025: checking for finite | |
configure:24025: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:149:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char finite (); | |
^ | |
void | |
conftest.c:149:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration] | |
char finite (); | |
^ | |
conftest.c:149:6: note: 'finite' is a builtin with type 'int (double)' | |
2 warnings generated. | |
configure:24025: $? = 0 | |
configure:24025: result: yes | |
configure:24062: checking for isfinite | |
configure:24062: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:150:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char isfinite (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-a83b8c.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:161: undefined reference to `isfinite' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24062: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| /* end confdefs.h. */ | |
| /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define isfinite innocuous_isfinite | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char isfinite (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef isfinite | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char isfinite (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_isfinite || defined __stub___isfinite | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return isfinite (); | |
| ; | |
| return 0; | |
| } | |
configure:24062: result: no | |
configure:24069: checking for isfinite in math.h | |
configure:24082: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
configure:24082: $? = 0 | |
configure:24085: result: yes | |
configure:24099: checking for poll | |
configure:24099: result: yes | |
configure:24109: checking for signbit | |
configure:24124: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:134:7: warning: unused variable 's' [-Wunused-variable] | |
int s = signbit(1.0); | |
^ | |
1 warning generated. | |
configure:24124: $? = 0 | |
configure:24126: result: yes | |
configure:24143: checking sys/epoll.h usability | |
configure:24143: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:163:10: fatal error: 'sys/epoll.h' file not found | |
#include <sys/epoll.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24143: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/epoll.h> | |
configure:24143: result: no | |
configure:24143: checking sys/epoll.h presence | |
configure:24143: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:130:10: fatal error: 'sys/epoll.h' file not found | |
#include <sys/epoll.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24143: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/epoll.h> | |
configure:24143: result: no | |
configure:24143: checking for sys/epoll.h | |
configure:24143: result: no | |
configure:24156: checking for epoll_ctl | |
configure:24156: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:153:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char epoll_ctl (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-262d81.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:164: undefined reference to `epoll_ctl' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24156: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| /* end confdefs.h. */ | |
| /* Define epoll_ctl to an innocuous variant, in case <limits.h> declares epoll_ctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define epoll_ctl innocuous_epoll_ctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char epoll_ctl (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef epoll_ctl | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char epoll_ctl (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_epoll_ctl || defined __stub___epoll_ctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return epoll_ctl (); | |
| ; | |
| return 0; | |
| } | |
configure:24156: result: no | |
configure:24175: checking sys/event.h usability | |
configure:24175: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:24175: $? = 0 | |
configure:24175: result: yes | |
configure:24175: checking sys/event.h presence | |
configure:24175: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
configure:24175: $? = 0 | |
configure:24175: result: yes | |
configure:24175: checking for sys/event.h | |
configure:24175: result: yes | |
configure:24187: checking for kqueue | |
configure:24187: result: yes | |
configure:24207: checking for sys/ioctl.h | |
configure:24207: result: yes | |
configure:24219: checking for net/if.h | |
configure:24219: result: yes | |
configure:24237: checking for ifreq | |
configure:24261: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
In file included from conftest.c:138: | |
/usr/include/net/if.h:121:17: error: field has incomplete type 'struct timeval' | |
struct timeval ifi_lastchange; /* last operational state change */ | |
^ | |
/usr/include/net/if.h:121:9: note: forward declaration of 'struct timeval' | |
struct timeval ifi_lastchange; /* last operational state change */ | |
^ | |
/usr/include/net/if.h:369:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:370:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_dstaddr; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:371:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifru_broadaddr; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:399:19: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifrau_addr; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:405:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifra_dstaddr; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:407:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr ifra_mask; | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
/usr/include/net/if.h:450:26: error: field has incomplete type 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
/usr/include/net/if.h:450:9: note: forward declaration of 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
/usr/include/net/if.h:451:26: error: field has incomplete type 'struct sockaddr_storage' | |
struct sockaddr_storage dstaddr; /* out */ | |
^ | |
/usr/include/net/if.h:450:9: note: forward declaration of 'struct sockaddr_storage' | |
struct sockaddr_storage addr; /* in/out */ | |
^ | |
/usr/include/net/if.h:457:2: error: unknown type name 'sa_family_t'; did you mean '__sa_family_t'? | |
sa_family_t ifar_af; | |
^ | |
/usr/include/sys/_types.h:59:19: note: '__sa_family_t' declared here | |
typedef __uint8_t __sa_family_t; /* sockaddr address family type */ | |
^ | |
In file included from conftest.c:138: | |
In file included from /usr/include/net/if.h:466: | |
/usr/include/net/if_arp.h:79:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr arp_pa; /* protocol address */ | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
In file included from conftest.c:138: | |
In file included from /usr/include/net/if.h:466: | |
/usr/include/net/if_arp.h:80:18: error: field has incomplete type 'struct sockaddr' | |
struct sockaddr arp_ha; /* hardware address */ | |
^ | |
/usr/include/net/if.h:369:10: note: forward declaration of 'struct sockaddr' | |
struct sockaddr ifru_addr; | |
^ | |
12 errors generated. | |
configure:24261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdio.h> | |
| #include <sys/ioctl.h> | |
| #include <net/if.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| struct ifconf ifc; | |
| struct ifreq *ifr; | |
| void *x; | |
| ifc.ifc_len = 0; | |
| ifc.ifc_buf = NULL; | |
| x = (void *) &ifr->ifr_addr; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24271: result: no | |
configure:24276: checking for sockaddr_in.sin_len | |
configure:24294: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:24294: $? = 0 | |
configure:24296: result: yes | |
configure:24309: checking for sockaddr_in6.sin6_len | |
configure:24327: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:24327: $? = 0 | |
configure:24329: result: yes | |
configure:24342: checking for getifaddrs | |
configure:24362: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
configure:24362: $? = 0 | |
configure:24365: result: yes | |
configure:24379: checking for if_nametoindex | |
configure:24399: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
configure:24399: $? = 0 | |
configure:24402: result: yes | |
configure:24417: checking sys/errno.h usability | |
configure:24417: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:24417: $? = 0 | |
configure:24417: result: yes | |
configure:24417: checking sys/errno.h presence | |
configure:24417: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
configure:24417: $? = 0 | |
configure:24417: result: yes | |
configure:24417: checking for sys/errno.h | |
configure:24417: result: yes | |
configure:24427: checking checklist.h usability | |
configure:24427: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:173:10: fatal error: 'checklist.h' file not found | |
#include <checklist.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24427: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <checklist.h> | |
configure:24427: result: no | |
configure:24427: checking checklist.h presence | |
configure:24427: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:140:10: fatal error: 'checklist.h' file not found | |
#include <checklist.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24427: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| /* end confdefs.h. */ | |
| #include <checklist.h> | |
configure:24427: result: no | |
configure:24427: checking for checklist.h | |
configure:24427: result: no | |
configure:24439: checking pathconf.h usability | |
configure:24439: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:173:10: fatal error: 'pathconf.h' file not found | |
#include <pathconf.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:24439: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <pathconf.h> | |
configure:24439: result: no | |
configure:24439: checking pathconf.h presence | |
configure:24439: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:140:10: fatal error: 'pathconf.h' file not found | |
#include <pathconf.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:24439: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| /* end confdefs.h. */ | |
| #include <pathconf.h> | |
configure:24439: result: no | |
configure:24439: checking for pathconf.h | |
configure:24439: result: no | |
configure:24451: checking for fstab.h | |
configure:24451: result: yes | |
configure:24463: checking attr/xattr.h usability | |
configure:24463: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:174:10: fatal error: 'attr/xattr.h' file not found | |
#include <attr/xattr.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24463: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <attr/xattr.h> | |
configure:24463: result: no | |
configure:24463: checking attr/xattr.h presence | |
configure:24463: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:141:10: fatal error: 'attr/xattr.h' file not found | |
#include <attr/xattr.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24463: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <attr/xattr.h> | |
configure:24463: result: no | |
configure:24463: checking for attr/xattr.h | |
configure:24463: result: no | |
configure:24475: checking sys/extattr.h usability | |
configure:24475: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:174:10: fatal error: 'sys/extattr.h' file not found | |
#include <sys/extattr.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24475: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/extattr.h> | |
configure:24475: result: no | |
configure:24475: checking sys/extattr.h presence | |
configure:24475: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:141:10: fatal error: 'sys/extattr.h' file not found | |
#include <sys/extattr.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24475: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/extattr.h> | |
configure:24475: result: no | |
configure:24475: checking for sys/extattr.h | |
configure:24475: result: no | |
configure:24487: checking sys/sendfile.h usability | |
configure:24487: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:174:10: fatal error: 'sys/sendfile.h' file not found | |
#include <sys/sendfile.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24487: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sendfile.h> | |
configure:24487: result: no | |
configure:24487: checking sys/sendfile.h presence | |
configure:24487: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:141:10: fatal error: 'sys/sendfile.h' file not found | |
#include <sys/sendfile.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24487: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sendfile.h> | |
configure:24487: result: no | |
configure:24487: checking for sys/sendfile.h | |
configure:24487: result: no | |
configure:24499: checking sys/statvfs.h usability | |
configure:24499: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:24499: $? = 0 | |
configure:24499: result: yes | |
configure:24499: checking sys/statvfs.h presence | |
configure:24499: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
configure:24499: $? = 0 | |
configure:24499: result: yes | |
configure:24499: checking for sys/statvfs.h | |
configure:24499: result: yes | |
configure:24511: checking sys/statfs.h usability | |
configure:24511: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:175:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24511: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/statfs.h> | |
configure:24511: result: no | |
configure:24511: checking sys/statfs.h presence | |
configure:24511: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:142:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24511: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statfs.h> | |
configure:24511: result: no | |
configure:24511: checking for sys/statfs.h | |
configure:24511: result: no | |
configure:24523: checking sys/vfstab.h usability | |
configure:24523: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:175:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24523: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vfstab.h> | |
configure:24523: result: no | |
configure:24523: checking sys/vfstab.h presence | |
configure:24523: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:142:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:24523: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfstab.h> | |
configure:24523: result: no | |
configure:24523: checking for sys/vfstab.h | |
configure:24523: result: no | |
configure:24535: checking sys/xattr.h usability | |
configure:24535: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:175:10: fatal error: 'sys/xattr.h' file not found | |
#include <sys/xattr.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24535: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/xattr.h> | |
configure:24535: result: no | |
configure:24535: checking sys/xattr.h presence | |
configure:24535: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:142:10: fatal error: 'sys/xattr.h' file not found | |
#include <sys/xattr.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:24535: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/xattr.h> | |
configure:24535: result: no | |
configure:24535: checking for sys/xattr.h | |
configure:24535: result: no | |
configure:24547: checking for sys/mman.h | |
configure:24547: result: yes | |
configure:24559: checking for sys/param.h | |
configure:24559: result: yes | |
configure:24571: checking for sys/mount.h | |
configure:24571: result: yes | |
configure:24588: checking for sys/mount.h | |
configure:24588: result: yes | |
configure:24600: checking for confstr | |
configure:24600: result: yes | |
configure:24612: checking for seekdir | |
configure:24612: result: yes | |
configure:24612: checking for telldir | |
configure:24612: result: yes | |
configure:24623: checking for getdomainname | |
configure:24623: result: yes | |
configure:24634: checking for setdomainname | |
configure:24634: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:173:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char setdomainname (); | |
^ | |
void | |
1 warning generated. | |
configure:24634: $? = 0 | |
configure:24634: result: yes | |
configure:24646: checking for endgrent | |
configure:24646: result: yes | |
configure:24646: checking for getgrent | |
configure:24646: result: yes | |
configure:24646: checking for fgetgrent | |
configure:24646: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:176:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char fgetgrent (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-a56cdc.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:187: undefined reference to `fgetgrent' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24646: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| /* end confdefs.h. */ | |
| /* Define fgetgrent to an innocuous variant, in case <limits.h> declares fgetgrent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fgetgrent innocuous_fgetgrent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fgetgrent (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fgetgrent | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fgetgrent (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fgetgrent || defined __stub___fgetgrent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fgetgrent (); | |
| ; | |
| return 0; | |
| } | |
configure:24646: result: no | |
configure:24646: checking for setgrent | |
configure:24646: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:176:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char setgrent (); | |
^ | |
void | |
1 warning generated. | |
configure:24646: $? = 0 | |
configure:24646: result: yes | |
configure:24657: checking for setgroups | |
configure:24657: result: yes | |
configure:24669: checking for endpwent | |
configure:24669: result: yes | |
configure:24669: checking for getpwent | |
configure:24669: result: yes | |
configure:24669: checking for fgetpwent | |
configure:24669: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:180:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char fgetpwent (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-883edc.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:191: undefined reference to `fgetpwent' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24669: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| /* end confdefs.h. */ | |
| /* Define fgetpwent to an innocuous variant, in case <limits.h> declares fgetpwent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fgetpwent innocuous_fgetpwent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fgetpwent (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fgetpwent | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fgetpwent (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fgetpwent || defined __stub___fgetpwent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fgetpwent (); | |
| ; | |
| return 0; | |
| } | |
configure:24669: result: no | |
configure:24669: checking for setpwent | |
configure:24669: result: yes | |
configure:24680: checking for getfsstat | |
configure:24680: result: yes | |
configure:24692: checking for lutimes | |
configure:24692: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:182:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char lutimes (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-480670.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:193: undefined reference to `lutimes' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24692: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lutimes innocuous_lutimes | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lutimes (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef lutimes | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char lutimes (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_lutimes || defined __stub___lutimes | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lutimes (); | |
| ; | |
| return 0; | |
| } | |
configure:24692: result: no | |
configure:24692: checking for futimes | |
configure:24692: result: yes | |
configure:24703: checking for mremap | |
configure:24703: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:183:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char mremap (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-dd0614.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:194: undefined reference to `mremap' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mremap innocuous_mremap | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mremap (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef mremap | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char mremap (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_mremap || defined __stub___mremap | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mremap (); | |
| ; | |
| return 0; | |
| } | |
configure:24703: result: no | |
configure:24714: checking for remap_file_pages | |
configure:24714: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:183:23: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char remap_file_pages (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-805214.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:194: undefined reference to `remap_file_pages' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24714: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define remap_file_pages to an innocuous variant, in case <limits.h> declares remap_file_pages. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define remap_file_pages innocuous_remap_file_pages | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char remap_file_pages (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef remap_file_pages | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char remap_file_pages (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_remap_file_pages || defined __stub___remap_file_pages | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return remap_file_pages (); | |
| ; | |
| return 0; | |
| } | |
configure:24714: result: no | |
configure:24725: checking for posix_fadvise | |
configure:24725: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:183:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char posix_fadvise (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-03d3b6.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:194: undefined reference to `posix_fadvise' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24725: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fadvise innocuous_posix_fadvise | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fadvise (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fadvise | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char posix_fadvise (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fadvise (); | |
| ; | |
| return 0; | |
| } | |
configure:24725: result: no | |
configure:24736: checking for posix_fallocate | |
configure:24736: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:183:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char posix_fallocate (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-813703.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:194: undefined reference to `posix_fallocate' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24736: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fallocate innocuous_posix_fallocate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fallocate (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fallocate | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char posix_fallocate (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fallocate || defined __stub___posix_fallocate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fallocate (); | |
| ; | |
| return 0; | |
| } | |
configure:24736: result: no | |
configure:24747: checking for posix_madvise | |
configure:24747: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:183:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char posix_madvise (); | |
^ | |
void | |
1 warning generated. | |
configure:24747: $? = 0 | |
configure:24747: result: yes | |
configure:24758: checking for vsnprintf | |
configure:24758: result: yes | |
configure:24769: checking for sendfile | |
configure:24769: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:185:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sendfile (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-92121c.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:196: undefined reference to `sendfile' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24769: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define sendfile to an innocuous variant, in case <limits.h> declares sendfile. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sendfile innocuous_sendfile | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sendfile (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sendfile | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sendfile (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sendfile || defined __stub___sendfile | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sendfile (); | |
| ; | |
| return 0; | |
| } | |
configure:24769: result: no | |
configure:24781: checking for gethostid | |
configure:24781: result: yes | |
configure:24781: checking for sethostid | |
configure:24781: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:186:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char sethostid (); | |
^ | |
void | |
1 warning generated. | |
configure:24781: $? = 0 | |
configure:24781: result: yes | |
configure:24792: checking for sethostname | |
configure:24792: result: yes | |
configure:24803: checking for statfs | |
configure:24803: result: yes | |
configure:24814: checking for fstatfs | |
configure:24814: result: yes | |
configure:24825: checking for statvfs | |
configure:24825: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:190:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char statvfs (); | |
^ | |
void | |
1 warning generated. | |
configure:24825: $? = 0 | |
configure:24825: result: yes | |
configure:24836: checking for fstatvfs | |
configure:24836: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:191:15: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char fstatvfs (); | |
^ | |
void | |
1 warning generated. | |
configure:24836: $? = 0 | |
configure:24836: result: yes | |
configure:24847: checking for stime | |
configure:24847: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:192:12: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char stime (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-8e35b3.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:203: undefined reference to `stime' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:24847: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| /* end confdefs.h. */ | |
| /* Define stime to an innocuous variant, in case <limits.h> declares stime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define stime innocuous_stime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char stime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef stime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char stime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_stime || defined __stub___stime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return stime (); | |
| ; | |
| return 0; | |
| } | |
configure:24847: result: no | |
configure:24858: checking for strerror_r | |
configure:24858: result: yes | |
configure:24869: checking for ttyname_r | |
configure:24869: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:193:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char ttyname_r (); | |
^ | |
void | |
1 warning generated. | |
configure:24869: $? = 0 | |
configure:24869: result: yes | |
configure:24880: checking for psignal | |
configure:24880: result: yes | |
configure:24891: checking for getlogin_r | |
configure:24891: result: yes | |
configure:24902: checking for lockf | |
configure:24902: result: yes | |
configure:24913: checking for swab | |
configure:24913: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:197:11: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char swab (); | |
^ | |
void | |
1 warning generated. | |
configure:24913: $? = 0 | |
configure:24913: result: yes | |
configure:24925: checking for setusershell | |
configure:24925: result: yes | |
configure:24925: checking for endusershell | |
configure:24925: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:199:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char endusershell (); | |
^ | |
void | |
1 warning generated. | |
configure:24925: $? = 0 | |
configure:24925: result: yes | |
configure:24937: checking for futimens | |
configure:24937: result: yes | |
configure:24937: checking for utimensat | |
configure:24937: result: yes | |
configure:24949: checking for fstatat | |
configure:24949: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:202:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char fstatat (); | |
^ | |
void | |
1 warning generated. | |
configure:24949: $? = 0 | |
configure:24949: result: yes | |
configure:24949: checking for mknodat | |
configure:24949: result: yes | |
configure:24949: checking for readlinkat | |
configure:24949: result: yes | |
configure:24961: checking for readv | |
configure:24961: result: yes | |
configure:24961: checking for writev | |
configure:24961: result: yes | |
configure:24961: checking for preadv | |
configure:24961: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:207:13: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char preadv (); | |
^ | |
void | |
1 warning generated. | |
configure:24961: $? = 0 | |
configure:24961: result: yes | |
configure:24961: checking for pwritev | |
configure:24961: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:208:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char pwritev (); | |
^ | |
void | |
1 warning generated. | |
configure:24961: $? = 0 | |
configure:24961: result: yes | |
configure:24972: checking for setpgid | |
configure:24972: result: yes | |
configure:24983: checking for system | |
configure:24983: result: yes | |
configure:24995: checking for fork | |
configure:24995: result: yes | |
configure:24995: checking for execv | |
configure:24995: result: yes | |
configure:24995: checking for execve | |
configure:24995: result: yes | |
configure:25006: checking for accept4 | |
configure:25006: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:214:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char accept4 (); | |
^ | |
void | |
1 warning generated. | |
configure:25006: $? = 0 | |
configure:25006: result: yes | |
configure:25017: checking for localtime_r | |
configure:25017: result: yes | |
configure:25028: checking for mkdtemp | |
configure:25028: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:216:14: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char mkdtemp (); | |
^ | |
void | |
1 warning generated. | |
configure:25028: $? = 0 | |
configure:25028: result: yes | |
configure:25041: checking size of size_t | |
configure:25046: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
configure:25046: $? = 0 | |
configure:25046: ./conftest | |
configure:25046: $? = 0 | |
configure:25060: result: 8 | |
configure:25070: checking for blksize_t | |
configure:25070: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25070: $? = 0 | |
configure:25070: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:202:24: error: expected expression | |
if (sizeof ((blksize_t))) | |
^ | |
1 error generated. | |
configure:25070: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((blksize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25070: result: yes | |
configure:25084: checking for blkcnt_t | |
configure:25084: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25084: $? = 0 | |
configure:25084: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:204:23: error: expected expression | |
if (sizeof ((blkcnt_t))) | |
^ | |
1 error generated. | |
configure:25084: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((blkcnt_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25084: result: yes | |
configure:25098: checking for suseconds_t | |
configure:25098: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25098: $? = 0 | |
configure:25098: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:204:26: error: expected expression | |
if (sizeof ((suseconds_t))) | |
^ | |
1 error generated. | |
configure:25098: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| /* end confdefs.h. */ | |
| #include <sys/time.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((suseconds_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25098: result: yes | |
configure:25110: checking for struct cmsghdr | |
configure:25110: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25110: $? = 0 | |
configure:25110: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:206:29: error: expected expression | |
if (sizeof ((struct cmsghdr))) | |
^ | |
1 error generated. | |
configure:25110: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct cmsghdr))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25110: result: yes | |
configure:25122: checking for struct flock | |
configure:25122: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25122: $? = 0 | |
configure:25122: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:209:27: error: expected expression | |
if (sizeof ((struct flock))) | |
^ | |
1 error generated. | |
configure:25122: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| #include <fcntl.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct flock))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25122: result: yes | |
configure:25135: checking for struct iovec | |
configure:25135: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25135: $? = 0 | |
configure:25135: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:210:27: error: expected expression | |
if (sizeof ((struct iovec))) | |
^ | |
1 error generated. | |
configure:25135: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| /* end confdefs.h. */ | |
| #include <sys/uio.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct iovec))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25135: result: yes | |
configure:25147: checking for struct linger | |
configure:25147: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25147: $? = 0 | |
configure:25147: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:212:28: error: expected expression | |
if (sizeof ((struct linger))) | |
^ | |
1 error generated. | |
configure:25147: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct linger))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25147: result: yes | |
configure:25159: checking for struct pollfd | |
configure:25159: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25159: $? = 0 | |
configure:25159: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:214:28: error: expected expression | |
if (sizeof ((struct pollfd))) | |
^ | |
1 error generated. | |
configure:25159: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| /* end confdefs.h. */ | |
| #include <sys/poll.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct pollfd))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25159: result: yes | |
configure:25171: checking for struct sockaddr | |
configure:25171: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25171: $? = 0 | |
configure:25171: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:216:30: error: expected expression | |
if (sizeof ((struct sockaddr))) | |
^ | |
1 error generated. | |
configure:25171: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25171: result: yes | |
configure:25183: checking for struct sockaddr_storage | |
configure:25183: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25183: $? = 0 | |
configure:25183: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:218:38: error: expected expression | |
if (sizeof ((struct sockaddr_storage))) | |
^ | |
1 error generated. | |
configure:25183: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_storage))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25183: result: yes | |
configure:25195: checking for struct sockaddr_in | |
configure:25195: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25195: $? = 0 | |
configure:25195: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:220:33: error: expected expression | |
if (sizeof ((struct sockaddr_in))) | |
^ | |
1 error generated. | |
configure:25195: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| /* end confdefs.h. */ | |
| #include <netinet/in.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_in))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25195: result: yes | |
configure:25207: checking for struct sockaddr_in6 | |
configure:25207: result: yes | |
configure:25219: checking for struct sockaddr_un | |
configure:25219: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25219: $? = 0 | |
configure:25219: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:224:33: error: expected expression | |
if (sizeof ((struct sockaddr_un))) | |
^ | |
1 error generated. | |
configure:25219: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| /* end confdefs.h. */ | |
| #include <sys/un.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_un))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25219: result: yes | |
configure:25231: checking for struct stat | |
configure:25231: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25231: $? = 0 | |
configure:25231: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:228:26: error: expected expression | |
if (sizeof ((struct stat))) | |
^ | |
1 error generated. | |
configure:25231: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct stat))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25231: result: yes | |
configure:25245: checking for struct timespec | |
configure:25245: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25245: $? = 0 | |
configure:25245: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:228:30: error: expected expression | |
if (sizeof ((struct timespec))) | |
^ | |
1 error generated. | |
configure:25245: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct timespec))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25245: result: yes | |
configure:25257: checking for struct timeval | |
configure:25257: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25257: $? = 0 | |
configure:25257: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:232:29: error: expected expression | |
if (sizeof ((struct timeval))) | |
^ | |
1 error generated. | |
configure:25257: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| /* end confdefs.h. */ | |
| #include <sys/time.h> | |
| #include <sys/types.h> | |
| #include <utime.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct timeval))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25257: result: yes | |
configure:25271: checking for struct timezone | |
configure:25271: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25271: $? = 0 | |
configure:25271: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:232:30: error: expected expression | |
if (sizeof ((struct timezone))) | |
^ | |
1 error generated. | |
configure:25271: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/time.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct timezone))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25271: result: yes | |
configure:25283: checking for struct utimbuf | |
configure:25283: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25283: $? = 0 | |
configure:25283: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:235:29: error: expected expression | |
if (sizeof ((struct utimbuf))) | |
^ | |
1 error generated. | |
configure:25283: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <utime.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct utimbuf))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25283: result: yes | |
configure:25296: checking for struct dirent.d_off | |
configure:25296: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25296: $? = 0 | |
configure:25296: result: yes | |
configure:25307: checking for struct dirent.d_reclen | |
configure:25307: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25307: $? = 0 | |
configure:25307: result: yes | |
configure:25318: checking for struct dirent.d_type | |
configure:25318: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25318: $? = 0 | |
configure:25318: result: yes | |
configure:25330: checking for struct passwd.pw_gecos | |
configure:25330: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25330: $? = 0 | |
configure:25330: result: yes | |
configure:25342: checking for struct statfs.f_flags | |
configure:25342: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:236:13: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:25342: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/vfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statfs ac_aggr; | |
| if (ac_aggr.f_flags) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25342: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:236:13: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:25342: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/vfs.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct statfs ac_aggr; | |
| if (sizeof ac_aggr.f_flags) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25342: result: no | |
configure:25354: checking for struct stat.st_atim | |
configure:25354: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:243:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_atim) | |
^ ~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25354: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25354: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25354: $? = 0 | |
configure:25354: result: yes | |
configure:25366: checking for struct stat.st_mtim | |
configure:25366: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:244:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_mtim) | |
^ ~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25366: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25366: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25366: $? = 0 | |
configure:25366: result: yes | |
configure:25378: checking for struct stat.st_ctim | |
configure:25378: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:245:1: error: statement requires expression of scalar type ('struct timespec' invalid) | |
if (ac_aggr.st_ctim) | |
^ ~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25378: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25378: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25378: $? = 0 | |
configure:25378: result: yes | |
configure:25392: checking for lsetxattr | |
configure:25392: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:261:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char lsetxattr (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-58aafa.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:272: undefined reference to `lsetxattr' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25392: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| /* end confdefs.h. */ | |
| /* Define lsetxattr to an innocuous variant, in case <limits.h> declares lsetxattr. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define lsetxattr innocuous_lsetxattr | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char lsetxattr (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef lsetxattr | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char lsetxattr (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_lsetxattr || defined __stub___lsetxattr | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return lsetxattr (); | |
| ; | |
| return 0; | |
| } | |
configure:25392: result: no | |
configure:25396: checking for lsetxattr in -lattr | |
configure:25421: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lattr -lm -pthread >&5 | |
conftest.c:245:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char lsetxattr (); | |
^ | |
void | |
1 warning generated. | |
/usr/bin/ld: cannot find -lattr | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25421: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char lsetxattr (); | |
| int | |
| main () | |
| { | |
| return lsetxattr (); | |
| ; | |
| return 0; | |
| } | |
configure:25430: result: no | |
configure:25441: checking for struct kinfo_proc.kp_proc | |
configure:25441: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:248:13: error: no member named 'kp_proc' in 'struct kinfo_proc' | |
if (ac_aggr.kp_proc) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:25441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/proc.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.kp_proc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25441: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:248:20: error: no member named 'kp_proc' in 'struct kinfo_proc' | |
if (sizeof ac_aggr.kp_proc) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:25441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/proc.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.kp_proc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25441: result: no | |
configure:25459: checking for sys/time.h | |
configure:25459: result: yes | |
configure:25471: checking for sys/param.h | |
configure:25471: result: yes | |
configure:25483: checking for dirent.h | |
configure:25483: result: yes | |
configure:25496: checking CommonCrypto/CommonDigest.h usability | |
configure:25496: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:274:10: fatal error: 'CommonCrypto/CommonDigest.h' file not found | |
#include <CommonCrypto/CommonDigest.h> | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25496: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <CommonCrypto/CommonDigest.h> | |
configure:25496: result: no | |
configure:25496: checking CommonCrypto/CommonDigest.h presence | |
configure:25496: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:241:10: fatal error: 'CommonCrypto/CommonDigest.h' file not found | |
#include <CommonCrypto/CommonDigest.h> | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25496: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| /* end confdefs.h. */ | |
| #include <CommonCrypto/CommonDigest.h> | |
configure:25496: result: no | |
configure:25496: checking for CommonCrypto/CommonDigest.h | |
configure:25496: result: no | |
configure:25509: checking curses.h usability | |
configure:25509: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25509: $? = 0 | |
configure:25509: result: yes | |
configure:25509: checking curses.h presence | |
configure:25509: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
configure:25509: $? = 0 | |
configure:25509: result: yes | |
configure:25509: checking for curses.h | |
configure:25509: result: yes | |
configure:25521: checking for term.h | |
configure:25521: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
configure:25521: $? = 0 | |
configure:25521: result: yes | |
configure:25537: checking for termios.h | |
configure:25537: result: yes | |
configure:25551: checking sys/random.h usability | |
configure:25551: cc -c -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c >&5 | |
conftest.c:277:10: fatal error: 'sys/random.h' file not found | |
#include <sys/random.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25551: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/random.h> | |
configure:25551: result: no | |
configure:25551: checking sys/random.h presence | |
configure:25551: cc -E -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array conftest.c | |
conftest.c:244:10: fatal error: 'sys/random.h' file not found | |
#include <sys/random.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:25551: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 | |
| #define HAVE_PTHREAD_KILL 1 | |
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 | |
| #define HAVE_MINCORE 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_TM_GMTOFF 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISFINITE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_SYS_EVENT_H 1 | |
| #define HAVE_KQUEUE 1 | |
| #define USE_KQUEUE_FOR_THREADPOOL 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SOCKADDR_IN_SIN_LEN 1 | |
| #define HAVE_SOCKADDR_IN6_SIN_LEN 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_SYS_ERRNO_H 1 | |
| #define HAVE_FSTAB_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_GETDOMAINNAME 1 | |
| #define HAVE_SETDOMAINNAME 1 | |
| #define HAVE_ENDGRENT 1 | |
| #define HAVE_GETGRENT 1 | |
| #define HAVE_SETGRENT 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_ENDPWENT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_SETPWENT 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_FUTIMES 1 | |
| #define HAVE_POSIX_MADVISE 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GETHOSTID 1 | |
| #define HAVE_SETHOSTID 1 | |
| #define HAVE_SETHOSTNAME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_FSTATVFS 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_TTYNAME_R 1 | |
| #define HAVE_PSIGNAL 1 | |
| #define HAVE_GETLOGIN_R 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_SWAB 1 | |
| #define HAVE_SETUSERSHELL 1 | |
| #define HAVE_ENDUSERSHELL 1 | |
| #define HAVE_FUTIMENS 1 | |
| #define HAVE_UTIMENSAT 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_MKNODAT 1 | |
| #define HAVE_READLINKAT 1 | |
| #define HAVE_READV 1 | |
| #define HAVE_WRITEV 1 | |
| #define HAVE_PREADV 1 | |
| #define HAVE_PWRITEV 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_SYSTEM 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_EXECV 1 | |
| #define HAVE_EXECVE 1 | |
| #define HAVE_ACCEPT4 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKSIZE_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_BLKCNT_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_SUSECONDS_T 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_CMSGHDR 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_FLOCK 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_IOVEC 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_LINGER 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_POLLFD 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_STAT 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEVAL 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_UTIMBUF 1 | |
| #define HAVE_STRUCT_DIRENT_D_OFF 1 | |
| #define HAVE_STRUCT_DIRENT_D_RECLEN 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_STRUCT_PASSWD_PW_GECOS 1 | |
| #define HAVE_STRUCT_STAT_ST_ATIM 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIM 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/random.h> | |
configure:25551: result: no | |
configure:25551: checking for sys/random.h | |
configure:25551: result: no | |
configure:25564: checking for getrandom | |
configure:25564: cc -o conftest -O2 -pipe -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -I/usr/local/include -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DHOST_BSD -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -L/usr/local/lib -pthread conftest.c -lm -pthread >&5 | |
conftest.c:267:16: warning: this function declaration is not a prototype [-Wstrict-prototypes] | |
char getrandom (); | |
^ | |
void | |
1 warning generated. | |
/tmp/conftest-a80616.o: In function `main': | |
/usr/ports/pobj/mono-5.10.0.179/mono-5.10.0.179/conftest.c:278: undefined reference to `getrandom' | |
cc: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25564: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "mono" | |
| #define PACKAGE_TARNAME "mono" | |
| #define PACKAGE_VERSION "5.10.0.179" | |
| #define PACKAGE_STRING "mono 5.10.0.179" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "mono" | |
| #define VERSION "5.10.0.179" | |
| #define MONO_CORLIB_VERSION 1051000003 | |
| #define PTHREAD_POINTER_ID 1 | |
| #define NEED_LINK_UNLINK 1 | |
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1 | |
| #define HAVE_UWP_WINAPI_SUPPORT 0 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_LINK_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_SYS_ZLIB 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_ELF_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_IEEEFP_H 1 | |
| #define HAVE_ISINF 1 | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define DISABLED_FEATURES "none" | |
| #define DEFAULT_GC_NAME "Included Boehm (with typed GC and Parallel Mark)" | |
| #define MONO_ZERO_LEN_ARRAY 0 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_SIGNAL 1 | |
| #define HAVE_CLOCK_MONOTONIC 1 | |
| #define HAVE_DL_LOADER 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_GETGRGID_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_GETRESUID 1 | |
| #define HAVE_SETRESUID 1 | |
| #define HAVE_KQUEUE 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MADVISE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_DL_ITERATE_PHDR 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY 1 | |
| #define GLIBC_HAS_CPU_COUNT 1 | |
| #define HAVE_LARGE_FILE_SUPPORT 1 | |
| #define HAVE_MSG_NOSIGNAL 1 | |
| #define HAVE_IPPROTO_IP 1 | |
| #define HAVE_IPPROTO_IPV6 1 | |
| #define HAVE_IPPROTO_TCP 1 | |
| #define HAVE_IPV6_PKTINFO 1 | |
| #define HAVE_STRUCT_IP_MREQ 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME2 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETPROTOBYNAME 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_INET_NTOP 1 | |
| #define HAVE_INET_PTON 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PTHREAD_NP_H 1 | |
| #define HAVE_PTHREAD_MUTEX_ |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment