增加libevent
parent
70f6af18a9
commit
e8acc963de
|
@ -10,14 +10,13 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
|||
|
||||
include_directories(include)
|
||||
|
||||
#target_include_directories(${PROJECT_NAME} PRIVATE ./lib/libdependency/src)
|
||||
|
||||
#add_subdirectory(./lib/libdependency/)
|
||||
include_directories(lib/libevent/include)
|
||||
|
||||
add_subdirectory(./lib/libevent)
|
||||
|
||||
add_library(${PROJECT_NAME} SHARED src/example.cpp)
|
||||
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ./lib/libevent)
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})
|
||||
|
||||
|
@ -31,4 +30,4 @@ elseif(${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
|
|||
target_compile_definitions(${PROJECT_NAME} PRIVATE WIN_EXPORT)
|
||||
endif()
|
||||
|
||||
#target_link_libraries(${PROJECT_NAME} PRIVATE libdependency)
|
||||
target_link_libraries(${PROJECT_NAME} event)
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#define TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H
|
||||
#pragma once
|
||||
|
||||
// Define EXPORTED for any platform
|
||||
|
||||
#include <event2/event.h>
|
||||
|
||||
class example {
|
||||
|
||||
|
|
|
@ -0,0 +1,720 @@
|
|||
buffer.lo: buffer.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioctl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ttycom.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioccom.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/filio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/sockio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/mman.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/buffer.h include/event2/buffer_compat.h \
|
||||
include/event2/bufferevent.h include/event2/bufferevent_compat.h \
|
||||
include/event2/bufferevent_struct.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h include/event2/thread.h log-internal.h \
|
||||
mm-internal.h util-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h evthread-internal.h evbuffer-internal.h \
|
||||
defer-internal.h compat/sys/queue.h bufferevent-internal.h \
|
||||
ratelim-internal.h event-internal.h minheap-internal.h \
|
||||
evsignal-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioctl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ttycom.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioccom.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/filio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/sockio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/mman.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
include/event2/buffer_compat.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/bufferevent_compat.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
evbuffer-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
ratelim-internal.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,657 @@
|
|||
bufferevent.lo: bufferevent.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/buffer_compat.h include/event2/bufferevent.h \
|
||||
include/event2/bufferevent_struct.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h include/event2/bufferevent_compat.h \
|
||||
include/event2/event.h event-internal.h compat/sys/queue.h \
|
||||
minheap-internal.h util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
defer-internal.h bufferevent-internal.h evthread-internal.h \
|
||||
include/event2/thread.h ratelim-internal.h evbuffer-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/buffer_compat.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/bufferevent_compat.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
ratelim-internal.h:
|
||||
|
||||
evbuffer-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,640 @@
|
|||
bufferevent_filter.lo: bufferevent_filter.c evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
include/event2/event-config.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/bufferevent.h include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/bufferevent_struct.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h include/event2/event.h log-internal.h \
|
||||
mm-internal.h bufferevent-internal.h defer-internal.h \
|
||||
compat/sys/queue.h evthread-internal.h include/event2/thread.h \
|
||||
util-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h ratelim-internal.h
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
ratelim-internal.h:
|
|
@ -0,0 +1,630 @@
|
|||
bufferevent_pair.lo: bufferevent_pair.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/bufferevent.h include/event2/bufferevent_struct.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
include/event2/event.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
defer-internal.h compat/sys/queue.h bufferevent-internal.h \
|
||||
evthread-internal.h include/event2/thread.h util-internal.h \
|
||||
log-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h ratelim-internal.h mm-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
ratelim-internal.h:
|
||||
|
||||
mm-internal.h:
|
|
@ -0,0 +1,669 @@
|
|||
bufferevent_ratelim.lo: bufferevent_ratelim.c evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/event-config.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
include/event2/bufferevent.h include/event2/bufferevent_struct.h \
|
||||
include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
ratelim-internal.h bufferevent-internal.h defer-internal.h \
|
||||
compat/sys/queue.h evthread-internal.h include/event2/thread.h \
|
||||
util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h event-internal.h minheap-internal.h \
|
||||
evsignal-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
ratelim-internal.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
|
@ -0,0 +1,661 @@
|
|||
bufferevent_sock.lo: bufferevent_sock.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
include/event2/bufferevent.h include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/bufferevent_struct.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h include/event2/bufferevent_compat.h \
|
||||
include/event2/event.h log-internal.h mm-internal.h \
|
||||
bufferevent-internal.h defer-internal.h compat/sys/queue.h \
|
||||
evthread-internal.h include/event2/thread.h util-internal.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h ratelim-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/bufferevent_compat.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
ratelim-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,693 @@
|
|||
evdns.lo: evdns.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
include/event2/dns.h include/event2/visibility.h include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/dns_struct.h include/event2/dns_compat.h \
|
||||
include/event2/event.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h include/event2/thread.h \
|
||||
defer-internal.h compat/sys/queue.h log-internal.h mm-internal.h \
|
||||
strlcpy-internal.h ipv6-internal.h util-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
evthread-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
include/event2/dns.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/dns_struct.h:
|
||||
|
||||
include/event2/dns_compat.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
strlcpy-internal.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h:
|
|
@ -0,0 +1,714 @@
|
|||
event.lo: event.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ctype.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctype.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/runetype.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wint_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
include/event2/event_compat.h event-internal.h minheap-internal.h \
|
||||
util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
evthread-internal.h include/event2/thread.h evmap-internal.h \
|
||||
iocp-internal.h changelist-internal.h ht-internal.h kqueue-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ctype.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctype.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/runetype.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wint_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/event_compat.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
evmap-internal.h:
|
||||
|
||||
iocp-internal.h:
|
||||
|
||||
changelist-internal.h:
|
||||
|
||||
ht-internal.h:
|
||||
|
||||
kqueue-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,688 @@
|
|||
event_tagging.lo: event_tagging.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioctl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ttycom.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioccom.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/filio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/sockio.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/syslog.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslog.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/tag.h include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
log-internal.h mm-internal.h util-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioctl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ttycom.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/ioccom.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/filio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/sockio.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/syslog.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslog.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/tag.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
|
@ -0,0 +1,670 @@
|
|||
evmap.lo: evmap.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
event-internal.h include/event2/event_struct.h include/event2/util.h \
|
||||
include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/keyvalq_struct.h minheap-internal.h \
|
||||
include/event2/event.h util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
evmap-internal.h changelist-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
evmap-internal.h:
|
||||
|
||||
changelist-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,666 @@
|
|||
evrpc.lo: evrpc.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
include/event2/rpc.h include/event2/rpc_struct.h evrpc-internal.h \
|
||||
include/event2/http.h http-internal.h util-internal.h log-internal.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h defer-internal.h include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/tag.h include/event2/http_struct.h \
|
||||
include/event2/http_compat.h mm-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
include/event2/rpc.h:
|
||||
|
||||
include/event2/rpc_struct.h:
|
||||
|
||||
evrpc-internal.h:
|
||||
|
||||
include/event2/http.h:
|
||||
|
||||
http-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/tag.h:
|
||||
|
||||
include/event2/http_struct.h:
|
||||
|
||||
include/event2/http_compat.h:
|
||||
|
||||
mm-internal.h:
|
|
@ -0,0 +1,613 @@
|
|||
evthread.lo: evthread.c include/event2/event-config.h evconfig-private.h \
|
||||
include/event2/thread.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
log-internal.h include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
mm-internal.h util-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h evthread-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
evthread-internal.h:
|
|
@ -0,0 +1,630 @@
|
|||
evthread_pthread.lo: evthread_pthread.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
include/event2/thread.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
mm-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
evthread-internal.h util-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
log-internal.h include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,695 @@
|
|||
evutil.lo: evutil.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/tcp.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/if.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/if_var.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval32.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ifaddrs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/os/availability.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evthread-internal.h \
|
||||
include/event2/thread.h strlcpy-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/tcp.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/if.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/if_var.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval32.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ifaddrs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/os/availability.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
strlcpy-internal.h:
|
|
@ -0,0 +1,629 @@
|
|||
evutil_rand.lo: evutil_rand.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
util-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
log-internal.h include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h evthread-internal.h include/event2/thread.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
|
@ -0,0 +1,636 @@
|
|||
evutil_time.lo: evutil_time.c include/event2/event-config.h \
|
||||
evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
include/event2/util.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
util-internal.h log-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
|
@ -0,0 +1,735 @@
|
|||
http.lo: http.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/un.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/syslog.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslog.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
strlcpy-internal.h include/event2/visibility.h include/event2/http.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
include/event2/event.h include/event2/buffer.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h \
|
||||
include/event2/bufferevent.h include/event2/http_struct.h \
|
||||
include/event2/http_compat.h include/event2/listener.h log-internal.h \
|
||||
util-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h http-internal.h include/event2/event_struct.h \
|
||||
include/event2/keyvalq_struct.h defer-internal.h mm-internal.h \
|
||||
bufferevent-internal.h evthread-internal.h include/event2/thread.h \
|
||||
ratelim-internal.h include/event2/bufferevent_struct.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stat.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/un.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arpa/inet.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/syslog.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslog.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
strlcpy-internal.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/http.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/buffer.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/uio.h:
|
||||
|
||||
include/event2/bufferevent.h:
|
||||
|
||||
include/event2/http_struct.h:
|
||||
|
||||
include/event2/http_compat.h:
|
||||
|
||||
include/event2/listener.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
http-internal.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
bufferevent-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
ratelim-internal.h:
|
||||
|
||||
include/event2/bufferevent_struct.h:
|
|
@ -0,0 +1,686 @@
|
|||
kqueue.lo: kqueue.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/event.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/inttypes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h \
|
||||
event-internal.h include/event2/event_struct.h include/event2/util.h \
|
||||
include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/keyvalq_struct.h minheap-internal.h \
|
||||
include/event2/event.h util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
evmap-internal.h include/event2/thread.h evthread-internal.h \
|
||||
changelist-internal.h kqueue-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/event.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/inttypes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
evmap-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
changelist-internal.h:
|
||||
|
||||
kqueue-internal.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1,647 @@
|
|||
listener.lo: listener.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
include/event2/listener.h include/event2/visibility.h \
|
||||
include/event2/event.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
mm-internal.h util-internal.h log-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h evthread-internal.h include/event2/thread.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
include/event2/listener.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
|
@ -0,0 +1,424 @@
|
|||
log.lo: log.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
log-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
log-internal.h:
|
|
@ -0,0 +1,678 @@
|
|||
poll.lo: poll.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/poll.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
event-internal.h include/event2/event_struct.h include/event2/util.h \
|
||||
include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/keyvalq_struct.h minheap-internal.h \
|
||||
include/event2/event.h util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
evmap-internal.h include/event2/thread.h evthread-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/poll.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
evmap-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
evthread-internal.h:
|
|
@ -0,0 +1,654 @@
|
|||
select.lo: select.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
event-internal.h include/event2/event_struct.h include/event2/util.h \
|
||||
include/event2/visibility.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/keyvalq_struct.h minheap-internal.h \
|
||||
include/event2/event.h util-internal.h log-internal.h time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
include/event2/thread.h evthread-internal.h evmap-internal.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
evmap-internal.h:
|
|
@ -0,0 +1,673 @@
|
|||
signal.lo: signal.c include/event2/event-config.h evconfig-private.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
|
||||
compat/sys/queue.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h \
|
||||
include/event2/event.h include/event2/visibility.h \
|
||||
include/event2/util.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
|
||||
include/event2/event_struct.h include/event2/keyvalq_struct.h \
|
||||
event-internal.h minheap-internal.h util-internal.h log-internal.h \
|
||||
time-internal.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h \
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h \
|
||||
ipv6-internal.h mm-internal.h evsignal-internal.h defer-internal.h \
|
||||
evmap-internal.h evthread-internal.h include/event2/thread.h
|
||||
|
||||
include/event2/event-config.h:
|
||||
|
||||
evconfig-private.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
|
||||
|
||||
compat/sys/queue.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
|
||||
|
||||
include/event2/event.h:
|
||||
|
||||
include/event2/visibility.h:
|
||||
|
||||
include/event2/util.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stddef.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/stdarg.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
|
||||
|
||||
include/event2/event_struct.h:
|
||||
|
||||
include/event2/keyvalq_struct.h:
|
||||
|
||||
event-internal.h:
|
||||
|
||||
minheap-internal.h:
|
||||
|
||||
util-internal.h:
|
||||
|
||||
log-internal.h:
|
||||
|
||||
time-internal.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_time.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/message.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/port.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/boolean.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/kern_return.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_statistics.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/time_value.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_notify.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/host_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/memory_object_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_prot.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_sync.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/exception_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/exception.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_status.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/thread_state.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach_debug/ipc_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/mach_voucher_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/std_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/processor_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_inspect.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/task_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_info.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_policy.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/thread_special_ports.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/clock_types.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_attributes.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_inherit.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_purgable.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_behavior.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_region.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/vm_param.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/vm_page_size.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/kmod.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/mach/dyld_kernel.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsid_t.h:
|
||||
|
||||
/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsobj_id_t.h:
|
||||
|
||||
ipv6-internal.h:
|
||||
|
||||
mm-internal.h:
|
||||
|
||||
evsignal-internal.h:
|
||||
|
||||
defer-internal.h:
|
||||
|
||||
evmap-internal.h:
|
||||
|
||||
evthread-internal.h:
|
||||
|
||||
include/event2/thread.h:
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
|
@ -0,0 +1 @@
|
|||
# dummy
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,231 @@
|
|||
Changes in 1.4.14b-stable
|
||||
o Set the VERSION_INFO correctly for 1.4.14
|
||||
|
||||
Changes in 1.4.14-stable
|
||||
o Add a .gitignore file for the 1.4 branch. (d014edb)
|
||||
o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott)
|
||||
o Make the evbuffer_readln backport follow the current API (c545485)
|
||||
o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern)
|
||||
o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko)
|
||||
o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775)
|
||||
o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones)
|
||||
o Correct all versions in 1.4 branch (ac0d213)
|
||||
o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich)
|
||||
o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
|
||||
o Correct a debug message in evhttp_parse_request_line (35df59e)
|
||||
o Merge branch 'readln-backport' into patches-1.4 (8771d5b)
|
||||
o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov)
|
||||
o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06)
|
||||
o Make Libevent 1.4 build on win32 with Unicode enabled. (bce58d6 Brodie Thiesfield)
|
||||
o Distribute nmake makefile for 1.4 (20d706d)
|
||||
o do not fail while sending on http connections the client closed. (5c8b446)
|
||||
o make evhttp_send() safe against terminated connections, too (01ea0c5)
|
||||
o Fix a free(NULL) in min_heap.h (2458934)
|
||||
o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722)
|
||||
o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini)
|
||||
o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf)
|
||||
o Fix compile warning in http.c (906d573)
|
||||
o Define _REENTRANT as needed on Solaris, elsewhere (6cbea13)
|
||||
|
||||
|
||||
Changes in 1.4.13-stable:
|
||||
o If the kernel tells us that there are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found by Alexander Pronchenkov.
|
||||
o Do not allocate the maximum event queue and fd array for the epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue's size when it seems that the OS is generating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Resolves bug 2839240.
|
||||
o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h
|
||||
o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
|
||||
o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg.
|
||||
o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
|
||||
o Fix a problem with excessive memory allocation when using multiple event priorities.
|
||||
o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD.
|
||||
|
||||
|
||||
Changes in 1.4.12-stable:
|
||||
o Try to contain degree of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair.
|
||||
o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code.
|
||||
o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.
|
||||
o Activate fd events in a pseudorandom order with O(N) backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win32).
|
||||
o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
|
||||
o Do not break evdns connections to nameservers when our IP changes.
|
||||
o Set truncated flag correctly in evdns server replies.
|
||||
o Disable strict aliasing with GCC: our code is not compliant with it.
|
||||
|
||||
Changes in 1.4.11-stable:
|
||||
o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
|
||||
o Remove the limit on size of HTTP headers by removing static buffers.
|
||||
o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from Kevin Springborn]
|
||||
o Distribute Win32-Code/event-config.h, not ./event-config.h
|
||||
|
||||
Changes in 1.4.10-stable:
|
||||
o clean up buffered http connection data on reset; reported by Brian O'Kelley
|
||||
o bug fix and potential race condition in signal handling; from Alexander Drozdov
|
||||
o rename the Solaris event ports backend to evport
|
||||
o support compilation on Haiku
|
||||
o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
|
||||
o const-ify some arguments to evdns functions.
|
||||
o off-by-one error in epoll_recalc; reported by Victor Goya
|
||||
o include Doxyfile in tar ball; from Jeff Garzik
|
||||
o correctly parse queries with encoded \r, \n or + characters
|
||||
|
||||
Changes in 1.4.9-stable:
|
||||
o event_add would not return error for some backends; from Dean McNamee
|
||||
o Clear the timer cache on entering the event loop; reported by Victor Chang
|
||||
o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
|
||||
o Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones.
|
||||
o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
|
||||
o Fix a typo in setting the global event base; reported by lance.
|
||||
o Fix a memory leak when reading multi-line headers
|
||||
o Fix a memory leak by not running explicit close detection for server connections
|
||||
|
||||
Changes in 1.4.8-stable:
|
||||
o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov.
|
||||
o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
|
||||
o Do not remove Accept-Encoding header
|
||||
|
||||
Changes in 1.4.7-stable:
|
||||
o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me.
|
||||
|
||||
Changes in 1.4.6-stable:
|
||||
o evutil.h now includes <stdarg.h> directly
|
||||
o switch all uses of [v]snprintf over to evutil
|
||||
o Correct handling of trailing headers in chunked replies; from Scott Lamb.
|
||||
o Support multi-line HTTP headers; based on a patch from Moshe Litvin
|
||||
o Reject negative Content-Length headers; anonymous bug report
|
||||
o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report
|
||||
o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
|
||||
o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov.
|
||||
o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley.
|
||||
o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a.
|
||||
o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending.
|
||||
o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
|
||||
o Add libevent.vcproj file to distribution to help with Windows build.
|
||||
o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov.
|
||||
o Fix off-by-one errors in devpoll; from Ian Bell
|
||||
o Make event_add not change any state if it fails; reported by Ian Bell.
|
||||
o Do not warn on accept when errno is either EAGAIN or EINTR
|
||||
|
||||
Changes in 1.4.5-stable:
|
||||
o Fix connection keep-alive behavior for HTTP/1.0
|
||||
o Fix use of freed memory in event_reinit; pointed out by Peter Postma
|
||||
o Constify struct timeval * where possible; pointed out by Forest Wilkinson
|
||||
o allow min_heap_erase to be called on removed members; from liusifan.
|
||||
o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win32 platforms for backwards compatibility.
|
||||
o Do not use SO_REUSEADDR when connecting
|
||||
o Fix Windows build
|
||||
o Fix a bug in event_rpcgen when generated fixed-sized entries
|
||||
|
||||
Changes in 1.4.4-stable:
|
||||
o Correct the documentation on buffer printf functions.
|
||||
o Don't warn on unimplemented epoll_create(): this isn't a problem, just a reason to fall back to poll or select.
|
||||
o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kernel defect, but we'll have to support old kernels anyway even if it gets fixed.
|
||||
o Fix a potential stack corruption bug in tagging on 64-bit CPUs.
|
||||
o expose bufferevent_setwatermark via header files and fix high watermark on read
|
||||
o fix a bug in bufferevent read water marks and add a test for them
|
||||
o introduce bufferevent_setcb and bufferevent_setfd to allow better manipulation of bufferevents
|
||||
o use libevent's internal timercmp on all platforms, to avoid bugs on old platforms where timercmp(a,b,<=) is buggy.
|
||||
o reduce system calls for getting current time by caching it.
|
||||
o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
|
||||
o Build test directory correctly with CPPFLAGS set.
|
||||
o Fix build under Visual C++ 2005.
|
||||
o Expose evhttp_accept_socket() API.
|
||||
o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
|
||||
o Fix autoconf script behavior on IRIX.
|
||||
o Make sure winsock2.h include always comes before windows.h include.
|
||||
|
||||
Changes in 1.4.3-stable:
|
||||
o include Content-Length in reply for HTTP/1.0 requests with keep-alive
|
||||
o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
|
||||
o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin
|
||||
o make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
|
||||
o make event methods static so that they are not exported; from Andrei Nigmatulin
|
||||
o make RPC replies use application/octet-stream as mime type
|
||||
o do not delete uninitialized timeout event in evdns
|
||||
|
||||
Changes in 1.4.2-rc:
|
||||
o remove pending timeouts on event_base_free()
|
||||
o also check EAGAIN for Solaris' event ports; from W.C.A. Wijngaards
|
||||
o devpoll and evport need reinit; tested by W.C.A Wijngaards
|
||||
o event_base_get_method; from Springande Ulv
|
||||
o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
|
||||
o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
|
||||
o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
|
||||
o Allow regression code to build even without Python installed
|
||||
o remove NDEBUG ifdefs from evdns.c
|
||||
o update documentation of event_loop and event_base_loop; from Tani Hosokawa.
|
||||
o detect integer types properly on platforms without stdint.h
|
||||
o Remove "AM_MAINTAINER_MODE" declaration in configure.in: now makefiles and configure should get re-generated automatically when Makefile.am or configure.in chanes.
|
||||
o do not insert event into list when evsel->add fails
|
||||
|
||||
Changes in 1.4.1-beta:
|
||||
o free minheap on event_base_free(); from Christopher Layne
|
||||
o debug cleanups in signal.c; from Christopher Layne
|
||||
o provide event_base_new() that does not set the current_base global
|
||||
o bufferevent_write now uses a const source argument; report from Charles Kerr
|
||||
o better documentation for event_base_loopexit; from Scott Lamb.
|
||||
o Make kqueue have the same behavior as other backends when a signal is caught between event_add() and event_loop(). Previously, it would catch and ignore such signals.
|
||||
o Make kqueue restore signal handlers correctly when event_del() is called.
|
||||
o provide event_reinit() to reintialize an event_base after fork
|
||||
o small improvements to evhttp documentation
|
||||
o always generate Date and Content-Length headers for HTTP/1.1 replies
|
||||
o set the correct event base for HTTP close events
|
||||
o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executing and return. Unlike event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
|
||||
o Removed obsoleted recalc code
|
||||
o pull setters/getters out of RPC structures into a base class to which we just need to store a pointer; this reduces the memory footprint of these structures.
|
||||
o fix a bug with event_rpcgen for integers
|
||||
o move EV_PERSIST handling out of the event backends
|
||||
o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API slightly.
|
||||
o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
||||
o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
|
||||
o The configure script now takes an --enable-gcc-warnings option that turns on many optional gcc warnings. (Nick has been building with these for a while, but they might be useful to other developers.)
|
||||
o When building with GCC, use the "format" attribute to verify type correctness of calls to printf-like functions.
|
||||
o removed linger from http server socket; reported by Ilya Martynov
|
||||
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
||||
o demote most http warnings to debug messages
|
||||
o Fix Solaris compilation; from Magne Mahre
|
||||
o Add a "Date" header to HTTP responses, as required by HTTP 1.1.
|
||||
o Support specifying the local address of an evhttp_connection using set_local_address
|
||||
o Fix a memory leak in which failed HTTP connections would not free the request object
|
||||
o Make adding of array members in event_rpcgen more efficient, but doubling memory allocation
|
||||
o Fix a memory leak in the DNS server
|
||||
o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
|
||||
o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
|
||||
o Respond to nonstandard DNS queries with "NOTIMPL" rather than by ignoring them.
|
||||
o In DNS responses, the CD flag should be preserved, not the TC flag.
|
||||
o Fix http.c to compile properly with USE_DEBUG; from Christopher Layne
|
||||
o Handle NULL timeouts correctly on Solaris; from Trond Norbye
|
||||
o Recalculate pending events properly when reallocating event array on Solaris; from Trond Norbye
|
||||
o Add Doxygen documentation to header files; from Mark Heily
|
||||
o Add a evdns_set_transaction_id_fn() function to override the default
|
||||
transaction ID generation code.
|
||||
o Add an evutil module (with header evutil.h) to implement our standard cross-platform hacks, on the theory that somebody else would like to use them too.
|
||||
o Fix signals implementation on windows.
|
||||
o Fix http module on windows to close sockets properly.
|
||||
o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norbye, rewritten by Hagne Mahre and then Hannah Schroeter.)
|
||||
o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch from Trond Norbye)
|
||||
o Make test subdirectory compile under mingw.
|
||||
o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and WriteFile).
|
||||
o Make the test.sh script run unit tests for the evpoll method.
|
||||
o Make the entire evdns.h header enclosed in "extern C" as appropriate.
|
||||
o Fix implementation of strsep on platforms that lack it
|
||||
o Fix implementation of getaddrinfo on platforms that lack it; mainly, this will make Windows http.c work better. Original patch by Lubomir Marinov.
|
||||
o Fix evport implementation: port_disassociate called on unassociated events resulting in bogus errors; more efficient memory management; from Trond Norbye and Prakash Sangappa
|
||||
o support for hooks on rpc input and output; can be used to implement rpc independent processing such as compression or authentication.
|
||||
o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) operation now; from Maxim Yegorushkin
|
||||
o associate an event base with an rpc pool
|
||||
o added two additional libraries: libevent_core and libevent_extra in addition to the regular libevent. libevent_core contains only the event core whereas libevent_extra contains dns, http and rpc support
|
||||
o Begin using libtool's library versioning support correctly. If we don't mess up, this will more or less guarantee binaries linked against old versions of libevent continue working when we make changes to libevent that do not break backward compatibility.
|
||||
o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
|
||||
o Small code cleanups in epoll_dispatch().
|
||||
o Increase the maximum number of addresses read from a packet in evdns to 32.
|
||||
o Remove support for the rtsig method: it hasn't compiled for a while, and nobody seems to miss it very much. Let us know if there's a good reason to put it back in.
|
||||
o Rename the "class" field in evdns_server_request to dns_question_class, so that it won't break compilation under C++. Use a macro so that old code won't break. Mark the macro as deprecated.
|
||||
o Fix DNS unit tests so that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
|
||||
o Make event_base_free() succeed even if there are pending non-internal events on a base. This may still leak memory and fds, but at least it no longer crashes.
|
||||
o Post-process the config.h file into a new, installed event-config.h file that we can install, and whose macros will be safe to include in header files.
|
||||
o Remove the long-deprecated acconfig.h file.
|
||||
o Do not require #include <sys/types.h> before #include <event.h>.
|
||||
o Add new evutil_timer* functions to wrap (or replace) the regular timeval manipulation functions.
|
||||
o Fix many build issues when using the Microsoft C compiler.
|
||||
o Remove a bash-ism in autogen.sh
|
||||
o When calling event_del on a signal, restore the signal handler's previous value rather than setting it to SIG_DFL. Patch from Christopher Layne.
|
||||
o Make the logic for active events work better with internal events; patch from Christopher Layne.
|
||||
o We do not need to specially remove a timeout before calling event_del; patch from Christopher Layne.
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,257 @@
|
|||
# Doxyfile 1.5.1
|
||||
|
||||
# This file describes the settings to be used by the documentation system
|
||||
# doxygen (www.doxygen.org) for a project
|
||||
#
|
||||
# All text after a hash (#) is considered a comment and will be ignored
|
||||
# The format is:
|
||||
# TAG = value [value, ...]
|
||||
# For lists items can also be appended using:
|
||||
# TAG += value [value, ...]
|
||||
# Values that contain spaces should be placed between quotes (" ")
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = $(PROJECT)-$(VERSION)
|
||||
|
||||
# Place all output under 'doxygen/'
|
||||
|
||||
OUTPUT_DIRECTORY = $(DOCDIR)
|
||||
|
||||
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
||||
# will interpret the first line (until the first dot) of a JavaDoc-style
|
||||
# comment as the brief description. If set to NO, the JavaDoc
|
||||
# comments will behave just like the Qt-style comments (thus requiring an
|
||||
# explicit @brief command for a brief description.
|
||||
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
|
||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
|
||||
# sources only. Doxygen will then generate output that is more tailored for C.
|
||||
# For instance, some of the names that are used will be different. The list
|
||||
# of all members will be omitted, etc.
|
||||
|
||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||
|
||||
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
|
||||
# brief documentation of file, namespace and class members alphabetically
|
||||
# by member name. If set to NO (the default) the members will appear in
|
||||
# declaration order.
|
||||
|
||||
SORT_BRIEF_DOCS = YES
|
||||
|
||||
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
|
||||
# can be used to strip a user-defined part of the path. Stripping is
|
||||
# only done if one of the specified strings matches the left-hand part of
|
||||
# the path. The tag can be used to show relative paths in the file list.
|
||||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = include/
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# The INPUT tag can be used to specify the files and/or directories that contain
|
||||
# documented source files. You may enter file names like "myfile.cpp" or
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = \
|
||||
$(SRCDIR)/include/event2/buffer.h \
|
||||
$(SRCDIR)/include/event2/buffer_compat.h \
|
||||
$(SRCDIR)/include/event2/bufferevent.h \
|
||||
$(SRCDIR)/include/event2/bufferevent_compat.h \
|
||||
$(SRCDIR)/include/event2/bufferevent_ssl.h \
|
||||
$(SRCDIR)/include/event2/dns.h \
|
||||
$(SRCDIR)/include/event2/dns_compat.h \
|
||||
$(SRCDIR)/include/event2/event.h \
|
||||
$(SRCDIR)/include/event2/event_compat.h \
|
||||
$(SRCDIR)/include/event2/http.h \
|
||||
$(SRCDIR)/include/event2/http_compat.h \
|
||||
$(SRCDIR)/include/event2/listener.h \
|
||||
$(SRCDIR)/include/event2/rpc.h \
|
||||
$(SRCDIR)/include/event2/rpc_compat.h \
|
||||
$(SRCDIR)/include/event2/tag.h \
|
||||
$(SRCDIR)/include/event2/tag_compat.h \
|
||||
$(SRCDIR)/include/event2/thread.h \
|
||||
$(SRCDIR)/include/event2/util.h
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
|
||||
# generate HTML output.
|
||||
|
||||
GENERATE_HTML = $(GENERATE_HTML)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
|
||||
# generate Latex output.
|
||||
|
||||
GENERATE_LATEX = $(GENERATE_LATEX)
|
||||
|
||||
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
|
||||
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
||||
# put in front of it. If left blank `latex' will be used as the default path.
|
||||
|
||||
LATEX_OUTPUT = latex
|
||||
|
||||
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
|
||||
# invoked. If left blank `latex' will be used as the default command name.
|
||||
|
||||
LATEX_CMD_NAME = latex
|
||||
|
||||
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
|
||||
# generate index for LaTeX. If left blank `makeindex' will be used as the
|
||||
# default command name.
|
||||
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
|
||||
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
|
||||
# LaTeX documents. This may be useful for small projects and may help to
|
||||
# save some trees in general.
|
||||
|
||||
COMPACT_LATEX = NO
|
||||
|
||||
# The PAPER_TYPE tag can be used to set the paper type that is used
|
||||
# by the printer. Possible values are: a4, a4wide, letter, legal and
|
||||
# executive. If left blank a4wide will be used.
|
||||
|
||||
PAPER_TYPE = a4wide
|
||||
|
||||
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
|
||||
# packages that should be included in the LaTeX output.
|
||||
|
||||
EXTRA_PACKAGES =
|
||||
|
||||
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
|
||||
# the generated latex document. The header should contain everything until
|
||||
# the first chapter. If it is left blank doxygen will generate a
|
||||
# standard header. Notice: only use this tag if you know what you are doing!
|
||||
|
||||
LATEX_HEADER =
|
||||
|
||||
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
|
||||
# is prepared for conversion to pdf (using ps2pdf). The pdf file will
|
||||
# contain links (just like the HTML output) instead of page references
|
||||
# This makes the output suitable for online browsing using a pdf viewer.
|
||||
|
||||
PDF_HYPERLINKS = NO
|
||||
|
||||
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
|
||||
# plain latex in the generated Makefile. Set this option to YES to get a
|
||||
# higher quality PDF documentation.
|
||||
|
||||
USE_PDFLATEX = YES
|
||||
|
||||
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
|
||||
# command to the generated LaTeX files. This will instruct LaTeX to keep
|
||||
# running if errors occur, instead of asking the user for help.
|
||||
# This option is also used when generating formulas in HTML.
|
||||
|
||||
LATEX_BATCHMODE = NO
|
||||
|
||||
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
|
||||
# include the index chapters (such as File Index, Compound Index, etc.)
|
||||
# in the output.
|
||||
|
||||
LATEX_HIDE_INDICES = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
|
||||
# generate man pages
|
||||
|
||||
GENERATE_MAN = $(GENERATE_MAN)
|
||||
|
||||
# The MAN_EXTENSION tag determines the extension that is added to
|
||||
# the generated man pages (default is the subroutine's section .3)
|
||||
|
||||
MAN_EXTENSION = .3
|
||||
|
||||
# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
|
||||
# then it will generate one additional man file for each entity
|
||||
# documented in the real man page(s). These additional files
|
||||
# only source the real man page, but without them the man command
|
||||
# would be unable to find the correct page. The default is NO.
|
||||
|
||||
MAN_LINKS = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
|
||||
# evaluate all C-preprocessor directives found in the sources and include
|
||||
# files.
|
||||
|
||||
ENABLE_PREPROCESSING = YES
|
||||
|
||||
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
|
||||
# names in the source code. If set to NO (the default) only conditional
|
||||
# compilation will be performed. Macro expansion can be done in a controlled
|
||||
# way by setting EXPAND_ONLY_PREDEF to YES.
|
||||
|
||||
MACRO_EXPANSION = NO
|
||||
|
||||
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
|
||||
# then the macro expansion is limited to the macros specified with the
|
||||
# PREDEFINED and EXPAND_AS_DEFINED tags.
|
||||
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
|
||||
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
|
||||
# in the INCLUDE_PATH (see below) will be search if a #include is found.
|
||||
|
||||
SEARCH_INCLUDES = YES
|
||||
|
||||
# The INCLUDE_PATH tag can be used to specify one or more directories that
|
||||
# contain include files that are not input files but should be processed by
|
||||
# the preprocessor.
|
||||
|
||||
INCLUDE_PATH =
|
||||
|
||||
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
||||
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
||||
# directories. If left blank, the patterns specified with FILE_PATTERNS will
|
||||
# be used.
|
||||
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
|
||||
# The PREDEFINED tag can be used to specify one or more macro names that
|
||||
# are defined before the preprocessor is started (similar to the -D option of
|
||||
# gcc). The argument of the tag is a list of macros of the form: name
|
||||
# or name=definition (no spaces). If the definition and the = are
|
||||
# omitted =1 is assumed. To prevent a macro definition from being
|
||||
# undefined via #undef or recursively expanded use the := operator
|
||||
# instead of the = operator.
|
||||
|
||||
PREDEFINED = TAILQ_ENTRY RB_ENTRY EVENT_DEFINED_TQENTRY_ EVENT_IN_DOXYGEN_
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
||||
# this tag can be used to specify a list of macro names that should be expanded.
|
||||
# The macro definition that is found in the sources will be used.
|
||||
# Use the PREDEFINED tag if you want to use a different macro definition.
|
||||
|
||||
EXPAND_AS_DEFINED =
|
||||
|
||||
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
||||
# doxygen's preprocessor will remove all function-like macros that are alone
|
||||
# on a line, have an all uppercase name, and do not end with a semicolon. Such
|
||||
# function macros are typically used for boiler-plate code, and will confuse
|
||||
# the parser if not removed.
|
||||
|
||||
SKIP_FUNCTION_MACROS = YES
|
|
@ -0,0 +1,99 @@
|
|||
Libevent is available for use under the following license, commonly known
|
||||
as the 3-clause (or "modified") BSD license:
|
||||
|
||||
==============================
|
||||
Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
|
||||
Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
==============================
|
||||
|
||||
Portions of Libevent are based on works by others, also made available by
|
||||
them under the three-clause BSD license above. The copyright notices are
|
||||
available in the corresponding source files; the license is as above. Here's
|
||||
a list:
|
||||
|
||||
log.c:
|
||||
Copyright (c) 2000 Dug Song <dugsong@monkey.org>
|
||||
Copyright (c) 1993 The Regents of the University of California.
|
||||
|
||||
strlcpy.c:
|
||||
Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||
|
||||
win32select.c:
|
||||
Copyright (c) 2003 Michael A. Davis <mike@datanerds.net>
|
||||
|
||||
evport.c:
|
||||
Copyright (c) 2007 Sun Microsystems
|
||||
|
||||
ht-internal.h:
|
||||
Copyright (c) 2002 Christopher Clark
|
||||
|
||||
minheap-internal.h:
|
||||
Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
|
||||
|
||||
==============================
|
||||
|
||||
The arc4module is available under the following, sometimes called the
|
||||
"OpenBSD" license:
|
||||
|
||||
Copyright (c) 1996, David Mazieres <dm@uun.org>
|
||||
Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
==============================
|
||||
|
||||
The Windows timer code is based on code from libutp, which is
|
||||
distributed under this license, sometimes called the "MIT" license.
|
||||
|
||||
|
||||
Copyright (c) 2010 BitTorrent, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,344 @@
|
|||
# Makefile.am for libevent
|
||||
# Copyright 2000-2007 Niels Provos
|
||||
# Copyright 2007-2012 Niels Provos and Nick Mathewson
|
||||
#
|
||||
# See LICENSE for copying information.
|
||||
|
||||
# 'foreign' means that we're not enforcing GNU package rules strictly.
|
||||
# '1.13' means that we need automake 1.13 or later (and we do).
|
||||
AUTOMAKE_OPTIONS = foreign 1.13 subdir-objects
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
# This is the "Release" of the Libevent ABI. It takes precedence over
|
||||
# the VERSION_INFO, so that two versions of Libevent with the same
|
||||
# "Release" are never binary-compatible.
|
||||
#
|
||||
# This number incremented once for the 2.0 release candidate, and
|
||||
# will increment for each series until we revise our interfaces enough
|
||||
# that we can seriously expect ABI compatibility between series.
|
||||
#
|
||||
RELEASE = -release 2.1
|
||||
|
||||
# This is the version info for the libevent binary API. It has three
|
||||
# numbers:
|
||||
# Current -- the number of the binary API that we're implementing
|
||||
# Revision -- which iteration of the implementation of the binary
|
||||
# API are we supplying?
|
||||
# Age -- How many previous binary API versions do we also
|
||||
# support?
|
||||
#
|
||||
# To increment a VERSION_INFO (current:revision:age):
|
||||
# If the ABI didn't change:
|
||||
# Return (current:revision+1:age)
|
||||
# If the ABI changed, but it's backward-compatible:
|
||||
# Return (current+1:0:age+1)
|
||||
# If the ABI changed and it isn't backward-compatible:
|
||||
# Return (current+1:0:0)
|
||||
#
|
||||
# Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES
|
||||
# UNLESS YOU REALLY REALLY HAVE TO.
|
||||
VERSION_INFO = 7:1:0
|
||||
|
||||
# History: RELEASE VERSION_INFO
|
||||
# 2.0.1-alpha -- 2.0 1:0:0
|
||||
# 2.0.2-alpha -- 2:0:0
|
||||
# 2.0.3-alpha -- 2:0:0 (should have incremented; didn't.)
|
||||
# 2.0.4-alpha -- 3:0:0
|
||||
# 2.0.5-beta -- 4:0:0
|
||||
# 2.0.6-rc -- 2.0 2:0:0
|
||||
# 2.0.7-rc -- 2.0 3:0:1
|
||||
# 2.0.8-rc -- 2.0 4:0:2
|
||||
# 2.0.9-rc -- 2.0 5:0:0 (ABI changed slightly)
|
||||
# 2.0.10-stable-- 2.0 5:1:0 (No ABI change)
|
||||
# 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible)
|
||||
# 2.0.12-stable-- 2.0 6:1:1 (No ABI change)
|
||||
# 2.0.13-stable-- 2.0 6:2:1 (No ABI change)
|
||||
# 2.0.14-stable-- 2.0 6:3:1 (No ABI change)
|
||||
# 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( )
|
||||
# 2.0.16-stable-- 2.0 6:4:1 (No ABI change)
|
||||
# 2.0.17-stable-- 2.0 6:5:1 (No ABI change)
|
||||
# 2.0.18-stable-- 2.0 6:6:1 (No ABI change)
|
||||
# 2.0.19-stable-- 2.0 6:7:1 (No ABI change)
|
||||
# 2.0.20-stable-- 2.0 6:8:1 (No ABI change)
|
||||
# 2.0.21-stable-- 2.0 6:9:1 (No ABI change)
|
||||
#
|
||||
# For Libevent 2.1:
|
||||
# 2.1.1-alpha -- 2.1 1:0:0
|
||||
# 2.1.2-alpha -- 2.1 1:0:0 (should have been 2:0:1)
|
||||
# 2.1.3-alpha -- 2.1 3:0:0 (ABI changed slightly)
|
||||
# 2.1.4-alpha -- 2.1 4:0:0 (ABI changed slightly)
|
||||
# 2.1.5-beta -- 2.1 5:0:0 (ABI changed slightly)
|
||||
# 2.1.6-beta -- 2.1 6:0:0 (ABI changed slightly)
|
||||
# 2.1.7-beta -- 2.1 6:1:0 (ABI changed slightly)
|
||||
# 2.1.8-stable-- 2.1 6:2:0 (No ABI change)
|
||||
# 2.1.9-beta-- 2.1 6:3:0 (No ABI change)
|
||||
# 2.1.10-stable-- 2.1 6:4:0 (No ABI change, WRONG)
|
||||
# 2.1.11-stable-- 2.1 7:0:0 (ABI changed)
|
||||
# 2.1.12-stable-- 2.1 7:1:0 (No ABI change)
|
||||
|
||||
# ABI version history for this package effectively restarts every time
|
||||
# we change RELEASE. Version 1.4.x had RELEASE of 1.4.
|
||||
#
|
||||
# Ideally, we would not be using RELEASE at all; instead we could just
|
||||
# use the VERSION_INFO field to label our backward-incompatible ABI
|
||||
# changes, and those would be few and far between. Unfortunately,
|
||||
# Libevent still exposes far too many volatile structures in its
|
||||
# headers, so we pretty much have to assume that most development
|
||||
# series will break ABI compatibility. For now, it's simplest just to
|
||||
# keep incrementing the RELEASE between series and resetting VERSION_INFO.
|
||||
#
|
||||
# Eventually, when we get to the point where the structures in the
|
||||
# headers are all non-changing (or not there at all!), we can shift to
|
||||
# a more normal worldview where backward-incompatible ABI changes are
|
||||
# nice and rare. For the next couple of years, though, 'struct event'
|
||||
# is user-visible, and so we can pretty much guarantee that release
|
||||
# series won't be binary-compatible.
|
||||
|
||||
if INSTALL_LIBEVENT
|
||||
dist_bin_SCRIPTS = event_rpcgen.py
|
||||
endif
|
||||
|
||||
pkgconfigdir=$(libdir)/pkgconfig
|
||||
LIBEVENT_PKGCONFIG=libevent.pc libevent_core.pc libevent_extra.pc
|
||||
|
||||
# These sources are conditionally added by configure.ac or conditionally
|
||||
# included from other files.
|
||||
PLATFORM_DEPENDENT_SRC = \
|
||||
arc4random.c \
|
||||
epoll_sub.c
|
||||
|
||||
CMAKE_FILES = \
|
||||
cmake/AddCompilerFlags.cmake \
|
||||
cmake/AddEventLibrary.cmake \
|
||||
cmake/CheckConstExists.cmake \
|
||||
cmake/CheckFileOffsetBits.c \
|
||||
cmake/CheckFileOffsetBits.cmake \
|
||||
cmake/CheckFunctionKeywords.cmake \
|
||||
cmake/CheckPrototypeDefinition.c.in \
|
||||
cmake/CheckPrototypeDefinition.cmake \
|
||||
cmake/CheckWorkingKqueue.cmake \
|
||||
cmake/CodeCoverage.cmake \
|
||||
cmake/COPYING-CMAKE-SCRIPTS \
|
||||
cmake/Copyright.txt \
|
||||
cmake/LibeventConfig.cmake.in \
|
||||
cmake/LibeventConfigVersion.cmake.in \
|
||||
cmake/Macros.cmake \
|
||||
cmake/Uninstall.cmake.in \
|
||||
cmake/UseDoxygen.cmake \
|
||||
cmake/VersionViaGit.cmake \
|
||||
event-config.h.cmake \
|
||||
evconfig-private.h.cmake \
|
||||
CMakeLists.txt
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog-1.4 \
|
||||
ChangeLog-2.0 \
|
||||
Doxyfile \
|
||||
LICENSE \
|
||||
Makefile.nmake test/Makefile.nmake \
|
||||
autogen.sh \
|
||||
event_rpcgen.py \
|
||||
libevent.pc.in \
|
||||
make-event-config.sed \
|
||||
whatsnew-2.0.txt \
|
||||
whatsnew-2.1.txt \
|
||||
README.md \
|
||||
$(CMAKE_FILES) \
|
||||
$(PLATFORM_DEPENDENT_SRC)
|
||||
|
||||
LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la
|
||||
if PTHREADS
|
||||
LIBEVENT_LIBS_LA += libevent_pthreads.la
|
||||
LIBEVENT_PKGCONFIG += libevent_pthreads.pc
|
||||
endif
|
||||
if OPENSSL
|
||||
LIBEVENT_LIBS_LA += libevent_openssl.la
|
||||
LIBEVENT_PKGCONFIG += libevent_openssl.pc
|
||||
endif
|
||||
|
||||
if INSTALL_LIBEVENT
|
||||
lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
|
||||
pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
|
||||
else
|
||||
noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
|
||||
endif
|
||||
|
||||
EXTRA_SOURCE=
|
||||
noinst_HEADERS=
|
||||
noinst_PROGRAMS=
|
||||
EXTRA_PROGRAMS=
|
||||
CLEANFILES=
|
||||
DISTCLEANFILES=
|
||||
BUILT_SOURCES =
|
||||
include include/include.am
|
||||
include sample/include.am
|
||||
include test/include.am
|
||||
|
||||
if BUILD_WIN32
|
||||
|
||||
SYS_CORE_LIBS = -liphlpapi
|
||||
SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
|
||||
SYS_SRC = win32select.c buffer_iocp.c event_iocp.c \
|
||||
bufferevent_async.c
|
||||
SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake
|
||||
|
||||
if THREADS
|
||||
SYS_SRC += evthread_win32.c
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
SYS_CORE_LIBS =
|
||||
SYS_LIBS =
|
||||
SYS_SRC =
|
||||
SYS_INCLUDES =
|
||||
|
||||
endif
|
||||
|
||||
if STRLCPY_IMPL
|
||||
SYS_SRC += strlcpy.c
|
||||
endif
|
||||
if SELECT_BACKEND
|
||||
SYS_SRC += select.c
|
||||
endif
|
||||
if POLL_BACKEND
|
||||
SYS_SRC += poll.c
|
||||
endif
|
||||
if DEVPOLL_BACKEND
|
||||
SYS_SRC += devpoll.c
|
||||
endif
|
||||
if KQUEUE_BACKEND
|
||||
SYS_SRC += kqueue.c
|
||||
endif
|
||||
if EPOLL_BACKEND
|
||||
SYS_SRC += epoll.c
|
||||
endif
|
||||
if EVPORT_BACKEND
|
||||
SYS_SRC += evport.c
|
||||
endif
|
||||
if SIGNAL_SUPPORT
|
||||
SYS_SRC += signal.c
|
||||
endif
|
||||
|
||||
BUILT_SOURCES += include/event2/event-config.h
|
||||
|
||||
include/event2/event-config.h: config.h make-event-config.sed
|
||||
$(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2
|
||||
$(AM_V_at)$(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
|
||||
$(AM_V_at)mv -f $@T $@
|
||||
|
||||
CORE_SRC = \
|
||||
buffer.c \
|
||||
bufferevent.c \
|
||||
bufferevent_filter.c \
|
||||
bufferevent_pair.c \
|
||||
bufferevent_ratelim.c \
|
||||
bufferevent_sock.c \
|
||||
event.c \
|
||||
evmap.c \
|
||||
evthread.c \
|
||||
evutil.c \
|
||||
evutil_rand.c \
|
||||
evutil_time.c \
|
||||
listener.c \
|
||||
log.c \
|
||||
$(SYS_SRC)
|
||||
|
||||
EXTRAS_SRC = \
|
||||
evdns.c \
|
||||
event_tagging.c \
|
||||
evrpc.c \
|
||||
http.c
|
||||
|
||||
if BUILD_WITH_NO_UNDEFINED
|
||||
NO_UNDEFINED = -no-undefined
|
||||
MAYBE_CORE = libevent_core.la
|
||||
else
|
||||
NO_UNDEFINED =
|
||||
MAYBE_CORE =
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(LIBEVENT_CFLAGS)
|
||||
AM_CPPFLAGS = -I$(srcdir)/compat -I./include -I$(srcdir)/include $(SYS_INCLUDES) $(LIBEVENT_CPPFLAGS)
|
||||
AM_LDFLAGS = $(LIBEVENT_LDFLAGS)
|
||||
|
||||
GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
|
||||
|
||||
libevent_la_SOURCES = $(CORE_SRC) $(EXTRAS_SRC)
|
||||
libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) $(SYS_CORE_LIBS)
|
||||
libevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
|
||||
|
||||
libevent_core_la_SOURCES = $(CORE_SRC)
|
||||
libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) $(SYS_CORE_LIBS)
|
||||
libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
|
||||
|
||||
if PTHREADS
|
||||
libevent_pthreads_la_SOURCES = evthread_pthread.c
|
||||
libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
|
||||
libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
|
||||
endif
|
||||
|
||||
libevent_extra_la_SOURCES = $(EXTRAS_SRC)
|
||||
libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
|
||||
libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
|
||||
|
||||
if OPENSSL
|
||||
libevent_openssl_la_SOURCES = bufferevent_openssl.c
|
||||
libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
|
||||
libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
|
||||
libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
|
||||
endif
|
||||
|
||||
noinst_HEADERS += \
|
||||
WIN32-Code/nmake/evconfig-private.h \
|
||||
WIN32-Code/nmake/event2/event-config.h \
|
||||
WIN32-Code/getopt.h \
|
||||
WIN32-Code/getopt.c \
|
||||
WIN32-Code/getopt_long.c \
|
||||
WIN32-Code/tree.h \
|
||||
bufferevent-internal.h \
|
||||
changelist-internal.h \
|
||||
compat/sys/queue.h \
|
||||
defer-internal.h \
|
||||
epolltable-internal.h \
|
||||
evbuffer-internal.h \
|
||||
event-internal.h \
|
||||
evmap-internal.h \
|
||||
evrpc-internal.h \
|
||||
evsignal-internal.h \
|
||||
evthread-internal.h \
|
||||
ht-internal.h \
|
||||
http-internal.h \
|
||||
iocp-internal.h \
|
||||
ipv6-internal.h \
|
||||
kqueue-internal.h \
|
||||
log-internal.h \
|
||||
minheap-internal.h \
|
||||
mm-internal.h \
|
||||
ratelim-internal.h \
|
||||
ratelim-internal.h \
|
||||
strlcpy-internal.h \
|
||||
time-internal.h \
|
||||
util-internal.h \
|
||||
openssl-compat.h
|
||||
|
||||
EVENT1_HDRS = \
|
||||
include/evdns.h \
|
||||
include/event.h \
|
||||
include/evhttp.h \
|
||||
include/evrpc.h \
|
||||
include/evutil.h
|
||||
|
||||
if INSTALL_LIBEVENT
|
||||
include_HEADERS = $(EVENT1_HDRS)
|
||||
else
|
||||
noinst_HEADERS += $(EVENT1_HDRS)
|
||||
endif
|
||||
|
||||
verify: check
|
||||
|
||||
include doxygen.am
|
||||
|
||||
DISTCLEANFILES += *~ libevent.pc libevent_core.pc libevent_extra.pc ./include/event2/event-config.h
|
||||
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,82 @@
|
|||
# WATCH OUT! This makefile is a work in progress. -*- makefile -*-
|
||||
#
|
||||
# I'm not very knowledgeable about MSVC and nmake beyond their most basic
|
||||
# aspects. If anything here looks wrong to you, please let me know.
|
||||
|
||||
# If OPENSSL_DIR is not set, builds without OpenSSL support. If you want
|
||||
# OpenSSL support, you can set the OPENSSL_DIR variable to where you
|
||||
# installed OpenSSL. This can be done in the environment:
|
||||
# set OPENSSL_DIR=c:\openssl
|
||||
# Or on the nmake command line:
|
||||
# nmake OPENSSL_DIR=C:\openssl -f Makefile.nmake
|
||||
# Or by uncommenting the following line here in the makefile...
|
||||
|
||||
# OPENSSL_DIR=c:\openssl
|
||||
|
||||
!IFDEF OPENSSL_DIR
|
||||
SSL_CFLAGS=/I$(OPENSSL_DIR)\include /DEVENT__HAVE_OPENSSL
|
||||
!ELSE
|
||||
SSL_CFLAGS=
|
||||
!ENDIF
|
||||
|
||||
# Needed for correctness
|
||||
CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS)
|
||||
|
||||
# For optimization and warnings
|
||||
CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo
|
||||
|
||||
# XXXX have a debug mode
|
||||
|
||||
LIBFLAGS=/nologo
|
||||
|
||||
CORE_OBJS=event.obj buffer.obj bufferevent.obj bufferevent_sock.obj \
|
||||
bufferevent_pair.obj listener.obj evmap.obj log.obj evutil.obj \
|
||||
strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
|
||||
bufferevent_ratelim.obj evutil_rand.obj evutil_time.obj
|
||||
WIN_OBJS=win32select.obj evthread_win32.obj buffer_iocp.obj \
|
||||
event_iocp.obj bufferevent_async.obj
|
||||
EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
|
||||
|
||||
!IFDEF OPENSSL_DIR
|
||||
SSL_OBJS=bufferevent_openssl.obj
|
||||
SSL_LIBS=libevent_openssl.lib
|
||||
!ELSE
|
||||
SSL_OBJS=
|
||||
SSL_LIBS=
|
||||
!ENDIF
|
||||
|
||||
ALL_OBJS=$(CORE_OBJS) $(WIN_OBJS) $(EXTRA_OBJS) $(SSL_OBJS)
|
||||
STATIC_LIBS=libevent_core.lib libevent_extras.lib libevent.lib $(SSL_LIBS)
|
||||
|
||||
|
||||
all: static_libs tests
|
||||
|
||||
static_libs: $(STATIC_LIBS)
|
||||
|
||||
libevent_core.lib: $(CORE_OBJS) $(WIN_OBJS)
|
||||
lib $(LIBFLAGS) $(CORE_OBJS) $(WIN_OBJS) /out:libevent_core.lib
|
||||
|
||||
libevent_extras.lib: $(EXTRA_OBJS)
|
||||
lib $(LIBFLAGS) $(EXTRA_OBJS) /out:libevent_extras.lib
|
||||
|
||||
libevent.lib: $(CORE_OBJS) $(WIN_OBJS) $(EXTRA_OBJS)
|
||||
lib $(LIBFLAGS) $(CORE_OBJS) $(EXTRA_OBJS) $(WIN_OBJS) /out:libevent.lib
|
||||
|
||||
libevent_openssl.lib: $(SSL_OBJS)
|
||||
lib $(LIBFLAGS) $(SSL_OBJS) /out:libevent_openssl.lib
|
||||
|
||||
clean:
|
||||
del $(ALL_OBJS)
|
||||
del $(STATIC_LIBS)
|
||||
cd test
|
||||
$(MAKE) /F Makefile.nmake clean
|
||||
cd ..
|
||||
|
||||
tests:
|
||||
cd test
|
||||
!IFDEF OPENSSL_DIR
|
||||
$(MAKE) OPENSSL_DIR=$(OPENSSL_DIR) /F Makefile.nmake
|
||||
!ELSE
|
||||
$(MAKE) /F Makefile.nmake
|
||||
!ENDIF
|
||||
cd ..
|
|
@ -0,0 +1,487 @@
|
|||
<p align="center">
|
||||
<img src="https://strcpy.net/libevent3.png" alt="libevent logo"/>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
[![Appveyor Win32 Build Status](https://ci.appveyor.com/api/projects/status/ng3jg0uhy44mp7ik?svg=true)](https://ci.appveyor.com/project/libevent/libevent)
|
||||
[![Travis Build Status](https://travis-ci.org/libevent/libevent.svg?branch=master)](https://travis-ci.org/libevent/libevent)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/libevent/libevent/badge.svg)](https://coveralls.io/github/libevent/libevent)
|
||||
[![Join the chat at https://gitter.im/libevent/libevent](https://badges.gitter.im/libevent/libevent.svg)](https://gitter.im/libevent/libevent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
||||
|
||||
# 0. BUILDING AND INSTALLATION (Briefly)
|
||||
|
||||
## Autoconf
|
||||
|
||||
$ ./configure
|
||||
$ make
|
||||
$ make verify # (optional)
|
||||
$ sudo make install
|
||||
|
||||
## CMake (General)
|
||||
|
||||
|
||||
The following Libevent specific CMake variables are as follows (the values being
|
||||
the default).
|
||||
|
||||
```
|
||||
# Type of the library to build (SHARED or STATIC)
|
||||
# Default is: SHARED for MSVC, otherwise BOTH
|
||||
EVENT__LIBRARY_TYPE:STRING=DEFAULT
|
||||
|
||||
# Installation directory for CMake files
|
||||
EVENT_INSTALL_CMAKE_DIR:PATH=lib/cmake/libevent
|
||||
|
||||
# Enable running gcov to get a test coverage report (only works with
|
||||
# GCC/CLang). Make sure to enable -DCMAKE_BUILD_TYPE=Debug as well.
|
||||
EVENT__COVERAGE:BOOL=OFF
|
||||
|
||||
# Defines if Libevent should build without the benchmark executables
|
||||
EVENT__DISABLE_BENCHMARK:BOOL=OFF
|
||||
|
||||
# Define if Libevent should build without support for a debug mode
|
||||
EVENT__DISABLE_DEBUG_MODE:BOOL=OFF
|
||||
|
||||
# Define if Libevent should not allow replacing the mm functions
|
||||
EVENT__DISABLE_MM_REPLACEMENT:BOOL=OFF
|
||||
|
||||
# Define if Libevent should build without support for OpenSSL encryption
|
||||
EVENT__DISABLE_OPENSSL:BOOL=OFF
|
||||
|
||||
# Disable the regress tests
|
||||
EVENT__DISABLE_REGRESS:BOOL=OFF
|
||||
|
||||
# Disable sample files
|
||||
EVENT__DISABLE_SAMPLES:BOOL=OFF
|
||||
|
||||
# If tests should be compiled or not
|
||||
EVENT__DISABLE_TESTS:BOOL=OFF
|
||||
|
||||
# Define if Libevent should not be compiled with thread support
|
||||
EVENT__DISABLE_THREAD_SUPPORT:BOOL=OFF
|
||||
|
||||
# Enables verbose debugging
|
||||
EVENT__ENABLE_VERBOSE_DEBUG:BOOL=OFF
|
||||
|
||||
# When cross compiling, forces running a test program that verifies that Kqueue
|
||||
# works with pipes. Note that this requires you to manually run the test program
|
||||
# on the the cross compilation target to verify that it works. See CMake
|
||||
# documentation for try_run for more details
|
||||
EVENT__FORCE_KQUEUE_CHECK:BOOL=OFF
|
||||
```
|
||||
|
||||
__More variables can be found by running `cmake -LAH <sourcedir_path>`__
|
||||
|
||||
|
||||
## CMake (Windows)
|
||||
|
||||
Install CMake: <https://www.cmake.org>
|
||||
|
||||
|
||||
$ md build && cd build
|
||||
$ cmake -G "Visual Studio 10" .. # Or whatever generator you want to use cmake --help for a list.
|
||||
$ start libevent.sln
|
||||
|
||||
## CMake (Unix)
|
||||
|
||||
$ mkdir build && cd build
|
||||
$ cmake .. # Default to Unix Makefiles.
|
||||
$ make
|
||||
$ make verify # (optional)
|
||||
|
||||
|
||||
# 1. BUILDING AND INSTALLATION (In Depth)
|
||||
|
||||
## Autoconf
|
||||
|
||||
To build Libevent, type
|
||||
|
||||
$ ./configure && make
|
||||
|
||||
|
||||
(If you got Libevent from the git repository, you will
|
||||
first need to run the included "autogen.sh" script in order to
|
||||
generate the configure script.)
|
||||
|
||||
You can run the regression tests by running
|
||||
|
||||
$ make verify
|
||||
|
||||
Install as root via
|
||||
|
||||
$ make install
|
||||
|
||||
Before reporting any problems, please run the regression tests.
|
||||
|
||||
To enable low-level tracing, build the library as:
|
||||
|
||||
$ CFLAGS=-DUSE_DEBUG ./configure [...]
|
||||
|
||||
Standard configure flags should work. In particular, see:
|
||||
|
||||
--disable-shared Only build static libraries.
|
||||
--prefix Install all files relative to this directory.
|
||||
|
||||
|
||||
The configure script also supports the following flags:
|
||||
|
||||
--enable-gcc-warnings Enable extra compiler checking with GCC.
|
||||
--disable-malloc-replacement
|
||||
Don't let applications replace our memory
|
||||
management functions.
|
||||
--disable-openssl Disable support for OpenSSL encryption.
|
||||
--disable-thread-support Don't support multithreaded environments.
|
||||
|
||||
## CMake (Windows)
|
||||
|
||||
(Note that autoconf is currently the most mature and supported build
|
||||
environment for Libevent; the CMake instructions here are new and
|
||||
experimental, though they _should_ be solid. We hope that CMake will
|
||||
still be supported in future versions of Libevent, and will try to
|
||||
make sure that happens.)
|
||||
|
||||
First of all install <https://www.cmake.org>.
|
||||
|
||||
To build Libevent using Microsoft Visual studio open the "Visual Studio Command prompt" and type:
|
||||
|
||||
```
|
||||
$ cd <libevent source dir>
|
||||
$ mkdir build && cd build
|
||||
$ cmake -G "Visual Studio 10" .. # Or whatever generator you want to use cmake --help for a list.
|
||||
$ start libevent.sln
|
||||
```
|
||||
|
||||
In the above, the ".." refers to the dir containing the Libevent source code.
|
||||
You can build multiple versions (with different compile time settings) from the same source tree
|
||||
by creating other build directories.
|
||||
|
||||
It is highly recommended to build "out of source" when using
|
||||
CMake instead of "in source" like the normal behaviour of autoconf for this reason.
|
||||
|
||||
The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
|
||||
|
||||
To get a list of settings available for the project you can type:
|
||||
|
||||
```
|
||||
$ cmake -LH ..
|
||||
```
|
||||
|
||||
### GUI
|
||||
|
||||
CMake also provides a GUI that lets you specify the source directory and output (binary) directory
|
||||
that the build should be placed in.
|
||||
|
||||
# 2. USEFUL LINKS:
|
||||
|
||||
For the latest released version of Libevent, see the official website at
|
||||
<http://libevent.org/> .
|
||||
|
||||
There's a pretty good work-in-progress manual up at
|
||||
<http://www.wangafu.net/~nickm/libevent-book/> .
|
||||
|
||||
For the latest development versions of Libevent, access our Git repository
|
||||
via
|
||||
|
||||
```
|
||||
$ git clone https://github.com/libevent/libevent.git
|
||||
```
|
||||
|
||||
You can browse the git repository online at:
|
||||
|
||||
<https://github.com/libevent/libevent>
|
||||
|
||||
To report bugs, issues, or ask for new features:
|
||||
|
||||
__Patches__: https://github.com/libevent/libevent/pulls
|
||||
> OK, those are not really _patches_. You fork, modify, and hit the "Create Pull Request" button.
|
||||
> You can still submit normal git patches via the mailing list.
|
||||
|
||||
__Bugs, Features [RFC], and Issues__: https://github.com/libevent/libevent/issues
|
||||
> Or you can do it via the mailing list.
|
||||
|
||||
There's also a libevent-users mailing list for talking about Libevent
|
||||
use and development:
|
||||
|
||||
<http://archives.seul.org/libevent/users/>
|
||||
|
||||
# 3. ACKNOWLEDGMENTS
|
||||
|
||||
The following people have helped with suggestions, ideas, code or
|
||||
fixing bugs:
|
||||
|
||||
* Samy Al Bahra
|
||||
* Antony Antony
|
||||
* Jacob Appelbaum
|
||||
* Arno Bakker
|
||||
* Weston Andros Adamson
|
||||
* William Ahern
|
||||
* Ivan Andropov
|
||||
* Sergey Avseyev
|
||||
* Avi Bab
|
||||
* Joachim Bauch
|
||||
* Andrey Belobrov
|
||||
* Gilad Benjamini
|
||||
* Stas Bekman
|
||||
* Denis Bilenko
|
||||
* Julien Blache
|
||||
* Kevin Bowling
|
||||
* Tomash Brechko
|
||||
* Kelly Brock
|
||||
* Ralph Castain
|
||||
* Adrian Chadd
|
||||
* Lawnstein Chan
|
||||
* Shuo Chen
|
||||
* Ka-Hing Cheung
|
||||
* Andrew Cox
|
||||
* Paul Croome
|
||||
* George Danchev
|
||||
* Andrew Danforth
|
||||
* Ed Day
|
||||
* Christopher Davis
|
||||
* Mike Davis
|
||||
* Frank Denis
|
||||
* Antony Dovgal
|
||||
* Mihai Draghicioiu
|
||||
* Alexander Drozdov
|
||||
* Mark Ellzey
|
||||
* Shie Erlich
|
||||
* Leonid Evdokimov
|
||||
* Juan Pablo Fernandez
|
||||
* Christophe Fillot
|
||||
* Mike Frysinger
|
||||
* Remi Gacogne
|
||||
* Artem Germanov
|
||||
* Alexander von Gernler
|
||||
* Diego Giagio
|
||||
* Artur Grabowski
|
||||
* Diwaker Gupta
|
||||
* Kuldeep Gupta
|
||||
* Sebastian Hahn
|
||||
* Dave Hart
|
||||
* Greg Hazel
|
||||
* Nicholas Heath
|
||||
* Michael Herf
|
||||
* Savg He
|
||||
* Mark Heily
|
||||
* Maxime Henrion
|
||||
* Michael Herf
|
||||
* Greg Hewgill
|
||||
* Andrew Hochhaus
|
||||
* Aaron Hopkins
|
||||
* Tani Hosokawa
|
||||
* Jamie Iles
|
||||
* Xiuqiang Jiang
|
||||
* Claudio Jeker
|
||||
* Evan Jones
|
||||
* Marcin Juszkiewicz
|
||||
* George Kadianakis
|
||||
* Makoto Kato
|
||||
* Phua Keat
|
||||
* Azat Khuzhin
|
||||
* Alexander Klauer
|
||||
* Kevin Ko
|
||||
* Brian Koehmstedt
|
||||
* Marko Kreen
|
||||
* Ondřej Kuzník
|
||||
* Valery Kyholodov
|
||||
* Ross Lagerwall
|
||||
* Scott Lamb
|
||||
* Christopher Layne
|
||||
* Adam Langley
|
||||
* Graham Leggett
|
||||
* Volker Lendecke
|
||||
* Philip Lewis
|
||||
* Zhou Li
|
||||
* David Libenzi
|
||||
* Yan Lin
|
||||
* Moshe Litvin
|
||||
* Simon Liu
|
||||
* Mitchell Livingston
|
||||
* Hagne Mahre
|
||||
* Lubomir Marinov
|
||||
* Abilio Marques
|
||||
* Nicolas Martyanoff
|
||||
* Abel Mathew
|
||||
* Nick Mathewson
|
||||
* James Mansion
|
||||
* Nicholas Marriott
|
||||
* Andrey Matveev
|
||||
* Caitlin Mercer
|
||||
* Dagobert Michelsen
|
||||
* Andrea Montefusco
|
||||
* Mansour Moufid
|
||||
* Mina Naguib
|
||||
* Felix Nawothnig
|
||||
* Trond Norbye
|
||||
* Linus Nordberg
|
||||
* Richard Nyberg
|
||||
* Jon Oberheide
|
||||
* John Ohl
|
||||
* Phil Oleson
|
||||
* Alexey Ozeritsky
|
||||
* Dave Pacheco
|
||||
* Derrick Pallas
|
||||
* Tassilo von Parseval
|
||||
* Catalin Patulea
|
||||
* Patrick Pelletier
|
||||
* Simon Perreault
|
||||
* Dan Petro
|
||||
* Pierre Phaneuf
|
||||
* Amarin Phaosawasdi
|
||||
* Ryan Phillips
|
||||
* Dimitre Piskyulev
|
||||
* Pavel Plesov
|
||||
* Jon Poland
|
||||
* Roman Puls
|
||||
* Nate R
|
||||
* Robert Ransom
|
||||
* Balint Reczey
|
||||
* Bert JW Regeer
|
||||
* Nate Rosenblum
|
||||
* Peter Rosin
|
||||
* Maseeb Abdul Qadir
|
||||
* Wang Qin
|
||||
* Alex S
|
||||
* Gyepi Sam
|
||||
* Hanna Schroeter
|
||||
* Ralf Schmitt
|
||||
* Mike Smellie
|
||||
* Steve Snyder
|
||||
* Nir Soffer
|
||||
* Dug Song
|
||||
* Dongsheng Song
|
||||
* Hannes Sowa
|
||||
* Joakim Soderberg
|
||||
* Joseph Spadavecchia
|
||||
* Kevin Springborn
|
||||
* Harlan Stenn
|
||||
* Andrew Sweeney
|
||||
* Ferenc Szalai
|
||||
* Brodie Thiesfield
|
||||
* Jason Toffaletti
|
||||
* Brian Utterback
|
||||
* Gisle Vanem
|
||||
* Bas Verhoeven
|
||||
* Constantine Verutin
|
||||
* Colin Watt
|
||||
* Zack Weinberg
|
||||
* Jardel Weyrich
|
||||
* Jay R. Wren
|
||||
* Zack Weinberg
|
||||
* Mobai Zhang
|
||||
* Alejo
|
||||
* Alex
|
||||
* Taral
|
||||
* propanbutan
|
||||
* masksqwe
|
||||
* mmadia
|
||||
* yangacer
|
||||
* Andrey Skriabin
|
||||
* basavesh.as
|
||||
* billsegall
|
||||
* Bill Vaughan
|
||||
* Christopher Wiley
|
||||
* David Paschich
|
||||
* Ed Schouten
|
||||
* Eduardo Panisset
|
||||
* Jan Heylen
|
||||
* jer-gentoo
|
||||
* Joakim Söderberg
|
||||
* kirillDanshin
|
||||
* lzmths
|
||||
* Marcus Sundberg
|
||||
* Mark Mentovai
|
||||
* Mattes D
|
||||
* Matyas Dolak
|
||||
* Neeraj Badlani
|
||||
* Nick Mathewson
|
||||
* Rainer Keller
|
||||
* Seungmo Koo
|
||||
* Thomas Bernard
|
||||
* Xiao Bao Clark
|
||||
* zeliard
|
||||
* Zonr Chang
|
||||
* Kurt Roeckx
|
||||
* Seven
|
||||
* Simone Basso
|
||||
* Vlad Shcherban
|
||||
* Tim Hentenaar
|
||||
* Breaker
|
||||
* johnsonlee
|
||||
* Philip Prindeville
|
||||
* Vis Virial
|
||||
* Andreas Gustafsson
|
||||
* Andrey Okoshkin
|
||||
* an-tao
|
||||
* baixiangcpp
|
||||
* Bernard Spil
|
||||
* Bogdan Harjoc
|
||||
* Carlo Marcelo Arenas Belón
|
||||
* David Benjamin
|
||||
* David Disseldorp
|
||||
* Dmitry Alimov
|
||||
* Dominic Chen
|
||||
* dpayne
|
||||
* ejurgensen
|
||||
* Fredrik Strupe
|
||||
* Gonçalo Ribeiro
|
||||
* James Synge
|
||||
* Jan Beich
|
||||
* Jesse Fang
|
||||
* Jiri Luznicky
|
||||
* José Luis Millán
|
||||
* Kiyoshi Aman
|
||||
* Leo Zhang
|
||||
* lightningkay
|
||||
* Luke Dashjr
|
||||
* Marcin Szewczyk
|
||||
* Maximilian Brunner
|
||||
* Maya Rashish
|
||||
* Murat Demirten
|
||||
* Nathan French
|
||||
* Nikolay Edigaryev
|
||||
* Philip Herron
|
||||
* Redfoxmoon
|
||||
* stenn
|
||||
* SuckShit
|
||||
* The Gitter Badger
|
||||
* tim-le
|
||||
* Vincent JARDIN
|
||||
* Xiang Zhang
|
||||
* Xiaozhou Liu
|
||||
* yongqing.jiao
|
||||
* Enji Cooper
|
||||
* linxiaohui
|
||||
* Seong-Joong Kim
|
||||
* Tobias Stoeckmann
|
||||
* Yury Korzhetsky
|
||||
* zhuizhuhaomeng
|
||||
* Pierce Lopez
|
||||
* yuangongji
|
||||
* Keith Smiley
|
||||
* jeremyerb
|
||||
* Fabrice Fontaine
|
||||
* wenyg
|
||||
* Aleksandr-Melnikov
|
||||
* ayuseleznev
|
||||
* chenguolong
|
||||
* Dimo Markov
|
||||
* dota17
|
||||
* fanquake
|
||||
* Jan Kasiak
|
||||
* Kamil Rytarowski
|
||||
* Mario Emmenlauer
|
||||
* Michael Davidsaver
|
||||
* mohuang
|
||||
* Nick Grifka
|
||||
* Nicolas J. Bouliane
|
||||
* Paul Osborne
|
||||
* Philip Homburg
|
||||
* Wataru Ashihara
|
||||
* William A Rowe Jr
|
||||
* yangyongsheng
|
||||
|
||||
|
||||
If we have forgotten your name, please contact us.
|
|
@ -0,0 +1,149 @@
|
|||
/* $NetBSD: getopt.c,v 1.16 1999/12/02 13:15:56 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1987, 1993, 1994, 1995
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the names of the copyright holders nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from
|
||||
* this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
||||
* IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define __P(x) x
|
||||
#define _DIAGASSERT(x) assert(x)
|
||||
|
||||
#ifdef __weak_alias
|
||||
__weak_alias(getopt,_getopt);
|
||||
#endif
|
||||
|
||||
|
||||
int opterr = 1, /* if error message should be printed */
|
||||
optind = 1, /* index into parent argv vector */
|
||||
optopt, /* character checked for validity */
|
||||
optreset; /* reset getopt */
|
||||
char *optarg; /* argument associated with option */
|
||||
|
||||
static char * _progname __P((char *));
|
||||
int getopt_internal __P((int, char * const *, const char *));
|
||||
|
||||
static char *
|
||||
_progname(nargv0)
|
||||
char * nargv0;
|
||||
{
|
||||
char * tmp;
|
||||
|
||||
_DIAGASSERT(nargv0 != NULL);
|
||||
|
||||
tmp = strrchr(nargv0, '/');
|
||||
if (tmp)
|
||||
tmp++;
|
||||
else
|
||||
tmp = nargv0;
|
||||
return(tmp);
|
||||
}
|
||||
|
||||
#define BADCH (int)'?'
|
||||
#define BADARG (int)':'
|
||||
#define EMSG ""
|
||||
|
||||
/*
|
||||
* getopt --
|
||||
* Parse argc/argv argument vector.
|
||||
*/
|
||||
int
|
||||
getopt(nargc, nargv, ostr)
|
||||
int nargc;
|
||||
char * const nargv[];
|
||||
const char *ostr;
|
||||
{
|
||||
static char *__progname = 0;
|
||||
static char *place = EMSG; /* option letter processing */
|
||||
char *oli; /* option letter list index */
|
||||
__progname = __progname?__progname:_progname(*nargv);
|
||||
|
||||
_DIAGASSERT(nargv != NULL);
|
||||
_DIAGASSERT(ostr != NULL);
|
||||
|
||||
if (optreset || !*place) { /* update scanning pointer */
|
||||
optreset = 0;
|
||||
if (optind >= nargc || *(place = nargv[optind]) != '-') {
|
||||
place = EMSG;
|
||||
return (-1);
|
||||
}
|
||||
if (place[1] && *++place == '-' /* found "--" */
|
||||
&& place[1] == '\0') {
|
||||
++optind;
|
||||
place = EMSG;
|
||||
return (-1);
|
||||
}
|
||||
} /* option letter okay? */
|
||||
if ((optopt = (int)*place++) == (int)':' ||
|
||||
!(oli = strchr(ostr, optopt))) {
|
||||
/*
|
||||
* if the user didn't specify '-' as an option,
|
||||
* assume it means -1.
|
||||
*/
|
||||
if (optopt == (int)'-')
|
||||
return (-1);
|
||||
if (!*place)
|
||||
++optind;
|
||||
if (opterr && *ostr != ':')
|
||||
(void)fprintf(stderr,
|
||||
"%s: illegal option -- %c\n", __progname, optopt);
|
||||
return (BADCH);
|
||||
}
|
||||
if (*++oli != ':') { /* don't need argument */
|
||||
optarg = NULL;
|
||||
if (!*place)
|
||||
++optind;
|
||||
}
|
||||
else { /* need an argument */
|
||||
if (*place) /* no white space */
|
||||
optarg = place;
|
||||
else if (nargc <= ++optind) { /* no arg */
|
||||
place = EMSG;
|
||||
if (*ostr == ':')
|
||||
return (BADARG);
|
||||
if (opterr)
|
||||
(void)fprintf(stderr,
|
||||
"%s: option requires an argument -- %c\n",
|
||||
__progname, optopt);
|
||||
return (BADCH);
|
||||
}
|
||||
else /* white space */
|
||||
optarg = nargv[optind];
|
||||
place = EMSG;
|
||||
++optind;
|
||||
}
|
||||
return (optopt); /* dump back option letter */
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
#ifndef __GETOPT_H__
|
||||
#define __GETOPT_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int opterr; /* if error message should be printed */
|
||||
extern int optind; /* index into parent argv vector */
|
||||
extern int optopt; /* character checked for validity */
|
||||
extern int optreset; /* reset getopt */
|
||||
extern char *optarg; /* argument associated with option */
|
||||
|
||||
struct option
|
||||
{
|
||||
const char *name;
|
||||
int has_arg;
|
||||
int *flag;
|
||||
int val;
|
||||
};
|
||||
|
||||
#define no_argument 0
|
||||
#define required_argument 1
|
||||
#define optional_argument 2
|
||||
|
||||
int getopt(int, char**, const char*);
|
||||
int getopt_long(int, char**, const char*, const struct option*, int*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __GETOPT_H__ */
|
|
@ -0,0 +1,234 @@
|
|||
|
||||
/*
|
||||
* Copyright (c) 1987, 1993, 1994, 1996
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the names of the copyright holders nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from
|
||||
* this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
||||
* IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "getopt.h"
|
||||
|
||||
extern int opterr; /* if error message should be printed */
|
||||
extern int optind; /* index into parent argv vector */
|
||||
extern int optopt; /* character checked for validity */
|
||||
extern int optreset; /* reset getopt */
|
||||
extern char *optarg; /* argument associated with option */
|
||||
|
||||
#define __P(x) x
|
||||
#define _DIAGASSERT(x) assert(x)
|
||||
|
||||
static char * __progname __P((char *));
|
||||
int getopt_internal __P((int, char * const *, const char *));
|
||||
|
||||
static char *
|
||||
__progname(nargv0)
|
||||
char * nargv0;
|
||||
{
|
||||
char * tmp;
|
||||
|
||||
_DIAGASSERT(nargv0 != NULL);
|
||||
|
||||
tmp = strrchr(nargv0, '/');
|
||||
if (tmp)
|
||||
tmp++;
|
||||
else
|
||||
tmp = nargv0;
|
||||
return(tmp);
|
||||
}
|
||||
|
||||
#define BADCH (int)'?'
|
||||
#define BADARG (int)':'
|
||||
#define EMSG ""
|
||||
|
||||
/*
|
||||
* getopt --
|
||||
* Parse argc/argv argument vector.
|
||||
*/
|
||||
int
|
||||
getopt_internal(nargc, nargv, ostr)
|
||||
int nargc;
|
||||
char * const *nargv;
|
||||
const char *ostr;
|
||||
{
|
||||
static char *place = EMSG; /* option letter processing */
|
||||
char *oli; /* option letter list index */
|
||||
|
||||
_DIAGASSERT(nargv != NULL);
|
||||
_DIAGASSERT(ostr != NULL);
|
||||
|
||||
if (optreset || !*place) { /* update scanning pointer */
|
||||
optreset = 0;
|
||||
if (optind >= nargc || *(place = nargv[optind]) != '-') {
|
||||
place = EMSG;
|
||||
return (-1);
|
||||
}
|
||||
if (place[1] && *++place == '-') { /* found "--" */
|
||||
/* ++optind; */
|
||||
place = EMSG;
|
||||
return (-2);
|
||||
}
|
||||
} /* option letter okay? */
|
||||
if ((optopt = (int)*place++) == (int)':' ||
|
||||
!(oli = strchr(ostr, optopt))) {
|
||||
/*
|
||||
* if the user didn't specify '-' as an option,
|
||||
* assume it means -1.
|
||||
*/
|
||||
if (optopt == (int)'-')
|
||||
return (-1);
|
||||
if (!*place)
|
||||
++optind;
|
||||
if (opterr && *ostr != ':')
|
||||
(void)fprintf(stderr,
|
||||
"%s: illegal option -- %c\n", __progname(nargv[0]), optopt);
|
||||
return (BADCH);
|
||||
}
|
||||
if (*++oli != ':') { /* don't need argument */
|
||||
optarg = NULL;
|
||||
if (!*place)
|
||||
++optind;
|
||||
} else { /* need an argument */
|
||||
if (*place) /* no white space */
|
||||
optarg = place;
|
||||
else if (nargc <= ++optind) { /* no arg */
|
||||
place = EMSG;
|
||||
if ((opterr) && (*ostr != ':'))
|
||||
(void)fprintf(stderr,
|
||||
"%s: option requires an argument -- %c\n",
|
||||
__progname(nargv[0]), optopt);
|
||||
return (BADARG);
|
||||
} else /* white space */
|
||||
optarg = nargv[optind];
|
||||
place = EMSG;
|
||||
++optind;
|
||||
}
|
||||
return (optopt); /* dump back option letter */
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* getopt --
|
||||
* Parse argc/argv argument vector.
|
||||
*/
|
||||
int
|
||||
getopt2(nargc, nargv, ostr)
|
||||
int nargc;
|
||||
char * const *nargv;
|
||||
const char *ostr;
|
||||
{
|
||||
int retval;
|
||||
|
||||
if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
|
||||
retval = -1;
|
||||
++optind;
|
||||
}
|
||||
return(retval);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* getopt_long --
|
||||
* Parse argc/argv argument vector.
|
||||
*/
|
||||
int
|
||||
getopt_long(nargc, nargv, options, long_options, index)
|
||||
int nargc;
|
||||
char ** nargv;
|
||||
const char * options;
|
||||
const struct option * long_options;
|
||||
int * index;
|
||||
{
|
||||
int retval;
|
||||
|
||||
_DIAGASSERT(nargv != NULL);
|
||||
_DIAGASSERT(options != NULL);
|
||||
_DIAGASSERT(long_options != NULL);
|
||||
/* index may be NULL */
|
||||
|
||||
if ((retval = getopt_internal(nargc, nargv, options)) == -2) {
|
||||
char *current_argv = nargv[optind++] + 2, *has_equal;
|
||||
int i, match = -1;
|
||||
size_t current_argv_len;
|
||||
|
||||
if (*current_argv == '\0') {
|
||||
return(-1);
|
||||
}
|
||||
if ((has_equal = strchr(current_argv, '=')) != NULL) {
|
||||
current_argv_len = has_equal - current_argv;
|
||||
has_equal++;
|
||||
} else
|
||||
current_argv_len = strlen(current_argv);
|
||||
|
||||
for (i = 0; long_options[i].name; i++) {
|
||||
if (strncmp(current_argv, long_options[i].name, current_argv_len))
|
||||
continue;
|
||||
|
||||
if (strlen(long_options[i].name) == current_argv_len) {
|
||||
match = i;
|
||||
break;
|
||||
}
|
||||
if (match == -1)
|
||||
match = i;
|
||||
}
|
||||
if (match != -1) {
|
||||
if (long_options[match].has_arg == required_argument ||
|
||||
long_options[match].has_arg == optional_argument) {
|
||||
if (has_equal)
|
||||
optarg = has_equal;
|
||||
else
|
||||
optarg = nargv[optind++];
|
||||
}
|
||||
if ((long_options[match].has_arg == required_argument)
|
||||
&& (optarg == NULL)) {
|
||||
/*
|
||||
* Missing argument, leading :
|
||||
* indicates no error should be generated
|
||||
*/
|
||||
if ((opterr) && (*options != ':'))
|
||||
(void)fprintf(stderr,
|
||||
"%s: option requires an argument -- %s\n",
|
||||
__progname(nargv[0]), current_argv);
|
||||
return (BADARG);
|
||||
}
|
||||
} else { /* No matching argument */
|
||||
if ((opterr) && (*options != ':'))
|
||||
(void)fprintf(stderr,
|
||||
"%s: illegal option -- %s\n", __progname(nargv[0]), current_argv);
|
||||
return (BADCH);
|
||||
}
|
||||
if (long_options[match].flag) {
|
||||
*long_options[match].flag = long_options[match].val;
|
||||
retval = 0;
|
||||
} else
|
||||
retval = long_options[match].val;
|
||||
if (index)
|
||||
*index = match;
|
||||
}
|
||||
return(retval);
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
#if !defined(EVENT_EVCONFIG__PRIVATE_H_) && !defined(__MINGW32__)
|
||||
#define EVENT_EVCONFIG__PRIVATE_H_
|
||||
|
||||
/* Nothing to see here. Move along. */
|
||||
|
||||
#endif
|
|
@ -0,0 +1,350 @@
|
|||
/* event2/event-config.h
|
||||
*
|
||||
* This file was generated by autoconf when libevent was built, and post-
|
||||
* processed by Libevent so that its macros would have a uniform prefix.
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
*
|
||||
* Do not rely on macros in this file existing in later versions.
|
||||
*/
|
||||
#ifndef EVENT_CONFIG_H__
|
||||
#define EVENT_CONFIG_H__
|
||||
/* config.h. Generated by configure. */
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Define if libevent should not allow replacing the mm functions */
|
||||
/* #undef EVENT__DISABLE_MM_REPLACEMENT */
|
||||
|
||||
/* Define if libevent should not be compiled with thread support */
|
||||
/* #undef EVENT__DISABLE_THREAD_SUPPORT */
|
||||
|
||||
/* Define if clock_gettime is available in libc */
|
||||
/* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
|
||||
|
||||
/* Define is no secure id variant is available */
|
||||
/* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
|
||||
#define EVENT_DNS_USE_FTIME_FOR_ID_ 1
|
||||
|
||||
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
||||
/* #undef EVENT__HAVE_ARPA_INET_H */
|
||||
|
||||
/* Define to 1 if you have the `clock_gettime' function. */
|
||||
/* #undef EVENT__HAVE_CLOCK_GETTIME */
|
||||
|
||||
/* Define if /dev/poll is available */
|
||||
/* #undef EVENT__HAVE_DEVPOLL */
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
/* #undef EVENT__HAVE_DLFCN_H */
|
||||
|
||||
/* Define if your system supports the epoll system calls */
|
||||
/* #undef EVENT__HAVE_EPOLL */
|
||||
|
||||
/* Define to 1 if you have the `epoll_ctl' function. */
|
||||
/* #undef EVENT__HAVE_EPOLL_CTL */
|
||||
|
||||
/* Define to 1 if you have the `eventfd' function. */
|
||||
/* #undef EVENT__HAVE_EVENTFD */
|
||||
|
||||
/* Define if your system supports event ports */
|
||||
/* #undef EVENT__HAVE_EVENT_PORTS */
|
||||
|
||||
/* Define to 1 if you have the `fcntl' function. */
|
||||
/* #undef EVENT__HAVE_FCNTL */
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define EVENT__HAVE_FCNTL_H 1
|
||||
|
||||
/* Define to 1 if you have the `getaddrinfo' function. */
|
||||
#define EVENT__HAVE_GETADDRINFO 1
|
||||
|
||||
/* Define to 1 if you have the `getnameinfo' function. */
|
||||
#define EVENT__HAVE_GETNAMEINFO 1
|
||||
|
||||
/* Define to 1 if you have the `getprotobynumber' function. */
|
||||
#define EVENT__HAVE_GETPROTOBYNUMBER 1
|
||||
|
||||
/* Define to 1 if you have the `getservbyname' function. */
|
||||
#define EVENT__HAVE_GETSERVBYNAME 1
|
||||
|
||||
/* Define to 1 if you have the `gettimeofday' function. */
|
||||
/* #define EVENT__HAVE_GETTIMEOFDAY 1 */
|
||||
|
||||
/* Define to 1 if you have the `inet_ntop' function. */
|
||||
/* #undef EVENT__HAVE_INET_NTOP */
|
||||
|
||||
/* Define to 1 if you have the `inet_pton' function. */
|
||||
/* #undef EVENT__HAVE_INET_PTON */
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
/* #define EVENT__HAVE_INTTYPES_H 1 */
|
||||
|
||||
/* Define to 1 if you have the `kqueue' function. */
|
||||
/* #undef EVENT__HAVE_KQUEUE */
|
||||
|
||||
/* Define if the system has zlib */
|
||||
/* #undef EVENT__HAVE_LIBZ */
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define EVENT__HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the `mmap' function. */
|
||||
/* #undef EVENT__HAVE_MMAP */
|
||||
|
||||
/* Define to 1 if you have the <netinet/in6.h> header file. */
|
||||
/* #undef EVENT__HAVE_NETINET_IN6_H */
|
||||
|
||||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
/* #undef EVENT__HAVE_NETINET_IN_H */
|
||||
|
||||
/* Define to 1 if you have the `pipe' function. */
|
||||
/* #undef EVENT__HAVE_PIPE */
|
||||
|
||||
/* Define to 1 if you have the `poll' function. */
|
||||
/* #undef EVENT__HAVE_POLL */
|
||||
|
||||
/* Define to 1 if you have the <poll.h> header file. */
|
||||
/* #undef EVENT__HAVE_POLL_H */
|
||||
|
||||
/* Define to 1 if you have the `port_create' function. */
|
||||
/* #undef EVENT__HAVE_PORT_CREATE */
|
||||
|
||||
/* Define to 1 if you have the <port.h> header file. */
|
||||
/* #undef EVENT__HAVE_PORT_H */
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
/* #undef EVENT__HAVE_PTHREAD */
|
||||
|
||||
/* Define if we have pthreads on this system */
|
||||
/* #undef EVENT__HAVE_PTHREADS */
|
||||
|
||||
/* Define to 1 if the system has the type `sa_family_t'. */
|
||||
/* #undef EVENT__HAVE_SA_FAMILY_T */
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
/* #undef EVENT__HAVE_SELECT */
|
||||
|
||||
/* Define to 1 if you have the `sendfile' function. */
|
||||
/* #undef EVENT__HAVE_SENDFILE */
|
||||
|
||||
/* Define if F_SETFD is defined in <fcntl.h> */
|
||||
/* #undef EVENT__HAVE_SETFD */
|
||||
|
||||
/* Define to 1 if you have the `sigaction' function. */
|
||||
/* #undef EVENT__HAVE_SIGACTION */
|
||||
|
||||
/* Define to 1 if you have the `signal' function. */
|
||||
#define EVENT__HAVE_SIGNAL 1
|
||||
|
||||
/* Define to 1 if you have the `splice' function. */
|
||||
/* #undef EVENT__HAVE_SPLICE */
|
||||
|
||||
/* Define to 1 if you have the <stdarg.h> header file. */
|
||||
#define EVENT__HAVE_STDARG_H 1
|
||||
|
||||
/* Define to 1 if you have the <stddef.h> header file. */
|
||||
#define EVENT__HAVE_STDDEF_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
/* #define EVENT__HAVE_STDINT_H 1 */
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define EVENT__HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define EVENT__HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define EVENT__HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strlcpy' function. */
|
||||
/* #undef EVENT__HAVE_STRLCPY */
|
||||
|
||||
/* Define to 1 if you have the `strsep' function. */
|
||||
/* #undef EVENT__HAVE_STRSEP */
|
||||
|
||||
/* Define to 1 if you have the `strtok_r' function. */
|
||||
/* #undef EVENT__HAVE_STRTOK_R */
|
||||
|
||||
/* Define to 1 if you have the `strtoll' function. */
|
||||
/* #define EVENT__HAVE_STRTOLL 1 */
|
||||
|
||||
#define EVENT__HAVE_STRUCT_ADDRINFO 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct in6_addr'. */
|
||||
#define EVENT__HAVE_STRUCT_IN6_ADDR 1
|
||||
|
||||
/* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
|
||||
#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
|
||||
|
||||
/* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
|
||||
#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_in6'. */
|
||||
#define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
|
||||
|
||||
/* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
|
||||
/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
|
||||
|
||||
/* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
|
||||
/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
|
||||
#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
|
||||
/* Define to 1 if you have the <sys/epoll.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_EPOLL_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/eventfd.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_EVENTFD_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/event.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_EVENT_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_IOCTL_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/mman.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_MMAN_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
/* #define EVENT__HAVE_SYS_PARAM_H 1 */
|
||||
|
||||
/* Define to 1 if you have the <sys/queue.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_QUEUE_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/select.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_SELECT_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/sendfile.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_SENDFILE_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_SOCKET_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define EVENT__HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
/* #define EVENT__HAVE_SYS_TIME_H 1 */
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define EVENT__HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/uio.h> header file. */
|
||||
/* #undef EVENT__HAVE_SYS_UIO_H */
|
||||
|
||||
/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
|
||||
/* #undef EVENT__HAVE_TAILQFOREACH */
|
||||
|
||||
/* Define if timeradd is defined in <sys/time.h> */
|
||||
/* #undef EVENT__HAVE_TIMERADD */
|
||||
|
||||
/* Define if timerclear is defined in <sys/time.h> */
|
||||
#define EVENT__HAVE_TIMERCLEAR 1
|
||||
|
||||
/* Define if timercmp is defined in <sys/time.h> */
|
||||
#define EVENT__HAVE_TIMERCMP 1
|
||||
|
||||
/* Define if timerisset is defined in <sys/time.h> */
|
||||
#define EVENT__HAVE_TIMERISSET 1
|
||||
|
||||
/* Define to 1 if the system has the type `uint16_t'. */
|
||||
/* #define EVENT__HAVE_UINT16_T 1 */
|
||||
|
||||
/* Define to 1 if the system has the type `uint32_t'. */
|
||||
/* #define EVENT__HAVE_UINT32_T 1 */
|
||||
|
||||
/* Define to 1 if the system has the type `uint64_t'. */
|
||||
/* #define EVENT__HAVE_UINT64_T 1 */
|
||||
|
||||
/* Define to 1 if the system has the type `uint8_t'. */
|
||||
/* #define EVENT__HAVE_UINT8_T 1 */
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
/* #define EVENT__HAVE_UNISTD_H 1 */
|
||||
|
||||
/* Define to 1 if you have the `vasprintf' function. */
|
||||
/* #undef EVENT__HAVE_VASPRINTF */
|
||||
|
||||
/* Define if kqueue works correctly with pipes */
|
||||
/* #undef EVENT__HAVE_WORKING_KQUEUE */
|
||||
|
||||
/* Numeric representation of the version */
|
||||
#define EVENT__NUMERIC_VERSION 0x02010c00
|
||||
|
||||
/* Name of package */
|
||||
#define EVENT__PACKAGE "libevent"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define EVENT__PACKAGE_BUGREPORT ""
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define EVENT__PACKAGE_NAME ""
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define EVENT__PACKAGE_STRING ""
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define EVENT__PACKAGE_TARNAME ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define EVENT__PACKAGE_VERSION ""
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
/* #undef EVENT__PTHREAD_CREATE_JOINABLE */
|
||||
|
||||
/* The size of a `int', as computed by sizeof. */
|
||||
#define EVENT__SIZEOF_INT 4
|
||||
|
||||
/* The size of a `long', as computed by sizeof. */
|
||||
#define EVENT__SIZEOF_LONG 4
|
||||
|
||||
/* The size of a `long long', as computed by sizeof. */
|
||||
#define EVENT__SIZEOF_LONG_LONG 8
|
||||
|
||||
/* The size of a `short', as computed by sizeof. */
|
||||
#define EVENT__SIZEOF_SHORT 2
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#ifdef _WIN64
|
||||
#define EVENT__SIZEOF_SIZE_T 8
|
||||
#else
|
||||
#define EVENT__SIZEOF_SIZE_T 4
|
||||
#endif
|
||||
|
||||
/* The size of `void *', as computed by sizeof. */
|
||||
#ifdef _WIN64
|
||||
#define EVENT__SIZEOF_VOID_P 8
|
||||
#else
|
||||
#define EVENT__SIZEOF_VOID_P 4
|
||||
#endif
|
||||
|
||||
/* The size of `time_t`, as computed by sizeof. */
|
||||
#ifdef _WIN64
|
||||
#define EVENT__SIZEOF_TIME_T 8
|
||||
#else
|
||||
#define EVENT__SIZEOF_TIME_T 4
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#define EVENT__TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Version number of package */
|
||||
#define EVENT__VERSION "2.1.12-stable"
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#define EVENT__inline __inline
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
/* #undef EVENT__size_t */
|
||||
|
||||
/* Define to unsigned int if you dont have it */
|
||||
#define EVENT__socklen_t unsigned int
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#define EVENT__ssize_t SSIZE_T
|
||||
|
||||
#endif
|
|
@ -0,0 +1,677 @@
|
|||
/* $OpenBSD: tree.h,v 1.7 2002/10/17 21:51:54 art Exp $ */
|
||||
/*
|
||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _SYS_TREE_H_
|
||||
#define _SYS_TREE_H_
|
||||
|
||||
/*
|
||||
* This file defines data structures for different types of trees:
|
||||
* splay trees and red-black trees.
|
||||
*
|
||||
* A splay tree is a self-organizing data structure. Every operation
|
||||
* on the tree causes a splay to happen. The splay moves the requested
|
||||
* node to the root of the tree and partly rebalances it.
|
||||
*
|
||||
* This has the benefit that request locality causes faster lookups as
|
||||
* the requested nodes move to the top of the tree. On the other hand,
|
||||
* every lookup causes memory writes.
|
||||
*
|
||||
* The Balance Theorem bounds the total access time for m operations
|
||||
* and n inserts on an initially empty tree as O((m + n)lg n). The
|
||||
* amortized cost for a sequence of m accesses to a splay tree is O(lg n);
|
||||
*
|
||||
* A red-black tree is a binary search tree with the node color as an
|
||||
* extra attribute. It fulfills a set of conditions:
|
||||
* - every search path from the root to a leaf consists of the
|
||||
* same number of black nodes,
|
||||
* - each red node (except for the root) has a black parent,
|
||||
* - each leaf node is black.
|
||||
*
|
||||
* Every operation on a red-black tree is bounded as O(lg n).
|
||||
* The maximum height of a red-black tree is 2lg (n+1).
|
||||
*/
|
||||
|
||||
#define SPLAY_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *sph_root; /* root of the tree */ \
|
||||
}
|
||||
|
||||
#define SPLAY_INITIALIZER(root) \
|
||||
{ NULL }
|
||||
|
||||
#define SPLAY_INIT(root) do { \
|
||||
(root)->sph_root = NULL; \
|
||||
} while (0)
|
||||
|
||||
#define SPLAY_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *spe_left; /* left element */ \
|
||||
struct type *spe_right; /* right element */ \
|
||||
}
|
||||
|
||||
#define SPLAY_LEFT(elm, field) (elm)->field.spe_left
|
||||
#define SPLAY_RIGHT(elm, field) (elm)->field.spe_right
|
||||
#define SPLAY_ROOT(head) (head)->sph_root
|
||||
#define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
|
||||
|
||||
/* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */
|
||||
#define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \
|
||||
SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
|
||||
SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
|
||||
(head)->sph_root = tmp; \
|
||||
} while (0)
|
||||
|
||||
#define SPLAY_ROTATE_LEFT(head, tmp, field) do { \
|
||||
SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
|
||||
SPLAY_LEFT(tmp, field) = (head)->sph_root; \
|
||||
(head)->sph_root = tmp; \
|
||||
} while (0)
|
||||
|
||||
#define SPLAY_LINKLEFT(head, tmp, field) do { \
|
||||
SPLAY_LEFT(tmp, field) = (head)->sph_root; \
|
||||
tmp = (head)->sph_root; \
|
||||
(head)->sph_root = SPLAY_LEFT((head)->sph_root, field); \
|
||||
} while (0)
|
||||
|
||||
#define SPLAY_LINKRIGHT(head, tmp, field) do { \
|
||||
SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
|
||||
tmp = (head)->sph_root; \
|
||||
(head)->sph_root = SPLAY_RIGHT((head)->sph_root, field); \
|
||||
} while (0)
|
||||
|
||||
#define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
|
||||
SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \
|
||||
SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\
|
||||
SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(node, field); \
|
||||
SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(node, field); \
|
||||
} while (0)
|
||||
|
||||
/* Generates prototypes and inline functions */
|
||||
|
||||
#define SPLAY_PROTOTYPE(name, type, field, cmp) \
|
||||
void name##_SPLAY(struct name *, struct type *); \
|
||||
void name##_SPLAY_MINMAX(struct name *, int); \
|
||||
struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
|
||||
struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \
|
||||
\
|
||||
/* Finds the node with the same key as elm */ \
|
||||
static __inline struct type * \
|
||||
name##_SPLAY_FIND(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
if (SPLAY_EMPTY(head)) \
|
||||
return(NULL); \
|
||||
name##_SPLAY(head, elm); \
|
||||
if ((cmp)(elm, (head)->sph_root) == 0) \
|
||||
return (head->sph_root); \
|
||||
return (NULL); \
|
||||
} \
|
||||
\
|
||||
static __inline struct type * \
|
||||
name##_SPLAY_NEXT(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
name##_SPLAY(head, elm); \
|
||||
if (SPLAY_RIGHT(elm, field) != NULL) { \
|
||||
elm = SPLAY_RIGHT(elm, field); \
|
||||
while (SPLAY_LEFT(elm, field) != NULL) { \
|
||||
elm = SPLAY_LEFT(elm, field); \
|
||||
} \
|
||||
} else \
|
||||
elm = NULL; \
|
||||
return (elm); \
|
||||
} \
|
||||
\
|
||||
static __inline struct type * \
|
||||
name##_SPLAY_MIN_MAX(struct name *head, int val) \
|
||||
{ \
|
||||
name##_SPLAY_MINMAX(head, val); \
|
||||
return (SPLAY_ROOT(head)); \
|
||||
}
|
||||
|
||||
/* Main splay operation.
|
||||
* Moves node close to the key of elm to top
|
||||
*/
|
||||
#define SPLAY_GENERATE(name, type, field, cmp) \
|
||||
struct type * \
|
||||
name##_SPLAY_INSERT(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
if (SPLAY_EMPTY(head)) { \
|
||||
SPLAY_LEFT(elm, field) = SPLAY_RIGHT(elm, field) = NULL; \
|
||||
} else { \
|
||||
int __comp; \
|
||||
name##_SPLAY(head, elm); \
|
||||
__comp = (cmp)(elm, (head)->sph_root); \
|
||||
if(__comp < 0) { \
|
||||
SPLAY_LEFT(elm, field) = SPLAY_LEFT((head)->sph_root, field);\
|
||||
SPLAY_RIGHT(elm, field) = (head)->sph_root; \
|
||||
SPLAY_LEFT((head)->sph_root, field) = NULL; \
|
||||
} else if (__comp > 0) { \
|
||||
SPLAY_RIGHT(elm, field) = SPLAY_RIGHT((head)->sph_root, field);\
|
||||
SPLAY_LEFT(elm, field) = (head)->sph_root; \
|
||||
SPLAY_RIGHT((head)->sph_root, field) = NULL; \
|
||||
} else \
|
||||
return ((head)->sph_root); \
|
||||
} \
|
||||
(head)->sph_root = (elm); \
|
||||
return (NULL); \
|
||||
} \
|
||||
\
|
||||
struct type * \
|
||||
name##_SPLAY_REMOVE(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type *__tmp; \
|
||||
if (SPLAY_EMPTY(head)) \
|
||||
return (NULL); \
|
||||
name##_SPLAY(head, elm); \
|
||||
if ((cmp)(elm, (head)->sph_root) == 0) { \
|
||||
if (SPLAY_LEFT((head)->sph_root, field) == NULL) { \
|
||||
(head)->sph_root = SPLAY_RIGHT((head)->sph_root, field);\
|
||||
} else { \
|
||||
__tmp = SPLAY_RIGHT((head)->sph_root, field); \
|
||||
(head)->sph_root = SPLAY_LEFT((head)->sph_root, field);\
|
||||
name##_SPLAY(head, elm); \
|
||||
SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
|
||||
} \
|
||||
return (elm); \
|
||||
} \
|
||||
return (NULL); \
|
||||
} \
|
||||
\
|
||||
void \
|
||||
name##_SPLAY(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type __node, *__left, *__right, *__tmp; \
|
||||
int __comp; \
|
||||
\
|
||||
SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
|
||||
__left = __right = &__node; \
|
||||
\
|
||||
while ((__comp = (cmp)(elm, (head)->sph_root))) { \
|
||||
if (__comp < 0) { \
|
||||
__tmp = SPLAY_LEFT((head)->sph_root, field); \
|
||||
if (__tmp == NULL) \
|
||||
break; \
|
||||
if ((cmp)(elm, __tmp) < 0){ \
|
||||
SPLAY_ROTATE_RIGHT(head, __tmp, field); \
|
||||
if (SPLAY_LEFT((head)->sph_root, field) == NULL)\
|
||||
break; \
|
||||
} \
|
||||
SPLAY_LINKLEFT(head, __right, field); \
|
||||
} else if (__comp > 0) { \
|
||||
__tmp = SPLAY_RIGHT((head)->sph_root, field); \
|
||||
if (__tmp == NULL) \
|
||||
break; \
|
||||
if ((cmp)(elm, __tmp) > 0){ \
|
||||
SPLAY_ROTATE_LEFT(head, __tmp, field); \
|
||||
if (SPLAY_RIGHT((head)->sph_root, field) == NULL)\
|
||||
break; \
|
||||
} \
|
||||
SPLAY_LINKRIGHT(head, __left, field); \
|
||||
} \
|
||||
} \
|
||||
SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
||||
} \
|
||||
\
|
||||
/* Splay with either the minimum or the maximum element \
|
||||
* Used to find minimum or maximum element in tree. \
|
||||
*/ \
|
||||
void name##_SPLAY_MINMAX(struct name *head, int __comp) \
|
||||
{ \
|
||||
struct type __node, *__left, *__right, *__tmp; \
|
||||
\
|
||||
SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
|
||||
__left = __right = &__node; \
|
||||
\
|
||||
while (1) { \
|
||||
if (__comp < 0) { \
|
||||
__tmp = SPLAY_LEFT((head)->sph_root, field); \
|
||||
if (__tmp == NULL) \
|
||||
break; \
|
||||
if (__comp < 0){ \
|
||||
SPLAY_ROTATE_RIGHT(head, __tmp, field); \
|
||||
if (SPLAY_LEFT((head)->sph_root, field) == NULL)\
|
||||
break; \
|
||||
} \
|
||||
SPLAY_LINKLEFT(head, __right, field); \
|
||||
} else if (__comp > 0) { \
|
||||
__tmp = SPLAY_RIGHT((head)->sph_root, field); \
|
||||
if (__tmp == NULL) \
|
||||
break; \
|
||||
if (__comp > 0) { \
|
||||
SPLAY_ROTATE_LEFT(head, __tmp, field); \
|
||||
if (SPLAY_RIGHT((head)->sph_root, field) == NULL)\
|
||||
break; \
|
||||
} \
|
||||
SPLAY_LINKRIGHT(head, __left, field); \
|
||||
} \
|
||||
} \
|
||||
SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
||||
}
|
||||
|
||||
#define SPLAY_NEGINF -1
|
||||
#define SPLAY_INF 1
|
||||
|
||||
#define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y)
|
||||
#define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y)
|
||||
#define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y)
|
||||
#define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y)
|
||||
#define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
|
||||
: name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF))
|
||||
#define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
|
||||
: name##_SPLAY_MIN_MAX(x, SPLAY_INF))
|
||||
|
||||
#define SPLAY_FOREACH(x, name, head) \
|
||||
for ((x) = SPLAY_MIN(name, head); \
|
||||
(x) != NULL; \
|
||||
(x) = SPLAY_NEXT(name, head, x))
|
||||
|
||||
/* Macros that define a red-back tree */
|
||||
#define RB_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *rbh_root; /* root of the tree */ \
|
||||
}
|
||||
|
||||
#define RB_INITIALIZER(root) \
|
||||
{ NULL }
|
||||
|
||||
#define RB_INIT(root) do { \
|
||||
(root)->rbh_root = NULL; \
|
||||
} while (0)
|
||||
|
||||
#define RB_BLACK 0
|
||||
#define RB_RED 1
|
||||
#define RB_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *rbe_left; /* left element */ \
|
||||
struct type *rbe_right; /* right element */ \
|
||||
struct type *rbe_parent; /* parent element */ \
|
||||
int rbe_color; /* node color */ \
|
||||
}
|
||||
|
||||
#define RB_LEFT(elm, field) (elm)->field.rbe_left
|
||||
#define RB_RIGHT(elm, field) (elm)->field.rbe_right
|
||||
#define RB_PARENT(elm, field) (elm)->field.rbe_parent
|
||||
#define RB_COLOR(elm, field) (elm)->field.rbe_color
|
||||
#define RB_ROOT(head) (head)->rbh_root
|
||||
#define RB_EMPTY(head) (RB_ROOT(head) == NULL)
|
||||
|
||||
#define RB_SET(elm, parent, field) do { \
|
||||
RB_PARENT(elm, field) = parent; \
|
||||
RB_LEFT(elm, field) = RB_RIGHT(elm, field) = NULL; \
|
||||
RB_COLOR(elm, field) = RB_RED; \
|
||||
} while (0)
|
||||
|
||||
#define RB_SET_BLACKRED(black, red, field) do { \
|
||||
RB_COLOR(black, field) = RB_BLACK; \
|
||||
RB_COLOR(red, field) = RB_RED; \
|
||||
} while (0)
|
||||
|
||||
#ifndef RB_AUGMENT
|
||||
#define RB_AUGMENT(x)
|
||||
#endif
|
||||
|
||||
#define RB_ROTATE_LEFT(head, elm, tmp, field) do { \
|
||||
(tmp) = RB_RIGHT(elm, field); \
|
||||
if ((RB_RIGHT(elm, field) = RB_LEFT(tmp, field))) { \
|
||||
RB_PARENT(RB_LEFT(tmp, field), field) = (elm); \
|
||||
} \
|
||||
RB_AUGMENT(elm); \
|
||||
if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field))) { \
|
||||
if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \
|
||||
RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \
|
||||
else \
|
||||
RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \
|
||||
} else \
|
||||
(head)->rbh_root = (tmp); \
|
||||
RB_LEFT(tmp, field) = (elm); \
|
||||
RB_PARENT(elm, field) = (tmp); \
|
||||
RB_AUGMENT(tmp); \
|
||||
if ((RB_PARENT(tmp, field))) \
|
||||
RB_AUGMENT(RB_PARENT(tmp, field)); \
|
||||
} while (0)
|
||||
|
||||
#define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \
|
||||
(tmp) = RB_LEFT(elm, field); \
|
||||
if ((RB_LEFT(elm, field) = RB_RIGHT(tmp, field))) { \
|
||||
RB_PARENT(RB_RIGHT(tmp, field), field) = (elm); \
|
||||
} \
|
||||
RB_AUGMENT(elm); \
|
||||
if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field))) { \
|
||||
if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \
|
||||
RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \
|
||||
else \
|
||||
RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \
|
||||
} else \
|
||||
(head)->rbh_root = (tmp); \
|
||||
RB_RIGHT(tmp, field) = (elm); \
|
||||
RB_PARENT(elm, field) = (tmp); \
|
||||
RB_AUGMENT(tmp); \
|
||||
if ((RB_PARENT(tmp, field))) \
|
||||
RB_AUGMENT(RB_PARENT(tmp, field)); \
|
||||
} while (0)
|
||||
|
||||
/* Generates prototypes and inline functions */
|
||||
#define RB_PROTOTYPE(name, type, field, cmp) \
|
||||
void name##_RB_INSERT_COLOR(struct name *, struct type *); \
|
||||
void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\
|
||||
struct type *name##_RB_REMOVE(struct name *, struct type *); \
|
||||
struct type *name##_RB_INSERT(struct name *, struct type *); \
|
||||
struct type *name##_RB_FIND(struct name *, struct type *); \
|
||||
struct type *name##_RB_NEXT(struct type *); \
|
||||
struct type *name##_RB_MINMAX(struct name *, int); \
|
||||
\
|
||||
|
||||
/* Main rb operation.
|
||||
* Moves node close to the key of elm to top
|
||||
*/
|
||||
#define RB_GENERATE(name, type, field, cmp) \
|
||||
void \
|
||||
name##_RB_INSERT_COLOR(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type *parent, *gparent, *tmp; \
|
||||
while ((parent = RB_PARENT(elm, field)) && \
|
||||
RB_COLOR(parent, field) == RB_RED) { \
|
||||
gparent = RB_PARENT(parent, field); \
|
||||
if (parent == RB_LEFT(gparent, field)) { \
|
||||
tmp = RB_RIGHT(gparent, field); \
|
||||
if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
|
||||
RB_COLOR(tmp, field) = RB_BLACK; \
|
||||
RB_SET_BLACKRED(parent, gparent, field);\
|
||||
elm = gparent; \
|
||||
continue; \
|
||||
} \
|
||||
if (RB_RIGHT(parent, field) == elm) { \
|
||||
RB_ROTATE_LEFT(head, parent, tmp, field);\
|
||||
tmp = parent; \
|
||||
parent = elm; \
|
||||
elm = tmp; \
|
||||
} \
|
||||
RB_SET_BLACKRED(parent, gparent, field); \
|
||||
RB_ROTATE_RIGHT(head, gparent, tmp, field); \
|
||||
} else { \
|
||||
tmp = RB_LEFT(gparent, field); \
|
||||
if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
|
||||
RB_COLOR(tmp, field) = RB_BLACK; \
|
||||
RB_SET_BLACKRED(parent, gparent, field);\
|
||||
elm = gparent; \
|
||||
continue; \
|
||||
} \
|
||||
if (RB_LEFT(parent, field) == elm) { \
|
||||
RB_ROTATE_RIGHT(head, parent, tmp, field);\
|
||||
tmp = parent; \
|
||||
parent = elm; \
|
||||
elm = tmp; \
|
||||
} \
|
||||
RB_SET_BLACKRED(parent, gparent, field); \
|
||||
RB_ROTATE_LEFT(head, gparent, tmp, field); \
|
||||
} \
|
||||
} \
|
||||
RB_COLOR(head->rbh_root, field) = RB_BLACK; \
|
||||
} \
|
||||
\
|
||||
void \
|
||||
name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, struct type *elm) \
|
||||
{ \
|
||||
struct type *tmp; \
|
||||
while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \
|
||||
elm != RB_ROOT(head)) { \
|
||||
if (RB_LEFT(parent, field) == elm) { \
|
||||
tmp = RB_RIGHT(parent, field); \
|
||||
if (RB_COLOR(tmp, field) == RB_RED) { \
|
||||
RB_SET_BLACKRED(tmp, parent, field); \
|
||||
RB_ROTATE_LEFT(head, parent, tmp, field);\
|
||||
tmp = RB_RIGHT(parent, field); \
|
||||
} \
|
||||
if ((RB_LEFT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
|
||||
(RB_RIGHT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
|
||||
RB_COLOR(tmp, field) = RB_RED; \
|
||||
elm = parent; \
|
||||
parent = RB_PARENT(elm, field); \
|
||||
} else { \
|
||||
if (RB_RIGHT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) {\
|
||||
struct type *oleft; \
|
||||
if ((oleft = RB_LEFT(tmp, field)))\
|
||||
RB_COLOR(oleft, field) = RB_BLACK;\
|
||||
RB_COLOR(tmp, field) = RB_RED; \
|
||||
RB_ROTATE_RIGHT(head, tmp, oleft, field);\
|
||||
tmp = RB_RIGHT(parent, field); \
|
||||
} \
|
||||
RB_COLOR(tmp, field) = RB_COLOR(parent, field);\
|
||||
RB_COLOR(parent, field) = RB_BLACK; \
|
||||
if (RB_RIGHT(tmp, field)) \
|
||||
RB_COLOR(RB_RIGHT(tmp, field), field) = RB_BLACK;\
|
||||
RB_ROTATE_LEFT(head, parent, tmp, field);\
|
||||
elm = RB_ROOT(head); \
|
||||
break; \
|
||||
} \
|
||||
} else { \
|
||||
tmp = RB_LEFT(parent, field); \
|
||||
if (RB_COLOR(tmp, field) == RB_RED) { \
|
||||
RB_SET_BLACKRED(tmp, parent, field); \
|
||||
RB_ROTATE_RIGHT(head, parent, tmp, field);\
|
||||
tmp = RB_LEFT(parent, field); \
|
||||
} \
|
||||
if ((RB_LEFT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
|
||||
(RB_RIGHT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
|
||||
RB_COLOR(tmp, field) = RB_RED; \
|
||||
elm = parent; \
|
||||
parent = RB_PARENT(elm, field); \
|
||||
} else { \
|
||||
if (RB_LEFT(tmp, field) == NULL || \
|
||||
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) {\
|
||||
struct type *oright; \
|
||||
if ((oright = RB_RIGHT(tmp, field)))\
|
||||
RB_COLOR(oright, field) = RB_BLACK;\
|
||||
RB_COLOR(tmp, field) = RB_RED; \
|
||||
RB_ROTATE_LEFT(head, tmp, oright, field);\
|
||||
tmp = RB_LEFT(parent, field); \
|
||||
} \
|
||||
RB_COLOR(tmp, field) = RB_COLOR(parent, field);\
|
||||
RB_COLOR(parent, field) = RB_BLACK; \
|
||||
if (RB_LEFT(tmp, field)) \
|
||||
RB_COLOR(RB_LEFT(tmp, field), field) = RB_BLACK;\
|
||||
RB_ROTATE_RIGHT(head, parent, tmp, field);\
|
||||
elm = RB_ROOT(head); \
|
||||
break; \
|
||||
} \
|
||||
} \
|
||||
} \
|
||||
if (elm) \
|
||||
RB_COLOR(elm, field) = RB_BLACK; \
|
||||
} \
|
||||
\
|
||||
struct type * \
|
||||
name##_RB_REMOVE(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type *child, *parent, *old = elm; \
|
||||
int color; \
|
||||
if (RB_LEFT(elm, field) == NULL) \
|
||||
child = RB_RIGHT(elm, field); \
|
||||
else if (RB_RIGHT(elm, field) == NULL) \
|
||||
child = RB_LEFT(elm, field); \
|
||||
else { \
|
||||
struct type *left; \
|
||||
elm = RB_RIGHT(elm, field); \
|
||||
while ((left = RB_LEFT(elm, field))) \
|
||||
elm = left; \
|
||||
child = RB_RIGHT(elm, field); \
|
||||
parent = RB_PARENT(elm, field); \
|
||||
color = RB_COLOR(elm, field); \
|
||||
if (child) \
|
||||
RB_PARENT(child, field) = parent; \
|
||||
if (parent) { \
|
||||
if (RB_LEFT(parent, field) == elm) \
|
||||
RB_LEFT(parent, field) = child; \
|
||||
else \
|
||||
RB_RIGHT(parent, field) = child; \
|
||||
RB_AUGMENT(parent); \
|
||||
} else \
|
||||
RB_ROOT(head) = child; \
|
||||
if (RB_PARENT(elm, field) == old) \
|
||||
parent = elm; \
|
||||
(elm)->field = (old)->field; \
|
||||
if (RB_PARENT(old, field)) { \
|
||||
if (RB_LEFT(RB_PARENT(old, field), field) == old)\
|
||||
RB_LEFT(RB_PARENT(old, field), field) = elm;\
|
||||
else \
|
||||
RB_RIGHT(RB_PARENT(old, field), field) = elm;\
|
||||
RB_AUGMENT(RB_PARENT(old, field)); \
|
||||
} else \
|
||||
RB_ROOT(head) = elm; \
|
||||
RB_PARENT(RB_LEFT(old, field), field) = elm; \
|
||||
if (RB_RIGHT(old, field)) \
|
||||
RB_PARENT(RB_RIGHT(old, field), field) = elm; \
|
||||
if (parent) { \
|
||||
left = parent; \
|
||||
do { \
|
||||
RB_AUGMENT(left); \
|
||||
} while ((left = RB_PARENT(left, field))); \
|
||||
} \
|
||||
goto color; \
|
||||
} \
|
||||
parent = RB_PARENT(elm, field); \
|
||||
color = RB_COLOR(elm, field); \
|
||||
if (child) \
|
||||
RB_PARENT(child, field) = parent; \
|
||||
if (parent) { \
|
||||
if (RB_LEFT(parent, field) == elm) \
|
||||
RB_LEFT(parent, field) = child; \
|
||||
else \
|
||||
RB_RIGHT(parent, field) = child; \
|
||||
RB_AUGMENT(parent); \
|
||||
} else \
|
||||
RB_ROOT(head) = child; \
|
||||
color: \
|
||||
if (color == RB_BLACK) \
|
||||
name##_RB_REMOVE_COLOR(head, parent, child); \
|
||||
return (old); \
|
||||
} \
|
||||
\
|
||||
/* Inserts a node into the RB tree */ \
|
||||
struct type * \
|
||||
name##_RB_INSERT(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type *tmp; \
|
||||
struct type *parent = NULL; \
|
||||
int comp = 0; \
|
||||
tmp = RB_ROOT(head); \
|
||||
while (tmp) { \
|
||||
parent = tmp; \
|
||||
comp = (cmp)(elm, parent); \
|
||||
if (comp < 0) \
|
||||
tmp = RB_LEFT(tmp, field); \
|
||||
else if (comp > 0) \
|
||||
tmp = RB_RIGHT(tmp, field); \
|
||||
else \
|
||||
return (tmp); \
|
||||
} \
|
||||
RB_SET(elm, parent, field); \
|
||||
if (parent != NULL) { \
|
||||
if (comp < 0) \
|
||||
RB_LEFT(parent, field) = elm; \
|
||||
else \
|
||||
RB_RIGHT(parent, field) = elm; \
|
||||
RB_AUGMENT(parent); \
|
||||
} else \
|
||||
RB_ROOT(head) = elm; \
|
||||
name##_RB_INSERT_COLOR(head, elm); \
|
||||
return (NULL); \
|
||||
} \
|
||||
\
|
||||
/* Finds the node with the same key as elm */ \
|
||||
struct type * \
|
||||
name##_RB_FIND(struct name *head, struct type *elm) \
|
||||
{ \
|
||||
struct type *tmp = RB_ROOT(head); \
|
||||
int comp; \
|
||||
while (tmp) { \
|
||||
comp = cmp(elm, tmp); \
|
||||
if (comp < 0) \
|
||||
tmp = RB_LEFT(tmp, field); \
|
||||
else if (comp > 0) \
|
||||
tmp = RB_RIGHT(tmp, field); \
|
||||
else \
|
||||
return (tmp); \
|
||||
} \
|
||||
return (NULL); \
|
||||
} \
|
||||
\
|
||||
struct type * \
|
||||
name##_RB_NEXT(struct type *elm) \
|
||||
{ \
|
||||
if (RB_RIGHT(elm, field)) { \
|
||||
elm = RB_RIGHT(elm, field); \
|
||||
while (RB_LEFT(elm, field)) \
|
||||
elm = RB_LEFT(elm, field); \
|
||||
} else { \
|
||||
if (RB_PARENT(elm, field) && \
|
||||
(elm == RB_LEFT(RB_PARENT(elm, field), field))) \
|
||||
elm = RB_PARENT(elm, field); \
|
||||
else { \
|
||||
while (RB_PARENT(elm, field) && \
|
||||
(elm == RB_RIGHT(RB_PARENT(elm, field), field)))\
|
||||
elm = RB_PARENT(elm, field); \
|
||||
elm = RB_PARENT(elm, field); \
|
||||
} \
|
||||
} \
|
||||
return (elm); \
|
||||
} \
|
||||
\
|
||||
struct type * \
|
||||
name##_RB_MINMAX(struct name *head, int val) \
|
||||
{ \
|
||||
struct type *tmp = RB_ROOT(head); \
|
||||
struct type *parent = NULL; \
|
||||
while (tmp) { \
|
||||
parent = tmp; \
|
||||
if (val < 0) \
|
||||
tmp = RB_LEFT(tmp, field); \
|
||||
else \
|
||||
tmp = RB_RIGHT(tmp, field); \
|
||||
} \
|
||||
return (parent); \
|
||||
}
|
||||
|
||||
#define RB_NEGINF -1
|
||||
#define RB_INF 1
|
||||
|
||||
#define RB_INSERT(name, x, y) name##_RB_INSERT(x, y)
|
||||
#define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y)
|
||||
#define RB_FIND(name, x, y) name##_RB_FIND(x, y)
|
||||
#define RB_NEXT(name, x, y) name##_RB_NEXT(y)
|
||||
#define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF)
|
||||
#define RB_MAX(name, x) name##_RB_MINMAX(x, RB_INF)
|
||||
|
||||
#define RB_FOREACH(x, name, head) \
|
||||
for ((x) = RB_MIN(name, head); \
|
||||
(x) != NULL; \
|
||||
(x) = name##_RB_NEXT(x))
|
||||
|
||||
#endif /* _SYS_TREE_H_ */
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,546 @@
|
|||
/* Portable arc4random.c based on arc4random.c from OpenBSD.
|
||||
* Portable version by Chris Davis, adapted for Libevent by Nick Mathewson
|
||||
* Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
|
||||
* Copyright (c) 2010-2012 Niels Provos and Nick Mathewson
|
||||
*
|
||||
* Note that in Libevent, this file isn't compiled directly. Instead,
|
||||
* it's included from evutil_rand.c
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, David Mazieres <dm@uun.org>
|
||||
* Copyright (c) 2008, Damien Miller <djm@openbsd.org>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
* copyright notice and this permission notice appear in all copies.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Arc4 random number generator for OpenBSD.
|
||||
*
|
||||
* This code is derived from section 17.1 of Applied Cryptography,
|
||||
* second edition, which describes a stream cipher allegedly
|
||||
* compatible with RSA Labs "RC4" cipher (the actual description of
|
||||
* which is a trade secret). The same algorithm is used as a stream
|
||||
* cipher called "arcfour" in Tatu Ylonen's ssh package.
|
||||
*
|
||||
* Here the stream cipher has been modified always to include the time
|
||||
* when initializing the state. That makes it impossible to
|
||||
* regenerate the same random sequence twice, so this can't be used
|
||||
* for encryption, but will generate good random numbers.
|
||||
*
|
||||
* RC4 is a registered trademark of RSA Laboratories.
|
||||
*/
|
||||
|
||||
#ifndef ARC4RANDOM_EXPORT
|
||||
#define ARC4RANDOM_EXPORT
|
||||
#endif
|
||||
|
||||
#ifndef ARC4RANDOM_UINT32
|
||||
#define ARC4RANDOM_UINT32 uint32_t
|
||||
#endif
|
||||
|
||||
#ifndef ARC4RANDOM_NO_INCLUDES
|
||||
#include "evconfig-private.h"
|
||||
#ifdef _WIN32
|
||||
#include <wincrypt.h>
|
||||
#include <process.h>
|
||||
#include <winerror.h>
|
||||
#else
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef EVENT__HAVE_SYS_SYSCTL_H
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_SYS_RANDOM_H
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
/* Add platform entropy 32 bytes (256 bits) at a time. */
|
||||
#define ADD_ENTROPY 32
|
||||
|
||||
/* Re-seed from the platform RNG after generating this many bytes. */
|
||||
#define BYTES_BEFORE_RESEED 1600000
|
||||
|
||||
struct arc4_stream {
|
||||
unsigned char i;
|
||||
unsigned char j;
|
||||
unsigned char s[256];
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
#define getpid _getpid
|
||||
#define pid_t int
|
||||
#endif
|
||||
|
||||
static int rs_initialized;
|
||||
static struct arc4_stream rs;
|
||||
static pid_t arc4_stir_pid;
|
||||
static int arc4_count;
|
||||
|
||||
static inline unsigned char arc4_getbyte(void);
|
||||
|
||||
static inline void
|
||||
arc4_init(void)
|
||||
{
|
||||
int n;
|
||||
|
||||
for (n = 0; n < 256; n++)
|
||||
rs.s[n] = n;
|
||||
rs.i = 0;
|
||||
rs.j = 0;
|
||||
}
|
||||
|
||||
static inline void
|
||||
arc4_addrandom(const unsigned char *dat, int datlen)
|
||||
{
|
||||
int n;
|
||||
unsigned char si;
|
||||
|
||||
rs.i--;
|
||||
for (n = 0; n < 256; n++) {
|
||||
rs.i = (rs.i + 1);
|
||||
si = rs.s[rs.i];
|
||||
rs.j = (rs.j + si + dat[n % datlen]);
|
||||
rs.s[rs.i] = rs.s[rs.j];
|
||||
rs.s[rs.j] = si;
|
||||
}
|
||||
rs.j = rs.i;
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
static ssize_t
|
||||
read_all(int fd, unsigned char *buf, size_t count)
|
||||
{
|
||||
size_t numread = 0;
|
||||
ssize_t result;
|
||||
|
||||
while (numread < count) {
|
||||
result = read(fd, buf+numread, count-numread);
|
||||
if (result<0)
|
||||
return -1;
|
||||
else if (result == 0)
|
||||
break;
|
||||
numread += result;
|
||||
}
|
||||
|
||||
return (ssize_t)numread;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define TRY_SEED_WIN32
|
||||
static int
|
||||
arc4_seed_win32(void)
|
||||
{
|
||||
/* This is adapted from Tor's crypto_seed_rng() */
|
||||
static int provider_set = 0;
|
||||
static HCRYPTPROV provider;
|
||||
unsigned char buf[ADD_ENTROPY];
|
||||
|
||||
if (!provider_set) {
|
||||
if (!CryptAcquireContext(&provider, NULL, NULL, PROV_RSA_FULL,
|
||||
CRYPT_VERIFYCONTEXT)) {
|
||||
if (GetLastError() != (DWORD)NTE_BAD_KEYSET)
|
||||
return -1;
|
||||
}
|
||||
provider_set = 1;
|
||||
}
|
||||
if (!CryptGenRandom(provider, sizeof(buf), buf))
|
||||
return -1;
|
||||
arc4_addrandom(buf, sizeof(buf));
|
||||
evutil_memclear_(buf, sizeof(buf));
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(EVENT__HAVE_GETRANDOM)
|
||||
#define TRY_SEED_GETRANDOM
|
||||
static int
|
||||
arc4_seed_getrandom(void)
|
||||
{
|
||||
unsigned char buf[ADD_ENTROPY];
|
||||
size_t len, n;
|
||||
unsigned i;
|
||||
int any_set;
|
||||
|
||||
memset(buf, 0, sizeof(buf));
|
||||
|
||||
for (len = 0; len < sizeof(buf); len += n) {
|
||||
n = sizeof(buf) - len;
|
||||
|
||||
if (0 == getrandom(&buf[len], n, 0))
|
||||
return -1;
|
||||
}
|
||||
/* make sure that the buffer actually got set. */
|
||||
for (i=0,any_set=0; i<sizeof(buf); ++i) {
|
||||
any_set |= buf[i];
|
||||
}
|
||||
if (!any_set)
|
||||
return -1;
|
||||
|
||||
arc4_addrandom(buf, sizeof(buf));
|
||||
evutil_memclear_(buf, sizeof(buf));
|
||||
return 0;
|
||||
}
|
||||
#endif /* EVENT__HAVE_GETRANDOM */
|
||||
|
||||
#if defined(EVENT__HAVE_SYS_SYSCTL_H) && defined(EVENT__HAVE_SYSCTL)
|
||||
#if EVENT__HAVE_DECL_CTL_KERN && EVENT__HAVE_DECL_KERN_ARND
|
||||
#define TRY_SEED_SYSCTL_BSD
|
||||
static int
|
||||
arc4_seed_sysctl_bsd(void)
|
||||
{
|
||||
/* Based on code from William Ahern and from OpenBSD, this function
|
||||
* tries to use the KERN_ARND syscall to get entropy from the kernel.
|
||||
* This can work even if /dev/urandom is inaccessible for some reason
|
||||
* (e.g., we're running in a chroot). */
|
||||
int mib[] = { CTL_KERN, KERN_ARND };
|
||||
unsigned char buf[ADD_ENTROPY];
|
||||
size_t len, n;
|
||||
int i, any_set;
|
||||
|
||||
memset(buf, 0, sizeof(buf));
|
||||
|
||||
len = sizeof(buf);
|
||||
if (sysctl(mib, 2, buf, &len, NULL, 0) == -1) {
|
||||
for (len = 0; len < sizeof(buf); len += sizeof(unsigned)) {
|
||||
n = sizeof(unsigned);
|
||||
if (n + len > sizeof(buf))
|
||||
n = len - sizeof(buf);
|
||||
if (sysctl(mib, 2, &buf[len], &n, NULL, 0) == -1)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
/* make sure that the buffer actually got set. */
|
||||
for (i=any_set=0; i<sizeof(buf); ++i) {
|
||||
any_set |= buf[i];
|
||||
}
|
||||
if (!any_set)
|
||||
return -1;
|
||||
|
||||
arc4_addrandom(buf, sizeof(buf));
|
||||
evutil_memclear_(buf, sizeof(buf));
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
#endif /* defined(EVENT__HAVE_SYS_SYSCTL_H) */
|
||||
|
||||
#ifdef __linux__
|
||||
#define TRY_SEED_PROC_SYS_KERNEL_RANDOM_UUID
|
||||
static int
|
||||
arc4_seed_proc_sys_kernel_random_uuid(void)
|
||||
{
|
||||
/* Occasionally, somebody will make /proc/sys accessible in a chroot,
|
||||
* but not /dev/urandom. Let's try /proc/sys/kernel/random/uuid.
|
||||
* Its format is stupid, so we need to decode it from hex.
|
||||
*/
|
||||
int fd;
|
||||
char buf[128];
|
||||
unsigned char entropy[64];
|
||||
int bytes, n, i, nybbles;
|
||||
for (bytes = 0; bytes<ADD_ENTROPY; ) {
|
||||
fd = evutil_open_closeonexec_("/proc/sys/kernel/random/uuid", O_RDONLY, 0);
|
||||
if (fd < 0)
|
||||
return -1;
|
||||
n = read(fd, buf, sizeof(buf));
|
||||
close(fd);
|
||||
if (n<=0)
|
||||
return -1;
|
||||
memset(entropy, 0, sizeof(entropy));
|
||||
for (i=nybbles=0; i<n; ++i) {
|
||||
if (EVUTIL_ISXDIGIT_(buf[i])) {
|
||||
int nyb = evutil_hex_char_to_int_(buf[i]);
|
||||
if (nybbles & 1) {
|
||||
entropy[nybbles/2] |= nyb;
|
||||
} else {
|
||||
entropy[nybbles/2] |= nyb<<4;
|
||||
}
|
||||
++nybbles;
|
||||
}
|
||||
}
|
||||
if (nybbles < 2)
|
||||
return -1;
|
||||
arc4_addrandom(entropy, nybbles/2);
|
||||
bytes += nybbles/2;
|
||||
}
|
||||
evutil_memclear_(entropy, sizeof(entropy));
|
||||
evutil_memclear_(buf, sizeof(buf));
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#define TRY_SEED_URANDOM
|
||||
static char *arc4random_urandom_filename = NULL;
|
||||
|
||||
static int arc4_seed_urandom_helper_(const char *fname)
|
||||
{
|
||||
unsigned char buf[ADD_ENTROPY];
|
||||
int fd;
|
||||
size_t n;
|
||||
|
||||
fd = evutil_open_closeonexec_(fname, O_RDONLY, 0);
|
||||
if (fd<0)
|
||||
return -1;
|
||||
n = read_all(fd, buf, sizeof(buf));
|
||||
close(fd);
|
||||
if (n != sizeof(buf))
|
||||
return -1;
|
||||
arc4_addrandom(buf, sizeof(buf));
|
||||
evutil_memclear_(buf, sizeof(buf));
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
arc4_seed_urandom(void)
|
||||
{
|
||||
/* This is adapted from Tor's crypto_seed_rng() */
|
||||
static const char *filenames[] = {
|
||||
"/dev/srandom", "/dev/urandom", "/dev/random", NULL
|
||||
};
|
||||
int i;
|
||||
if (arc4random_urandom_filename)
|
||||
return arc4_seed_urandom_helper_(arc4random_urandom_filename);
|
||||
|
||||
for (i = 0; filenames[i]; ++i) {
|
||||
if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
arc4_seed(void)
|
||||
{
|
||||
int ok = 0;
|
||||
/* We try every method that might work, and don't give up even if one
|
||||
* does seem to work. There's no real harm in over-seeding, and if
|
||||
* one of these sources turns out to be broken, that would be bad. */
|
||||
#ifdef TRY_SEED_WIN32
|
||||
if (0 == arc4_seed_win32())
|
||||
ok = 1;
|
||||
#endif
|
||||
#ifdef TRY_SEED_GETRANDOM
|
||||
if (0 == arc4_seed_getrandom())
|
||||
ok = 1;
|
||||
#endif
|
||||
#ifdef TRY_SEED_URANDOM
|
||||
if (0 == arc4_seed_urandom())
|
||||
ok = 1;
|
||||
#endif
|
||||
#ifdef TRY_SEED_PROC_SYS_KERNEL_RANDOM_UUID
|
||||
if (arc4random_urandom_filename == NULL &&
|
||||
0 == arc4_seed_proc_sys_kernel_random_uuid())
|
||||
ok = 1;
|
||||
#endif
|
||||
#ifdef TRY_SEED_SYSCTL_BSD
|
||||
if (0 == arc4_seed_sysctl_bsd())
|
||||
ok = 1;
|
||||
#endif
|
||||
return ok ? 0 : -1;
|
||||
}
|
||||
|
||||
static int
|
||||
arc4_stir(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (!rs_initialized) {
|
||||
arc4_init();
|
||||
rs_initialized = 1;
|
||||
}
|
||||
|
||||
if (0 != arc4_seed())
|
||||
return -1;
|
||||
|
||||
/*
|
||||
* Discard early keystream, as per recommendations in
|
||||
* "Weaknesses in the Key Scheduling Algorithm of RC4" by
|
||||
* Scott Fluhrer, Itsik Mantin, and Adi Shamir.
|
||||
* http://www.wisdom.weizmann.ac.il/~itsik/RC4/Papers/Rc4_ksa.ps
|
||||
*
|
||||
* Ilya Mironov's "(Not So) Random Shuffles of RC4" suggests that
|
||||
* we drop at least 2*256 bytes, with 12*256 as a conservative
|
||||
* value.
|
||||
*
|
||||
* RFC4345 says to drop 6*256.
|
||||
*
|
||||
* At least some versions of this code drop 4*256, in a mistaken
|
||||
* belief that "words" in the Fluhrer/Mantin/Shamir paper refers
|
||||
* to processor words.
|
||||
*
|
||||
* We add another sect to the cargo cult, and choose 12*256.
|
||||
*/
|
||||
for (i = 0; i < 12*256; i++)
|
||||
(void)arc4_getbyte();
|
||||
|
||||
arc4_count = BYTES_BEFORE_RESEED;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
arc4_stir_if_needed(void)
|
||||
{
|
||||
pid_t pid = getpid();
|
||||
|
||||
if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != pid)
|
||||
{
|
||||
arc4_stir_pid = pid;
|
||||
arc4_stir();
|
||||
}
|
||||
}
|
||||
|
||||
static inline unsigned char
|
||||
arc4_getbyte(void)
|
||||
{
|
||||
unsigned char si, sj;
|
||||
|
||||
rs.i = (rs.i + 1);
|
||||
si = rs.s[rs.i];
|
||||
rs.j = (rs.j + si);
|
||||
sj = rs.s[rs.j];
|
||||
rs.s[rs.i] = sj;
|
||||
rs.s[rs.j] = si;
|
||||
return (rs.s[(si + sj) & 0xff]);
|
||||
}
|
||||
|
||||
static inline unsigned int
|
||||
arc4_getword(void)
|
||||
{
|
||||
unsigned int val;
|
||||
|
||||
val = arc4_getbyte() << 24;
|
||||
val |= arc4_getbyte() << 16;
|
||||
val |= arc4_getbyte() << 8;
|
||||
val |= arc4_getbyte();
|
||||
|
||||
return val;
|
||||
}
|
||||
|
||||
#ifndef ARC4RANDOM_NOSTIR
|
||||
ARC4RANDOM_EXPORT int
|
||||
arc4random_stir(void)
|
||||
{
|
||||
int val;
|
||||
ARC4_LOCK_();
|
||||
val = arc4_stir();
|
||||
ARC4_UNLOCK_();
|
||||
return val;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef ARC4RANDOM_NOADDRANDOM
|
||||
ARC4RANDOM_EXPORT void
|
||||
arc4random_addrandom(const unsigned char *dat, int datlen)
|
||||
{
|
||||
int j;
|
||||
ARC4_LOCK_();
|
||||
if (!rs_initialized)
|
||||
arc4_stir();
|
||||
for (j = 0; j < datlen; j += 256) {
|
||||
/* arc4_addrandom() ignores all but the first 256 bytes of
|
||||
* its input. We want to make sure to look at ALL the
|
||||
* data in 'dat', just in case the user is doing something
|
||||
* crazy like passing us all the files in /var/log. */
|
||||
arc4_addrandom(dat + j, datlen - j);
|
||||
}
|
||||
ARC4_UNLOCK_();
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef ARC4RANDOM_NORANDOM
|
||||
ARC4RANDOM_EXPORT ARC4RANDOM_UINT32
|
||||
arc4random(void)
|
||||
{
|
||||
ARC4RANDOM_UINT32 val;
|
||||
ARC4_LOCK_();
|
||||
arc4_count -= 4;
|
||||
arc4_stir_if_needed();
|
||||
val = arc4_getword();
|
||||
ARC4_UNLOCK_();
|
||||
return val;
|
||||
}
|
||||
#endif
|
||||
|
||||
ARC4RANDOM_EXPORT void
|
||||
arc4random_buf(void *buf_, size_t n)
|
||||
{
|
||||
unsigned char *buf = buf_;
|
||||
ARC4_LOCK_();
|
||||
arc4_stir_if_needed();
|
||||
while (n--) {
|
||||
if (--arc4_count <= 0)
|
||||
arc4_stir();
|
||||
buf[n] = arc4_getbyte();
|
||||
}
|
||||
ARC4_UNLOCK_();
|
||||
}
|
||||
|
||||
#ifndef ARC4RANDOM_NOUNIFORM
|
||||
/*
|
||||
* Calculate a uniformly distributed random number less than upper_bound
|
||||
* avoiding "modulo bias".
|
||||
*
|
||||
* Uniformity is achieved by generating new random numbers until the one
|
||||
* returned is outside the range [0, 2**32 % upper_bound). This
|
||||
* guarantees the selected random number will be inside
|
||||
* [2**32 % upper_bound, 2**32) which maps back to [0, upper_bound)
|
||||
* after reduction modulo upper_bound.
|
||||
*/
|
||||
ARC4RANDOM_EXPORT unsigned int
|
||||
arc4random_uniform(unsigned int upper_bound)
|
||||
{
|
||||
ARC4RANDOM_UINT32 r, min;
|
||||
|
||||
if (upper_bound < 2)
|
||||
return 0;
|
||||
|
||||
#if (UINT_MAX > 0xffffffffUL)
|
||||
min = 0x100000000UL % upper_bound;
|
||||
#else
|
||||
/* Calculate (2**32 % upper_bound) avoiding 64-bit math */
|
||||
if (upper_bound > 0x80000000)
|
||||
min = 1 + ~upper_bound; /* 2**32 - upper_bound */
|
||||
else {
|
||||
/* (2**32 - (x * 2)) % x == 2**32 % x when x <= 2**31 */
|
||||
min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This could theoretically loop forever but each retry has
|
||||
* p > 0.5 (worst case, usually far better) of selecting a
|
||||
* number inside the range we need, so it should rarely need
|
||||
* to re-roll.
|
||||
*/
|
||||
for (;;) {
|
||||
r = arc4random();
|
||||
if (r >= min)
|
||||
break;
|
||||
}
|
||||
|
||||
return r % upper_bound;
|
||||
}
|
||||
#endif
|
|
@ -0,0 +1,22 @@
|
|||
#!/bin/sh
|
||||
|
||||
MAKE=make
|
||||
if command -v gmake >/dev/null 2>/dev/null; then
|
||||
MAKE=gmake
|
||||
fi
|
||||
$MAKE maintainer-clean >/dev/null 2>/dev/null
|
||||
|
||||
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
||||
exec autoreconf -ivf
|
||||
fi
|
||||
|
||||
LIBTOOLIZE=libtoolize
|
||||
SYSNAME=`uname`
|
||||
if [ "x$SYSNAME" = "xDarwin" ] ; then
|
||||
LIBTOOLIZE=glibtoolize
|
||||
fi
|
||||
aclocal -I m4 && \
|
||||
autoheader && \
|
||||
$LIBTOOLIZE && \
|
||||
autoconf && \
|
||||
automake --add-missing --force-missing --copy
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,327 @@
|
|||
/*
|
||||
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/**
|
||||
@file buffer_iocp.c
|
||||
|
||||
This module implements overlapped read and write functions for evbuffer
|
||||
objects on Windows.
|
||||
*/
|
||||
#include "event2/event-config.h"
|
||||
#include "evconfig-private.h"
|
||||
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/buffer_compat.h"
|
||||
#include "event2/util.h"
|
||||
#include "event2/thread.h"
|
||||
#include "util-internal.h"
|
||||
#include "evthread-internal.h"
|
||||
#include "evbuffer-internal.h"
|
||||
#include "iocp-internal.h"
|
||||
#include "mm-internal.h"
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <winerror.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define MAX_WSABUFS 16
|
||||
|
||||
/** An evbuffer that can handle overlapped IO. */
|
||||
struct evbuffer_overlapped {
|
||||
struct evbuffer buffer;
|
||||
/** The socket that we're doing overlapped IO on. */
|
||||
evutil_socket_t fd;
|
||||
|
||||
/** pending I/O type */
|
||||
unsigned read_in_progress : 1;
|
||||
unsigned write_in_progress : 1;
|
||||
|
||||
/** The first pinned chain in the buffer. */
|
||||
struct evbuffer_chain *first_pinned;
|
||||
|
||||
/** How many chains are pinned; how many of the fields in buffers
|
||||
* are we using. */
|
||||
int n_buffers;
|
||||
WSABUF buffers[MAX_WSABUFS];
|
||||
};
|
||||
|
||||
/** Given an evbuffer, return the correponding evbuffer structure, or NULL if
|
||||
* the evbuffer isn't overlapped. */
|
||||
static inline struct evbuffer_overlapped *
|
||||
upcast_evbuffer(struct evbuffer *buf)
|
||||
{
|
||||
if (!buf || !buf->is_overlapped)
|
||||
return NULL;
|
||||
return EVUTIL_UPCAST(buf, struct evbuffer_overlapped, buffer);
|
||||
}
|
||||
|
||||
/** Unpin all the chains noted as pinned in 'eo'. */
|
||||
static void
|
||||
pin_release(struct evbuffer_overlapped *eo, unsigned flag)
|
||||
{
|
||||
int i;
|
||||
struct evbuffer_chain *next, *chain = eo->first_pinned;
|
||||
|
||||
for (i = 0; i < eo->n_buffers; ++i) {
|
||||
EVUTIL_ASSERT(chain);
|
||||
next = chain->next;
|
||||
evbuffer_chain_unpin_(chain, flag);
|
||||
chain = next;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes)
|
||||
{
|
||||
struct evbuffer_overlapped *buf = upcast_evbuffer(evbuf);
|
||||
struct evbuffer_chain **chainp;
|
||||
size_t remaining, len;
|
||||
unsigned i;
|
||||
|
||||
EVBUFFER_LOCK(evbuf);
|
||||
EVUTIL_ASSERT(buf->read_in_progress && !buf->write_in_progress);
|
||||
EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
|
||||
|
||||
evbuffer_unfreeze(evbuf, 0);
|
||||
|
||||
chainp = evbuf->last_with_datap;
|
||||
if (!((*chainp)->flags & EVBUFFER_MEM_PINNED_R))
|
||||
chainp = &(*chainp)->next;
|
||||
remaining = nBytes;
|
||||
for (i = 0; remaining > 0 && i < (unsigned)buf->n_buffers; ++i) {
|
||||
EVUTIL_ASSERT(*chainp);
|
||||
len = buf->buffers[i].len;
|
||||
if (remaining < len)
|
||||
len = remaining;
|
||||
(*chainp)->off += len;
|
||||
evbuf->last_with_datap = chainp;
|
||||
remaining -= len;
|
||||
chainp = &(*chainp)->next;
|
||||
}
|
||||
|
||||
pin_release(buf, EVBUFFER_MEM_PINNED_R);
|
||||
|
||||
buf->read_in_progress = 0;
|
||||
|
||||
evbuf->total_len += nBytes;
|
||||
evbuf->n_add_for_cb += nBytes;
|
||||
|
||||
evbuffer_invoke_callbacks_(evbuf);
|
||||
|
||||
evbuffer_decref_and_unlock_(evbuf);
|
||||
}
|
||||
|
||||
void
|
||||
evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes)
|
||||
{
|
||||
struct evbuffer_overlapped *buf = upcast_evbuffer(evbuf);
|
||||
|
||||
EVBUFFER_LOCK(evbuf);
|
||||
EVUTIL_ASSERT(buf->write_in_progress && !buf->read_in_progress);
|
||||
evbuffer_unfreeze(evbuf, 1);
|
||||
evbuffer_drain(evbuf, nBytes);
|
||||
pin_release(buf,EVBUFFER_MEM_PINNED_W);
|
||||
buf->write_in_progress = 0;
|
||||
evbuffer_decref_and_unlock_(evbuf);
|
||||
}
|
||||
|
||||
struct evbuffer *
|
||||
evbuffer_overlapped_new_(evutil_socket_t fd)
|
||||
{
|
||||
struct evbuffer_overlapped *evo;
|
||||
|
||||
evo = mm_calloc(1, sizeof(struct evbuffer_overlapped));
|
||||
if (!evo)
|
||||
return NULL;
|
||||
|
||||
LIST_INIT(&evo->buffer.callbacks);
|
||||
evo->buffer.refcnt = 1;
|
||||
evo->buffer.last_with_datap = &evo->buffer.first;
|
||||
|
||||
evo->buffer.is_overlapped = 1;
|
||||
evo->fd = fd;
|
||||
|
||||
return &evo->buffer;
|
||||
}
|
||||
|
||||
int
|
||||
evbuffer_launch_write_(struct evbuffer *buf, ev_ssize_t at_most,
|
||||
struct event_overlapped *ol)
|
||||
{
|
||||
struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
|
||||
int r = -1;
|
||||
int i;
|
||||
struct evbuffer_chain *chain;
|
||||
DWORD bytesSent;
|
||||
|
||||
if (!buf) {
|
||||
/* No buffer, or it isn't overlapped */
|
||||
return -1;
|
||||
}
|
||||
|
||||
EVBUFFER_LOCK(buf);
|
||||
EVUTIL_ASSERT(!buf_o->read_in_progress);
|
||||
if (buf->freeze_start || buf_o->write_in_progress)
|
||||
goto done;
|
||||
if (!buf->total_len) {
|
||||
/* Nothing to write */
|
||||
r = 0;
|
||||
goto done;
|
||||
} else if (at_most < 0 || (size_t)at_most > buf->total_len) {
|
||||
at_most = buf->total_len;
|
||||
}
|
||||
evbuffer_freeze(buf, 1);
|
||||
|
||||
buf_o->first_pinned = NULL;
|
||||
buf_o->n_buffers = 0;
|
||||
memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
|
||||
|
||||
chain = buf_o->first_pinned = buf->first;
|
||||
|
||||
for (i=0; i < MAX_WSABUFS && chain; ++i, chain=chain->next) {
|
||||
WSABUF *b = &buf_o->buffers[i];
|
||||
b->buf = (char*)( chain->buffer + chain->misalign );
|
||||
evbuffer_chain_pin_(chain, EVBUFFER_MEM_PINNED_W);
|
||||
|
||||
if ((size_t)at_most > chain->off) {
|
||||
/* XXXX Cast is safe for now, since win32 has no
|
||||
mmaped chains. But later, we need to have this
|
||||
add more WSAbufs if chain->off is greater than
|
||||
ULONG_MAX */
|
||||
b->len = (unsigned long)chain->off;
|
||||
at_most -= chain->off;
|
||||
} else {
|
||||
b->len = (unsigned long)at_most;
|
||||
++i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
buf_o->n_buffers = i;
|
||||
evbuffer_incref_(buf);
|
||||
if (WSASend(buf_o->fd, buf_o->buffers, i, &bytesSent, 0,
|
||||
&ol->overlapped, NULL)) {
|
||||
int error = WSAGetLastError();
|
||||
if (error != WSA_IO_PENDING) {
|
||||
/* An actual error. */
|
||||
pin_release(buf_o, EVBUFFER_MEM_PINNED_W);
|
||||
evbuffer_unfreeze(buf, 1);
|
||||
evbuffer_free(buf); /* decref */
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
buf_o->write_in_progress = 1;
|
||||
r = 0;
|
||||
done:
|
||||
EVBUFFER_UNLOCK(buf);
|
||||
return r;
|
||||
}
|
||||
|
||||
int
|
||||
evbuffer_launch_read_(struct evbuffer *buf, size_t at_most,
|
||||
struct event_overlapped *ol)
|
||||
{
|
||||
struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
|
||||
int r = -1, i;
|
||||
int nvecs;
|
||||
int npin=0;
|
||||
struct evbuffer_chain *chain=NULL, **chainp;
|
||||
DWORD bytesRead;
|
||||
DWORD flags = 0;
|
||||
struct evbuffer_iovec vecs[MAX_WSABUFS];
|
||||
|
||||
if (!buf_o)
|
||||
return -1;
|
||||
EVBUFFER_LOCK(buf);
|
||||
EVUTIL_ASSERT(!buf_o->write_in_progress);
|
||||
if (buf->freeze_end || buf_o->read_in_progress)
|
||||
goto done;
|
||||
|
||||
buf_o->first_pinned = NULL;
|
||||
buf_o->n_buffers = 0;
|
||||
memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
|
||||
|
||||
if (evbuffer_expand_fast_(buf, at_most, MAX_WSABUFS) == -1)
|
||||
goto done;
|
||||
evbuffer_freeze(buf, 0);
|
||||
|
||||
nvecs = evbuffer_read_setup_vecs_(buf, at_most,
|
||||
vecs, MAX_WSABUFS, &chainp, 1);
|
||||
for (i=0;i<nvecs;++i) {
|
||||
WSABUF_FROM_EVBUFFER_IOV(
|
||||
&buf_o->buffers[i],
|
||||
&vecs[i]);
|
||||
}
|
||||
|
||||
buf_o->n_buffers = nvecs;
|
||||
buf_o->first_pinned = chain = *chainp;
|
||||
|
||||
npin=0;
|
||||
for ( ; chain; chain = chain->next) {
|
||||
evbuffer_chain_pin_(chain, EVBUFFER_MEM_PINNED_R);
|
||||
++npin;
|
||||
}
|
||||
EVUTIL_ASSERT(npin == nvecs);
|
||||
|
||||
evbuffer_incref_(buf);
|
||||
if (WSARecv(buf_o->fd, buf_o->buffers, nvecs, &bytesRead, &flags,
|
||||
&ol->overlapped, NULL)) {
|
||||
int error = WSAGetLastError();
|
||||
if (error != WSA_IO_PENDING) {
|
||||
/* An actual error. */
|
||||
pin_release(buf_o, EVBUFFER_MEM_PINNED_R);
|
||||
evbuffer_unfreeze(buf, 0);
|
||||
evbuffer_free(buf); /* decref */
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
buf_o->read_in_progress = 1;
|
||||
r = 0;
|
||||
done:
|
||||
EVBUFFER_UNLOCK(buf);
|
||||
return r;
|
||||
}
|
||||
|
||||
evutil_socket_t
|
||||
evbuffer_overlapped_get_fd_(struct evbuffer *buf)
|
||||
{
|
||||
struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
|
||||
return buf_o ? buf_o->fd : -1;
|
||||
}
|
||||
|
||||
void
|
||||
evbuffer_overlapped_set_fd_(struct evbuffer *buf, evutil_socket_t fd)
|
||||
{
|
||||
struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
|
||||
EVBUFFER_LOCK(buf);
|
||||
/* XXX is this right?, should it cancel current I/O operations? */
|
||||
if (buf_o)
|
||||
buf_o->fd = fd;
|
||||
EVBUFFER_UNLOCK(buf);
|
||||
}
|
|
@ -0,0 +1,518 @@
|
|||
/*
|
||||
* Copyright (c) 2008-2012 Niels Provos and Nick Mathewson
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#ifndef BUFFEREVENT_INTERNAL_H_INCLUDED_
|
||||
#define BUFFEREVENT_INTERNAL_H_INCLUDED_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "event2/event-config.h"
|
||||
#include "event2/event_struct.h"
|
||||
#include "evconfig-private.h"
|
||||
#include "event2/util.h"
|
||||
#include "defer-internal.h"
|
||||
#include "evthread-internal.h"
|
||||
#include "event2/thread.h"
|
||||
#include "ratelim-internal.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
|
||||
#include "ipv6-internal.h"
|
||||
#ifdef _WIN32
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_NETINET_IN6_H
|
||||
#include <netinet/in6.h>
|
||||
#endif
|
||||
|
||||
/* These flags are reasons that we might be declining to actually enable
|
||||
reading or writing on a bufferevent.
|
||||
*/
|
||||
|
||||
/* On a all bufferevents, for reading: used when we have read up to the
|
||||
watermark value.
|
||||
|
||||
On a filtering bufferevent, for writing: used when the underlying
|
||||
bufferevent's write buffer has been filled up to its watermark
|
||||
value.
|
||||
*/
|
||||
#define BEV_SUSPEND_WM 0x01
|
||||
/* On a base bufferevent: when we have emptied a bandwidth buckets */
|
||||
#define BEV_SUSPEND_BW 0x02
|
||||
/* On a base bufferevent: when we have emptied the group's bandwidth bucket. */
|
||||
#define BEV_SUSPEND_BW_GROUP 0x04
|
||||
/* On a socket bufferevent: can't do any operations while we're waiting for
|
||||
* name lookup to finish. */
|
||||
#define BEV_SUSPEND_LOOKUP 0x08
|
||||
/* On a base bufferevent, for reading: used when a filter has choked this
|
||||
* (underlying) bufferevent because it has stopped reading from it. */
|
||||
#define BEV_SUSPEND_FILT_READ 0x10
|
||||
|
||||
typedef ev_uint16_t bufferevent_suspend_flags;
|
||||
|
||||
struct bufferevent_rate_limit_group {
|
||||
/** List of all members in the group */
|
||||
LIST_HEAD(rlim_group_member_list, bufferevent_private) members;
|
||||
/** Current limits for the group. */
|
||||
struct ev_token_bucket rate_limit;
|
||||
struct ev_token_bucket_cfg rate_limit_cfg;
|
||||
|
||||
/** True iff we don't want to read from any member of the group.until
|
||||
* the token bucket refills. */
|
||||
unsigned read_suspended : 1;
|
||||
/** True iff we don't want to write from any member of the group.until
|
||||
* the token bucket refills. */
|
||||
unsigned write_suspended : 1;
|
||||
/** True iff we were unable to suspend one of the bufferevents in the
|
||||
* group for reading the last time we tried, and we should try
|
||||
* again. */
|
||||
unsigned pending_unsuspend_read : 1;
|
||||
/** True iff we were unable to suspend one of the bufferevents in the
|
||||
* group for writing the last time we tried, and we should try
|
||||
* again. */
|
||||
unsigned pending_unsuspend_write : 1;
|
||||
|
||||
/*@{*/
|
||||
/** Total number of bytes read or written in this group since last
|
||||
* reset. */
|
||||
ev_uint64_t total_read;
|
||||
ev_uint64_t total_written;
|
||||
/*@}*/
|
||||
|
||||
/** The number of bufferevents in the group. */
|
||||
int n_members;
|
||||
|
||||
/** The smallest number of bytes that any member of the group should
|
||||
* be limited to read or write at a time. */
|
||||
ev_ssize_t min_share;
|
||||
ev_ssize_t configured_min_share;
|
||||
|
||||
/** Timeout event that goes off once a tick, when the bucket is ready
|
||||
* to refill. */
|
||||
struct event master_refill_event;
|
||||
|
||||
/** Seed for weak random number generator. Protected by 'lock' */
|
||||
struct evutil_weakrand_state weakrand_seed;
|
||||
|
||||
/** Lock to protect the members of this group. This lock should nest
|
||||
* within every bufferevent lock: if you are holding this lock, do
|
||||
* not assume you can lock another bufferevent. */
|
||||
void *lock;
|
||||
};
|
||||
|
||||
/** Fields for rate-limiting a single bufferevent. */
|
||||
struct bufferevent_rate_limit {
|
||||
/* Linked-list elements for storing this bufferevent_private in a
|
||||
* group.
|
||||
*
|
||||
* Note that this field is supposed to be protected by the group
|
||||
* lock */
|
||||
LIST_ENTRY(bufferevent_private) next_in_group;
|
||||
/** The rate-limiting group for this bufferevent, or NULL if it is
|
||||
* only rate-limited on its own. */
|
||||
struct bufferevent_rate_limit_group *group;
|
||||
|
||||
/* This bufferevent's current limits. */
|
||||
struct ev_token_bucket limit;
|
||||
/* Pointer to the rate-limit configuration for this bufferevent.
|
||||
* Can be shared. XXX reference-count this? */
|
||||
struct ev_token_bucket_cfg *cfg;
|
||||
|
||||
/* Timeout event used when one this bufferevent's buckets are
|
||||
* empty. */
|
||||
struct event refill_bucket_event;
|
||||
};
|
||||
|
||||
/** Parts of the bufferevent structure that are shared among all bufferevent
|
||||
* types, but not exposed in bufferevent_struct.h. */
|
||||
struct bufferevent_private {
|
||||
/** The underlying bufferevent structure. */
|
||||
struct bufferevent bev;
|
||||
|
||||
/** Evbuffer callback to enforce watermarks on input. */
|
||||
struct evbuffer_cb_entry *read_watermarks_cb;
|
||||
|
||||
/** If set, we should free the lock when we free the bufferevent. */
|
||||
unsigned own_lock : 1;
|
||||
|
||||
/** Flag: set if we have deferred callbacks and a read callback is
|
||||
* pending. */
|
||||
unsigned readcb_pending : 1;
|
||||
/** Flag: set if we have deferred callbacks and a write callback is
|
||||
* pending. */
|
||||
unsigned writecb_pending : 1;
|
||||
/** Flag: set if we are currently busy connecting. */
|
||||
unsigned connecting : 1;
|
||||
/** Flag: set if a connect failed prematurely; this is a hack for
|
||||
* getting around the bufferevent abstraction. */
|
||||
unsigned connection_refused : 1;
|
||||
/** Set to the events pending if we have deferred callbacks and
|
||||
* an events callback is pending. */
|
||||
short eventcb_pending;
|
||||
|
||||
/** If set, read is suspended until one or more conditions are over.
|
||||
* The actual value here is a bitfield of those conditions; see the
|
||||
* BEV_SUSPEND_* flags above. */
|
||||
bufferevent_suspend_flags read_suspended;
|
||||
|
||||
/** If set, writing is suspended until one or more conditions are over.
|
||||
* The actual value here is a bitfield of those conditions; see the
|
||||
* BEV_SUSPEND_* flags above. */
|
||||
bufferevent_suspend_flags write_suspended;
|
||||
|
||||
/** Set to the current socket errno if we have deferred callbacks and
|
||||
* an events callback is pending. */
|
||||
int errno_pending;
|
||||
|
||||
/** The DNS error code for bufferevent_socket_connect_hostname */
|
||||
int dns_error;
|
||||
|
||||
/** Used to implement deferred callbacks */
|
||||
struct event_callback deferred;
|
||||
|
||||
/** The options this bufferevent was constructed with */
|
||||
enum bufferevent_options options;
|
||||
|
||||
/** Current reference count for this bufferevent. */
|
||||
int refcnt;
|
||||
|
||||
/** Lock for this bufferevent. Shared by the inbuf and the outbuf.
|
||||
* If NULL, locking is disabled. */
|
||||
void *lock;
|
||||
|
||||
/** No matter how big our bucket gets, don't try to read more than this
|
||||
* much in a single read operation. */
|
||||
ev_ssize_t max_single_read;
|
||||
|
||||
/** No matter how big our bucket gets, don't try to write more than this
|
||||
* much in a single write operation. */
|
||||
ev_ssize_t max_single_write;
|
||||
|
||||
/** Rate-limiting information for this bufferevent */
|
||||
struct bufferevent_rate_limit *rate_limiting;
|
||||
|
||||
/* Saved conn_addr, to extract IP address from it.
|
||||
*
|
||||
* Because some servers may reset/close connection without waiting clients,
|
||||
* in that case we can't extract IP address even in close_cb.
|
||||
* So we need to save it, just after we connected to remote server, or
|
||||
* after resolving (to avoid extra dns requests during retrying, since UDP
|
||||
* is slow) */
|
||||
union {
|
||||
struct sockaddr_in6 in6;
|
||||
struct sockaddr_in in;
|
||||
} conn_address;
|
||||
|
||||
struct evdns_getaddrinfo_request *dns_request;
|
||||
};
|
||||
|
||||
/** Possible operations for a control callback. */
|
||||
enum bufferevent_ctrl_op {
|
||||
BEV_CTRL_SET_FD,
|
||||
BEV_CTRL_GET_FD,
|
||||
BEV_CTRL_GET_UNDERLYING,
|
||||
BEV_CTRL_CANCEL_ALL
|
||||
};
|
||||
|
||||
/** Possible data types for a control callback */
|
||||
union bufferevent_ctrl_data {
|
||||
void *ptr;
|
||||
evutil_socket_t fd;
|
||||
};
|
||||
|
||||
/**
|
||||
Implementation table for a bufferevent: holds function pointers and other
|
||||
information to make the various bufferevent types work.
|
||||
*/
|
||||
struct bufferevent_ops {
|
||||
/** The name of the bufferevent's type. */
|
||||
const char *type;
|
||||
/** At what offset into the implementation type will we find a
|
||||
bufferevent structure?
|
||||
|
||||
Example: if the type is implemented as
|
||||
struct bufferevent_x {
|
||||
int extra_data;
|
||||
struct bufferevent bev;
|
||||
}
|
||||
then mem_offset should be offsetof(struct bufferevent_x, bev)
|
||||
*/
|
||||
off_t mem_offset;
|
||||
|
||||
/** Enables one or more of EV_READ|EV_WRITE on a bufferevent. Does
|
||||
not need to adjust the 'enabled' field. Returns 0 on success, -1
|
||||
on failure.
|
||||
*/
|
||||
int (*enable)(struct bufferevent *, short);
|
||||
|
||||
/** Disables one or more of EV_READ|EV_WRITE on a bufferevent. Does
|
||||
not need to adjust the 'enabled' field. Returns 0 on success, -1
|
||||
on failure.
|
||||
*/
|
||||
int (*disable)(struct bufferevent *, short);
|
||||
|
||||
/** Detatches the bufferevent from related data structures. Called as
|
||||
* soon as its reference count reaches 0. */
|
||||
void (*unlink)(struct bufferevent *);
|
||||
|
||||
/** Free any storage and deallocate any extra data or structures used
|
||||
in this implementation. Called when the bufferevent is
|
||||
finalized.
|
||||
*/
|
||||
void (*destruct)(struct bufferevent *);
|
||||
|
||||
/** Called when the timeouts on the bufferevent have changed.*/
|
||||
int (*adj_timeouts)(struct bufferevent *);
|
||||
|
||||
/** Called to flush data. */
|
||||
int (*flush)(struct bufferevent *, short, enum bufferevent_flush_mode);
|
||||
|
||||
/** Called to access miscellaneous fields. */
|
||||
int (*ctrl)(struct bufferevent *, enum bufferevent_ctrl_op, union bufferevent_ctrl_data *);
|
||||
|
||||
};
|
||||
|
||||
extern const struct bufferevent_ops bufferevent_ops_socket;
|
||||
extern const struct bufferevent_ops bufferevent_ops_filter;
|
||||
extern const struct bufferevent_ops bufferevent_ops_pair;
|
||||
|
||||
#define BEV_IS_SOCKET(bevp) ((bevp)->be_ops == &bufferevent_ops_socket)
|
||||
#define BEV_IS_FILTER(bevp) ((bevp)->be_ops == &bufferevent_ops_filter)
|
||||
#define BEV_IS_PAIR(bevp) ((bevp)->be_ops == &bufferevent_ops_pair)
|
||||
|
||||
#if defined(EVENT__HAVE_OPENSSL)
|
||||
extern const struct bufferevent_ops bufferevent_ops_openssl;
|
||||
#define BEV_IS_OPENSSL(bevp) ((bevp)->be_ops == &bufferevent_ops_openssl)
|
||||
#else
|
||||
#define BEV_IS_OPENSSL(bevp) 0
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
extern const struct bufferevent_ops bufferevent_ops_async;
|
||||
#define BEV_IS_ASYNC(bevp) ((bevp)->be_ops == &bufferevent_ops_async)
|
||||
#else
|
||||
#define BEV_IS_ASYNC(bevp) 0
|
||||
#endif
|
||||
|
||||
/** Initialize the shared parts of a bufferevent. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_init_common_(struct bufferevent_private *, struct event_base *, const struct bufferevent_ops *, enum bufferevent_options options);
|
||||
|
||||
/** For internal use: temporarily stop all reads on bufev, until the conditions
|
||||
* in 'what' are over. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_suspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what);
|
||||
/** For internal use: clear the conditions 'what' on bufev, and re-enable
|
||||
* reading if there are no conditions left. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_unsuspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what);
|
||||
|
||||
/** For internal use: temporarily stop all writes on bufev, until the conditions
|
||||
* in 'what' are over. */
|
||||
void bufferevent_suspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what);
|
||||
/** For internal use: clear the conditions 'what' on bufev, and re-enable
|
||||
* writing if there are no conditions left. */
|
||||
void bufferevent_unsuspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what);
|
||||
|
||||
#define bufferevent_wm_suspend_read(b) \
|
||||
bufferevent_suspend_read_((b), BEV_SUSPEND_WM)
|
||||
#define bufferevent_wm_unsuspend_read(b) \
|
||||
bufferevent_unsuspend_read_((b), BEV_SUSPEND_WM)
|
||||
|
||||
/*
|
||||
Disable a bufferevent. Equivalent to bufferevent_disable(), but
|
||||
first resets 'connecting' flag to force EV_WRITE down for sure.
|
||||
|
||||
XXXX this method will go away in the future; try not to add new users.
|
||||
See comment in evhttp_connection_reset_() for discussion.
|
||||
|
||||
@param bufev the bufferevent to be disabled
|
||||
@param event any combination of EV_READ | EV_WRITE.
|
||||
@return 0 if successful, or -1 if an error occurred
|
||||
@see bufferevent_disable()
|
||||
*/
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_disable_hard_(struct bufferevent *bufev, short event);
|
||||
|
||||
/** Internal: Set up locking on a bufferevent. If lock is set, use it.
|
||||
* Otherwise, use a new lock. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_enable_locking_(struct bufferevent *bufev, void *lock);
|
||||
/** Internal: backwards compat macro for the now public function
|
||||
* Increment the reference count on bufev. */
|
||||
#define bufferevent_incref_(bufev) bufferevent_incref(bufev)
|
||||
/** Internal: Lock bufev and increase its reference count.
|
||||
* unlocking it otherwise. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_incref_and_lock_(struct bufferevent *bufev);
|
||||
/** Internal: backwards compat macro for the now public function
|
||||
* Decrement the reference count on bufev. Returns 1 if it freed
|
||||
* the bufferevent.*/
|
||||
#define bufferevent_decref_(bufev) bufferevent_decref(bufev)
|
||||
|
||||
/** Internal: Drop the reference count on bufev, freeing as necessary, and
|
||||
* unlocking it otherwise. Returns 1 if it freed the bufferevent. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_decref_and_unlock_(struct bufferevent *bufev);
|
||||
|
||||
/** Internal: If callbacks are deferred and we have a read callback, schedule
|
||||
* a readcb. Otherwise just run the readcb. Ignores watermarks. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_run_readcb_(struct bufferevent *bufev, int options);
|
||||
/** Internal: If callbacks are deferred and we have a write callback, schedule
|
||||
* a writecb. Otherwise just run the writecb. Ignores watermarks. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_run_writecb_(struct bufferevent *bufev, int options);
|
||||
/** Internal: If callbacks are deferred and we have an eventcb, schedule
|
||||
* it to run with events "what". Otherwise just run the eventcb.
|
||||
* See bufferevent_trigger_event for meaning of "options". */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_run_eventcb_(struct bufferevent *bufev, short what, int options);
|
||||
|
||||
/** Internal: Run or schedule (if deferred or options contain
|
||||
* BEV_TRIG_DEFER_CALLBACKS) I/O callbacks specified in iotype.
|
||||
* Must already hold the bufev lock. Honors watermarks unless
|
||||
* BEV_TRIG_IGNORE_WATERMARKS is in options. */
|
||||
static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options);
|
||||
|
||||
/* Making this inline since all of the common-case calls to this function in
|
||||
* libevent use constant arguments. */
|
||||
static inline void
|
||||
bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options)
|
||||
{
|
||||
if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
|
||||
evbuffer_get_length(bufev->input) >= bufev->wm_read.low))
|
||||
bufferevent_run_readcb_(bufev, options);
|
||||
if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
|
||||
evbuffer_get_length(bufev->output) <= bufev->wm_write.low))
|
||||
bufferevent_run_writecb_(bufev, options);
|
||||
}
|
||||
|
||||
/** Internal: Add the event 'ev' with timeout tv, unless tv is set to 0, in
|
||||
* which case add ev with no timeout. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_add_event_(struct event *ev, const struct timeval *tv);
|
||||
|
||||
/* =========
|
||||
* These next functions implement timeouts for bufferevents that aren't doing
|
||||
* anything else with ev_read and ev_write, to handle timeouts.
|
||||
* ========= */
|
||||
/** Internal use: Set up the ev_read and ev_write callbacks so that
|
||||
* the other "generic_timeout" functions will work on it. Call this from
|
||||
* the constructor function. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void bufferevent_init_generic_timeout_cbs_(struct bufferevent *bev);
|
||||
/** Internal use: Add or delete the generic timeout events as appropriate.
|
||||
* (If an event is enabled and a timeout is set, we add the event. Otherwise
|
||||
* we delete it.) Call this from anything that changes the timeout values,
|
||||
* that enabled EV_READ or EV_WRITE, or that disables EV_READ or EV_WRITE. */
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_generic_adj_timeouts_(struct bufferevent *bev);
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_generic_adj_existing_timeouts_(struct bufferevent *bev);
|
||||
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
enum bufferevent_options bufferevent_get_options_(struct bufferevent *bev);
|
||||
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
const struct sockaddr*
|
||||
bufferevent_socket_get_conn_address_(struct bufferevent *bev);
|
||||
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void
|
||||
bufferevent_socket_set_conn_address_fd_(struct bufferevent *bev, evutil_socket_t fd);
|
||||
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
void
|
||||
bufferevent_socket_set_conn_address_(struct bufferevent *bev, struct sockaddr *addr, size_t addrlen);
|
||||
|
||||
|
||||
/** Internal use: We have just successfully read data into an inbuf, so
|
||||
* reset the read timeout (if any). */
|
||||
#define BEV_RESET_GENERIC_READ_TIMEOUT(bev) \
|
||||
do { \
|
||||
if (evutil_timerisset(&(bev)->timeout_read)) \
|
||||
event_add(&(bev)->ev_read, &(bev)->timeout_read); \
|
||||
} while (0)
|
||||
/** Internal use: We have just successfully written data from an inbuf, so
|
||||
* reset the read timeout (if any). */
|
||||
#define BEV_RESET_GENERIC_WRITE_TIMEOUT(bev) \
|
||||
do { \
|
||||
if (evutil_timerisset(&(bev)->timeout_write)) \
|
||||
event_add(&(bev)->ev_write, &(bev)->timeout_write); \
|
||||
} while (0)
|
||||
#define BEV_DEL_GENERIC_READ_TIMEOUT(bev) \
|
||||
event_del(&(bev)->ev_read)
|
||||
#define BEV_DEL_GENERIC_WRITE_TIMEOUT(bev) \
|
||||
event_del(&(bev)->ev_write)
|
||||
|
||||
|
||||
/** Internal: Given a bufferevent, return its corresponding
|
||||
* bufferevent_private. */
|
||||
#define BEV_UPCAST(b) EVUTIL_UPCAST((b), struct bufferevent_private, bev)
|
||||
|
||||
#ifdef EVENT__DISABLE_THREAD_SUPPORT
|
||||
#define BEV_LOCK(b) EVUTIL_NIL_STMT_
|
||||
#define BEV_UNLOCK(b) EVUTIL_NIL_STMT_
|
||||
#else
|
||||
/** Internal: Grab the lock (if any) on a bufferevent */
|
||||
#define BEV_LOCK(b) do { \
|
||||
struct bufferevent_private *locking = BEV_UPCAST(b); \
|
||||
EVLOCK_LOCK(locking->lock, 0); \
|
||||
} while (0)
|
||||
|
||||
/** Internal: Release the lock (if any) on a bufferevent */
|
||||
#define BEV_UNLOCK(b) do { \
|
||||
struct bufferevent_private *locking = BEV_UPCAST(b); \
|
||||
EVLOCK_UNLOCK(locking->lock, 0); \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
|
||||
/* ==== For rate-limiting. */
|
||||
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_decrement_write_buckets_(struct bufferevent_private *bev,
|
||||
ev_ssize_t bytes);
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
int bufferevent_decrement_read_buckets_(struct bufferevent_private *bev,
|
||||
ev_ssize_t bytes);
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
ev_ssize_t bufferevent_get_read_max_(struct bufferevent_private *bev);
|
||||
EVENT2_EXPORT_SYMBOL
|
||||
ev_ssize_t bufferevent_get_write_max_(struct bufferevent_private *bev);
|
||||
|
||||
int bufferevent_ratelim_init_(struct bufferevent_private *bev);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* BUFFEREVENT_INTERNAL_H_INCLUDED_ */
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,706 @@
|
|||
/*
|
||||
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "event2/event-config.h"
|
||||
#include "evconfig-private.h"
|
||||
|
||||
#ifdef EVENT__HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef EVENT__HAVE_STDARG_H
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#include <winerror.h>
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include "event2/util.h"
|
||||
#include "event2/bufferevent.h"
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
#include "event2/event.h"
|
||||
#include "event2/util.h"
|
||||
#include "event-internal.h"
|
||||
#include "log-internal.h"
|
||||
#include "mm-internal.h"
|
||||
#include "bufferevent-internal.h"
|
||||
#include "util-internal.h"
|
||||
#include "iocp-internal.h"
|
||||
|
||||
#ifndef SO_UPDATE_CONNECT_CONTEXT
|
||||
/* Mingw is sometimes missing this */
|
||||
#define SO_UPDATE_CONNECT_CONTEXT 0x7010
|
||||
#endif
|
||||
|
||||
/* prototypes */
|
||||
static int be_async_enable(struct bufferevent *, short);
|
||||
static int be_async_disable(struct bufferevent *, short);
|
||||
static void be_async_destruct(struct bufferevent *);
|
||||
static int be_async_flush(struct bufferevent *, short, enum bufferevent_flush_mode);
|
||||
static int be_async_ctrl(struct bufferevent *, enum bufferevent_ctrl_op, union bufferevent_ctrl_data *);
|
||||
|
||||
struct bufferevent_async {
|
||||
struct bufferevent_private bev;
|
||||
struct event_overlapped connect_overlapped;
|
||||
struct event_overlapped read_overlapped;
|
||||
struct event_overlapped write_overlapped;
|
||||
size_t read_in_progress;
|
||||
size_t write_in_progress;
|
||||
unsigned ok : 1;
|
||||
unsigned read_added : 1;
|
||||
unsigned write_added : 1;
|
||||
};
|
||||
|
||||
const struct bufferevent_ops bufferevent_ops_async = {
|
||||
"socket_async",
|
||||
evutil_offsetof(struct bufferevent_async, bev.bev),
|
||||
be_async_enable,
|
||||
be_async_disable,
|
||||
NULL, /* Unlink */
|
||||
be_async_destruct,
|
||||
bufferevent_generic_adj_timeouts_,
|
||||
be_async_flush,
|
||||
be_async_ctrl,
|
||||
};
|
||||
|
||||
static inline void
|
||||
be_async_run_eventcb(struct bufferevent *bev, short what, int options)
|
||||
{ bufferevent_run_eventcb_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); }
|
||||
|
||||
static inline void
|
||||
be_async_trigger_nolock(struct bufferevent *bev, short what, int options)
|
||||
{ bufferevent_trigger_nolock_(bev, what, options|BEV_TRIG_DEFER_CALLBACKS); }
|
||||
|
||||
static inline int
|
||||
fatal_error(int err)
|
||||
{
|
||||
switch (err) {
|
||||
/* We may have already associated this fd with a port.
|
||||
* Let's hope it's this port, and that the error code
|
||||
* for doing this neer changes. */
|
||||
case ERROR_INVALID_PARAMETER:
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
static inline struct bufferevent_async *
|
||||
upcast(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_async *bev_a;
|
||||
if (!BEV_IS_ASYNC(bev))
|
||||
return NULL;
|
||||
bev_a = EVUTIL_UPCAST(bev, struct bufferevent_async, bev.bev);
|
||||
return bev_a;
|
||||
}
|
||||
|
||||
static inline struct bufferevent_async *
|
||||
upcast_connect(struct event_overlapped *eo)
|
||||
{
|
||||
struct bufferevent_async *bev_a;
|
||||
bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped);
|
||||
EVUTIL_ASSERT(BEV_IS_ASYNC(&bev_a->bev.bev));
|
||||
return bev_a;
|
||||
}
|
||||
|
||||
static inline struct bufferevent_async *
|
||||
upcast_read(struct event_overlapped *eo)
|
||||
{
|
||||
struct bufferevent_async *bev_a;
|
||||
bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped);
|
||||
EVUTIL_ASSERT(BEV_IS_ASYNC(&bev_a->bev.bev));
|
||||
return bev_a;
|
||||
}
|
||||
|
||||
static inline struct bufferevent_async *
|
||||
upcast_write(struct event_overlapped *eo)
|
||||
{
|
||||
struct bufferevent_async *bev_a;
|
||||
bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped);
|
||||
EVUTIL_ASSERT(BEV_IS_ASYNC(&bev_a->bev.bev));
|
||||
return bev_a;
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_del_write(struct bufferevent_async *beva)
|
||||
{
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
if (beva->write_added) {
|
||||
beva->write_added = 0;
|
||||
event_base_del_virtual_(bev->ev_base);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_del_read(struct bufferevent_async *beva)
|
||||
{
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
if (beva->read_added) {
|
||||
beva->read_added = 0;
|
||||
event_base_del_virtual_(bev->ev_base);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_add_write(struct bufferevent_async *beva)
|
||||
{
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
if (!beva->write_added) {
|
||||
beva->write_added = 1;
|
||||
event_base_add_virtual_(bev->ev_base);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_add_read(struct bufferevent_async *beva)
|
||||
{
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
if (!beva->read_added) {
|
||||
beva->read_added = 1;
|
||||
event_base_add_virtual_(bev->ev_base);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_consider_writing(struct bufferevent_async *beva)
|
||||
{
|
||||
size_t at_most;
|
||||
int limit;
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
/* Don't write if there's a write in progress, or we do not
|
||||
* want to write, or when there's nothing left to write. */
|
||||
if (beva->write_in_progress || beva->bev.connecting)
|
||||
return;
|
||||
if (!beva->ok || !(bev->enabled&EV_WRITE) ||
|
||||
!evbuffer_get_length(bev->output)) {
|
||||
bev_async_del_write(beva);
|
||||
return;
|
||||
}
|
||||
|
||||
at_most = evbuffer_get_length(bev->output);
|
||||
|
||||
/* This is safe so long as bufferevent_get_write_max never returns
|
||||
* more than INT_MAX. That's true for now. XXXX */
|
||||
limit = (int)bufferevent_get_write_max_(&beva->bev);
|
||||
if (at_most >= (size_t)limit && limit >= 0)
|
||||
at_most = limit;
|
||||
|
||||
if (beva->bev.write_suspended) {
|
||||
bev_async_del_write(beva);
|
||||
return;
|
||||
}
|
||||
|
||||
/* XXXX doesn't respect low-water mark very well. */
|
||||
bufferevent_incref_(bev);
|
||||
if (evbuffer_launch_write_(bev->output, at_most,
|
||||
&beva->write_overlapped)) {
|
||||
bufferevent_decref_(bev);
|
||||
beva->ok = 0;
|
||||
be_async_run_eventcb(bev, BEV_EVENT_ERROR, 0);
|
||||
} else {
|
||||
beva->write_in_progress = at_most;
|
||||
bufferevent_decrement_write_buckets_(&beva->bev, at_most);
|
||||
bev_async_add_write(beva);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bev_async_consider_reading(struct bufferevent_async *beva)
|
||||
{
|
||||
size_t cur_size;
|
||||
size_t read_high;
|
||||
size_t at_most;
|
||||
int limit;
|
||||
struct bufferevent *bev = &beva->bev.bev;
|
||||
|
||||
/* Don't read if there is a read in progress, or we do not
|
||||
* want to read. */
|
||||
if (beva->read_in_progress || beva->bev.connecting)
|
||||
return;
|
||||
if (!beva->ok || !(bev->enabled&EV_READ)) {
|
||||
bev_async_del_read(beva);
|
||||
return;
|
||||
}
|
||||
|
||||
/* Don't read if we're full */
|
||||
cur_size = evbuffer_get_length(bev->input);
|
||||
read_high = bev->wm_read.high;
|
||||
if (read_high) {
|
||||
if (cur_size >= read_high) {
|
||||
bev_async_del_read(beva);
|
||||
return;
|
||||
}
|
||||
at_most = read_high - cur_size;
|
||||
} else {
|
||||
at_most = 16384; /* FIXME totally magic. */
|
||||
}
|
||||
|
||||
/* XXXX This over-commits. */
|
||||
/* XXXX see also not above on cast on bufferevent_get_write_max_() */
|
||||
limit = (int)bufferevent_get_read_max_(&beva->bev);
|
||||
if (at_most >= (size_t)limit && limit >= 0)
|
||||
at_most = limit;
|
||||
|
||||
if (beva->bev.read_suspended) {
|
||||
bev_async_del_read(beva);
|
||||
return;
|
||||
}
|
||||
|
||||
bufferevent_incref_(bev);
|
||||
if (evbuffer_launch_read_(bev->input, at_most, &beva->read_overlapped)) {
|
||||
beva->ok = 0;
|
||||
be_async_run_eventcb(bev, BEV_EVENT_ERROR, 0);
|
||||
bufferevent_decref_(bev);
|
||||
} else {
|
||||
beva->read_in_progress = at_most;
|
||||
bufferevent_decrement_read_buckets_(&beva->bev, at_most);
|
||||
bev_async_add_read(beva);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
be_async_outbuf_callback(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo,
|
||||
void *arg)
|
||||
{
|
||||
struct bufferevent *bev = arg;
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
|
||||
/* If we added data to the outbuf and were not writing before,
|
||||
* we may want to write now. */
|
||||
|
||||
bufferevent_incref_and_lock_(bev);
|
||||
|
||||
if (cbinfo->n_added)
|
||||
bev_async_consider_writing(bev_async);
|
||||
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
|
||||
static void
|
||||
be_async_inbuf_callback(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo,
|
||||
void *arg)
|
||||
{
|
||||
struct bufferevent *bev = arg;
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
|
||||
/* If we drained data from the inbuf and were not reading before,
|
||||
* we may want to read now */
|
||||
|
||||
bufferevent_incref_and_lock_(bev);
|
||||
|
||||
if (cbinfo->n_deleted)
|
||||
bev_async_consider_reading(bev_async);
|
||||
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
|
||||
static int
|
||||
be_async_enable(struct bufferevent *buf, short what)
|
||||
{
|
||||
struct bufferevent_async *bev_async = upcast(buf);
|
||||
|
||||
if (!bev_async->ok)
|
||||
return -1;
|
||||
|
||||
if (bev_async->bev.connecting) {
|
||||
/* Don't launch anything during connection attempts. */
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (what & EV_READ)
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(buf);
|
||||
if (what & EV_WRITE)
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(buf);
|
||||
|
||||
/* If we newly enable reading or writing, and we aren't reading or
|
||||
writing already, consider launching a new read or write. */
|
||||
|
||||
if (what & EV_READ)
|
||||
bev_async_consider_reading(bev_async);
|
||||
if (what & EV_WRITE)
|
||||
bev_async_consider_writing(bev_async);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
be_async_disable(struct bufferevent *bev, short what)
|
||||
{
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
/* XXXX If we disable reading or writing, we may want to consider
|
||||
* canceling any in-progress read or write operation, though it might
|
||||
* not work. */
|
||||
|
||||
if (what & EV_READ) {
|
||||
BEV_DEL_GENERIC_READ_TIMEOUT(bev);
|
||||
bev_async_del_read(bev_async);
|
||||
}
|
||||
if (what & EV_WRITE) {
|
||||
BEV_DEL_GENERIC_WRITE_TIMEOUT(bev);
|
||||
bev_async_del_write(bev_async);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
be_async_destruct(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
evutil_socket_t fd;
|
||||
|
||||
EVUTIL_ASSERT(!upcast(bev)->write_in_progress &&
|
||||
!upcast(bev)->read_in_progress);
|
||||
|
||||
bev_async_del_read(bev_async);
|
||||
bev_async_del_write(bev_async);
|
||||
|
||||
fd = evbuffer_overlapped_get_fd_(bev->input);
|
||||
if (fd != (evutil_socket_t)EVUTIL_INVALID_SOCKET &&
|
||||
(bev_p->options & BEV_OPT_CLOSE_ON_FREE)) {
|
||||
evutil_closesocket(fd);
|
||||
evbuffer_overlapped_set_fd_(bev->input, EVUTIL_INVALID_SOCKET);
|
||||
}
|
||||
}
|
||||
|
||||
/* GetQueuedCompletionStatus doesn't reliably yield WSA error codes, so
|
||||
* we use WSAGetOverlappedResult to translate. */
|
||||
static void
|
||||
bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo)
|
||||
{
|
||||
DWORD bytes, flags;
|
||||
evutil_socket_t fd;
|
||||
|
||||
fd = evbuffer_overlapped_get_fd_(bev->input);
|
||||
WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags);
|
||||
}
|
||||
|
||||
static int
|
||||
be_async_flush(struct bufferevent *bev, short what,
|
||||
enum bufferevent_flush_mode mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
connect_complete(struct event_overlapped *eo, ev_uintptr_t key,
|
||||
ev_ssize_t nbytes, int ok)
|
||||
{
|
||||
struct bufferevent_async *bev_a = upcast_connect(eo);
|
||||
struct bufferevent *bev = &bev_a->bev.bev;
|
||||
evutil_socket_t sock;
|
||||
|
||||
BEV_LOCK(bev);
|
||||
|
||||
EVUTIL_ASSERT(bev_a->bev.connecting);
|
||||
bev_a->bev.connecting = 0;
|
||||
sock = evbuffer_overlapped_get_fd_(bev_a->bev.bev.input);
|
||||
/* XXXX Handle error? */
|
||||
setsockopt(sock, SOL_SOCKET, SO_UPDATE_CONNECT_CONTEXT, NULL, 0);
|
||||
|
||||
if (ok)
|
||||
bufferevent_async_set_connected_(bev);
|
||||
else
|
||||
bev_async_set_wsa_error(bev, eo);
|
||||
|
||||
be_async_run_eventcb(bev, ok ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR, 0);
|
||||
|
||||
event_base_del_virtual_(bev->ev_base);
|
||||
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
|
||||
static void
|
||||
read_complete(struct event_overlapped *eo, ev_uintptr_t key,
|
||||
ev_ssize_t nbytes, int ok)
|
||||
{
|
||||
struct bufferevent_async *bev_a = upcast_read(eo);
|
||||
struct bufferevent *bev = &bev_a->bev.bev;
|
||||
short what = BEV_EVENT_READING;
|
||||
ev_ssize_t amount_unread;
|
||||
BEV_LOCK(bev);
|
||||
EVUTIL_ASSERT(bev_a->read_in_progress);
|
||||
|
||||
amount_unread = bev_a->read_in_progress - nbytes;
|
||||
evbuffer_commit_read_(bev->input, nbytes);
|
||||
bev_a->read_in_progress = 0;
|
||||
if (amount_unread)
|
||||
bufferevent_decrement_read_buckets_(&bev_a->bev, -amount_unread);
|
||||
|
||||
if (!ok)
|
||||
bev_async_set_wsa_error(bev, eo);
|
||||
|
||||
if (bev_a->ok) {
|
||||
if (ok && nbytes) {
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(bev);
|
||||
be_async_trigger_nolock(bev, EV_READ, 0);
|
||||
bev_async_consider_reading(bev_a);
|
||||
} else if (!ok) {
|
||||
what |= BEV_EVENT_ERROR;
|
||||
bev_a->ok = 0;
|
||||
be_async_run_eventcb(bev, what, 0);
|
||||
} else if (!nbytes) {
|
||||
what |= BEV_EVENT_EOF;
|
||||
bev_a->ok = 0;
|
||||
be_async_run_eventcb(bev, what, 0);
|
||||
}
|
||||
}
|
||||
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
|
||||
static void
|
||||
write_complete(struct event_overlapped *eo, ev_uintptr_t key,
|
||||
ev_ssize_t nbytes, int ok)
|
||||
{
|
||||
struct bufferevent_async *bev_a = upcast_write(eo);
|
||||
struct bufferevent *bev = &bev_a->bev.bev;
|
||||
short what = BEV_EVENT_WRITING;
|
||||
ev_ssize_t amount_unwritten;
|
||||
|
||||
BEV_LOCK(bev);
|
||||
EVUTIL_ASSERT(bev_a->write_in_progress);
|
||||
|
||||
amount_unwritten = bev_a->write_in_progress - nbytes;
|
||||
evbuffer_commit_write_(bev->output, nbytes);
|
||||
bev_a->write_in_progress = 0;
|
||||
|
||||
if (amount_unwritten)
|
||||
bufferevent_decrement_write_buckets_(&bev_a->bev,
|
||||
-amount_unwritten);
|
||||
|
||||
|
||||
if (!ok)
|
||||
bev_async_set_wsa_error(bev, eo);
|
||||
|
||||
if (bev_a->ok) {
|
||||
if (ok && nbytes) {
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(bev);
|
||||
be_async_trigger_nolock(bev, EV_WRITE, 0);
|
||||
bev_async_consider_writing(bev_a);
|
||||
} else if (!ok) {
|
||||
what |= BEV_EVENT_ERROR;
|
||||
bev_a->ok = 0;
|
||||
be_async_run_eventcb(bev, what, 0);
|
||||
} else if (!nbytes) {
|
||||
what |= BEV_EVENT_EOF;
|
||||
bev_a->ok = 0;
|
||||
be_async_run_eventcb(bev, what, 0);
|
||||
}
|
||||
}
|
||||
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
|
||||
struct bufferevent *
|
||||
bufferevent_async_new_(struct event_base *base,
|
||||
evutil_socket_t fd, int options)
|
||||
{
|
||||
struct bufferevent_async *bev_a;
|
||||
struct bufferevent *bev;
|
||||
struct event_iocp_port *iocp;
|
||||
|
||||
options |= BEV_OPT_THREADSAFE;
|
||||
|
||||
if (!(iocp = event_base_get_iocp_(base)))
|
||||
return NULL;
|
||||
|
||||
if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) {
|
||||
if (fatal_error(GetLastError()))
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!(bev_a = mm_calloc(1, sizeof(struct bufferevent_async))))
|
||||
return NULL;
|
||||
|
||||
bev = &bev_a->bev.bev;
|
||||
if (!(bev->input = evbuffer_overlapped_new_(fd))) {
|
||||
mm_free(bev_a);
|
||||
return NULL;
|
||||
}
|
||||
if (!(bev->output = evbuffer_overlapped_new_(fd))) {
|
||||
evbuffer_free(bev->input);
|
||||
mm_free(bev_a);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (bufferevent_init_common_(&bev_a->bev, base, &bufferevent_ops_async,
|
||||
options)<0)
|
||||
goto err;
|
||||
|
||||
evbuffer_add_cb(bev->input, be_async_inbuf_callback, bev);
|
||||
evbuffer_add_cb(bev->output, be_async_outbuf_callback, bev);
|
||||
|
||||
event_overlapped_init_(&bev_a->connect_overlapped, connect_complete);
|
||||
event_overlapped_init_(&bev_a->read_overlapped, read_complete);
|
||||
event_overlapped_init_(&bev_a->write_overlapped, write_complete);
|
||||
|
||||
bufferevent_init_generic_timeout_cbs_(bev);
|
||||
|
||||
bev_a->ok = fd >= 0;
|
||||
|
||||
return bev;
|
||||
err:
|
||||
bufferevent_free(&bev_a->bev.bev);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void
|
||||
bufferevent_async_set_connected_(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
bev_async->ok = 1;
|
||||
/* Now's a good time to consider reading/writing */
|
||||
be_async_enable(bev, bev->enabled);
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_async_can_connect_(struct bufferevent *bev)
|
||||
{
|
||||
const struct win32_extension_fns *ext =
|
||||
event_get_win32_extension_fns_();
|
||||
|
||||
if (BEV_IS_ASYNC(bev) &&
|
||||
event_base_get_iocp_(bev->ev_base) &&
|
||||
ext && ext->ConnectEx)
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_async_connect_(struct bufferevent *bev, evutil_socket_t fd,
|
||||
const struct sockaddr *sa, int socklen)
|
||||
{
|
||||
BOOL rc;
|
||||
struct bufferevent_async *bev_async = upcast(bev);
|
||||
struct sockaddr_storage ss;
|
||||
const struct win32_extension_fns *ext =
|
||||
event_get_win32_extension_fns_();
|
||||
|
||||
EVUTIL_ASSERT(ext && ext->ConnectEx && fd >= 0 && sa != NULL);
|
||||
|
||||
/* ConnectEx() requires that the socket be bound to an address
|
||||
* with bind() before using, otherwise it will fail. We attempt
|
||||
* to issue a bind() here, taking into account that the error
|
||||
* code is set to WSAEINVAL when the socket is already bound. */
|
||||
memset(&ss, 0, sizeof(ss));
|
||||
if (sa->sa_family == AF_INET) {
|
||||
struct sockaddr_in *sin = (struct sockaddr_in *)&ss;
|
||||
sin->sin_family = AF_INET;
|
||||
sin->sin_addr.s_addr = INADDR_ANY;
|
||||
} else if (sa->sa_family == AF_INET6) {
|
||||
struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)&ss;
|
||||
sin6->sin6_family = AF_INET6;
|
||||
sin6->sin6_addr = in6addr_any;
|
||||
} else {
|
||||
/* Well, the user will have to bind() */
|
||||
return -1;
|
||||
}
|
||||
if (bind(fd, (struct sockaddr *)&ss, sizeof(ss)) < 0 &&
|
||||
WSAGetLastError() != WSAEINVAL)
|
||||
return -1;
|
||||
|
||||
event_base_add_virtual_(bev->ev_base);
|
||||
bufferevent_incref_(bev);
|
||||
rc = ext->ConnectEx(fd, sa, socklen, NULL, 0, NULL,
|
||||
&bev_async->connect_overlapped.overlapped);
|
||||
if (rc || WSAGetLastError() == ERROR_IO_PENDING)
|
||||
return 0;
|
||||
|
||||
event_base_del_virtual_(bev->ev_base);
|
||||
bufferevent_decref_(bev);
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int
|
||||
be_async_ctrl(struct bufferevent *bev, enum bufferevent_ctrl_op op,
|
||||
union bufferevent_ctrl_data *data)
|
||||
{
|
||||
switch (op) {
|
||||
case BEV_CTRL_GET_FD:
|
||||
data->fd = evbuffer_overlapped_get_fd_(bev->input);
|
||||
return 0;
|
||||
case BEV_CTRL_SET_FD: {
|
||||
struct bufferevent_async *bev_a = upcast(bev);
|
||||
struct event_iocp_port *iocp;
|
||||
|
||||
if (data->fd == evbuffer_overlapped_get_fd_(bev->input))
|
||||
return 0;
|
||||
if (!(iocp = event_base_get_iocp_(bev->ev_base)))
|
||||
return -1;
|
||||
if (event_iocp_port_associate_(iocp, data->fd, 1) < 0) {
|
||||
if (fatal_error(GetLastError()))
|
||||
return -1;
|
||||
}
|
||||
evbuffer_overlapped_set_fd_(bev->input, data->fd);
|
||||
evbuffer_overlapped_set_fd_(bev->output, data->fd);
|
||||
bev_a->ok = data->fd >= 0;
|
||||
return 0;
|
||||
}
|
||||
case BEV_CTRL_CANCEL_ALL: {
|
||||
struct bufferevent_async *bev_a = upcast(bev);
|
||||
evutil_socket_t fd = evbuffer_overlapped_get_fd_(bev->input);
|
||||
if (fd != (evutil_socket_t)EVUTIL_INVALID_SOCKET &&
|
||||
(bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) {
|
||||
closesocket(fd);
|
||||
evbuffer_overlapped_set_fd_(bev->input, EVUTIL_INVALID_SOCKET);
|
||||
}
|
||||
bev_a->ok = 0;
|
||||
return 0;
|
||||
}
|
||||
case BEV_CTRL_GET_UNDERLYING:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,625 @@
|
|||
/*
|
||||
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "evconfig-private.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "event2/event-config.h"
|
||||
|
||||
#ifdef EVENT__HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef EVENT__HAVE_STDARG_H
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "event2/util.h"
|
||||
#include "event2/bufferevent.h"
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
#include "event2/event.h"
|
||||
#include "log-internal.h"
|
||||
#include "mm-internal.h"
|
||||
#include "bufferevent-internal.h"
|
||||
#include "util-internal.h"
|
||||
|
||||
/* prototypes */
|
||||
static int be_filter_enable(struct bufferevent *, short);
|
||||
static int be_filter_disable(struct bufferevent *, short);
|
||||
static void be_filter_unlink(struct bufferevent *);
|
||||
static void be_filter_destruct(struct bufferevent *);
|
||||
|
||||
static void be_filter_readcb(struct bufferevent *, void *);
|
||||
static void be_filter_writecb(struct bufferevent *, void *);
|
||||
static void be_filter_eventcb(struct bufferevent *, short, void *);
|
||||
static int be_filter_flush(struct bufferevent *bufev,
|
||||
short iotype, enum bufferevent_flush_mode mode);
|
||||
static int be_filter_ctrl(struct bufferevent *, enum bufferevent_ctrl_op, union bufferevent_ctrl_data *);
|
||||
|
||||
static void bufferevent_filtered_inbuf_cb(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo, void *arg);
|
||||
|
||||
static void bufferevent_filtered_outbuf_cb(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *info, void *arg);
|
||||
|
||||
struct bufferevent_filtered {
|
||||
struct bufferevent_private bev;
|
||||
|
||||
/** The bufferevent that we read/write filtered data from/to. */
|
||||
struct bufferevent *underlying;
|
||||
/** A callback on our inbuf to notice somebory removes data */
|
||||
struct evbuffer_cb_entry *inbuf_cb;
|
||||
/** A callback on our outbuf to notice when somebody adds data */
|
||||
struct evbuffer_cb_entry *outbuf_cb;
|
||||
/** True iff we have received an EOF callback from the underlying
|
||||
* bufferevent. */
|
||||
unsigned got_eof;
|
||||
|
||||
/** Function to free context when we're done. */
|
||||
void (*free_context)(void *);
|
||||
/** Input filter */
|
||||
bufferevent_filter_cb process_in;
|
||||
/** Output filter */
|
||||
bufferevent_filter_cb process_out;
|
||||
/** User-supplied argument to the filters. */
|
||||
void *context;
|
||||
};
|
||||
|
||||
const struct bufferevent_ops bufferevent_ops_filter = {
|
||||
"filter",
|
||||
evutil_offsetof(struct bufferevent_filtered, bev.bev),
|
||||
be_filter_enable,
|
||||
be_filter_disable,
|
||||
be_filter_unlink,
|
||||
be_filter_destruct,
|
||||
bufferevent_generic_adj_timeouts_,
|
||||
be_filter_flush,
|
||||
be_filter_ctrl,
|
||||
};
|
||||
|
||||
/* Given a bufferevent that's really the bev filter of a bufferevent_filtered,
|
||||
* return that bufferevent_filtered. Returns NULL otherwise.*/
|
||||
static inline struct bufferevent_filtered *
|
||||
upcast(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_filtered *bev_f;
|
||||
if (!BEV_IS_FILTER(bev))
|
||||
return NULL;
|
||||
bev_f = (void*)( ((char*)bev) -
|
||||
evutil_offsetof(struct bufferevent_filtered, bev.bev));
|
||||
EVUTIL_ASSERT(BEV_IS_FILTER(&bev_f->bev.bev));
|
||||
return bev_f;
|
||||
}
|
||||
|
||||
#define downcast(bev_f) (&(bev_f)->bev.bev)
|
||||
|
||||
/** Return 1 iff bevf's underlying bufferevent's output buffer is at or
|
||||
* over its high watermark such that we should not write to it in a given
|
||||
* flush mode. */
|
||||
static int
|
||||
be_underlying_writebuf_full(struct bufferevent_filtered *bevf,
|
||||
enum bufferevent_flush_mode state)
|
||||
{
|
||||
struct bufferevent *u = bevf->underlying;
|
||||
return state == BEV_NORMAL &&
|
||||
u->wm_write.high &&
|
||||
evbuffer_get_length(u->output) >= u->wm_write.high;
|
||||
}
|
||||
|
||||
/** Return 1 if our input buffer is at or over its high watermark such that we
|
||||
* should not write to it in a given flush mode. */
|
||||
static int
|
||||
be_readbuf_full(struct bufferevent_filtered *bevf,
|
||||
enum bufferevent_flush_mode state)
|
||||
{
|
||||
struct bufferevent *bufev = downcast(bevf);
|
||||
return state == BEV_NORMAL &&
|
||||
bufev->wm_read.high &&
|
||||
evbuffer_get_length(bufev->input) >= bufev->wm_read.high;
|
||||
}
|
||||
|
||||
|
||||
/* Filter to use when we're created with a NULL filter. */
|
||||
static enum bufferevent_filter_result
|
||||
be_null_filter(struct evbuffer *src, struct evbuffer *dst, ev_ssize_t lim,
|
||||
enum bufferevent_flush_mode state, void *ctx)
|
||||
{
|
||||
(void)state;
|
||||
if (evbuffer_remove_buffer(src, dst, lim) >= 0)
|
||||
return BEV_OK;
|
||||
else
|
||||
return BEV_ERROR;
|
||||
}
|
||||
|
||||
struct bufferevent *
|
||||
bufferevent_filter_new(struct bufferevent *underlying,
|
||||
bufferevent_filter_cb input_filter,
|
||||
bufferevent_filter_cb output_filter,
|
||||
int options,
|
||||
void (*free_context)(void *),
|
||||
void *ctx)
|
||||
{
|
||||
struct bufferevent_filtered *bufev_f;
|
||||
int tmp_options = options & ~BEV_OPT_THREADSAFE;
|
||||
|
||||
if (!underlying)
|
||||
return NULL;
|
||||
|
||||
if (!input_filter)
|
||||
input_filter = be_null_filter;
|
||||
if (!output_filter)
|
||||
output_filter = be_null_filter;
|
||||
|
||||
bufev_f = mm_calloc(1, sizeof(struct bufferevent_filtered));
|
||||
if (!bufev_f)
|
||||
return NULL;
|
||||
|
||||
if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
|
||||
&bufferevent_ops_filter, tmp_options) < 0) {
|
||||
mm_free(bufev_f);
|
||||
return NULL;
|
||||
}
|
||||
if (options & BEV_OPT_THREADSAFE) {
|
||||
bufferevent_enable_locking_(downcast(bufev_f), NULL);
|
||||
}
|
||||
|
||||
bufev_f->underlying = underlying;
|
||||
|
||||
bufev_f->process_in = input_filter;
|
||||
bufev_f->process_out = output_filter;
|
||||
bufev_f->free_context = free_context;
|
||||
bufev_f->context = ctx;
|
||||
|
||||
bufferevent_setcb(bufev_f->underlying,
|
||||
be_filter_readcb, be_filter_writecb, be_filter_eventcb, bufev_f);
|
||||
|
||||
bufev_f->inbuf_cb = evbuffer_add_cb(downcast(bufev_f)->input,
|
||||
bufferevent_filtered_inbuf_cb, bufev_f);
|
||||
evbuffer_cb_clear_flags(downcast(bufev_f)->input, bufev_f->inbuf_cb,
|
||||
EVBUFFER_CB_ENABLED);
|
||||
|
||||
bufev_f->outbuf_cb = evbuffer_add_cb(downcast(bufev_f)->output,
|
||||
bufferevent_filtered_outbuf_cb, bufev_f);
|
||||
|
||||
bufferevent_init_generic_timeout_cbs_(downcast(bufev_f));
|
||||
bufferevent_incref_(underlying);
|
||||
|
||||
bufferevent_enable(underlying, EV_READ|EV_WRITE);
|
||||
bufferevent_suspend_read_(underlying, BEV_SUSPEND_FILT_READ);
|
||||
|
||||
return downcast(bufev_f);
|
||||
}
|
||||
|
||||
static void
|
||||
be_filter_unlink(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = upcast(bev);
|
||||
EVUTIL_ASSERT(bevf);
|
||||
|
||||
if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) {
|
||||
/* Yes, there is also a decref in bufferevent_decref_.
|
||||
* That decref corresponds to the incref when we set
|
||||
* underlying for the first time. This decref is an
|
||||
* extra one to remove the last reference.
|
||||
*/
|
||||
if (BEV_UPCAST(bevf->underlying)->refcnt < 2) {
|
||||
event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
|
||||
"bufferevent with too few references");
|
||||
} else {
|
||||
bufferevent_free(bevf->underlying);
|
||||
}
|
||||
} else {
|
||||
if (bevf->underlying) {
|
||||
if (bevf->underlying->errorcb == be_filter_eventcb)
|
||||
bufferevent_setcb(bevf->underlying,
|
||||
NULL, NULL, NULL, NULL);
|
||||
bufferevent_unsuspend_read_(bevf->underlying,
|
||||
BEV_SUSPEND_FILT_READ);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
be_filter_destruct(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = upcast(bev);
|
||||
EVUTIL_ASSERT(bevf);
|
||||
if (bevf->free_context)
|
||||
bevf->free_context(bevf->context);
|
||||
|
||||
if (bevf->inbuf_cb)
|
||||
evbuffer_remove_cb_entry(bev->input, bevf->inbuf_cb);
|
||||
|
||||
if (bevf->outbuf_cb)
|
||||
evbuffer_remove_cb_entry(bev->output, bevf->outbuf_cb);
|
||||
}
|
||||
|
||||
static int
|
||||
be_filter_enable(struct bufferevent *bev, short event)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = upcast(bev);
|
||||
if (event & EV_WRITE)
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(bev);
|
||||
|
||||
if (event & EV_READ) {
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(bev);
|
||||
bufferevent_unsuspend_read_(bevf->underlying,
|
||||
BEV_SUSPEND_FILT_READ);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
be_filter_disable(struct bufferevent *bev, short event)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = upcast(bev);
|
||||
if (event & EV_WRITE)
|
||||
BEV_DEL_GENERIC_WRITE_TIMEOUT(bev);
|
||||
if (event & EV_READ) {
|
||||
BEV_DEL_GENERIC_READ_TIMEOUT(bev);
|
||||
bufferevent_suspend_read_(bevf->underlying,
|
||||
BEV_SUSPEND_FILT_READ);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static enum bufferevent_filter_result
|
||||
be_filter_process_input(struct bufferevent_filtered *bevf,
|
||||
enum bufferevent_flush_mode state,
|
||||
int *processed_out)
|
||||
{
|
||||
enum bufferevent_filter_result res;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
|
||||
if (state == BEV_NORMAL) {
|
||||
/* If we're in 'normal' mode, don't urge data on the filter
|
||||
* unless we're reading data and under our high-water mark.*/
|
||||
if (!(bev->enabled & EV_READ) ||
|
||||
be_readbuf_full(bevf, state))
|
||||
return BEV_OK;
|
||||
}
|
||||
|
||||
do {
|
||||
ev_ssize_t limit = -1;
|
||||
if (state == BEV_NORMAL && bev->wm_read.high)
|
||||
limit = bev->wm_read.high -
|
||||
evbuffer_get_length(bev->input);
|
||||
|
||||
res = bevf->process_in(bevf->underlying->input,
|
||||
bev->input, limit, state, bevf->context);
|
||||
|
||||
if (res == BEV_OK)
|
||||
*processed_out = 1;
|
||||
} while (res == BEV_OK &&
|
||||
(bev->enabled & EV_READ) &&
|
||||
evbuffer_get_length(bevf->underlying->input) &&
|
||||
!be_readbuf_full(bevf, state));
|
||||
|
||||
if (*processed_out)
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(bev);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
static enum bufferevent_filter_result
|
||||
be_filter_process_output(struct bufferevent_filtered *bevf,
|
||||
enum bufferevent_flush_mode state,
|
||||
int *processed_out)
|
||||
{
|
||||
/* Requires references and lock: might call writecb */
|
||||
enum bufferevent_filter_result res = BEV_OK;
|
||||
struct bufferevent *bufev = downcast(bevf);
|
||||
int again = 0;
|
||||
|
||||
if (state == BEV_NORMAL) {
|
||||
/* If we're in 'normal' mode, don't urge data on the
|
||||
* filter unless we're writing data, and the underlying
|
||||
* bufferevent is accepting data, and we have data to
|
||||
* give the filter. If we're in 'flush' or 'finish',
|
||||
* call the filter no matter what. */
|
||||
if (!(bufev->enabled & EV_WRITE) ||
|
||||
be_underlying_writebuf_full(bevf, state) ||
|
||||
!evbuffer_get_length(bufev->output))
|
||||
return BEV_OK;
|
||||
}
|
||||
|
||||
/* disable the callback that calls this function
|
||||
when the user adds to the output buffer. */
|
||||
evbuffer_cb_clear_flags(bufev->output, bevf->outbuf_cb,
|
||||
EVBUFFER_CB_ENABLED);
|
||||
|
||||
do {
|
||||
int processed = 0;
|
||||
again = 0;
|
||||
|
||||
do {
|
||||
ev_ssize_t limit = -1;
|
||||
if (state == BEV_NORMAL &&
|
||||
bevf->underlying->wm_write.high)
|
||||
limit = bevf->underlying->wm_write.high -
|
||||
evbuffer_get_length(bevf->underlying->output);
|
||||
|
||||
res = bevf->process_out(downcast(bevf)->output,
|
||||
bevf->underlying->output,
|
||||
limit,
|
||||
state,
|
||||
bevf->context);
|
||||
|
||||
if (res == BEV_OK)
|
||||
processed = *processed_out = 1;
|
||||
} while (/* Stop if the filter wasn't successful...*/
|
||||
res == BEV_OK &&
|
||||
/* Or if we aren't writing any more. */
|
||||
(bufev->enabled & EV_WRITE) &&
|
||||
/* Of if we have nothing more to write and we are
|
||||
* not flushing. */
|
||||
evbuffer_get_length(bufev->output) &&
|
||||
/* Or if we have filled the underlying output buffer. */
|
||||
!be_underlying_writebuf_full(bevf,state));
|
||||
|
||||
if (processed) {
|
||||
/* call the write callback.*/
|
||||
bufferevent_trigger_nolock_(bufev, EV_WRITE, 0);
|
||||
|
||||
if (res == BEV_OK &&
|
||||
(bufev->enabled & EV_WRITE) &&
|
||||
evbuffer_get_length(bufev->output) &&
|
||||
!be_underlying_writebuf_full(bevf, state)) {
|
||||
again = 1;
|
||||
}
|
||||
}
|
||||
} while (again);
|
||||
|
||||
/* reenable the outbuf_cb */
|
||||
evbuffer_cb_set_flags(bufev->output,bevf->outbuf_cb,
|
||||
EVBUFFER_CB_ENABLED);
|
||||
|
||||
if (*processed_out)
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(bufev);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
/* Called when the size of our outbuf changes. */
|
||||
static void
|
||||
bufferevent_filtered_outbuf_cb(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo, void *arg)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = arg;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
|
||||
if (cbinfo->n_added) {
|
||||
int processed_any = 0;
|
||||
/* Somebody added more data to the output buffer. Try to
|
||||
* process it, if we should. */
|
||||
bufferevent_incref_and_lock_(bev);
|
||||
be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
be_filter_read_nolock_(struct bufferevent *underlying, void *me_)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = me_;
|
||||
enum bufferevent_filter_result res;
|
||||
enum bufferevent_flush_mode state;
|
||||
struct bufferevent *bufev = downcast(bevf);
|
||||
struct bufferevent_private *bufev_private = BEV_UPCAST(bufev);
|
||||
int processed_any = 0;
|
||||
|
||||
// It's possible our refcount is 0 at this point if another thread free'd our filterevent
|
||||
EVUTIL_ASSERT(bufev_private->refcnt >= 0);
|
||||
|
||||
// If our refcount is > 0
|
||||
if (bufev_private->refcnt > 0) {
|
||||
|
||||
if (bevf->got_eof)
|
||||
state = BEV_FINISHED;
|
||||
else
|
||||
state = BEV_NORMAL;
|
||||
|
||||
/* XXXX use return value */
|
||||
res = be_filter_process_input(bevf, state, &processed_any);
|
||||
(void)res;
|
||||
|
||||
/* XXX This should be in process_input, not here. There are
|
||||
* other places that can call process-input, and they should
|
||||
* force readcb calls as needed. */
|
||||
if (processed_any) {
|
||||
bufferevent_trigger_nolock_(bufev, EV_READ, 0);
|
||||
if (evbuffer_get_length(underlying->input) > 0 &&
|
||||
be_readbuf_full(bevf, state)) {
|
||||
/* data left in underlying buffer and filter input buffer
|
||||
* hit its read high watermark.
|
||||
* Schedule callback to avoid data gets stuck in underlying
|
||||
* input buffer.
|
||||
*/
|
||||
evbuffer_cb_set_flags(bufev->input, bevf->inbuf_cb,
|
||||
EVBUFFER_CB_ENABLED);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Called when the size of our inbuf changes. */
|
||||
static void
|
||||
bufferevent_filtered_inbuf_cb(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo, void *arg)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = arg;
|
||||
enum bufferevent_flush_mode state;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
|
||||
BEV_LOCK(bev);
|
||||
|
||||
if (bevf->got_eof)
|
||||
state = BEV_FINISHED;
|
||||
else
|
||||
state = BEV_NORMAL;
|
||||
|
||||
|
||||
if (!be_readbuf_full(bevf, state)) {
|
||||
/* opportunity to read data which was left in underlying
|
||||
* input buffer because filter input buffer hit read
|
||||
* high watermark.
|
||||
*/
|
||||
evbuffer_cb_clear_flags(bev->input, bevf->inbuf_cb,
|
||||
EVBUFFER_CB_ENABLED);
|
||||
if (evbuffer_get_length(bevf->underlying->input) > 0)
|
||||
be_filter_read_nolock_(bevf->underlying, bevf);
|
||||
}
|
||||
|
||||
BEV_UNLOCK(bev);
|
||||
}
|
||||
|
||||
/* Called when the underlying socket has read. */
|
||||
static void
|
||||
be_filter_readcb(struct bufferevent *underlying, void *me_)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = me_;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
|
||||
BEV_LOCK(bev);
|
||||
|
||||
be_filter_read_nolock_(underlying, me_);
|
||||
|
||||
BEV_UNLOCK(bev);
|
||||
}
|
||||
|
||||
/* Called when the underlying socket has drained enough that we can write to
|
||||
it. */
|
||||
static void
|
||||
be_filter_writecb(struct bufferevent *underlying, void *me_)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = me_;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
struct bufferevent_private *bufev_private = BEV_UPCAST(bev);
|
||||
int processed_any = 0;
|
||||
|
||||
BEV_LOCK(bev);
|
||||
|
||||
// It's possible our refcount is 0 at this point if another thread free'd our filterevent
|
||||
EVUTIL_ASSERT(bufev_private->refcnt >= 0);
|
||||
|
||||
// If our refcount is > 0
|
||||
if (bufev_private->refcnt > 0) {
|
||||
be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
|
||||
}
|
||||
|
||||
BEV_UNLOCK(bev);
|
||||
}
|
||||
|
||||
/* Called when the underlying socket has given us an error */
|
||||
static void
|
||||
be_filter_eventcb(struct bufferevent *underlying, short what, void *me_)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = me_;
|
||||
struct bufferevent *bev = downcast(bevf);
|
||||
struct bufferevent_private *bufev_private = BEV_UPCAST(bev);
|
||||
|
||||
BEV_LOCK(bev);
|
||||
|
||||
// It's possible our refcount is 0 at this point if another thread free'd our filterevent
|
||||
EVUTIL_ASSERT(bufev_private->refcnt >= 0);
|
||||
|
||||
// If our refcount is > 0
|
||||
if (bufev_private->refcnt > 0) {
|
||||
|
||||
/* All we can really to is tell our own eventcb. */
|
||||
bufferevent_run_eventcb_(bev, what, 0);
|
||||
}
|
||||
|
||||
BEV_UNLOCK(bev);
|
||||
}
|
||||
|
||||
static int
|
||||
be_filter_flush(struct bufferevent *bufev,
|
||||
short iotype, enum bufferevent_flush_mode mode)
|
||||
{
|
||||
struct bufferevent_filtered *bevf = upcast(bufev);
|
||||
int processed_any = 0;
|
||||
EVUTIL_ASSERT(bevf);
|
||||
|
||||
bufferevent_incref_and_lock_(bufev);
|
||||
|
||||
if (iotype & EV_READ) {
|
||||
be_filter_process_input(bevf, mode, &processed_any);
|
||||
}
|
||||
if (iotype & EV_WRITE) {
|
||||
be_filter_process_output(bevf, mode, &processed_any);
|
||||
}
|
||||
/* XXX check the return value? */
|
||||
/* XXX does this want to recursively call lower-level flushes? */
|
||||
bufferevent_flush(bevf->underlying, iotype, mode);
|
||||
|
||||
bufferevent_decref_and_unlock_(bufev);
|
||||
|
||||
return processed_any;
|
||||
}
|
||||
|
||||
static int
|
||||
be_filter_ctrl(struct bufferevent *bev, enum bufferevent_ctrl_op op,
|
||||
union bufferevent_ctrl_data *data)
|
||||
{
|
||||
struct bufferevent_filtered *bevf;
|
||||
switch (op) {
|
||||
case BEV_CTRL_GET_UNDERLYING:
|
||||
bevf = upcast(bev);
|
||||
data->ptr = bevf->underlying;
|
||||
return 0;
|
||||
case BEV_CTRL_SET_FD:
|
||||
case BEV_CTRL_GET_FD:
|
||||
bevf = upcast(bev);
|
||||
|
||||
if (bevf->underlying &&
|
||||
bevf->underlying->be_ops &&
|
||||
bevf->underlying->be_ops->ctrl) {
|
||||
return (bevf->underlying->be_ops->ctrl)(bevf->underlying, op, data);
|
||||
}
|
||||
EVUTIL_FALLTHROUGH;
|
||||
|
||||
case BEV_CTRL_CANCEL_ALL:
|
||||
EVUTIL_FALLTHROUGH;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,365 @@
|
|||
/*
|
||||
* Copyright (c) 2009-2012 Niels Provos, Nick Mathewson
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "event2/event-config.h"
|
||||
#include "evconfig-private.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "event2/util.h"
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/bufferevent.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
#include "event2/event.h"
|
||||
#include "defer-internal.h"
|
||||
#include "bufferevent-internal.h"
|
||||
#include "mm-internal.h"
|
||||
#include "util-internal.h"
|
||||
|
||||
struct bufferevent_pair {
|
||||
struct bufferevent_private bev;
|
||||
struct bufferevent_pair *partner;
|
||||
/* For ->destruct() lock checking */
|
||||
struct bufferevent_pair *unlinked_partner;
|
||||
};
|
||||
|
||||
|
||||
/* Given a bufferevent that's really a bev part of a bufferevent_pair,
|
||||
* return that bufferevent_filtered. Returns NULL otherwise.*/
|
||||
static inline struct bufferevent_pair *
|
||||
upcast(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_pair *bev_p;
|
||||
if (!BEV_IS_PAIR(bev))
|
||||
return NULL;
|
||||
bev_p = EVUTIL_UPCAST(bev, struct bufferevent_pair, bev.bev);
|
||||
EVUTIL_ASSERT(BEV_IS_PAIR(&bev_p->bev.bev));
|
||||
return bev_p;
|
||||
}
|
||||
|
||||
#define downcast(bev_pair) (&(bev_pair)->bev.bev)
|
||||
|
||||
static inline void
|
||||
incref_and_lock(struct bufferevent *b)
|
||||
{
|
||||
struct bufferevent_pair *bevp;
|
||||
bufferevent_incref_and_lock_(b);
|
||||
bevp = upcast(b);
|
||||
if (bevp->partner)
|
||||
bufferevent_incref_and_lock_(downcast(bevp->partner));
|
||||
}
|
||||
|
||||
static inline void
|
||||
decref_and_unlock(struct bufferevent *b)
|
||||
{
|
||||
struct bufferevent_pair *bevp = upcast(b);
|
||||
if (bevp->partner)
|
||||
bufferevent_decref_and_unlock_(downcast(bevp->partner));
|
||||
bufferevent_decref_and_unlock_(b);
|
||||
}
|
||||
|
||||
/* XXX Handle close */
|
||||
|
||||
static void be_pair_outbuf_cb(struct evbuffer *,
|
||||
const struct evbuffer_cb_info *, void *);
|
||||
|
||||
static struct bufferevent_pair *
|
||||
bufferevent_pair_elt_new(struct event_base *base,
|
||||
int options)
|
||||
{
|
||||
struct bufferevent_pair *bufev;
|
||||
if (! (bufev = mm_calloc(1, sizeof(struct bufferevent_pair))))
|
||||
return NULL;
|
||||
if (bufferevent_init_common_(&bufev->bev, base, &bufferevent_ops_pair,
|
||||
options)) {
|
||||
mm_free(bufev);
|
||||
return NULL;
|
||||
}
|
||||
if (!evbuffer_add_cb(bufev->bev.bev.output, be_pair_outbuf_cb, bufev)) {
|
||||
bufferevent_free(downcast(bufev));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bufferevent_init_generic_timeout_cbs_(&bufev->bev.bev);
|
||||
|
||||
return bufev;
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_pair_new(struct event_base *base, int options,
|
||||
struct bufferevent *pair[2])
|
||||
{
|
||||
struct bufferevent_pair *bufev1 = NULL, *bufev2 = NULL;
|
||||
int tmp_options;
|
||||
|
||||
options |= BEV_OPT_DEFER_CALLBACKS;
|
||||
tmp_options = options & ~BEV_OPT_THREADSAFE;
|
||||
|
||||
bufev1 = bufferevent_pair_elt_new(base, options);
|
||||
if (!bufev1)
|
||||
return -1;
|
||||
bufev2 = bufferevent_pair_elt_new(base, tmp_options);
|
||||
if (!bufev2) {
|
||||
bufferevent_free(downcast(bufev1));
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (options & BEV_OPT_THREADSAFE) {
|
||||
/*XXXX check return */
|
||||
bufferevent_enable_locking_(downcast(bufev2), bufev1->bev.lock);
|
||||
}
|
||||
|
||||
bufev1->partner = bufev2;
|
||||
bufev2->partner = bufev1;
|
||||
|
||||
evbuffer_freeze(downcast(bufev1)->input, 0);
|
||||
evbuffer_freeze(downcast(bufev1)->output, 1);
|
||||
evbuffer_freeze(downcast(bufev2)->input, 0);
|
||||
evbuffer_freeze(downcast(bufev2)->output, 1);
|
||||
|
||||
pair[0] = downcast(bufev1);
|
||||
pair[1] = downcast(bufev2);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
be_pair_transfer(struct bufferevent *src, struct bufferevent *dst,
|
||||
int ignore_wm)
|
||||
{
|
||||
size_t dst_size;
|
||||
size_t n;
|
||||
|
||||
evbuffer_unfreeze(src->output, 1);
|
||||
evbuffer_unfreeze(dst->input, 0);
|
||||
|
||||
if (dst->wm_read.high) {
|
||||
dst_size = evbuffer_get_length(dst->input);
|
||||
if (dst_size < dst->wm_read.high) {
|
||||
n = dst->wm_read.high - dst_size;
|
||||
evbuffer_remove_buffer(src->output, dst->input, n);
|
||||
} else {
|
||||
if (!ignore_wm)
|
||||
goto done;
|
||||
n = evbuffer_get_length(src->output);
|
||||
evbuffer_add_buffer(dst->input, src->output);
|
||||
}
|
||||
} else {
|
||||
n = evbuffer_get_length(src->output);
|
||||
evbuffer_add_buffer(dst->input, src->output);
|
||||
}
|
||||
|
||||
if (n) {
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(dst);
|
||||
|
||||
if (evbuffer_get_length(dst->output))
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(dst);
|
||||
else
|
||||
BEV_DEL_GENERIC_WRITE_TIMEOUT(dst);
|
||||
}
|
||||
|
||||
bufferevent_trigger_nolock_(dst, EV_READ, 0);
|
||||
bufferevent_trigger_nolock_(src, EV_WRITE, 0);
|
||||
done:
|
||||
evbuffer_freeze(src->output, 1);
|
||||
evbuffer_freeze(dst->input, 0);
|
||||
}
|
||||
|
||||
static inline int
|
||||
be_pair_wants_to_talk(struct bufferevent_pair *src,
|
||||
struct bufferevent_pair *dst)
|
||||
{
|
||||
return (downcast(src)->enabled & EV_WRITE) &&
|
||||
(downcast(dst)->enabled & EV_READ) &&
|
||||
!dst->bev.read_suspended &&
|
||||
evbuffer_get_length(downcast(src)->output);
|
||||
}
|
||||
|
||||
static void
|
||||
be_pair_outbuf_cb(struct evbuffer *outbuf,
|
||||
const struct evbuffer_cb_info *info, void *arg)
|
||||
{
|
||||
struct bufferevent_pair *bev_pair = arg;
|
||||
struct bufferevent_pair *partner = bev_pair->partner;
|
||||
|
||||
incref_and_lock(downcast(bev_pair));
|
||||
|
||||
if (info->n_added > info->n_deleted && partner) {
|
||||
/* We got more data. If the other side's reading, then
|
||||
hand it over. */
|
||||
if (be_pair_wants_to_talk(bev_pair, partner)) {
|
||||
be_pair_transfer(downcast(bev_pair), downcast(partner), 0);
|
||||
}
|
||||
}
|
||||
|
||||
decref_and_unlock(downcast(bev_pair));
|
||||
}
|
||||
|
||||
static int
|
||||
be_pair_enable(struct bufferevent *bufev, short events)
|
||||
{
|
||||
struct bufferevent_pair *bev_p = upcast(bufev);
|
||||
struct bufferevent_pair *partner = bev_p->partner;
|
||||
|
||||
incref_and_lock(bufev);
|
||||
|
||||
if (events & EV_READ) {
|
||||
BEV_RESET_GENERIC_READ_TIMEOUT(bufev);
|
||||
}
|
||||
if ((events & EV_WRITE) && evbuffer_get_length(bufev->output))
|
||||
BEV_RESET_GENERIC_WRITE_TIMEOUT(bufev);
|
||||
|
||||
/* We're starting to read! Does the other side have anything to write?*/
|
||||
if ((events & EV_READ) && partner &&
|
||||
be_pair_wants_to_talk(partner, bev_p)) {
|
||||
be_pair_transfer(downcast(partner), bufev, 0);
|
||||
}
|
||||
/* We're starting to write! Does the other side want to read? */
|
||||
if ((events & EV_WRITE) && partner &&
|
||||
be_pair_wants_to_talk(bev_p, partner)) {
|
||||
be_pair_transfer(bufev, downcast(partner), 0);
|
||||
}
|
||||
decref_and_unlock(bufev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
be_pair_disable(struct bufferevent *bev, short events)
|
||||
{
|
||||
if (events & EV_READ) {
|
||||
BEV_DEL_GENERIC_READ_TIMEOUT(bev);
|
||||
}
|
||||
if (events & EV_WRITE) {
|
||||
BEV_DEL_GENERIC_WRITE_TIMEOUT(bev);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
be_pair_unlink(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_pair *bev_p = upcast(bev);
|
||||
|
||||
if (bev_p->partner) {
|
||||
bev_p->unlinked_partner = bev_p->partner;
|
||||
bev_p->partner->partner = NULL;
|
||||
bev_p->partner = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/* Free *shared* lock in the latest be (since we share it between two of them). */
|
||||
static void
|
||||
be_pair_destruct(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_pair *bev_p = upcast(bev);
|
||||
|
||||
/* Transfer ownership of the lock into partner, otherwise we will use
|
||||
* already free'd lock during freeing second bev, see next example:
|
||||
*
|
||||
* bev1->own_lock = 1
|
||||
* bev2->own_lock = 0
|
||||
* bev2->lock = bev1->lock
|
||||
*
|
||||
* bufferevent_free(bev1) # refcnt == 0 -> unlink
|
||||
* bufferevent_free(bev2) # refcnt == 0 -> unlink
|
||||
*
|
||||
* event_base_free() -> finilizers -> EVTHREAD_FREE_LOCK(bev1->lock)
|
||||
* -> BEV_LOCK(bev2->lock) <-- already freed
|
||||
*
|
||||
* Where bev1 == pair[0], bev2 == pair[1].
|
||||
*/
|
||||
if (bev_p->unlinked_partner && bev_p->bev.own_lock) {
|
||||
bev_p->unlinked_partner->bev.own_lock = 1;
|
||||
bev_p->bev.own_lock = 0;
|
||||
}
|
||||
bev_p->unlinked_partner = NULL;
|
||||
}
|
||||
|
||||
static int
|
||||
be_pair_flush(struct bufferevent *bev, short iotype,
|
||||
enum bufferevent_flush_mode mode)
|
||||
{
|
||||
struct bufferevent_pair *bev_p = upcast(bev);
|
||||
struct bufferevent *partner;
|
||||
|
||||
if (!bev_p->partner)
|
||||
return -1;
|
||||
|
||||
if (mode == BEV_NORMAL)
|
||||
return 0;
|
||||
|
||||
incref_and_lock(bev);
|
||||
|
||||
partner = downcast(bev_p->partner);
|
||||
|
||||
if ((iotype & EV_READ) != 0)
|
||||
be_pair_transfer(partner, bev, 1);
|
||||
|
||||
if ((iotype & EV_WRITE) != 0)
|
||||
be_pair_transfer(bev, partner, 1);
|
||||
|
||||
if (mode == BEV_FINISHED) {
|
||||
short what = BEV_EVENT_EOF;
|
||||
if (iotype & EV_READ)
|
||||
what |= BEV_EVENT_WRITING;
|
||||
if (iotype & EV_WRITE)
|
||||
what |= BEV_EVENT_READING;
|
||||
bufferevent_run_eventcb_(partner, what, 0);
|
||||
}
|
||||
decref_and_unlock(bev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct bufferevent *
|
||||
bufferevent_pair_get_partner(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_pair *bev_p;
|
||||
struct bufferevent *partner = NULL;
|
||||
bev_p = upcast(bev);
|
||||
if (! bev_p)
|
||||
return NULL;
|
||||
|
||||
incref_and_lock(bev);
|
||||
if (bev_p->partner)
|
||||
partner = downcast(bev_p->partner);
|
||||
decref_and_unlock(bev);
|
||||
return partner;
|
||||
}
|
||||
|
||||
const struct bufferevent_ops bufferevent_ops_pair = {
|
||||
"pair_elt",
|
||||
evutil_offsetof(struct bufferevent_pair, bev.bev),
|
||||
be_pair_enable,
|
||||
be_pair_disable,
|
||||
be_pair_unlink,
|
||||
be_pair_destruct,
|
||||
bufferevent_generic_adj_timeouts_,
|
||||
be_pair_flush,
|
||||
NULL, /* ctrl */
|
||||
};
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,707 @@
|
|||
/*
|
||||
* Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
|
||||
* Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "event2/event-config.h"
|
||||
#include "evconfig-private.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef EVENT__HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef EVENT__HAVE_STDARG_H
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
#ifdef EVENT__HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef EVENT__HAVE_NETINET_IN6_H
|
||||
#include <netinet/in6.h>
|
||||
#endif
|
||||
|
||||
#include "event2/util.h"
|
||||
#include "event2/bufferevent.h"
|
||||
#include "event2/buffer.h"
|
||||
#include "event2/bufferevent_struct.h"
|
||||
#include "event2/bufferevent_compat.h"
|
||||
#include "event2/event.h"
|
||||
#include "log-internal.h"
|
||||
#include "mm-internal.h"
|
||||
#include "bufferevent-internal.h"
|
||||
#include "util-internal.h"
|
||||
#ifdef _WIN32
|
||||
#include "iocp-internal.h"
|
||||
#endif
|
||||
|
||||
/* prototypes */
|
||||
static int be_socket_enable(struct bufferevent *, short);
|
||||
static int be_socket_disable(struct bufferevent *, short);
|
||||
static void be_socket_destruct(struct bufferevent *);
|
||||
static int be_socket_flush(struct bufferevent *, short, enum bufferevent_flush_mode);
|
||||
static int be_socket_ctrl(struct bufferevent *, enum bufferevent_ctrl_op, union bufferevent_ctrl_data *);
|
||||
|
||||
static void be_socket_setfd(struct bufferevent *, evutil_socket_t);
|
||||
|
||||
const struct bufferevent_ops bufferevent_ops_socket = {
|
||||
"socket",
|
||||
evutil_offsetof(struct bufferevent_private, bev),
|
||||
be_socket_enable,
|
||||
be_socket_disable,
|
||||
NULL, /* unlink */
|
||||
be_socket_destruct,
|
||||
bufferevent_generic_adj_existing_timeouts_,
|
||||
be_socket_flush,
|
||||
be_socket_ctrl,
|
||||
};
|
||||
|
||||
const struct sockaddr*
|
||||
bufferevent_socket_get_conn_address_(struct bufferevent *bev)
|
||||
{
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
return (struct sockaddr *)&bev_p->conn_address;
|
||||
}
|
||||
|
||||
void
|
||||
bufferevent_socket_set_conn_address_fd_(struct bufferevent *bev,
|
||||
evutil_socket_t fd)
|
||||
{
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
|
||||
socklen_t len = sizeof(bev_p->conn_address);
|
||||
|
||||
struct sockaddr *addr = (struct sockaddr *)&bev_p->conn_address;
|
||||
if (addr->sa_family != AF_UNSPEC)
|
||||
getpeername(fd, addr, &len);
|
||||
}
|
||||
|
||||
void
|
||||
bufferevent_socket_set_conn_address_(struct bufferevent *bev,
|
||||
struct sockaddr *addr, size_t addrlen)
|
||||
{
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
EVUTIL_ASSERT(addrlen <= sizeof(bev_p->conn_address));
|
||||
memcpy(&bev_p->conn_address, addr, addrlen);
|
||||
}
|
||||
|
||||
static void
|
||||
bufferevent_socket_outbuf_cb(struct evbuffer *buf,
|
||||
const struct evbuffer_cb_info *cbinfo,
|
||||
void *arg)
|
||||
{
|
||||
struct bufferevent *bufev = arg;
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
|
||||
if (cbinfo->n_added &&
|
||||
(bufev->enabled & EV_WRITE) &&
|
||||
!event_pending(&bufev->ev_write, EV_WRITE, NULL) &&
|
||||
!bufev_p->write_suspended) {
|
||||
/* Somebody added data to the buffer, and we would like to
|
||||
* write, and we were not writing. So, start writing. */
|
||||
if (bufferevent_add_event_(&bufev->ev_write, &bufev->timeout_write) == -1) {
|
||||
/* Should we log this? */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
bufferevent_readcb(evutil_socket_t fd, short event, void *arg)
|
||||
{
|
||||
struct bufferevent *bufev = arg;
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
struct evbuffer *input;
|
||||
int res = 0;
|
||||
short what = BEV_EVENT_READING;
|
||||
ev_ssize_t howmuch = -1, readmax=-1;
|
||||
|
||||
bufferevent_incref_and_lock_(bufev);
|
||||
|
||||
if (event == EV_TIMEOUT) {
|
||||
/* Note that we only check for event==EV_TIMEOUT. If
|
||||
* event==EV_TIMEOUT|EV_READ, we can safely ignore the
|
||||
* timeout, since a read has occurred */
|
||||
what |= BEV_EVENT_TIMEOUT;
|
||||
goto error;
|
||||
}
|
||||
|
||||
input = bufev->input;
|
||||
|
||||
/*
|
||||
* If we have a high watermark configured then we don't want to
|
||||
* read more data than would make us reach the watermark.
|
||||
*/
|
||||
if (bufev->wm_read.high != 0) {
|
||||
howmuch = bufev->wm_read.high - evbuffer_get_length(input);
|
||||
/* we somehow lowered the watermark, stop reading */
|
||||
if (howmuch <= 0) {
|
||||
bufferevent_wm_suspend_read(bufev);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
readmax = bufferevent_get_read_max_(bufev_p);
|
||||
if (howmuch < 0 || howmuch > readmax) /* The use of -1 for "unlimited"
|
||||
* uglifies this code. XXXX */
|
||||
howmuch = readmax;
|
||||
if (bufev_p->read_suspended)
|
||||
goto done;
|
||||
|
||||
evbuffer_unfreeze(input, 0);
|
||||
res = evbuffer_read(input, fd, (int)howmuch); /* XXXX evbuffer_read would do better to take and return ev_ssize_t */
|
||||
evbuffer_freeze(input, 0);
|
||||
|
||||
if (res == -1) {
|
||||
int err = evutil_socket_geterror(fd);
|
||||
if (EVUTIL_ERR_RW_RETRIABLE(err))
|
||||
goto reschedule;
|
||||
if (EVUTIL_ERR_CONNECT_REFUSED(err)) {
|
||||
bufev_p->connection_refused = 1;
|
||||
goto done;
|
||||
}
|
||||
/* error case */
|
||||
what |= BEV_EVENT_ERROR;
|
||||
} else if (res == 0) {
|
||||
/* eof case */
|
||||
what |= BEV_EVENT_EOF;
|
||||
}
|
||||
|
||||
if (res <= 0)
|
||||
goto error;
|
||||
|
||||
bufferevent_decrement_read_buckets_(bufev_p, res);
|
||||
|
||||
/* Invoke the user callback - must always be called last */
|
||||
bufferevent_trigger_nolock_(bufev, EV_READ, 0);
|
||||
|
||||
goto done;
|
||||
|
||||
reschedule:
|
||||
goto done;
|
||||
|
||||
error:
|
||||
bufferevent_disable(bufev, EV_READ);
|
||||
bufferevent_run_eventcb_(bufev, what, 0);
|
||||
|
||||
done:
|
||||
bufferevent_decref_and_unlock_(bufev);
|
||||
}
|
||||
|
||||
static void
|
||||
bufferevent_writecb(evutil_socket_t fd, short event, void *arg)
|
||||
{
|
||||
struct bufferevent *bufev = arg;
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
int res = 0;
|
||||
short what = BEV_EVENT_WRITING;
|
||||
int connected = 0;
|
||||
ev_ssize_t atmost = -1;
|
||||
|
||||
bufferevent_incref_and_lock_(bufev);
|
||||
|
||||
if (event == EV_TIMEOUT) {
|
||||
/* Note that we only check for event==EV_TIMEOUT. If
|
||||
* event==EV_TIMEOUT|EV_WRITE, we can safely ignore the
|
||||
* timeout, since a read has occurred */
|
||||
what |= BEV_EVENT_TIMEOUT;
|
||||
goto error;
|
||||
}
|
||||
if (bufev_p->connecting) {
|
||||
int c = evutil_socket_finished_connecting_(fd);
|
||||
/* we need to fake the error if the connection was refused
|
||||
* immediately - usually connection to localhost on BSD */
|
||||
if (bufev_p->connection_refused) {
|
||||
bufev_p->connection_refused = 0;
|
||||
c = -1;
|
||||
}
|
||||
|
||||
if (c == 0)
|
||||
goto done;
|
||||
|
||||
bufev_p->connecting = 0;
|
||||
if (c < 0) {
|
||||
event_del(&bufev->ev_write);
|
||||
event_del(&bufev->ev_read);
|
||||
bufferevent_run_eventcb_(bufev, BEV_EVENT_ERROR, 0);
|
||||
goto done;
|
||||
} else {
|
||||
connected = 1;
|
||||
bufferevent_socket_set_conn_address_fd_(bufev, fd);
|
||||
#ifdef _WIN32
|
||||
if (BEV_IS_ASYNC(bufev)) {
|
||||
event_del(&bufev->ev_write);
|
||||
bufferevent_async_set_connected_(bufev);
|
||||
bufferevent_run_eventcb_(bufev,
|
||||
BEV_EVENT_CONNECTED, 0);
|
||||
goto done;
|
||||
}
|
||||
#endif
|
||||
bufferevent_run_eventcb_(bufev,
|
||||
BEV_EVENT_CONNECTED, 0);
|
||||
if (!(bufev->enabled & EV_WRITE) ||
|
||||
bufev_p->write_suspended) {
|
||||
event_del(&bufev->ev_write);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
atmost = bufferevent_get_write_max_(bufev_p);
|
||||
|
||||
if (bufev_p->write_suspended)
|
||||
goto done;
|
||||
|
||||
if (evbuffer_get_length(bufev->output)) {
|
||||
evbuffer_unfreeze(bufev->output, 1);
|
||||
res = evbuffer_write_atmost(bufev->output, fd, atmost);
|
||||
evbuffer_freeze(bufev->output, 1);
|
||||
if (res == -1) {
|
||||
int err = evutil_socket_geterror(fd);
|
||||
if (EVUTIL_ERR_RW_RETRIABLE(err))
|
||||
goto reschedule;
|
||||
what |= BEV_EVENT_ERROR;
|
||||
} else if (res == 0) {
|
||||
/* eof case
|
||||
XXXX Actually, a 0 on write doesn't indicate
|
||||
an EOF. An ECONNRESET might be more typical.
|
||||
*/
|
||||
what |= BEV_EVENT_EOF;
|
||||
}
|
||||
if (res <= 0)
|
||||
goto error;
|
||||
|
||||
bufferevent_decrement_write_buckets_(bufev_p, res);
|
||||
}
|
||||
|
||||
if (evbuffer_get_length(bufev->output) == 0) {
|
||||
event_del(&bufev->ev_write);
|
||||
}
|
||||
|
||||
/*
|
||||
* Invoke the user callback if our buffer is drained or below the
|
||||
* low watermark.
|
||||
*/
|
||||
if (res || !connected) {
|
||||
bufferevent_trigger_nolock_(bufev, EV_WRITE, 0);
|
||||
}
|
||||
|
||||
goto done;
|
||||
|
||||
reschedule:
|
||||
if (evbuffer_get_length(bufev->output) == 0) {
|
||||
event_del(&bufev->ev_write);
|
||||
}
|
||||
goto done;
|
||||
|
||||
error:
|
||||
bufferevent_disable(bufev, EV_WRITE);
|
||||
bufferevent_run_eventcb_(bufev, what, 0);
|
||||
|
||||
done:
|
||||
bufferevent_decref_and_unlock_(bufev);
|
||||
}
|
||||
|
||||
struct bufferevent *
|
||||
bufferevent_socket_new(struct event_base *base, evutil_socket_t fd,
|
||||
int options)
|
||||
{
|
||||
struct bufferevent_private *bufev_p;
|
||||
struct bufferevent *bufev;
|
||||
|
||||
#ifdef _WIN32
|
||||
if (base && event_base_get_iocp_(base))
|
||||
return bufferevent_async_new_(base, fd, options);
|
||||
#endif
|
||||
|
||||
if ((bufev_p = mm_calloc(1, sizeof(struct bufferevent_private)))== NULL)
|
||||
return NULL;
|
||||
|
||||
if (bufferevent_init_common_(bufev_p, base, &bufferevent_ops_socket,
|
||||
options) < 0) {
|
||||
mm_free(bufev_p);
|
||||
return NULL;
|
||||
}
|
||||
bufev = &bufev_p->bev;
|
||||
evbuffer_set_flags(bufev->output, EVBUFFER_FLAG_DRAINS_TO_FD);
|
||||
|
||||
event_assign(&bufev->ev_read, bufev->ev_base, fd,
|
||||
EV_READ|EV_PERSIST|EV_FINALIZE, bufferevent_readcb, bufev);
|
||||
event_assign(&bufev->ev_write, bufev->ev_base, fd,
|
||||
EV_WRITE|EV_PERSIST|EV_FINALIZE, bufferevent_writecb, bufev);
|
||||
|
||||
evbuffer_add_cb(bufev->output, bufferevent_socket_outbuf_cb, bufev);
|
||||
|
||||
evbuffer_freeze(bufev->input, 0);
|
||||
evbuffer_freeze(bufev->output, 1);
|
||||
|
||||
return bufev;
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_socket_connect(struct bufferevent *bev,
|
||||
const struct sockaddr *sa, int socklen)
|
||||
{
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bev);
|
||||
|
||||
evutil_socket_t fd;
|
||||
int r = 0;
|
||||
int result=-1;
|
||||
int ownfd = 0;
|
||||
|
||||
bufferevent_incref_and_lock_(bev);
|
||||
|
||||
fd = bufferevent_getfd(bev);
|
||||
if (fd < 0) {
|
||||
if (!sa)
|
||||
goto done;
|
||||
fd = evutil_socket_(sa->sa_family,
|
||||
SOCK_STREAM|EVUTIL_SOCK_NONBLOCK, 0);
|
||||
if (fd < 0)
|
||||
goto freesock;
|
||||
ownfd = 1;
|
||||
}
|
||||
if (sa) {
|
||||
#ifdef _WIN32
|
||||
if (bufferevent_async_can_connect_(bev)) {
|
||||
bufferevent_setfd(bev, fd);
|
||||
r = bufferevent_async_connect_(bev, fd, sa, socklen);
|
||||
if (r < 0)
|
||||
goto freesock;
|
||||
bufev_p->connecting = 1;
|
||||
result = 0;
|
||||
goto done;
|
||||
} else
|
||||
#endif
|
||||
r = evutil_socket_connect_(&fd, sa, socklen);
|
||||
if (r < 0)
|
||||
goto freesock;
|
||||
}
|
||||
#ifdef _WIN32
|
||||
/* ConnectEx() isn't always around, even when IOCP is enabled.
|
||||
* Here, we borrow the socket object's write handler to fall back
|
||||
* on a non-blocking connect() when ConnectEx() is unavailable. */
|
||||
if (BEV_IS_ASYNC(bev)) {
|
||||
event_assign(&bev->ev_write, bev->ev_base, fd,
|
||||
EV_WRITE|EV_PERSIST|EV_FINALIZE, bufferevent_writecb, bev);
|
||||
}
|
||||
#endif
|
||||
bufferevent_setfd(bev, fd);
|
||||
if (r == 0) {
|
||||
if (! be_socket_enable(bev, EV_WRITE)) {
|
||||
bufev_p->connecting = 1;
|
||||
result = 0;
|
||||
goto done;
|
||||
}
|
||||
} else if (r == 1) {
|
||||
/* The connect succeeded already. How very BSD of it. */
|
||||
result = 0;
|
||||
bufev_p->connecting = 1;
|
||||
bufferevent_trigger_nolock_(bev, EV_WRITE, BEV_OPT_DEFER_CALLBACKS);
|
||||
} else {
|
||||
/* The connect failed already. How very BSD of it. */
|
||||
result = 0;
|
||||
bufferevent_run_eventcb_(bev, BEV_EVENT_ERROR, BEV_OPT_DEFER_CALLBACKS);
|
||||
bufferevent_disable(bev, EV_WRITE|EV_READ);
|
||||
}
|
||||
|
||||
goto done;
|
||||
|
||||
freesock:
|
||||
if (ownfd)
|
||||
evutil_closesocket(fd);
|
||||
done:
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
return result;
|
||||
}
|
||||
|
||||
static void
|
||||
bufferevent_connect_getaddrinfo_cb(int result, struct evutil_addrinfo *ai,
|
||||
void *arg)
|
||||
{
|
||||
struct bufferevent *bev = arg;
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
int r;
|
||||
BEV_LOCK(bev);
|
||||
|
||||
bufferevent_unsuspend_write_(bev, BEV_SUSPEND_LOOKUP);
|
||||
bufferevent_unsuspend_read_(bev, BEV_SUSPEND_LOOKUP);
|
||||
|
||||
bev_p->dns_request = NULL;
|
||||
|
||||
if (result == EVUTIL_EAI_CANCEL) {
|
||||
bev_p->dns_error = result;
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
return;
|
||||
}
|
||||
if (result != 0) {
|
||||
bev_p->dns_error = result;
|
||||
bufferevent_run_eventcb_(bev, BEV_EVENT_ERROR, 0);
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
if (ai)
|
||||
evutil_freeaddrinfo(ai);
|
||||
return;
|
||||
}
|
||||
|
||||
/* XXX use the other addrinfos? */
|
||||
bufferevent_socket_set_conn_address_(bev, ai->ai_addr, (int)ai->ai_addrlen);
|
||||
r = bufferevent_socket_connect(bev, ai->ai_addr, (int)ai->ai_addrlen);
|
||||
if (r < 0)
|
||||
bufferevent_run_eventcb_(bev, BEV_EVENT_ERROR, 0);
|
||||
bufferevent_decref_and_unlock_(bev);
|
||||
evutil_freeaddrinfo(ai);
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_socket_connect_hostname(struct bufferevent *bev,
|
||||
struct evdns_base *evdns_base, int family, const char *hostname, int port)
|
||||
{
|
||||
char portbuf[10];
|
||||
struct evutil_addrinfo hint;
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
|
||||
if (family != AF_INET && family != AF_INET6 && family != AF_UNSPEC)
|
||||
return -1;
|
||||
if (port < 1 || port > 65535)
|
||||
return -1;
|
||||
|
||||
memset(&hint, 0, sizeof(hint));
|
||||
hint.ai_family = family;
|
||||
hint.ai_protocol = IPPROTO_TCP;
|
||||
hint.ai_socktype = SOCK_STREAM;
|
||||
|
||||
evutil_snprintf(portbuf, sizeof(portbuf), "%d", port);
|
||||
|
||||
BEV_LOCK(bev);
|
||||
bev_p->dns_error = 0;
|
||||
|
||||
bufferevent_suspend_write_(bev, BEV_SUSPEND_LOOKUP);
|
||||
bufferevent_suspend_read_(bev, BEV_SUSPEND_LOOKUP);
|
||||
|
||||
bufferevent_incref_(bev);
|
||||
bev_p->dns_request = evutil_getaddrinfo_async_(evdns_base, hostname,
|
||||
portbuf, &hint, bufferevent_connect_getaddrinfo_cb, bev);
|
||||
BEV_UNLOCK(bev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
bufferevent_socket_get_dns_error(struct bufferevent *bev)
|
||||
{
|
||||
int rv;
|
||||
struct bufferevent_private *bev_p = BEV_UPCAST(bev);
|
||||
|
||||
BEV_LOCK(bev);
|
||||
rv = bev_p->dns_error;
|
||||
BEV_UNLOCK(bev);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
/*
|
||||
* Create a new buffered event object.
|
||||
*
|
||||
* The read callback is invoked whenever we read new data.
|
||||
* The write callback is invoked whenever the output buffer is drained.
|
||||
* The error callback is invoked on a write/read error or on EOF.
|
||||
*
|
||||
* Both read and write callbacks maybe NULL. The error callback is not
|
||||
* allowed to be NULL and have to be provided always.
|
||||
*/
|
||||
|
||||
struct bufferevent *
|
||||
bufferevent_new(evutil_socket_t fd,
|
||||
bufferevent_data_cb readcb, bufferevent_data_cb writecb,
|
||||
bufferevent_event_cb eventcb, void *cbarg)
|
||||
{
|
||||
struct bufferevent *bufev;
|
||||
|
||||
if (!(bufev = bufferevent_socket_new(NULL, fd, 0)))
|
||||
return NULL;
|
||||
|
||||
bufferevent_setcb(bufev, readcb, writecb, eventcb, cbarg);
|
||||
|
||||
return bufev;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
be_socket_enable(struct bufferevent *bufev, short event)
|
||||
{
|
||||
if (event & EV_READ &&
|
||||
bufferevent_add_event_(&bufev->ev_read, &bufev->timeout_read) == -1)
|
||||
return -1;
|
||||
if (event & EV_WRITE &&
|
||||
bufferevent_add_event_(&bufev->ev_write, &bufev->timeout_write) == -1)
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
be_socket_disable(struct bufferevent *bufev, short event)
|
||||
{
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
if (event & EV_READ) {
|
||||
if (event_del(&bufev->ev_read) == -1)
|
||||
return -1;
|
||||
}
|
||||
/* Don't actually disable the write if we are trying to connect. */
|
||||
if ((event & EV_WRITE) && ! bufev_p->connecting) {
|
||||
if (event_del(&bufev->ev_write) == -1)
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
be_socket_destruct(struct bufferevent *bufev)
|
||||
{
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
evutil_socket_t fd;
|
||||
EVUTIL_ASSERT(BEV_IS_SOCKET(bufev));
|
||||
|
||||
fd = event_get_fd(&bufev->ev_read);
|
||||
|
||||
if ((bufev_p->options & BEV_OPT_CLOSE_ON_FREE) && fd >= 0)
|
||||
EVUTIL_CLOSESOCKET(fd);
|
||||
|
||||
evutil_getaddrinfo_cancel_async_(bufev_p->dns_request);
|
||||
}
|
||||
|
||||
static int
|
||||
be_socket_flush(struct bufferevent *bev, short iotype,
|
||||
enum bufferevent_flush_mode mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
be_socket_setfd(struct bufferevent *bufev, evutil_socket_t fd)
|
||||
{
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
|
||||
BEV_LOCK(bufev);
|
||||
EVUTIL_ASSERT(BEV_IS_SOCKET(bufev));
|
||||
|
||||
event_del(&bufev->ev_read);
|
||||
event_del(&bufev->ev_write);
|
||||
|
||||
evbuffer_unfreeze(bufev->input, 0);
|
||||
evbuffer_unfreeze(bufev->output, 1);
|
||||
|
||||
event_assign(&bufev->ev_read, bufev->ev_base, fd,
|
||||
EV_READ|EV_PERSIST|EV_FINALIZE, bufferevent_readcb, bufev);
|
||||
event_assign(&bufev->ev_write, bufev->ev_base, fd,
|
||||
EV_WRITE|EV_PERSIST|EV_FINALIZE, bufferevent_writecb, bufev);
|
||||
|
||||
if (fd >= 0)
|
||||
bufferevent_enable(bufev, bufev->enabled);
|
||||
|
||||
evutil_getaddrinfo_cancel_async_(bufev_p->dns_request);
|
||||
|
||||
BEV_UNLOCK(bufev);
|
||||
}
|
||||
|
||||
/* XXXX Should non-socket bufferevents support this? */
|
||||
int
|
||||
bufferevent_priority_set(struct bufferevent *bufev, int priority)
|
||||
{
|
||||
int r = -1;
|
||||
struct bufferevent_private *bufev_p = BEV_UPCAST(bufev);
|
||||
|
||||
BEV_LOCK(bufev);
|
||||
if (BEV_IS_ASYNC(bufev) || BEV_IS_FILTER(bufev) || BEV_IS_PAIR(bufev))
|
||||
goto done;
|
||||
|
||||
if (event_priority_set(&bufev->ev_read, priority) == -1)
|
||||
goto done;
|
||||
if (event_priority_set(&bufev->ev_write, priority) == -1)
|
||||
goto done;
|
||||
|
||||
event_deferred_cb_set_priority_(&bufev_p->deferred, priority);
|
||||
|
||||
r = 0;
|
||||
done:
|
||||
BEV_UNLOCK(bufev);
|
||||
return r;
|
||||
}
|
||||
|
||||
/* XXXX Should non-socket bufferevents support this? */
|
||||
int
|
||||
bufferevent_base_set(struct event_base *base, struct bufferevent *bufev)
|
||||
{
|
||||
int res = -1;
|
||||
|
||||
BEV_LOCK(bufev);
|
||||
if (!BEV_IS_SOCKET(bufev))
|
||||
goto done;
|
||||
|
||||
bufev->ev_base = base;
|
||||
|
||||
res = event_base_set(base, &bufev->ev_read);
|
||||
if (res == -1)
|
||||
goto done;
|
||||
|
||||
res = event_base_set(base, &bufev->ev_write);
|
||||
done:
|
||||
BEV_UNLOCK(bufev);
|
||||
return res;
|
||||
}
|
||||
|
||||
static int
|
||||
be_socket_ctrl(struct bufferevent *bev, enum bufferevent_ctrl_op op,
|
||||
union bufferevent_ctrl_data *data)
|
||||
{
|
||||
switch (op) {
|
||||
case BEV_CTRL_SET_FD:
|
||||
be_socket_setfd(bev, data->fd);
|
||||
return 0;
|
||||
case BEV_CTRL_GET_FD:
|
||||
data->fd = event_get_fd(&bev->ev_read);
|
||||
return 0;
|
||||
case BEV_CTRL_GET_UNDERLYING:
|
||||
case BEV_CTRL_CANCEL_ALL:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,348 @@
|
|||
#! /bin/sh
|
||||
# Wrapper for compilers which do not understand '-c -o'.
|
||||
|
||||
scriptversion=2018-03-07.03; # UTC
|
||||
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
# Written by Tom Tromey <tromey@cygnus.com>.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is maintained in Automake, please report
|
||||
# bugs to <bug-automake@gnu.org> or send patches to
|
||||
# <automake-patches@gnu.org>.
|
||||
|
||||
nl='
|
||||
'
|
||||
|
||||
# We need space, tab and new line, in precisely that order. Quoting is
|
||||
# there to prevent tools from complaining about whitespace usage.
|
||||
IFS=" "" $nl"
|
||||
|
||||
file_conv=
|
||||
|
||||
# func_file_conv build_file lazy
|
||||
# Convert a $build file to $host form and store it in $file
|
||||
# Currently only supports Windows hosts. If the determined conversion
|
||||
# type is listed in (the comma separated) LAZY, no conversion will
|
||||
# take place.
|
||||
func_file_conv ()
|
||||
{
|
||||
file=$1
|
||||
case $file in
|
||||
/ | /[!/]*) # absolute file, and not a UNC file
|
||||
if test -z "$file_conv"; then
|
||||
# lazily determine how to convert abs files
|
||||
case `uname -s` in
|
||||
MINGW*)
|
||||
file_conv=mingw
|
||||
;;
|
||||
CYGWIN* | MSYS*)
|
||||
file_conv=cygwin
|
||||
;;
|
||||
*)
|
||||
file_conv=wine
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
case $file_conv/,$2, in
|
||||
*,$file_conv,*)
|
||||
;;
|
||||
mingw/*)
|
||||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
||||
;;
|
||||
cygwin/* | msys/*)
|
||||
file=`cygpath -m "$file" || echo "$file"`
|
||||
;;
|
||||
wine/*)
|
||||
file=`winepath -w "$file" || echo "$file"`
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
# func_cl_dashL linkdir
|
||||
# Make cl look for libraries in LINKDIR
|
||||
func_cl_dashL ()
|
||||
{
|
||||
func_file_conv "$1"
|
||||
if test -z "$lib_path"; then
|
||||
lib_path=$file
|
||||
else
|
||||
lib_path="$lib_path;$file"
|
||||
fi
|
||||
linker_opts="$linker_opts -LIBPATH:$file"
|
||||
}
|
||||
|
||||
# func_cl_dashl library
|
||||
# Do a library search-path lookup for cl
|
||||
func_cl_dashl ()
|
||||
{
|
||||
lib=$1
|
||||
found=no
|
||||
save_IFS=$IFS
|
||||
IFS=';'
|
||||
for dir in $lib_path $LIB
|
||||
do
|
||||
IFS=$save_IFS
|
||||
if $shared && test -f "$dir/$lib.dll.lib"; then
|
||||
found=yes
|
||||
lib=$dir/$lib.dll.lib
|
||||
break
|
||||
fi
|
||||
if test -f "$dir/$lib.lib"; then
|
||||
found=yes
|
||||
lib=$dir/$lib.lib
|
||||
break
|
||||
fi
|
||||
if test -f "$dir/lib$lib.a"; then
|
||||
found=yes
|
||||
lib=$dir/lib$lib.a
|
||||
break
|
||||
fi
|
||||
done
|
||||
IFS=$save_IFS
|
||||
|
||||
if test "$found" != yes; then
|
||||
lib=$lib.lib
|
||||
fi
|
||||
}
|
||||
|
||||
# func_cl_wrapper cl arg...
|
||||
# Adjust compile command to suit cl
|
||||
func_cl_wrapper ()
|
||||
{
|
||||
# Assume a capable shell
|
||||
lib_path=
|
||||
shared=:
|
||||
linker_opts=
|
||||
for arg
|
||||
do
|
||||
if test -n "$eat"; then
|
||||
eat=
|
||||
else
|
||||
case $1 in
|
||||
-o)
|
||||
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
||||
eat=1
|
||||
case $2 in
|
||||
*.o | *.[oO][bB][jJ])
|
||||
func_file_conv "$2"
|
||||
set x "$@" -Fo"$file"
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
func_file_conv "$2"
|
||||
set x "$@" -Fe"$file"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
-I)
|
||||
eat=1
|
||||
func_file_conv "$2" mingw
|
||||
set x "$@" -I"$file"
|
||||
shift
|
||||
;;
|
||||
-I*)
|
||||
func_file_conv "${1#-I}" mingw
|
||||
set x "$@" -I"$file"
|
||||
shift
|
||||
;;
|
||||
-l)
|
||||
eat=1
|
||||
func_cl_dashl "$2"
|
||||
set x "$@" "$lib"
|
||||
shift
|
||||
;;
|
||||
-l*)
|
||||
func_cl_dashl "${1#-l}"
|
||||
set x "$@" "$lib"
|
||||
shift
|
||||
;;
|
||||
-L)
|
||||
eat=1
|
||||
func_cl_dashL "$2"
|
||||
;;
|
||||
-L*)
|
||||
func_cl_dashL "${1#-L}"
|
||||
;;
|
||||
-static)
|
||||
shared=false
|
||||
;;
|
||||
-Wl,*)
|
||||
arg=${1#-Wl,}
|
||||
save_ifs="$IFS"; IFS=','
|
||||
for flag in $arg; do
|
||||
IFS="$save_ifs"
|
||||
linker_opts="$linker_opts $flag"
|
||||
done
|
||||
IFS="$save_ifs"
|
||||
;;
|
||||
-Xlinker)
|
||||
eat=1
|
||||
linker_opts="$linker_opts $2"
|
||||
;;
|
||||
-*)
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
|
||||
func_file_conv "$1"
|
||||
set x "$@" -Tp"$file"
|
||||
shift
|
||||
;;
|
||||
*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
||||
func_file_conv "$1" mingw
|
||||
set x "$@" "$file"
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
shift
|
||||
done
|
||||
if test -n "$linker_opts"; then
|
||||
linker_opts="-link$linker_opts"
|
||||
fi
|
||||
exec "$@" $linker_opts
|
||||
exit 1
|
||||
}
|
||||
|
||||
eat=
|
||||
|
||||
case $1 in
|
||||
'')
|
||||
echo "$0: No command. Try '$0 --help' for more information." 1>&2
|
||||
exit 1;
|
||||
;;
|
||||
-h | --h*)
|
||||
cat <<\EOF
|
||||
Usage: compile [--help] [--version] PROGRAM [ARGS]
|
||||
|
||||
Wrapper for compilers which do not understand '-c -o'.
|
||||
Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|
||||
arguments, and rename the output as expected.
|
||||
|
||||
If you are trying to build a whole package this is not the
|
||||
right script to run: please start by reading the file 'INSTALL'.
|
||||
|
||||
Report bugs to <bug-automake@gnu.org>.
|
||||
EOF
|
||||
exit $?
|
||||
;;
|
||||
-v | --v*)
|
||||
echo "compile $scriptversion"
|
||||
exit $?
|
||||
;;
|
||||
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
|
||||
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
|
||||
func_cl_wrapper "$@" # Doesn't return...
|
||||
;;
|
||||
esac
|
||||
|
||||
ofile=
|
||||
cfile=
|
||||
|
||||
for arg
|
||||
do
|
||||
if test -n "$eat"; then
|
||||
eat=
|
||||
else
|
||||
case $1 in
|
||||
-o)
|
||||
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
||||
# So we strip '-o arg' only if arg is an object.
|
||||
eat=1
|
||||
case $2 in
|
||||
*.o | *.obj)
|
||||
ofile=$2
|
||||
;;
|
||||
*)
|
||||
set x "$@" -o "$2"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*.c)
|
||||
cfile=$1
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set x "$@" "$1"
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
shift
|
||||
done
|
||||
|
||||
if test -z "$ofile" || test -z "$cfile"; then
|
||||
# If no '-o' option was seen then we might have been invoked from a
|
||||
# pattern rule where we don't need one. That is ok -- this is a
|
||||
# normal compilation that the losing compiler can handle. If no
|
||||
# '.c' file was seen then we are probably linking. That is also
|
||||
# ok.
|
||||
exec "$@"
|
||||
fi
|
||||
|
||||
# Name of file we expect compiler to create.
|
||||
cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
||||
|
||||
# Create the lock directory.
|
||||
# Note: use '[/\\:.-]' here to ensure that we don't use the same name
|
||||
# that we are using for the .o file. Also, base the name on the expected
|
||||
# object file name, since that is what matters with a parallel build.
|
||||
lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
|
||||
while true; do
|
||||
if mkdir "$lockdir" >/dev/null 2>&1; then
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
# FIXME: race condition here if user kills between mkdir and trap.
|
||||
trap "rmdir '$lockdir'; exit 1" 1 2 15
|
||||
|
||||
# Run the compile.
|
||||
"$@"
|
||||
ret=$?
|
||||
|
||||
if test -f "$cofile"; then
|
||||
test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
|
||||
elif test -f "${cofile}bj"; then
|
||||
test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
||||
fi
|
||||
|
||||
rmdir "$lockdir"
|
||||
exit $ret
|
||||
|
||||
# Local Variables:
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC0"
|
||||
# time-stamp-end: "; # UTC"
|
||||
# End:
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,791 @@
|
|||
#! /bin/sh
|
||||
# depcomp - compile a program generating dependencies as side-effects
|
||||
|
||||
scriptversion=2018-03-07.03; # UTC
|
||||
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
|
||||
|
||||
case $1 in
|
||||
'')
|
||||
echo "$0: No command. Try '$0 --help' for more information." 1>&2
|
||||
exit 1;
|
||||
;;
|
||||
-h | --h*)
|
||||
cat <<\EOF
|
||||
Usage: depcomp [--help] [--version] PROGRAM [ARGS]
|
||||
|
||||
Run PROGRAMS ARGS to compile a file, generating dependencies
|
||||
as side-effects.
|
||||
|
||||
Environment variables:
|
||||
depmode Dependency tracking mode.
|
||||
source Source file read by 'PROGRAMS ARGS'.
|
||||
object Object file output by 'PROGRAMS ARGS'.
|
||||
DEPDIR directory where to store dependencies.
|
||||
depfile Dependency file to output.
|
||||
tmpdepfile Temporary file to use when outputting dependencies.
|
||||
libtool Whether libtool is used (yes/no).
|
||||
|
||||
Report bugs to <bug-automake@gnu.org>.
|
||||
EOF
|
||||
exit $?
|
||||
;;
|
||||
-v | --v*)
|
||||
echo "depcomp $scriptversion"
|
||||
exit $?
|
||||
;;
|
||||
esac
|
||||
|
||||
# Get the directory component of the given path, and save it in the
|
||||
# global variables '$dir'. Note that this directory component will
|
||||
# be either empty or ending with a '/' character. This is deliberate.
|
||||
set_dir_from ()
|
||||
{
|
||||
case $1 in
|
||||
*/*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
|
||||
*) dir=;;
|
||||
esac
|
||||
}
|
||||
|
||||
# Get the suffix-stripped basename of the given path, and save it the
|
||||
# global variable '$base'.
|
||||
set_base_from ()
|
||||
{
|
||||
base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
|
||||
}
|
||||
|
||||
# If no dependency file was actually created by the compiler invocation,
|
||||
# we still have to create a dummy depfile, to avoid errors with the
|
||||
# Makefile "include basename.Plo" scheme.
|
||||
make_dummy_depfile ()
|
||||
{
|
||||
echo "#dummy" > "$depfile"
|
||||
}
|
||||
|
||||
# Factor out some common post-processing of the generated depfile.
|
||||
# Requires the auxiliary global variable '$tmpdepfile' to be set.
|
||||
aix_post_process_depfile ()
|
||||
{
|
||||
# If the compiler actually managed to produce a dependency file,
|
||||
# post-process it.
|
||||
if test -f "$tmpdepfile"; then
|
||||
# Each line is of the form 'foo.o: dependency.h'.
|
||||
# Do two passes, one to just change these to
|
||||
# $object: dependency.h
|
||||
# and one to simply output
|
||||
# dependency.h:
|
||||
# which is needed to avoid the deleted-header problem.
|
||||
{ sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
|
||||
sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
|
||||
} > "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
else
|
||||
make_dummy_depfile
|
||||
fi
|
||||
}
|
||||
|
||||
# A tabulation character.
|
||||
tab=' '
|
||||
# A newline character.
|
||||
nl='
|
||||
'
|
||||
# Character ranges might be problematic outside the C locale.
|
||||
# These definitions help.
|
||||
upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
lower=abcdefghijklmnopqrstuvwxyz
|
||||
digits=0123456789
|
||||
alpha=${upper}${lower}
|
||||
|
||||
if test -z "$depmode" || test -z "$source" || test -z "$object"; then
|
||||
echo "depcomp: Variables source, object and depmode must be set" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
|
||||
depfile=${depfile-`echo "$object" |
|
||||
sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
|
||||
tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
|
||||
|
||||
rm -f "$tmpdepfile"
|
||||
|
||||
# Avoid interferences from the environment.
|
||||
gccflag= dashmflag=
|
||||
|
||||
# Some modes work just like other modes, but use different flags. We
|
||||
# parameterize here, but still list the modes in the big case below,
|
||||
# to make depend.m4 easier to write. Note that we *cannot* use a case
|
||||
# here, because this file can only contain one case statement.
|
||||
if test "$depmode" = hp; then
|
||||
# HP compiler uses -M and no extra arg.
|
||||
gccflag=-M
|
||||
depmode=gcc
|
||||
fi
|
||||
|
||||
if test "$depmode" = dashXmstdout; then
|
||||
# This is just like dashmstdout with a different argument.
|
||||
dashmflag=-xM
|
||||
depmode=dashmstdout
|
||||
fi
|
||||
|
||||
cygpath_u="cygpath -u -f -"
|
||||
if test "$depmode" = msvcmsys; then
|
||||
# This is just like msvisualcpp but w/o cygpath translation.
|
||||
# Just convert the backslash-escaped backslashes to single forward
|
||||
# slashes to satisfy depend.m4
|
||||
cygpath_u='sed s,\\\\,/,g'
|
||||
depmode=msvisualcpp
|
||||
fi
|
||||
|
||||
if test "$depmode" = msvc7msys; then
|
||||
# This is just like msvc7 but w/o cygpath translation.
|
||||
# Just convert the backslash-escaped backslashes to single forward
|
||||
# slashes to satisfy depend.m4
|
||||
cygpath_u='sed s,\\\\,/,g'
|
||||
depmode=msvc7
|
||||
fi
|
||||
|
||||
if test "$depmode" = xlc; then
|
||||
# IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
|
||||
gccflag=-qmakedep=gcc,-MF
|
||||
depmode=gcc
|
||||
fi
|
||||
|
||||
case "$depmode" in
|
||||
gcc3)
|
||||
## gcc 3 implements dependency tracking that does exactly what
|
||||
## we want. Yay! Note: for some reason libtool 1.4 doesn't like
|
||||
## it if -MD -MP comes after the -MF stuff. Hmm.
|
||||
## Unfortunately, FreeBSD c89 acceptance of flags depends upon
|
||||
## the command line argument order; so add the flags where they
|
||||
## appear in depend2.am. Note that the slowdown incurred here
|
||||
## affects only configure: in makefiles, %FASTDEP% shortcuts this.
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
|
||||
*) set fnord "$@" "$arg" ;;
|
||||
esac
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
done
|
||||
"$@"
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
mv "$tmpdepfile" "$depfile"
|
||||
;;
|
||||
|
||||
gcc)
|
||||
## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
|
||||
## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
|
||||
## (see the conditional assignment to $gccflag above).
|
||||
## There are various ways to get dependency output from gcc. Here's
|
||||
## why we pick this rather obscure method:
|
||||
## - Don't want to use -MD because we'd like the dependencies to end
|
||||
## up in a subdir. Having to rename by hand is ugly.
|
||||
## (We might end up doing this anyway to support other compilers.)
|
||||
## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
|
||||
## -MM, not -M (despite what the docs say). Also, it might not be
|
||||
## supported by the other compilers which use the 'gcc' depmode.
|
||||
## - Using -M directly means running the compiler twice (even worse
|
||||
## than renaming).
|
||||
if test -z "$gccflag"; then
|
||||
gccflag=-MD,
|
||||
fi
|
||||
"$@" -Wp,"$gccflag$tmpdepfile"
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
# The second -e expression handles DOS-style file names with drive
|
||||
# letters.
|
||||
sed -e 's/^[^:]*: / /' \
|
||||
-e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
|
||||
## This next piece of magic avoids the "deleted header file" problem.
|
||||
## The problem is that when a header file which appears in a .P file
|
||||
## is deleted, the dependency causes make to die (because there is
|
||||
## typically no way to rebuild the header). We avoid this by adding
|
||||
## dummy dependencies for each header file. Too bad gcc doesn't do
|
||||
## this for us directly.
|
||||
## Some versions of gcc put a space before the ':'. On the theory
|
||||
## that the space means something, we add a space to the output as
|
||||
## well. hp depmode also adds that space, but also prefixes the VPATH
|
||||
## to the object. Take care to not repeat it in the output.
|
||||
## Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
## correctly. Breaking it into two sed invocations is a workaround.
|
||||
tr ' ' "$nl" < "$tmpdepfile" \
|
||||
| sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
|
||||
| sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
hp)
|
||||
# This case exists only to let depend.m4 do its work. It works by
|
||||
# looking at the text of this script. This case will never be run,
|
||||
# since it is checked for above.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
sgi)
|
||||
if test "$libtool" = yes; then
|
||||
"$@" "-Wp,-MDupdate,$tmpdepfile"
|
||||
else
|
||||
"$@" -MDupdate "$tmpdepfile"
|
||||
fi
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
|
||||
if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
|
||||
echo "$object : \\" > "$depfile"
|
||||
# Clip off the initial element (the dependent). Don't try to be
|
||||
# clever and replace this with sed code, as IRIX sed won't handle
|
||||
# lines with more than a fixed number of characters (4096 in
|
||||
# IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
|
||||
# the IRIX cc adds comments like '#:fec' to the end of the
|
||||
# dependency line.
|
||||
tr ' ' "$nl" < "$tmpdepfile" \
|
||||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
|
||||
| tr "$nl" ' ' >> "$depfile"
|
||||
echo >> "$depfile"
|
||||
# The second pass generates a dummy entry for each header file.
|
||||
tr ' ' "$nl" < "$tmpdepfile" \
|
||||
| sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
|
||||
>> "$depfile"
|
||||
else
|
||||
make_dummy_depfile
|
||||
fi
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
xlc)
|
||||
# This case exists only to let depend.m4 do its work. It works by
|
||||
# looking at the text of this script. This case will never be run,
|
||||
# since it is checked for above.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
aix)
|
||||
# The C for AIX Compiler uses -M and outputs the dependencies
|
||||
# in a .u file. In older versions, this file always lives in the
|
||||
# current directory. Also, the AIX compiler puts '$object:' at the
|
||||
# start of each line; $object doesn't have directory information.
|
||||
# Version 6 uses the directory in both cases.
|
||||
set_dir_from "$object"
|
||||
set_base_from "$object"
|
||||
if test "$libtool" = yes; then
|
||||
tmpdepfile1=$dir$base.u
|
||||
tmpdepfile2=$base.u
|
||||
tmpdepfile3=$dir.libs/$base.u
|
||||
"$@" -Wc,-M
|
||||
else
|
||||
tmpdepfile1=$dir$base.u
|
||||
tmpdepfile2=$dir$base.u
|
||||
tmpdepfile3=$dir$base.u
|
||||
"$@" -M
|
||||
fi
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
aix_post_process_depfile
|
||||
;;
|
||||
|
||||
tcc)
|
||||
# tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
|
||||
# FIXME: That version still under development at the moment of writing.
|
||||
# Make that this statement remains true also for stable, released
|
||||
# versions.
|
||||
# It will wrap lines (doesn't matter whether long or short) with a
|
||||
# trailing '\', as in:
|
||||
#
|
||||
# foo.o : \
|
||||
# foo.c \
|
||||
# foo.h \
|
||||
#
|
||||
# It will put a trailing '\' even on the last line, and will use leading
|
||||
# spaces rather than leading tabs (at least since its commit 0394caf7
|
||||
# "Emit spaces for -MD").
|
||||
"$@" -MD -MF "$tmpdepfile"
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
# Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
|
||||
# We have to change lines of the first kind to '$object: \'.
|
||||
sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
|
||||
# And for each line of the second kind, we have to emit a 'dep.h:'
|
||||
# dummy dependency, to avoid the deleted-header problem.
|
||||
sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
## The order of this option in the case statement is important, since the
|
||||
## shell code in configure will try each of these formats in the order
|
||||
## listed in this file. A plain '-MD' option would be understood by many
|
||||
## compilers, so we must ensure this comes after the gcc and icc options.
|
||||
pgcc)
|
||||
# Portland's C compiler understands '-MD'.
|
||||
# Will always output deps to 'file.d' where file is the root name of the
|
||||
# source file under compilation, even if file resides in a subdirectory.
|
||||
# The object file name does not affect the name of the '.d' file.
|
||||
# pgcc 10.2 will output
|
||||
# foo.o: sub/foo.c sub/foo.h
|
||||
# and will wrap long lines using '\' :
|
||||
# foo.o: sub/foo.c ... \
|
||||
# sub/foo.h ... \
|
||||
# ...
|
||||
set_dir_from "$object"
|
||||
# Use the source, not the object, to determine the base name, since
|
||||
# that's sadly what pgcc will do too.
|
||||
set_base_from "$source"
|
||||
tmpdepfile=$base.d
|
||||
|
||||
# For projects that build the same source file twice into different object
|
||||
# files, the pgcc approach of using the *source* file root name can cause
|
||||
# problems in parallel builds. Use a locking strategy to avoid stomping on
|
||||
# the same $tmpdepfile.
|
||||
lockdir=$base.d-lock
|
||||
trap "
|
||||
echo '$0: caught signal, cleaning up...' >&2
|
||||
rmdir '$lockdir'
|
||||
exit 1
|
||||
" 1 2 13 15
|
||||
numtries=100
|
||||
i=$numtries
|
||||
while test $i -gt 0; do
|
||||
# mkdir is a portable test-and-set.
|
||||
if mkdir "$lockdir" 2>/dev/null; then
|
||||
# This process acquired the lock.
|
||||
"$@" -MD
|
||||
stat=$?
|
||||
# Release the lock.
|
||||
rmdir "$lockdir"
|
||||
break
|
||||
else
|
||||
# If the lock is being held by a different process, wait
|
||||
# until the winning process is done or we timeout.
|
||||
while test -d "$lockdir" && test $i -gt 0; do
|
||||
sleep 1
|
||||
i=`expr $i - 1`
|
||||
done
|
||||
fi
|
||||
i=`expr $i - 1`
|
||||
done
|
||||
trap - 1 2 13 15
|
||||
if test $i -le 0; then
|
||||
echo "$0: failed to acquire lock after $numtries attempts" >&2
|
||||
echo "$0: check lockdir '$lockdir'" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
# Each line is of the form `foo.o: dependent.h',
|
||||
# or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
|
||||
# Do two passes, one to just change these to
|
||||
# `$object: dependent.h' and one to simply `dependent.h:'.
|
||||
sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
|
||||
# Some versions of the HPUX 10.20 sed can't process this invocation
|
||||
# correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
|
||||
| sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
hp2)
|
||||
# The "hp" stanza above does not work with aCC (C++) and HP's ia64
|
||||
# compilers, which have integrated preprocessors. The correct option
|
||||
# to use with these is +Maked; it writes dependencies to a file named
|
||||
# 'foo.d', which lands next to the object file, wherever that
|
||||
# happens to be.
|
||||
# Much of this is similar to the tru64 case; see comments there.
|
||||
set_dir_from "$object"
|
||||
set_base_from "$object"
|
||||
if test "$libtool" = yes; then
|
||||
tmpdepfile1=$dir$base.d
|
||||
tmpdepfile2=$dir.libs/$base.d
|
||||
"$@" -Wc,+Maked
|
||||
else
|
||||
tmpdepfile1=$dir$base.d
|
||||
tmpdepfile2=$dir$base.d
|
||||
"$@" +Maked
|
||||
fi
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
if test -f "$tmpdepfile"; then
|
||||
sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
|
||||
# Add 'dependent.h:' lines.
|
||||
sed -ne '2,${
|
||||
s/^ *//
|
||||
s/ \\*$//
|
||||
s/$/:/
|
||||
p
|
||||
}' "$tmpdepfile" >> "$depfile"
|
||||
else
|
||||
make_dummy_depfile
|
||||
fi
|
||||
rm -f "$tmpdepfile" "$tmpdepfile2"
|
||||
;;
|
||||
|
||||
tru64)
|
||||
# The Tru64 compiler uses -MD to generate dependencies as a side
|
||||
# effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
|
||||
# At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
|
||||
# dependencies in 'foo.d' instead, so we check for that too.
|
||||
# Subdirectories are respected.
|
||||
set_dir_from "$object"
|
||||
set_base_from "$object"
|
||||
|
||||
if test "$libtool" = yes; then
|
||||
# Libtool generates 2 separate objects for the 2 libraries. These
|
||||
# two compilations output dependencies in $dir.libs/$base.o.d and
|
||||
# in $dir$base.o.d. We have to check for both files, because
|
||||
# one of the two compilations can be disabled. We should prefer
|
||||
# $dir$base.o.d over $dir.libs/$base.o.d because the latter is
|
||||
# automatically cleaned when .libs/ is deleted, while ignoring
|
||||
# the former would cause a distcleancheck panic.
|
||||
tmpdepfile1=$dir$base.o.d # libtool 1.5
|
||||
tmpdepfile2=$dir.libs/$base.o.d # Likewise.
|
||||
tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
|
||||
"$@" -Wc,-MD
|
||||
else
|
||||
tmpdepfile1=$dir$base.d
|
||||
tmpdepfile2=$dir$base.d
|
||||
tmpdepfile3=$dir$base.d
|
||||
"$@" -MD
|
||||
fi
|
||||
|
||||
stat=$?
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
exit $stat
|
||||
fi
|
||||
|
||||
for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
|
||||
do
|
||||
test -f "$tmpdepfile" && break
|
||||
done
|
||||
# Same post-processing that is required for AIX mode.
|
||||
aix_post_process_depfile
|
||||
;;
|
||||
|
||||
msvc7)
|
||||
if test "$libtool" = yes; then
|
||||
showIncludes=-Wc,-showIncludes
|
||||
else
|
||||
showIncludes=-showIncludes
|
||||
fi
|
||||
"$@" $showIncludes > "$tmpdepfile"
|
||||
stat=$?
|
||||
grep -v '^Note: including file: ' "$tmpdepfile"
|
||||
if test $stat -ne 0; then
|
||||
rm -f "$tmpdepfile"
|
||||
exit $stat
|
||||
fi
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
# The first sed program below extracts the file names and escapes
|
||||
# backslashes for cygpath. The second sed program outputs the file
|
||||
# name when reading, but also accumulates all include files in the
|
||||
# hold buffer in order to output them again at the end. This only
|
||||
# works with sed implementations that can handle large buffers.
|
||||
sed < "$tmpdepfile" -n '
|
||||
/^Note: including file: *\(.*\)/ {
|
||||
s//\1/
|
||||
s/\\/\\\\/g
|
||||
p
|
||||
}' | $cygpath_u | sort -u | sed -n '
|
||||
s/ /\\ /g
|
||||
s/\(.*\)/'"$tab"'\1 \\/p
|
||||
s/.\(.*\) \\/\1:/
|
||||
H
|
||||
$ {
|
||||
s/.*/'"$tab"'/
|
||||
G
|
||||
p
|
||||
}' >> "$depfile"
|
||||
echo >> "$depfile" # make sure the fragment doesn't end with a backslash
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
msvc7msys)
|
||||
# This case exists only to let depend.m4 do its work. It works by
|
||||
# looking at the text of this script. This case will never be run,
|
||||
# since it is checked for above.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
#nosideeffect)
|
||||
# This comment above is used by automake to tell side-effect
|
||||
# dependency tracking mechanisms from slower ones.
|
||||
|
||||
dashmstdout)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout, regardless of -o.
|
||||
"$@" || exit $?
|
||||
|
||||
# Remove the call to Libtool.
|
||||
if test "$libtool" = yes; then
|
||||
while test "X$1" != 'X--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
|
||||
# Remove '-o $object'.
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-o)
|
||||
shift
|
||||
;;
|
||||
$object)
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
test -z "$dashmflag" && dashmflag=-M
|
||||
# Require at least two characters before searching for ':'
|
||||
# in the target name. This is to cope with DOS-style filenames:
|
||||
# a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
|
||||
"$@" $dashmflag |
|
||||
sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
cat < "$tmpdepfile" > "$depfile"
|
||||
# Some versions of the HPUX 10.20 sed can't process this sed invocation
|
||||
# correctly. Breaking it into two sed invocations is a workaround.
|
||||
tr ' ' "$nl" < "$tmpdepfile" \
|
||||
| sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
|
||||
| sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
dashXmstdout)
|
||||
# This case only exists to satisfy depend.m4. It is never actually
|
||||
# run, as this mode is specially recognized in the preamble.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
makedepend)
|
||||
"$@" || exit $?
|
||||
# Remove any Libtool call
|
||||
if test "$libtool" = yes; then
|
||||
while test "X$1" != 'X--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
# X makedepend
|
||||
shift
|
||||
cleared=no eat=no
|
||||
for arg
|
||||
do
|
||||
case $cleared in
|
||||
no)
|
||||
set ""; shift
|
||||
cleared=yes ;;
|
||||
esac
|
||||
if test $eat = yes; then
|
||||
eat=no
|
||||
continue
|
||||
fi
|
||||
case "$arg" in
|
||||
-D*|-I*)
|
||||
set fnord "$@" "$arg"; shift ;;
|
||||
# Strip any option that makedepend may not understand. Remove
|
||||
# the object too, otherwise makedepend will parse it as a source file.
|
||||
-arch)
|
||||
eat=yes ;;
|
||||
-*|$object)
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"; shift ;;
|
||||
esac
|
||||
done
|
||||
obj_suffix=`echo "$object" | sed 's/^.*\././'`
|
||||
touch "$tmpdepfile"
|
||||
${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
|
||||
rm -f "$depfile"
|
||||
# makedepend may prepend the VPATH from the source file name to the object.
|
||||
# No need to regex-escape $object, excess matching of '.' is harmless.
|
||||
sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
|
||||
# Some versions of the HPUX 10.20 sed can't process the last invocation
|
||||
# correctly. Breaking it into two sed invocations is a workaround.
|
||||
sed '1,2d' "$tmpdepfile" \
|
||||
| tr ' ' "$nl" \
|
||||
| sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
|
||||
| sed -e 's/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile" "$tmpdepfile".bak
|
||||
;;
|
||||
|
||||
cpp)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout.
|
||||
"$@" || exit $?
|
||||
|
||||
# Remove the call to Libtool.
|
||||
if test "$libtool" = yes; then
|
||||
while test "X$1" != 'X--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
|
||||
# Remove '-o $object'.
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case $arg in
|
||||
-o)
|
||||
shift
|
||||
;;
|
||||
$object)
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift # fnord
|
||||
shift # $arg
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
"$@" -E \
|
||||
| sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
|
||||
-e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
|
||||
| sed '$ s: \\$::' > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
cat < "$tmpdepfile" >> "$depfile"
|
||||
sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
msvisualcpp)
|
||||
# Important note: in order to support this mode, a compiler *must*
|
||||
# always write the preprocessed file to stdout.
|
||||
"$@" || exit $?
|
||||
|
||||
# Remove the call to Libtool.
|
||||
if test "$libtool" = yes; then
|
||||
while test "X$1" != 'X--mode=compile'; do
|
||||
shift
|
||||
done
|
||||
shift
|
||||
fi
|
||||
|
||||
IFS=" "
|
||||
for arg
|
||||
do
|
||||
case "$arg" in
|
||||
-o)
|
||||
shift
|
||||
;;
|
||||
$object)
|
||||
shift
|
||||
;;
|
||||
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
|
||||
set fnord "$@"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
set fnord "$@" "$arg"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
done
|
||||
"$@" -E 2>/dev/null |
|
||||
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
|
||||
rm -f "$depfile"
|
||||
echo "$object : \\" > "$depfile"
|
||||
sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
|
||||
echo "$tab" >> "$depfile"
|
||||
sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
|
||||
rm -f "$tmpdepfile"
|
||||
;;
|
||||
|
||||
msvcmsys)
|
||||
# This case exists only to let depend.m4 do its work. It works by
|
||||
# looking at the text of this script. This case will never be run,
|
||||
# since it is checked for above.
|
||||
exit 1
|
||||
;;
|
||||
|
||||
none)
|
||||
exec "$@"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown depmode $depmode" 1>&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
# Local Variables:
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC0"
|
||||
# time-stamp-end: "; # UTC"
|
||||
# End:
|
|
@ -0,0 +1,529 @@
|
|||
#!/bin/sh
|
||||
# install - install a program, script, or datafile
|
||||
|
||||
scriptversion=2018-03-11.20; # UTC
|
||||
|
||||
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
||||
# later released in X11R6 (xc/config/util/install.sh) with the
|
||||
# following copyright and license.
|
||||
#
|
||||
# Copyright (C) 1994 X Consortium
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to
|
||||
# deal in the Software without restriction, including without limitation the
|
||||
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
# sell copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in
|
||||
# all copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
|
||||
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name of the X Consortium shall not
|
||||
# be used in advertising or otherwise to promote the sale, use or other deal-
|
||||
# ings in this Software without prior written authorization from the X Consor-
|
||||
# tium.
|
||||
#
|
||||
#
|
||||
# FSF changes to this file are in the public domain.
|
||||
#
|
||||
# Calling this script install-sh is preferred over install.sh, to prevent
|
||||
# 'make' implicit rules from creating a file called install from it
|
||||
# when there is no Makefile.
|
||||
#
|
||||
# This script is compatible with the BSD install script, but was written
|
||||
# from scratch.
|
||||
|
||||
tab=' '
|
||||
nl='
|
||||
'
|
||||
IFS=" $tab$nl"
|
||||
|
||||
# Set DOITPROG to "echo" to test this script.
|
||||
|
||||
doit=${DOITPROG-}
|
||||
doit_exec=${doit:-exec}
|
||||
|
||||
# Put in absolute file names if you don't have them in your path;
|
||||
# or use environment vars.
|
||||
|
||||
chgrpprog=${CHGRPPROG-chgrp}
|
||||
chmodprog=${CHMODPROG-chmod}
|
||||
chownprog=${CHOWNPROG-chown}
|
||||
cmpprog=${CMPPROG-cmp}
|
||||
cpprog=${CPPROG-cp}
|
||||
mkdirprog=${MKDIRPROG-mkdir}
|
||||
mvprog=${MVPROG-mv}
|
||||
rmprog=${RMPROG-rm}
|
||||
stripprog=${STRIPPROG-strip}
|
||||
|
||||
posix_mkdir=
|
||||
|
||||
# Desired mode of installed file.
|
||||
mode=0755
|
||||
|
||||
chgrpcmd=
|
||||
chmodcmd=$chmodprog
|
||||
chowncmd=
|
||||
mvcmd=$mvprog
|
||||
rmcmd="$rmprog -f"
|
||||
stripcmd=
|
||||
|
||||
src=
|
||||
dst=
|
||||
dir_arg=
|
||||
dst_arg=
|
||||
|
||||
copy_on_change=false
|
||||
is_target_a_directory=possibly
|
||||
|
||||
usage="\
|
||||
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
|
||||
or: $0 [OPTION]... SRCFILES... DIRECTORY
|
||||
or: $0 [OPTION]... -t DIRECTORY SRCFILES...
|
||||
or: $0 [OPTION]... -d DIRECTORIES...
|
||||
|
||||
In the 1st form, copy SRCFILE to DSTFILE.
|
||||
In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
|
||||
In the 4th, create DIRECTORIES.
|
||||
|
||||
Options:
|
||||
--help display this help and exit.
|
||||
--version display version info and exit.
|
||||
|
||||
-c (ignored)
|
||||
-C install only if different (preserve the last data modification time)
|
||||
-d create directories instead of installing files.
|
||||
-g GROUP $chgrpprog installed files to GROUP.
|
||||
-m MODE $chmodprog installed files to MODE.
|
||||
-o USER $chownprog installed files to USER.
|
||||
-s $stripprog installed files.
|
||||
-t DIRECTORY install into DIRECTORY.
|
||||
-T report an error if DSTFILE is a directory.
|
||||
|
||||
Environment variables override the default commands:
|
||||
CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
|
||||
RMPROG STRIPPROG
|
||||
"
|
||||
|
||||
while test $# -ne 0; do
|
||||
case $1 in
|
||||
-c) ;;
|
||||
|
||||
-C) copy_on_change=true;;
|
||||
|
||||
-d) dir_arg=true;;
|
||||
|
||||
-g) chgrpcmd="$chgrpprog $2"
|
||||
shift;;
|
||||
|
||||
--help) echo "$usage"; exit $?;;
|
||||
|
||||
-m) mode=$2
|
||||
case $mode in
|
||||
*' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
|
||||
echo "$0: invalid mode: $mode" >&2
|
||||
exit 1;;
|
||||
esac
|
||||
shift;;
|
||||
|
||||
-o) chowncmd="$chownprog $2"
|
||||
shift;;
|
||||
|
||||
-s) stripcmd=$stripprog;;
|
||||
|
||||
-t)
|
||||
is_target_a_directory=always
|
||||
dst_arg=$2
|
||||
# Protect names problematic for 'test' and other utilities.
|
||||
case $dst_arg in
|
||||
-* | [=\(\)!]) dst_arg=./$dst_arg;;
|
||||
esac
|
||||
shift;;
|
||||
|
||||
-T) is_target_a_directory=never;;
|
||||
|
||||
--version) echo "$0 $scriptversion"; exit $?;;
|
||||
|
||||
--) shift
|
||||
break;;
|
||||
|
||||
-*) echo "$0: invalid option: $1" >&2
|
||||
exit 1;;
|
||||
|
||||
*) break;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# We allow the use of options -d and -T together, by making -d
|
||||
# take the precedence; this is for compatibility with GNU install.
|
||||
|
||||
if test -n "$dir_arg"; then
|
||||
if test -n "$dst_arg"; then
|
||||
echo "$0: target directory not allowed when installing a directory." >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
|
||||
# When -d is used, all remaining arguments are directories to create.
|
||||
# When -t is used, the destination is already specified.
|
||||
# Otherwise, the last argument is the destination. Remove it from $@.
|
||||
for arg
|
||||
do
|
||||
if test -n "$dst_arg"; then
|
||||
# $@ is not empty: it contains at least $arg.
|
||||
set fnord "$@" "$dst_arg"
|
||||
shift # fnord
|
||||
fi
|
||||
shift # arg
|
||||
dst_arg=$arg
|
||||
# Protect names problematic for 'test' and other utilities.
|
||||
case $dst_arg in
|
||||
-* | [=\(\)!]) dst_arg=./$dst_arg;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
||||
if test $# -eq 0; then
|
||||
if test -z "$dir_arg"; then
|
||||
echo "$0: no input file specified." >&2
|
||||
exit 1
|
||||
fi
|
||||
# It's OK to call 'install-sh -d' without argument.
|
||||
# This can happen when creating conditional directories.
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test -z "$dir_arg"; then
|
||||
if test $# -gt 1 || test "$is_target_a_directory" = always; then
|
||||
if test ! -d "$dst_arg"; then
|
||||
echo "$0: $dst_arg: Is not a directory." >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -z "$dir_arg"; then
|
||||
do_exit='(exit $ret); exit $ret'
|
||||
trap "ret=129; $do_exit" 1
|
||||
trap "ret=130; $do_exit" 2
|
||||
trap "ret=141; $do_exit" 13
|
||||
trap "ret=143; $do_exit" 15
|
||||
|
||||
# Set umask so as not to create temps with too-generous modes.
|
||||
# However, 'strip' requires both read and write access to temps.
|
||||
case $mode in
|
||||
# Optimize common cases.
|
||||
*644) cp_umask=133;;
|
||||
*755) cp_umask=22;;
|
||||
|
||||
*[0-7])
|
||||
if test -z "$stripcmd"; then
|
||||
u_plus_rw=
|
||||
else
|
||||
u_plus_rw='% 200'
|
||||
fi
|
||||
cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
|
||||
*)
|
||||
if test -z "$stripcmd"; then
|
||||
u_plus_rw=
|
||||
else
|
||||
u_plus_rw=,u+rw
|
||||
fi
|
||||
cp_umask=$mode$u_plus_rw;;
|
||||
esac
|
||||
fi
|
||||
|
||||
for src
|
||||
do
|
||||
# Protect names problematic for 'test' and other utilities.
|
||||
case $src in
|
||||
-* | [=\(\)!]) src=./$src;;
|
||||
esac
|
||||
|
||||
if test -n "$dir_arg"; then
|
||||
dst=$src
|
||||
dstdir=$dst
|
||||
test -d "$dstdir"
|
||||
dstdir_status=$?
|
||||
else
|
||||
|
||||
# Waiting for this to be detected by the "$cpprog $src $dsttmp" command
|
||||
# might cause directories to be created, which would be especially bad
|
||||
# if $src (and thus $dsttmp) contains '*'.
|
||||
if test ! -f "$src" && test ! -d "$src"; then
|
||||
echo "$0: $src does not exist." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test -z "$dst_arg"; then
|
||||
echo "$0: no destination specified." >&2
|
||||
exit 1
|
||||
fi
|
||||
dst=$dst_arg
|
||||
|
||||
# If destination is a directory, append the input filename.
|
||||
if test -d "$dst"; then
|
||||
if test "$is_target_a_directory" = never; then
|
||||
echo "$0: $dst_arg: Is a directory" >&2
|
||||
exit 1
|
||||
fi
|
||||
dstdir=$dst
|
||||
dstbase=`basename "$src"`
|
||||
case $dst in
|
||||
*/) dst=$dst$dstbase;;
|
||||
*) dst=$dst/$dstbase;;
|
||||
esac
|
||||
dstdir_status=0
|
||||
else
|
||||
dstdir=`dirname "$dst"`
|
||||
test -d "$dstdir"
|
||||
dstdir_status=$?
|
||||
fi
|
||||
fi
|
||||
|
||||
case $dstdir in
|
||||
*/) dstdirslash=$dstdir;;
|
||||
*) dstdirslash=$dstdir/;;
|
||||
esac
|
||||
|
||||
obsolete_mkdir_used=false
|
||||
|
||||
if test $dstdir_status != 0; then
|
||||
case $posix_mkdir in
|
||||
'')
|
||||
# Create intermediate dirs using mode 755 as modified by the umask.
|
||||
# This is like FreeBSD 'install' as of 1997-10-28.
|
||||
umask=`umask`
|
||||
case $stripcmd.$umask in
|
||||
# Optimize common cases.
|
||||
*[2367][2367]) mkdir_umask=$umask;;
|
||||
.*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
|
||||
|
||||
*[0-7])
|
||||
mkdir_umask=`expr $umask + 22 \
|
||||
- $umask % 100 % 40 + $umask % 20 \
|
||||
- $umask % 10 % 4 + $umask % 2
|
||||
`;;
|
||||
*) mkdir_umask=$umask,go-w;;
|
||||
esac
|
||||
|
||||
# With -d, create the new directory with the user-specified mode.
|
||||
# Otherwise, rely on $mkdir_umask.
|
||||
if test -n "$dir_arg"; then
|
||||
mkdir_mode=-m$mode
|
||||
else
|
||||
mkdir_mode=
|
||||
fi
|
||||
|
||||
posix_mkdir=false
|
||||
case $umask in
|
||||
*[123567][0-7][0-7])
|
||||
# POSIX mkdir -p sets u+wx bits regardless of umask, which
|
||||
# is incompatible with FreeBSD 'install' when (umask & 300) != 0.
|
||||
;;
|
||||
*)
|
||||
# Note that $RANDOM variable is not portable (e.g. dash); Use it
|
||||
# here however when possible just to lower collision chance.
|
||||
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
||||
|
||||
trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
|
||||
|
||||
# Because "mkdir -p" follows existing symlinks and we likely work
|
||||
# directly in world-writeable /tmp, make sure that the '$tmpdir'
|
||||
# directory is successfully created first before we actually test
|
||||
# 'mkdir -p' feature.
|
||||
if (umask $mkdir_umask &&
|
||||
$mkdirprog $mkdir_mode "$tmpdir" &&
|
||||
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
|
||||
then
|
||||
if test -z "$dir_arg" || {
|
||||
# Check for POSIX incompatibilities with -m.
|
||||
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
|
||||
# other-writable bit of parent directory when it shouldn't.
|
||||
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
|
||||
test_tmpdir="$tmpdir/a"
|
||||
ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
|
||||
case $ls_ld_tmpdir in
|
||||
d????-?r-*) different_mode=700;;
|
||||
d????-?--*) different_mode=755;;
|
||||
*) false;;
|
||||
esac &&
|
||||
$mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
|
||||
ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
|
||||
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
|
||||
}
|
||||
}
|
||||
then posix_mkdir=:
|
||||
fi
|
||||
rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
|
||||
else
|
||||
# Remove any dirs left behind by ancient mkdir implementations.
|
||||
rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
|
||||
fi
|
||||
trap '' 0;;
|
||||
esac;;
|
||||
esac
|
||||
|
||||
if
|
||||
$posix_mkdir && (
|
||||
umask $mkdir_umask &&
|
||||
$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
|
||||
)
|
||||
then :
|
||||
else
|
||||
|
||||
# The umask is ridiculous, or mkdir does not conform to POSIX,
|
||||
# or it failed possibly due to a race condition. Create the
|
||||
# directory the slow way, step by step, checking for races as we go.
|
||||
|
||||
case $dstdir in
|
||||
/*) prefix='/';;
|
||||
[-=\(\)!]*) prefix='./';;
|
||||
*) prefix='';;
|
||||
esac
|
||||
|
||||
oIFS=$IFS
|
||||
IFS=/
|
||||
set -f
|
||||
set fnord $dstdir
|
||||
shift
|
||||
set +f
|
||||
IFS=$oIFS
|
||||
|
||||
prefixes=
|
||||
|
||||
for d
|
||||
do
|
||||
test X"$d" = X && continue
|
||||
|
||||
prefix=$prefix$d
|
||||
if test -d "$prefix"; then
|
||||
prefixes=
|
||||
else
|
||||
if $posix_mkdir; then
|
||||
(umask=$mkdir_umask &&
|
||||
$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
|
||||
# Don't fail if two instances are running concurrently.
|
||||
test -d "$prefix" || exit 1
|
||||
else
|
||||
case $prefix in
|
||||
*\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
|
||||
*) qprefix=$prefix;;
|
||||
esac
|
||||
prefixes="$prefixes '$qprefix'"
|
||||
fi
|
||||
fi
|
||||
prefix=$prefix/
|
||||
done
|
||||
|
||||
if test -n "$prefixes"; then
|
||||
# Don't fail if two instances are running concurrently.
|
||||
(umask $mkdir_umask &&
|
||||
eval "\$doit_exec \$mkdirprog $prefixes") ||
|
||||
test -d "$dstdir" || exit 1
|
||||
obsolete_mkdir_used=true
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -n "$dir_arg"; then
|
||||
{ test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
|
||||
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
|
||||
{ test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
|
||||
test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
|
||||
else
|
||||
|
||||
# Make a couple of temp file names in the proper directory.
|
||||
dsttmp=${dstdirslash}_inst.$$_
|
||||
rmtmp=${dstdirslash}_rm.$$_
|
||||
|
||||
# Trap to clean up those temp files at exit.
|
||||
trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
|
||||
|
||||
# Copy the file name to the temp name.
|
||||
(umask $cp_umask &&
|
||||
{ test -z "$stripcmd" || {
|
||||
# Create $dsttmp read-write so that cp doesn't create it read-only,
|
||||
# which would cause strip to fail.
|
||||
if test -z "$doit"; then
|
||||
: >"$dsttmp" # No need to fork-exec 'touch'.
|
||||
else
|
||||
$doit touch "$dsttmp"
|
||||
fi
|
||||
}
|
||||
} &&
|
||||
$doit_exec $cpprog "$src" "$dsttmp") &&
|
||||
|
||||
# and set any options; do chmod last to preserve setuid bits.
|
||||
#
|
||||
# If any of these fail, we abort the whole thing. If we want to
|
||||
# ignore errors from any of these, just make sure not to ignore
|
||||
# errors from the above "$doit $cpprog $src $dsttmp" command.
|
||||
#
|
||||
{ test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
|
||||
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
|
||||
{ test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
|
||||
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
|
||||
|
||||
# If -C, don't bother to copy if it wouldn't change the file.
|
||||
if $copy_on_change &&
|
||||
old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
|
||||
new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
||||
set -f &&
|
||||
set X $old && old=:$2:$4:$5:$6 &&
|
||||
set X $new && new=:$2:$4:$5:$6 &&
|
||||
set +f &&
|
||||
test "$old" = "$new" &&
|
||||
$cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
|
||||
then
|
||||
rm -f "$dsttmp"
|
||||
else
|
||||
# Rename the file to the real destination.
|
||||
$doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
|
||||
|
||||
# The rename failed, perhaps because mv can't rename something else
|
||||
# to itself, or perhaps because mv is so ancient that it does not
|
||||
# support -f.
|
||||
{
|
||||
# Now remove or move aside any old file at destination location.
|
||||
# We try this two ways since rm can't unlink itself on some
|
||||
# systems and the destination file might be busy for other
|
||||
# reasons. In this case, the final cleanup might fail but the new
|
||||
# file should still install successfully.
|
||||
{
|
||||
test ! -f "$dst" ||
|
||||
$doit $rmcmd -f "$dst" 2>/dev/null ||
|
||||
{ $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
|
||||
{ $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
|
||||
} ||
|
||||
{ echo "$0: cannot unlink or rename $dst" >&2
|
||||
(exit 1); exit 1
|
||||
}
|
||||
} &&
|
||||
|
||||
# Now rename the file to the real destination.
|
||||
$doit $mvcmd "$dsttmp" "$dst"
|
||||
}
|
||||
fi || exit 1
|
||||
|
||||
trap '' 0
|
||||
fi
|
||||
done
|
||||
|
||||
# Local variables:
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC0"
|
||||
# time-stamp-end: "; # UTC"
|
||||
# End:
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,215 @@
|
|||
#! /bin/sh
|
||||
# Common wrapper for a few potentially missing GNU programs.
|
||||
|
||||
scriptversion=2018-03-07.03; # UTC
|
||||
|
||||
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
|
||||
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
if test $# -eq 0; then
|
||||
echo 1>&2 "Try '$0 --help' for more information"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
|
||||
--is-lightweight)
|
||||
# Used by our autoconf macros to check whether the available missing
|
||||
# script is modern enough.
|
||||
exit 0
|
||||
;;
|
||||
|
||||
--run)
|
||||
# Back-compat with the calling convention used by older automake.
|
||||
shift
|
||||
;;
|
||||
|
||||
-h|--h|--he|--hel|--help)
|
||||
echo "\
|
||||
$0 [OPTION]... PROGRAM [ARGUMENT]...
|
||||
|
||||
Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
|
||||
to PROGRAM being missing or too old.
|
||||
|
||||
Options:
|
||||
-h, --help display this help and exit
|
||||
-v, --version output version information and exit
|
||||
|
||||
Supported PROGRAM values:
|
||||
aclocal autoconf autoheader autom4te automake makeinfo
|
||||
bison yacc flex lex help2man
|
||||
|
||||
Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
|
||||
'g' are ignored when checking the name.
|
||||
|
||||
Send bug reports to <bug-automake@gnu.org>."
|
||||
exit $?
|
||||
;;
|
||||
|
||||
-v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
||||
echo "missing $scriptversion (GNU Automake)"
|
||||
exit $?
|
||||
;;
|
||||
|
||||
-*)
|
||||
echo 1>&2 "$0: unknown '$1' option"
|
||||
echo 1>&2 "Try '$0 --help' for more information"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
# Run the given program, remember its exit status.
|
||||
"$@"; st=$?
|
||||
|
||||
# If it succeeded, we are done.
|
||||
test $st -eq 0 && exit 0
|
||||
|
||||
# Also exit now if we it failed (or wasn't found), and '--version' was
|
||||
# passed; such an option is passed most likely to detect whether the
|
||||
# program is present and works.
|
||||
case $2 in --version|--help) exit $st;; esac
|
||||
|
||||
# Exit code 63 means version mismatch. This often happens when the user
|
||||
# tries to use an ancient version of a tool on a file that requires a
|
||||
# minimum version.
|
||||
if test $st -eq 63; then
|
||||
msg="probably too old"
|
||||
elif test $st -eq 127; then
|
||||
# Program was missing.
|
||||
msg="missing on your system"
|
||||
else
|
||||
# Program was found and executed, but failed. Give up.
|
||||
exit $st
|
||||
fi
|
||||
|
||||
perl_URL=https://www.perl.org/
|
||||
flex_URL=https://github.com/westes/flex
|
||||
gnu_software_URL=https://www.gnu.org/software
|
||||
|
||||
program_details ()
|
||||
{
|
||||
case $1 in
|
||||
aclocal|automake)
|
||||
echo "The '$1' program is part of the GNU Automake package:"
|
||||
echo "<$gnu_software_URL/automake>"
|
||||
echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
|
||||
echo "<$gnu_software_URL/autoconf>"
|
||||
echo "<$gnu_software_URL/m4/>"
|
||||
echo "<$perl_URL>"
|
||||
;;
|
||||
autoconf|autom4te|autoheader)
|
||||
echo "The '$1' program is part of the GNU Autoconf package:"
|
||||
echo "<$gnu_software_URL/autoconf/>"
|
||||
echo "It also requires GNU m4 and Perl in order to run:"
|
||||
echo "<$gnu_software_URL/m4/>"
|
||||
echo "<$perl_URL>"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
give_advice ()
|
||||
{
|
||||
# Normalize program name to check for.
|
||||
normalized_program=`echo "$1" | sed '
|
||||
s/^gnu-//; t
|
||||
s/^gnu//; t
|
||||
s/^g//; t'`
|
||||
|
||||
printf '%s\n' "'$1' is $msg."
|
||||
|
||||
configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
|
||||
case $normalized_program in
|
||||
autoconf*)
|
||||
echo "You should only need it if you modified 'configure.ac',"
|
||||
echo "or m4 files included by it."
|
||||
program_details 'autoconf'
|
||||
;;
|
||||
autoheader*)
|
||||
echo "You should only need it if you modified 'acconfig.h' or"
|
||||
echo "$configure_deps."
|
||||
program_details 'autoheader'
|
||||
;;
|
||||
automake*)
|
||||
echo "You should only need it if you modified 'Makefile.am' or"
|
||||
echo "$configure_deps."
|
||||
program_details 'automake'
|
||||
;;
|
||||
aclocal*)
|
||||
echo "You should only need it if you modified 'acinclude.m4' or"
|
||||
echo "$configure_deps."
|
||||
program_details 'aclocal'
|
||||
;;
|
||||
autom4te*)
|
||||
echo "You might have modified some maintainer files that require"
|
||||
echo "the 'autom4te' program to be rebuilt."
|
||||
program_details 'autom4te'
|
||||
;;
|
||||
bison*|yacc*)
|
||||
echo "You should only need it if you modified a '.y' file."
|
||||
echo "You may want to install the GNU Bison package:"
|
||||
echo "<$gnu_software_URL/bison/>"
|
||||
;;
|
||||
lex*|flex*)
|
||||
echo "You should only need it if you modified a '.l' file."
|
||||
echo "You may want to install the Fast Lexical Analyzer package:"
|
||||
echo "<$flex_URL>"
|
||||
;;
|
||||
help2man*)
|
||||
echo "You should only need it if you modified a dependency" \
|
||||
"of a man page."
|
||||
echo "You may want to install the GNU Help2man package:"
|
||||
echo "<$gnu_software_URL/help2man/>"
|
||||
;;
|
||||
makeinfo*)
|
||||
echo "You should only need it if you modified a '.texi' file, or"
|
||||
echo "any other file indirectly affecting the aspect of the manual."
|
||||
echo "You might want to install the Texinfo package:"
|
||||
echo "<$gnu_software_URL/texinfo/>"
|
||||
echo "The spurious makeinfo call might also be the consequence of"
|
||||
echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
|
||||
echo "want to install GNU make:"
|
||||
echo "<$gnu_software_URL/make/>"
|
||||
;;
|
||||
*)
|
||||
echo "You might have modified some files without having the proper"
|
||||
echo "tools for further handling them. Check the 'README' file, it"
|
||||
echo "often tells you about the needed prerequisites for installing"
|
||||
echo "this package. You may also peek at any GNU archive site, in"
|
||||
echo "case some other package contains this missing '$1' program."
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
give_advice "$1" | sed -e '1s/^/WARNING: /' \
|
||||
-e '2,$s/^/ /' >&2
|
||||
|
||||
# Propagate the correct exit status (expected to be 127 for a program
|
||||
# not found, 63 for a program that failed due to version mismatch).
|
||||
exit $st
|
||||
|
||||
# Local variables:
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC0"
|
||||
# time-stamp-end: "; # UTC"
|
||||
# End:
|
|
@ -0,0 +1,148 @@
|
|||
#! /bin/sh
|
||||
# test-driver - basic testsuite driver script.
|
||||
|
||||
scriptversion=2018-03-07.03; # UTC
|
||||
|
||||
# Copyright (C) 2011-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# As a special exception to the GNU General Public License, if you
|
||||
# distribute this file as part of a program that contains a
|
||||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is maintained in Automake, please report
|
||||
# bugs to <bug-automake@gnu.org> or send patches to
|
||||
# <automake-patches@gnu.org>.
|
||||
|
||||
# Make unconditional expansion of undefined variables an error. This
|
||||
# helps a lot in preventing typo-related bugs.
|
||||
set -u
|
||||
|
||||
usage_error ()
|
||||
{
|
||||
echo "$0: $*" >&2
|
||||
print_usage >&2
|
||||
exit 2
|
||||
}
|
||||
|
||||
print_usage ()
|
||||
{
|
||||
cat <<END
|
||||
Usage:
|
||||
test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
|
||||
[--expect-failure={yes|no}] [--color-tests={yes|no}]
|
||||
[--enable-hard-errors={yes|no}] [--]
|
||||
TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
|
||||
The '--test-name', '--log-file' and '--trs-file' options are mandatory.
|
||||
END
|
||||
}
|
||||
|
||||
test_name= # Used for reporting.
|
||||
log_file= # Where to save the output of the test script.
|
||||
trs_file= # Where to save the metadata of the test run.
|
||||
expect_failure=no
|
||||
color_tests=no
|
||||
enable_hard_errors=yes
|
||||
while test $# -gt 0; do
|
||||
case $1 in
|
||||
--help) print_usage; exit $?;;
|
||||
--version) echo "test-driver $scriptversion"; exit $?;;
|
||||
--test-name) test_name=$2; shift;;
|
||||
--log-file) log_file=$2; shift;;
|
||||
--trs-file) trs_file=$2; shift;;
|
||||
--color-tests) color_tests=$2; shift;;
|
||||
--expect-failure) expect_failure=$2; shift;;
|
||||
--enable-hard-errors) enable_hard_errors=$2; shift;;
|
||||
--) shift; break;;
|
||||
-*) usage_error "invalid option: '$1'";;
|
||||
*) break;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
missing_opts=
|
||||
test x"$test_name" = x && missing_opts="$missing_opts --test-name"
|
||||
test x"$log_file" = x && missing_opts="$missing_opts --log-file"
|
||||
test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
|
||||
if test x"$missing_opts" != x; then
|
||||
usage_error "the following mandatory options are missing:$missing_opts"
|
||||
fi
|
||||
|
||||
if test $# -eq 0; then
|
||||
usage_error "missing argument"
|
||||
fi
|
||||
|
||||
if test $color_tests = yes; then
|
||||
# Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
|
||||
red='[0;31m' # Red.
|
||||
grn='[0;32m' # Green.
|
||||
lgn='[1;32m' # Light green.
|
||||
blu='[1;34m' # Blue.
|
||||
mgn='[0;35m' # Magenta.
|
||||
std='[m' # No color.
|
||||
else
|
||||
red= grn= lgn= blu= mgn= std=
|
||||
fi
|
||||
|
||||
do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
|
||||
trap "st=129; $do_exit" 1
|
||||
trap "st=130; $do_exit" 2
|
||||
trap "st=141; $do_exit" 13
|
||||
trap "st=143; $do_exit" 15
|
||||
|
||||
# Test script is run here.
|
||||
"$@" >$log_file 2>&1
|
||||
estatus=$?
|
||||
|
||||
if test $enable_hard_errors = no && test $estatus -eq 99; then
|
||||
tweaked_estatus=1
|
||||
else
|
||||
tweaked_estatus=$estatus
|
||||
fi
|
||||
|
||||
case $tweaked_estatus:$expect_failure in
|
||||
0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
||||
0:*) col=$grn res=PASS recheck=no gcopy=no;;
|
||||
77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
|
||||
99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
|
||||
*:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
|
||||
*:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
||||
esac
|
||||
|
||||
# Report the test outcome and exit status in the logs, so that one can
|
||||
# know whether the test passed or failed simply by looking at the '.log'
|
||||
# file, without the need of also peaking into the corresponding '.trs'
|
||||
# file (automake bug#11814).
|
||||
echo "$res $test_name (exit status: $estatus)" >>$log_file
|
||||
|
||||
# Report outcome to console.
|
||||
echo "${col}${res}${std}: $test_name"
|
||||
|
||||
# Register the test result, and other relevant metadata.
|
||||
echo ":test-result: $res" > $trs_file
|
||||
echo ":global-test-result: $res" >> $trs_file
|
||||
echo ":recheck: $recheck" >> $trs_file
|
||||
echo ":copy-in-global-log: $gcopy" >> $trs_file
|
||||
|
||||
# Local Variables:
|
||||
# mode: shell-script
|
||||
# sh-indentation: 2
|
||||
# eval: (add-hook 'before-save-hook 'time-stamp)
|
||||
# time-stamp-start: "scriptversion="
|
||||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-time-zone: "UTC0"
|
||||
# time-stamp-end: "; # UTC"
|
||||
# End:
|
|
@ -0,0 +1,102 @@
|
|||
/*
|
||||
* Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#ifndef CHANGELIST_INTERNAL_H_INCLUDED_
|
||||
#define CHANGELIST_INTERNAL_H_INCLUDED_
|
||||
|
||||
/*
|
||||
A "changelist" is a list of all the fd status changes that should be made
|
||||
between calls to the backend's dispatch function. There are a few reasons
|
||||
that a backend would want to queue changes like this rather than processing
|
||||
them immediately.
|
||||
|
||||
1) Sometimes applications will add and delete the same event more than
|
||||
once between calls to dispatch. Processing these changes immediately
|
||||
is needless, and potentially expensive (especially if we're on a system
|
||||
that makes one syscall per changed event).
|
||||
|
||||
2) Sometimes we can coalesce multiple changes on the same fd into a single
|
||||
syscall if we know about them in advance. For example, epoll can do an
|
||||
add and a delete at the same time, but only if we have found out about
|
||||
both of them before we tell epoll.
|
||||
|
||||
3) Sometimes adding an event that we immediately delete can cause
|
||||
unintended consequences: in kqueue, this makes pending events get
|
||||
reported spuriously.
|
||||
*/
|
||||
|
||||
#include "event2/util.h"
|
||||
|
||||
/** Represents a */
|
||||
struct event_change {
|
||||
/** The fd or signal whose events are to be changed */
|
||||
evutil_socket_t fd;
|
||||
/* The events that were enabled on the fd before any of these changes
|
||||
were made. May include EV_READ or EV_WRITE. */
|
||||
short old_events;
|
||||
|
||||
/* The changes that we want to make in reading and writing on this fd.
|
||||
* If this is a signal, then read_change has EV_CHANGE_SIGNAL set,
|
||||
* and write_change is unused. */
|
||||
ev_uint8_t read_change;
|
||||
ev_uint8_t write_change;
|
||||
ev_uint8_t close_change;
|
||||
};
|
||||
|
||||
/* Flags for read_change and write_change. */
|
||||
|
||||
/* If set, add the event. */
|
||||
#define EV_CHANGE_ADD 0x01
|
||||
/* If set, delete the event. Exclusive with EV_CHANGE_ADD */
|
||||
#define EV_CHANGE_DEL 0x02
|
||||
/* If set, this event refers a signal, not an fd. */
|
||||
#define EV_CHANGE_SIGNAL EV_SIGNAL
|
||||
/* Set for persistent events. Currently not used. */
|
||||
#define EV_CHANGE_PERSIST EV_PERSIST
|
||||
/* Set for adding edge-triggered events. */
|
||||
#define EV_CHANGE_ET EV_ET
|
||||
|
||||
/* The value of fdinfo_size that a backend should use if it is letting
|
||||
* changelist handle its add and delete functions. */
|
||||
#define EVENT_CHANGELIST_FDINFO_SIZE sizeof(int)
|
||||
|
||||
/** Set up the data fields in a changelist. */
|
||||
void event_changelist_init_(struct event_changelist *changelist);
|
||||
/** Remove every change in the changelist, and make corresponding changes
|
||||
* in the event maps in the base. This function is generally used right
|
||||
* after making all the changes in the changelist. */
|
||||
void event_changelist_remove_all_(struct event_changelist *changelist,
|
||||
struct event_base *base);
|
||||
/** Free all memory held in a changelist. */
|
||||
void event_changelist_freemem_(struct event_changelist *changelist);
|
||||
|
||||
/** Implementation of eventop_add that queues the event in a changelist. */
|
||||
int event_changelist_add_(struct event_base *base, evutil_socket_t fd, short old, short events,
|
||||
void *p);
|
||||
/** Implementation of eventop_del that queues the event in a changelist. */
|
||||
int event_changelist_del_(struct event_base *base, evutil_socket_t fd, short old, short events,
|
||||
void *p);
|
||||
|
||||
#endif
|
|
@ -0,0 +1,13 @@
|
|||
include(CheckCCompilerFlag)
|
||||
|
||||
macro(add_compiler_flags)
|
||||
foreach(flag ${ARGN})
|
||||
string(REGEX REPLACE "[-.+/:= ]" "_" _flag_esc "${flag}")
|
||||
|
||||
check_c_compiler_flag("${flag}" check_c_compiler_flag_${_flag_esc})
|
||||
|
||||
if (check_c_compiler_flag_${_flag_esc})
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${flag}")
|
||||
endif()
|
||||
endforeach()
|
||||
endmacro()
|
|
@ -0,0 +1,193 @@
|
|||
include(CMakeParseArguments)
|
||||
|
||||
set(LIBEVENT_SHARED_LIBRARIES "")
|
||||
set(LIBEVENT_STATIC_LIBRARIES "")
|
||||
|
||||
macro(set_event_shared_lib_flags LIB_NAME)
|
||||
set_target_properties("${LIB_NAME}_shared" PROPERTIES
|
||||
COMPILE_FLAGS ${ARGN})
|
||||
set_target_properties("${LIB_NAME}_shared" PROPERTIES
|
||||
LINK_FLAGS ${ARGN})
|
||||
endmacro()
|
||||
|
||||
macro(generate_pkgconfig LIB_NAME)
|
||||
set(prefix ${CMAKE_INSTALL_PREFIX})
|
||||
set(exec_prefix ${CMAKE_INSTALL_PREFIX})
|
||||
set(libdir ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
set(includedir ${CMAKE_INSTALL_PREFIX}/include)
|
||||
|
||||
set(VERSION ${EVENT_ABI_LIBVERSION})
|
||||
|
||||
set(LIBS "")
|
||||
foreach (LIB ${LIB_PLATFORM})
|
||||
set(LIBS "${LIBS} -L${LIB}")
|
||||
endforeach()
|
||||
|
||||
set(OPENSSL_LIBS "")
|
||||
foreach(LIB ${OPENSSL_LIBRARIES})
|
||||
set(OPENSSL_LIBS "${OPENSSL_LIBS} -L${LIB}")
|
||||
endforeach()
|
||||
|
||||
configure_file("lib${LIB_NAME}.pc.in" "lib${LIB_NAME}.pc" @ONLY)
|
||||
install(
|
||||
FILES "${CMAKE_CURRENT_BINARY_DIR}/lib${LIB_NAME}.pc"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig"
|
||||
)
|
||||
endmacro()
|
||||
|
||||
# LIB_NAME maybe event_core, event_extra, event_openssl, event_pthreads or event.
|
||||
# Targets whose LIB_NAME is not 'event' should be exported and installed.
|
||||
macro(export_install_target TYPE LIB_NAME OUTER_INCLUDES)
|
||||
if("${LIB_NAME}" STREQUAL "event")
|
||||
install(TARGETS "${LIB_NAME}_${TYPE}"
|
||||
LIBRARY DESTINATION "lib" COMPONENT lib
|
||||
ARCHIVE DESTINATION "lib" COMPONENT lib
|
||||
RUNTIME DESTINATION "lib" COMPONENT lib
|
||||
COMPONENT dev
|
||||
)
|
||||
else()
|
||||
string(REPLACE "event_" "" PURE_NAME ${LIB_NAME})
|
||||
string(TOUPPER ${TYPE} UPPER_TYPE)
|
||||
list(APPEND LIBEVENT_${UPPER_TYPE}_LIBRARIES "${PURE_NAME}")
|
||||
set(OUTER_INCS)
|
||||
if (NOT "${OUTER_INCLUDES}" STREQUAL "NONE")
|
||||
set(OUTER_INCS ${OUTER_INCLUDES})
|
||||
endif()
|
||||
target_include_directories("${LIB_NAME}_${TYPE}"
|
||||
PUBLIC "$<INSTALL_INTERFACE:include>"
|
||||
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>"
|
||||
"$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>"
|
||||
${OUTER_INCS}
|
||||
)
|
||||
set_target_properties("${LIB_NAME}_${TYPE}" PROPERTIES EXPORT_NAME ${PURE_NAME})
|
||||
export(TARGETS "${LIB_NAME}_${TYPE}"
|
||||
NAMESPACE ${PROJECT_NAME}::
|
||||
FILE "${PROJECT_BINARY_DIR}/LibeventTargets-${TYPE}.cmake"
|
||||
APPEND
|
||||
)
|
||||
install(TARGETS "${LIB_NAME}_${TYPE}"
|
||||
EXPORT LibeventTargets-${TYPE}
|
||||
LIBRARY DESTINATION "lib" COMPONENT lib
|
||||
ARCHIVE DESTINATION "lib" COMPONENT lib
|
||||
RUNTIME DESTINATION "lib" COMPONENT lib
|
||||
COMPONENT dev
|
||||
)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
# Global variables that it uses:
|
||||
# - EVENT_ABI_LIBVERSION
|
||||
# - EVENT_ABI_LIBVERSION_CURRENT
|
||||
# - EVENT_ABI_LIBVERSION_REVISION
|
||||
# - EVENT_ABI_LIBVERSION_AGE
|
||||
# - EVENT_PACKAGE_RELEASE
|
||||
# - CMAKE_THREAD_LIBS_INIT LIB_PLATFORM
|
||||
# - OPENSSL_LIBRARIES
|
||||
# - EVENT_SHARED_FLAGS
|
||||
# - EVENT_LIBRARY_STATIC
|
||||
# - EVENT_LIBRARY_SHARED
|
||||
#
|
||||
# Exported variables:
|
||||
# - LIBEVENT_SHARED_LIBRARIES
|
||||
# - LIBEVENT_STATIC_LIBRARIES
|
||||
macro(add_event_library LIB_NAME)
|
||||
cmake_parse_arguments(LIB
|
||||
"" # Options
|
||||
"VERSION" # One val
|
||||
"SOURCES;LIBRARIES;INNER_LIBRARIES;OUTER_INCLUDES" # Multi val
|
||||
${ARGN}
|
||||
)
|
||||
|
||||
if ("${LIB_OUTER_INCLUDES}" STREQUAL "")
|
||||
set(LIB_OUTER_INCLUDES NONE)
|
||||
endif()
|
||||
set(ADD_EVENT_LIBRARY_INTERFACE)
|
||||
|
||||
if (${EVENT_LIBRARY_STATIC})
|
||||
add_library("${LIB_NAME}_static" STATIC ${LIB_SOURCES})
|
||||
set_target_properties("${LIB_NAME}_static" PROPERTIES
|
||||
OUTPUT_NAME "${LIB_NAME}"
|
||||
CLEAN_DIRECT_OUTPUT 1)
|
||||
|
||||
if(LIB_INNER_LIBRARIES)
|
||||
set(INNER_LIBRARIES "${LIB_INNER_LIBRARIES}_static")
|
||||
endif()
|
||||
target_link_libraries("${LIB_NAME}_static"
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${LIB_PLATFORM}
|
||||
${INNER_LIBRARIES}
|
||||
${LIB_LIBRARIES})
|
||||
|
||||
export_install_target(static "${LIB_NAME}" "${LIB_OUTER_INCLUDES}")
|
||||
|
||||
set(ADD_EVENT_LIBRARY_INTERFACE "${LIB_NAME}_static")
|
||||
endif()
|
||||
|
||||
if (${EVENT_LIBRARY_SHARED})
|
||||
add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES})
|
||||
|
||||
if(LIB_INNER_LIBRARIES)
|
||||
set(INNER_LIBRARIES "${LIB_INNER_LIBRARIES}_shared")
|
||||
endif()
|
||||
target_link_libraries("${LIB_NAME}_shared"
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${LIB_PLATFORM}
|
||||
${INNER_LIBRARIES}
|
||||
${LIB_LIBRARIES})
|
||||
|
||||
if (EVENT_SHARED_FLAGS)
|
||||
set_event_shared_lib_flags("${LIB_NAME}" "${EVENT_SHARED_FLAGS}")
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
set_target_properties(
|
||||
"${LIB_NAME}_shared" PROPERTIES
|
||||
OUTPUT_NAME "${LIB_NAME}"
|
||||
SOVERSION ${EVENT_ABI_LIBVERSION})
|
||||
elseif (APPLE)
|
||||
math(EXPR COMPATIBILITY_VERSION "${EVENT_ABI_LIBVERSION_CURRENT}+1")
|
||||
math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}")
|
||||
set_target_properties(
|
||||
"${LIB_NAME}_shared" PROPERTIES
|
||||
OUTPUT_NAME "${LIB_NAME}-${EVENT_PACKAGE_RELEASE}.${CURRENT_MINUS_AGE}"
|
||||
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
|
||||
LINK_FLAGS "-compatibility_version ${COMPATIBILITY_VERSION} -current_version ${COMPATIBILITY_VERSION}.${EVENT_ABI_LIBVERSION_REVISION}")
|
||||
else()
|
||||
math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}")
|
||||
set_target_properties(
|
||||
"${LIB_NAME}_shared" PROPERTIES
|
||||
OUTPUT_NAME "${LIB_NAME}-${EVENT_PACKAGE_RELEASE}"
|
||||
VERSION "${CURRENT_MINUS_AGE}.${EVENT_ABI_LIBVERSION_AGE}.${EVENT_ABI_LIBVERSION_REVISION}"
|
||||
SOVERSION "${CURRENT_MINUS_AGE}"
|
||||
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
set(LIB_LINK_NAME
|
||||
"${CMAKE_SHARED_LIBRARY_PREFIX}${LIB_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
|
||||
add_custom_command(TARGET ${LIB_NAME}_shared
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E create_symlink
|
||||
"$<TARGET_FILE_NAME:${LIB_NAME}_shared>"
|
||||
"${LIB_LINK_NAME}"
|
||||
WORKING_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}")
|
||||
endif()
|
||||
|
||||
export_install_target(shared "${LIB_NAME}" "${LIB_OUTER_INCLUDES}")
|
||||
|
||||
set(ADD_EVENT_LIBRARY_INTERFACE "${LIB_NAME}_shared")
|
||||
|
||||
if (NOT WIN32)
|
||||
install(FILES
|
||||
"$<TARGET_FILE_DIR:${LIB_NAME}_shared>/${LIB_LINK_NAME}"
|
||||
DESTINATION "lib"
|
||||
COMPONENT lib)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_library(${LIB_NAME} INTERFACE)
|
||||
target_link_libraries(${LIB_NAME} INTERFACE ${ADD_EVENT_LIBRARY_INTERFACE})
|
||||
|
||||
generate_pkgconfig("${LIB_NAME}")
|
||||
endmacro()
|
|
@ -0,0 +1,22 @@
|
|||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
3. The name of the author may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -0,0 +1,25 @@
|
|||
include(CheckCSourceCompiles)
|
||||
|
||||
macro(check_const_exists CONST FILES VARIABLE)
|
||||
if (NOT DEFINED ${VARIABLE})
|
||||
set(check_const_exists_source "")
|
||||
foreach(file ${FILES})
|
||||
set(check_const_exists_source
|
||||
"${check_const_exists_source}
|
||||
#include <${file}>")
|
||||
endforeach()
|
||||
set(check_const_exists_source
|
||||
"${check_const_exists_source}
|
||||
int main() { (void)${CONST}; return 0; }")
|
||||
|
||||
check_c_source_compiles("${check_const_exists_source}" ${VARIABLE})
|
||||
|
||||
if (${${VARIABLE}})
|
||||
set(${VARIABLE} 1 CACHE INTERNAL "Have const ${CONST}")
|
||||
message(STATUS "Looking for ${CONST} - found")
|
||||
else()
|
||||
set(${VARIABLE} 0 CACHE INTERNAL "Have const ${CONST}")
|
||||
message(STATUS "Looking for ${CONST} - not found")
|
||||
endif()
|
||||
endif()
|
||||
endmacro(check_const_exists)
|
|
@ -0,0 +1,14 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#define KB ((off_t)1024)
|
||||
#define MB ((off_t)1024 * KB)
|
||||
#define GB ((off_t)1024 * MB)
|
||||
#define TB ((off_t)1024 * GB)
|
||||
int t2[(((64 * GB -1) % 671088649) == 268434537)
|
||||
&& (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
|
||||
|
||||
int main()
|
||||
{
|
||||
;
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
# - Check if _FILE_OFFSET_BITS macro needed for large files
|
||||
# CHECK_FILE_OFFSET_BITS ()
|
||||
#
|
||||
# The following variables may be set before calling this macro to
|
||||
# modify the way the check is run:
|
||||
#
|
||||
# CMAKE_REQUIRED_FLAGS = string of compile command line flags
|
||||
# CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar)
|
||||
# CMAKE_REQUIRED_INCLUDES = list of include directories
|
||||
# Copyright (c) 2009, Michihiro NAKAJIMA
|
||||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
||||
|
||||
#INCLUDE(CheckCSourceCompiles)
|
||||
|
||||
GET_FILENAME_COMPONENT(_selfdir_CheckFileOffsetBits
|
||||
"${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
|
||||
MACRO (CHECK_FILE_OFFSET_BITS)
|
||||
IF(NOT DEFINED _FILE_OFFSET_BITS)
|
||||
MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files")
|
||||
TRY_COMPILE(__WITHOUT_FILE_OFFSET_BITS_64
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${_selfdir_CheckFileOffsetBits}/CheckFileOffsetBits.c
|
||||
COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS})
|
||||
IF(NOT __WITHOUT_FILE_OFFSET_BITS_64)
|
||||
TRY_COMPILE(__WITH_FILE_OFFSET_BITS_64
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${_selfdir_CheckFileOffsetBits}/CheckFileOffsetBits.c
|
||||
COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} -D_FILE_OFFSET_BITS=64)
|
||||
ENDIF(NOT __WITHOUT_FILE_OFFSET_BITS_64)
|
||||
|
||||
IF(NOT __WITHOUT_FILE_OFFSET_BITS_64 AND __WITH_FILE_OFFSET_BITS_64)
|
||||
SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
|
||||
MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
|
||||
ELSE(NOT __WITHOUT_FILE_OFFSET_BITS_64 AND __WITH_FILE_OFFSET_BITS_64)
|
||||
SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
|
||||
MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
|
||||
ENDIF(NOT __WITHOUT_FILE_OFFSET_BITS_64 AND __WITH_FILE_OFFSET_BITS_64)
|
||||
ENDIF(NOT DEFINED _FILE_OFFSET_BITS)
|
||||
|
||||
ENDMACRO (CHECK_FILE_OFFSET_BITS)
|
|
@ -0,0 +1,14 @@
|
|||
include(CheckCSourceCompiles)
|
||||
|
||||
macro(check_function_keywords _wordlist)
|
||||
set(${_result} "")
|
||||
foreach(flag ${_wordlist})
|
||||
string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
|
||||
string(TOUPPER "${flagname}" flagname)
|
||||
set(have_flag "HAVE_${flagname}")
|
||||
check_c_source_compiles("${flag} void func(); void func() { } int main() { func(); return 0; }" ${have_flag})
|
||||
if(${have_flag} AND NOT ${_result})
|
||||
set(${_result} "${flag}")
|
||||
endif(${have_flag} AND NOT ${_result})
|
||||
endforeach(flag)
|
||||
endmacro(check_function_keywords)
|
|
@ -0,0 +1,29 @@
|
|||
@CHECK_PROTOTYPE_DEFINITION_HEADER@
|
||||
|
||||
static void cmakeRequireSymbol(int dummy, ...) {
|
||||
(void) dummy;
|
||||
}
|
||||
|
||||
static void checkSymbol(void) {
|
||||
#ifndef @CHECK_PROTOTYPE_DEFINITION_SYMBOL@
|
||||
cmakeRequireSymbol(0, &@CHECK_PROTOTYPE_DEFINITION_SYMBOL@);
|
||||
#endif
|
||||
}
|
||||
|
||||
@CHECK_PROTOTYPE_DEFINITION_PROTO@ {
|
||||
return @CHECK_PROTOTYPE_DEFINITION_RETURN@;
|
||||
}
|
||||
|
||||
#ifdef __CLASSIC_C__
|
||||
int main() {
|
||||
int ac;
|
||||
char*av[];
|
||||
#else
|
||||
int main(int ac, char *av[]) {
|
||||
#endif
|
||||
checkSymbol();
|
||||
if (ac > 1000) {
|
||||
return *av[0];
|
||||
}
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1,82 @@
|
|||
# - Check if the protoype we expect is correct.
|
||||
# check_prototype_definition(FUNCTION PROTOTYPE RETURN HEADER VARIABLE)
|
||||
#
|
||||
# FUNCTION - The name of the function (used to check if prototype exists)
|
||||
# PROTOTYPE- The prototype to check.
|
||||
# RETURN - The return value of the function.
|
||||
# HEADER - The header files required.
|
||||
# VARIABLE - The variable to store the result.
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# check_prototype_definition(getpwent_r
|
||||
# "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
|
||||
# "NULL"
|
||||
# "unistd.h;pwd.h"
|
||||
# SOLARIS_GETPWENT_R)
|
||||
#
|
||||
# The following variables may be set before calling this macro to
|
||||
# modify the way the check is run:
|
||||
#
|
||||
# CMAKE_REQUIRED_FLAGS = string of compile command line flags
|
||||
# CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar)
|
||||
# CMAKE_REQUIRED_INCLUDES = list of include directories
|
||||
# CMAKE_REQUIRED_LIBRARIES = list of libraries to link
|
||||
|
||||
|
||||
function(CHECK_PROTOTYPE_DEFINITION _FUNCTION _PROTOTYPE _RETURN _HEADER _VARIABLE)
|
||||
if (${_VARIABLE} MATCHES "^${_VARIABLE}$")
|
||||
set(CHECK_PROTOTYPE_DEFINITION_CONTENT "/* */\n")
|
||||
|
||||
set(CHECK_PROTOTYPE_DEFINITION_FLAGS ${CMAKE_REQUIRED_FLAGS})
|
||||
if (CMAKE_REQUIRED_LIBRARIES)
|
||||
set(CHECK_PROTOTYPE_DEFINITION_LIBS
|
||||
"-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}")
|
||||
else(CMAKE_REQUIRED_LIBRARIES)
|
||||
set(CHECK_PROTOTYPE_DEFINITION_LIBS)
|
||||
endif(CMAKE_REQUIRED_LIBRARIES)
|
||||
if (CMAKE_REQUIRED_INCLUDES)
|
||||
set(CMAKE_SYMBOL_EXISTS_INCLUDES
|
||||
"-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}")
|
||||
else(CMAKE_REQUIRED_INCLUDES)
|
||||
set(CMAKE_SYMBOL_EXISTS_INCLUDES)
|
||||
endif(CMAKE_REQUIRED_INCLUDES)
|
||||
|
||||
foreach(_FILE ${_HEADER})
|
||||
set(CHECK_PROTOTYPE_DEFINITION_HEADER
|
||||
"${CHECK_PROTOTYPE_DEFINITION_HEADER}#include <${_FILE}>\n")
|
||||
endforeach(_FILE)
|
||||
|
||||
set(CHECK_PROTOTYPE_DEFINITION_SYMBOL ${_FUNCTION})
|
||||
set(CHECK_PROTOTYPE_DEFINITION_PROTO ${_PROTOTYPE})
|
||||
set(CHECK_PROTOTYPE_DEFINITION_RETURN ${_RETURN})
|
||||
|
||||
configure_file("${PROJECT_SOURCE_DIR}/cmake/CheckPrototypeDefinition.c.in"
|
||||
"${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckPrototypeDefinition.c" @ONLY)
|
||||
|
||||
file(READ ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckPrototypeDefinition.c _SOURCE)
|
||||
|
||||
try_compile(${_VARIABLE}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckPrototypeDefinition.c
|
||||
COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS}
|
||||
CMAKE_FLAGS -DCOMPILE_DEFINITIONS:STRING=${CHECK_PROTOTYPE_DEFINITION_FLAGS}
|
||||
"${CHECK_PROTOTYPE_DEFINITION_LIBS}"
|
||||
"${CMAKE_SYMBOL_EXISTS_INCLUDES}"
|
||||
OUTPUT_VARIABLE OUTPUT)
|
||||
|
||||
if (${_VARIABLE})
|
||||
set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
|
||||
message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - True")
|
||||
file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
|
||||
"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} passed with the following output:\n"
|
||||
"${OUTPUT}\n\n")
|
||||
else (${_VARIABLE})
|
||||
message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - False")
|
||||
set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}")
|
||||
file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
|
||||
"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} failed with the following output:\n"
|
||||
"${OUTPUT}\n\n${_SOURCE}\n\n")
|
||||
endif (${_VARIABLE})
|
||||
endif()
|
||||
endfunction(CHECK_PROTOTYPE_DEFINITION)
|
|
@ -0,0 +1,52 @@
|
|||
include(CheckCSourceRuns)
|
||||
|
||||
check_c_source_runs(
|
||||
"
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/event.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int kq;
|
||||
int n;
|
||||
int fd[2];
|
||||
struct kevent ev;
|
||||
struct timespec ts;
|
||||
char buf[80000];
|
||||
|
||||
if (pipe(fd) == -1)
|
||||
exit(1);
|
||||
if (fcntl(fd[1], F_SETFL, O_NONBLOCK) == -1)
|
||||
exit(1);
|
||||
|
||||
while ((n = write(fd[1], buf, sizeof(buf))) == sizeof(buf))
|
||||
;
|
||||
|
||||
if ((kq = kqueue()) == -1)
|
||||
exit(1);
|
||||
|
||||
memset(&ev, 0, sizeof(ev));
|
||||
ev.ident = fd[1];
|
||||
ev.filter = EVFILT_WRITE;
|
||||
ev.flags = EV_ADD | EV_ENABLE;
|
||||
n = kevent(kq, &ev, 1, NULL, 0, NULL);
|
||||
if (n == -1)
|
||||
exit(1);
|
||||
|
||||
read(fd[0], buf, sizeof(buf));
|
||||
|
||||
ts.tv_sec = 0;
|
||||
ts.tv_nsec = 0;
|
||||
n = kevent(kq, NULL, 0, &ev, 1, &ts);
|
||||
if (n == -1 || n == 0)
|
||||
exit(1);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
" EVENT__HAVE_WORKING_KQUEUE)
|
|
@ -0,0 +1,165 @@
|
|||
#
|
||||
# Boost Software License - Version 1.0 - August 17th, 2003
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person or organization
|
||||
# obtaining a copy of the software and accompanying documentation covered by
|
||||
# this license (the "Software") to use, reproduce, display, distribute,
|
||||
# execute, and transmit the Software, and to prepare derivative works of the
|
||||
# Software, and to permit third-parties to whom the Software is furnished to
|
||||
# do so, all subject to the following:
|
||||
#
|
||||
# The copyright notices in the Software and this entire statement, including
|
||||
# the above license grant, this restriction and the following disclaimer,
|
||||
# must be included in all copies of the Software, in whole or in part, and
|
||||
# all derivative works of the Software, unless such copies or derivative
|
||||
# works are solely in the form of machine-executable object code generated by
|
||||
# a source language processor.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
# SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
# FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# 2012-01-31, Lars Bilke
|
||||
# - Enable Code Coverage
|
||||
#
|
||||
# 2013-09-17, Joakim Söderberg
|
||||
# - Added support for Clang.
|
||||
# - Some additional usage instructions.
|
||||
#
|
||||
# 2016-11-02, Azat Khuzhin
|
||||
# - Adopt for C compiler only (libevent)
|
||||
#
|
||||
# USAGE:
|
||||
# 1. Copy this file into your cmake modules path.
|
||||
#
|
||||
# 2. Add the following line to your CMakeLists.txt:
|
||||
# INCLUDE(CodeCoverage)
|
||||
#
|
||||
# 3. Set compiler flags to turn off optimization and enable coverage:
|
||||
# SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
|
||||
# SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
|
||||
#
|
||||
# 3. Use the function SETUP_TARGET_FOR_COVERAGE to create a custom make target
|
||||
# which runs your test executable and produces a lcov code coverage report:
|
||||
# Example:
|
||||
# SETUP_TARGET_FOR_COVERAGE(
|
||||
# my_coverage_target # Name for custom target.
|
||||
# test_driver # Name of the test driver executable that runs the tests.
|
||||
# # NOTE! This should always have a ZERO as exit code
|
||||
# # otherwise the coverage generation will not complete.
|
||||
# coverage # Name of output directory.
|
||||
# )
|
||||
#
|
||||
# 4. Build a Debug build:
|
||||
# cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
# make
|
||||
# make my_coverage_target
|
||||
#
|
||||
#
|
||||
|
||||
# Check prereqs
|
||||
FIND_PROGRAM( GCOV_PATH gcov )
|
||||
FIND_PROGRAM( LCOV_PATH lcov )
|
||||
FIND_PROGRAM( GENHTML_PATH genhtml )
|
||||
FIND_PROGRAM( GCOVR_PATH gcovr PATHS ${CMAKE_SOURCE_DIR}/tests)
|
||||
|
||||
IF(NOT GCOV_PATH)
|
||||
MESSAGE(FATAL_ERROR "gcov not found! Aborting...")
|
||||
ENDIF() # NOT GCOV_PATH
|
||||
|
||||
IF(NOT CMAKE_COMPILER_IS_GNUCC)
|
||||
# Clang version 3.0.0 and greater now supports gcov as well.
|
||||
MESSAGE(WARNING "Compiler is not GNU gcc! Clang Version 3.0.0 and greater supports gcov as well, but older versions don't.")
|
||||
|
||||
IF(NOT "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||
MESSAGE(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
|
||||
ENDIF()
|
||||
ENDIF() # NOT CMAKE_COMPILER_IS_GNUCC
|
||||
|
||||
IF ( NOT CMAKE_BUILD_TYPE STREQUAL "Debug" )
|
||||
MESSAGE( WARNING "Code coverage results with an optimized (non-Debug) build may be misleading" )
|
||||
ENDIF() # NOT CMAKE_BUILD_TYPE STREQUAL "Debug"
|
||||
|
||||
|
||||
# Param _targetname The name of new the custom make target
|
||||
# Param _testrunner The name of the target which runs the tests.
|
||||
# MUST return ZERO always, even on errors.
|
||||
# If not, no coverage report will be created!
|
||||
# Param _outputname lcov output is generated as _outputname.info
|
||||
# HTML report is generated in _outputname/index.html
|
||||
# Optional fourth parameter is passed as arguments to _testrunner
|
||||
# Pass them in list form, e.g.: "-j;2" for -j 2
|
||||
FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunner _outputname)
|
||||
|
||||
IF(NOT LCOV_PATH)
|
||||
MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
|
||||
ENDIF() # NOT LCOV_PATH
|
||||
|
||||
IF(NOT GENHTML_PATH)
|
||||
MESSAGE(FATAL_ERROR "genhtml not found! Aborting...")
|
||||
ENDIF() # NOT GENHTML_PATH
|
||||
|
||||
# Setup target
|
||||
ADD_CUSTOM_TARGET(${_targetname}
|
||||
|
||||
# Cleanup lcov
|
||||
${LCOV_PATH} --directory . --zerocounters
|
||||
|
||||
# Run tests
|
||||
COMMAND ${_testrunner} ${ARGV3}
|
||||
|
||||
# Capturing lcov counters and generating report
|
||||
COMMAND ${LCOV_PATH} --directory . --capture --output-file ${_outputname}.info
|
||||
COMMAND ${LCOV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
|
||||
COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
|
||||
COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
|
||||
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generating report."
|
||||
)
|
||||
|
||||
# Show info where to find the report
|
||||
ADD_CUSTOM_COMMAND(TARGET ${_targetname} POST_BUILD
|
||||
COMMAND ;
|
||||
COMMENT "Open ./${_outputname}/index.html in your browser to view the coverage report."
|
||||
)
|
||||
|
||||
ENDFUNCTION() # SETUP_TARGET_FOR_COVERAGE
|
||||
|
||||
# Param _targetname The name of new the custom make target
|
||||
# Param _testrunner The name of the target which runs the tests
|
||||
# Param _outputname cobertura output is generated as _outputname.xml
|
||||
# Optional fourth parameter is passed as arguments to _testrunner
|
||||
# Pass them in list form, e.g.: "-j;2" for -j 2
|
||||
FUNCTION(SETUP_TARGET_FOR_COVERAGE_COBERTURA _targetname _testrunner _outputname)
|
||||
|
||||
IF(NOT PYTHON_EXECUTABLE)
|
||||
MESSAGE(FATAL_ERROR "Python not found! Aborting...")
|
||||
ENDIF() # NOT PYTHON_EXECUTABLE
|
||||
|
||||
IF(NOT GCOVR_PATH)
|
||||
MESSAGE(FATAL_ERROR "gcovr not found! Aborting...")
|
||||
ENDIF() # NOT GCOVR_PATH
|
||||
|
||||
ADD_CUSTOM_TARGET(${_targetname}
|
||||
|
||||
# Run tests
|
||||
${_testrunner} ${ARGV3}
|
||||
|
||||
# Running gcovr
|
||||
COMMAND ${GCOVR_PATH} -x -r ${CMAKE_SOURCE_DIR} -e '${CMAKE_SOURCE_DIR}/tests/' -o ${_outputname}.xml
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
COMMENT "Running gcovr to produce Cobertura code coverage report."
|
||||
)
|
||||
|
||||
# Show info where to find the report
|
||||
ADD_CUSTOM_COMMAND(TARGET ${_targetname} POST_BUILD
|
||||
COMMAND ;
|
||||
COMMENT "Cobertura code coverage report saved in ${_outputname}.xml."
|
||||
)
|
||||
|
||||
ENDFUNCTION() # SETUP_TARGET_FOR_COVERAGE_COBERTURA
|
|
@ -0,0 +1,57 @@
|
|||
CMake - Cross Platform Makefile Generator
|
||||
Copyright 2000-2013 Kitware, Inc.
|
||||
Copyright 2000-2011 Insight Software Consortium
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the names of Kitware, Inc., the Insight Software Consortium,
|
||||
nor the names of their contributors may be used to endorse or promote
|
||||
products derived from this software without specific prior written
|
||||
permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
The above copyright and license notice applies to distributions of
|
||||
CMake in source and binary form. Some source files contain additional
|
||||
notices of original copyright by their contributors; see each source
|
||||
for details. Third-party software packages supplied with CMake under
|
||||
compatible licenses provide their own copyright notices documented in
|
||||
corresponding subdirectories.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
CMake was initially developed by Kitware with the following sponsorship:
|
||||
|
||||
* National Library of Medicine at the National Institutes of Health
|
||||
as part of the Insight Segmentation and Registration Toolkit (ITK).
|
||||
|
||||
* US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
|
||||
Visualization Initiative.
|
||||
|
||||
* National Alliance for Medical Image Computing (NAMIC) is funded by the
|
||||
National Institutes of Health through the NIH Roadmap for Medical Research,
|
||||
Grant U54 EB005149.
|
||||
|
||||
* Kitware, Inc.
|
|
@ -0,0 +1,183 @@
|
|||
# - Config file for the Libevent package
|
||||
# It defines the following variables
|
||||
# LIBEVENT_FOUND - true if libevent and all required components found on the system
|
||||
# LIBEVENT_xxx_FOUND - true if component xxx(see available components) found on the system
|
||||
# LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
|
||||
# LIBEVENT_INCLUDE_DIRS - directories where libevent header is located.
|
||||
# LIBEVENT_INCLUDE_DIR - same as DIRS
|
||||
# LIBEVENT_LIBRARIES - libevent library to link against.
|
||||
# LIBEVENT_LIBRARY - same as LIBRARIES
|
||||
#
|
||||
# These variables are deprecated, don't use them.
|
||||
# LIBEVENT_STATIC_LIBRARIES - libraries to link against (archive/static)
|
||||
# LIBEVENT_SHARED_LIBRARIES - libraries to link against (shared)
|
||||
#
|
||||
# When you try to locate the libevent libraries, you should specify which components you want to use.
|
||||
# The following table lists all available components. If none is given, all imported targets will used.
|
||||
# core - the core functons of libevent
|
||||
# extra - extra functions, contains http, dns and rpc
|
||||
# pthreads - multiple threads for libevent, not exists on Windows
|
||||
# openssl - openssl support for libevent
|
||||
#
|
||||
# By default, the shared libraries of libevent will be found. To find the static ones instead,
|
||||
# you must set the LIBEVENT_STATIC_LINK variable to TRUE before calling find_package(Libevent ...).
|
||||
# If no component provided, all components will be used.
|
||||
# example:
|
||||
# set(LIBEVENT_STATIC_LINK TRUE)
|
||||
# find_package(Libevent 2.2 REQUIRED COMPONENTS core)
|
||||
# include_directories(${LIBEVENT_INCLUDE_DIRS}) # Can be omitted
|
||||
# target_link_libraries(myapp ${LIBEVENT_LIBRARIES})
|
||||
# or target_link_libraries(myapp libevent::core)
|
||||
#
|
||||
# find_package() can handle dependencies automatically. For example, given the 'openssl' component,
|
||||
# all dependencies (libevent_core, libssl, libcrypto and openssl include directories) will be found.
|
||||
|
||||
set(CONFIG_FOR_INSTALL_TREE @CONFIG_FOR_INSTALL_TREE@)
|
||||
|
||||
set(LIBEVENT_VERSION @EVENT_PACKAGE_VERSION@)
|
||||
|
||||
# IMPORTED targets from LibeventTargets.cmake
|
||||
set(LIBEVENT_STATIC_LIBRARIES "@LIBEVENT_STATIC_LIBRARIES@")
|
||||
set(LIBEVENT_SHARED_LIBRARIES "@LIBEVENT_SHARED_LIBRARIES@")
|
||||
|
||||
# Default to the same type as libevent was built:
|
||||
if(NOT DEFINED LIBEVENT_STATIC_LINK)
|
||||
set(LIBEVENT_STATIC_LINK NOT @EVENT_LIBRARY_SHARED@)
|
||||
endif()
|
||||
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES_SAVE "${CMAKE_FIND_LIBRARY_SUFFIXES}")
|
||||
if(${LIBEVENT_STATIC_LINK})
|
||||
set(_LIB_TYPE static)
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_STATIC_LIBRARY_SUFFIX})
|
||||
set(_AVAILABLE_LIBS "${LIBEVENT_STATIC_LIBRARIES}")
|
||||
else()
|
||||
set(_LIB_TYPE shared)
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_SHARED_LIBRARY_SUFFIX})
|
||||
set(_AVAILABLE_LIBS "${LIBEVENT_SHARED_LIBRARIES}")
|
||||
endif()
|
||||
|
||||
# Get the path of the current file.
|
||||
get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_INSTALL_PREFIX "${LIBEVENT_CMAKE_DIR}/../../.." ABSOLUTE)
|
||||
|
||||
macro(message_if_needed _flag _msg)
|
||||
if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)
|
||||
message(${_flag} "${_msg}")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
macro(no_component_msg _comp)
|
||||
if(${CMAKE_FIND_PACKAGE_NAME}_FIND_REQUIRED_${_comp})
|
||||
set(pthreadlib)
|
||||
if(NOT WIN32)
|
||||
set(pthreadlib ", pthreads")
|
||||
endif()
|
||||
message(FATAL_ERROR "Your libevent library does not contain a ${_comp} component!\n"
|
||||
"The valid components are core, extra${pthreadlib} and openssl.")
|
||||
else()
|
||||
message_if_needed(WARNING "Your libevent library does not contain a ${_comp} component!")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
set(_EVENT_COMPONENTS)
|
||||
if(${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS)
|
||||
list(REMOVE_DUPLICATES ${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS)
|
||||
foreach(_comp ${${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS})
|
||||
list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
|
||||
if(_INDEX GREATER -1)
|
||||
list(APPEND _EVENT_COMPONENTS ${_comp})
|
||||
else()
|
||||
no_component_msg(${_comp})
|
||||
endif()
|
||||
endforeach()
|
||||
else()
|
||||
set(_EVENT_COMPONENTS ${_AVAILABLE_LIBS})
|
||||
endif()
|
||||
|
||||
set(_POSSIBLE_PKG_NAMES)
|
||||
list(APPEND _POSSIBLE_PKG_NAMES ${CMAKE_FIND_PACKAGE_NAME} LIBEVENT Libevent libevent)
|
||||
list(REMOVE_DUPLICATES _POSSIBLE_PKG_NAMES)
|
||||
|
||||
macro(set_case_insensitive_found _comp)
|
||||
foreach(name ${_POSSIBLE_PKG_NAMES})
|
||||
if("${_comp}" STREQUAL "")
|
||||
set(${name}_FOUND TRUE)
|
||||
set(${name}_NOTFOUND FALSE)
|
||||
else()
|
||||
set(${name}_${_comp}_FOUND TRUE)
|
||||
set(${name}_${_comp}_NOTFOUND FALSE)
|
||||
endif()
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
if(CONFIG_FOR_INSTALL_TREE)
|
||||
## Config for install tree ----------------------------------------
|
||||
# Find includes
|
||||
unset(_event_h CACHE)
|
||||
find_path(_event_h
|
||||
NAMES event2/event.h
|
||||
PATHS "${_INSTALL_PREFIX}/include"
|
||||
NO_DEFAULT_PATH)
|
||||
if(_event_h)
|
||||
set(LIBEVENT_INCLUDE_DIRS "${_event_h}")
|
||||
message_if_needed(STATUS "Found libevent include directory: ${_event_h}")
|
||||
else()
|
||||
message_if_needed(WARNING "Your libevent library does not contain header files!")
|
||||
endif()
|
||||
|
||||
# Find libraries
|
||||
macro(find_event_lib _comp)
|
||||
unset(_event_lib CACHE)
|
||||
find_library(_event_lib
|
||||
NAMES "event_${_comp}"
|
||||
PATHS "${_INSTALL_PREFIX}/lib"
|
||||
NO_DEFAULT_PATH)
|
||||
if(_event_lib)
|
||||
list(APPEND LIBEVENT_LIBRARIES "libevent::${_comp}")
|
||||
set_case_insensitive_found(${_comp})
|
||||
message_if_needed(STATUS "Found libevent component: ${_event_lib}")
|
||||
else()
|
||||
no_component_msg(${_comp})
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
foreach(comp ${_EVENT_COMPONENTS})
|
||||
find_event_lib(${comp})
|
||||
endforeach()
|
||||
else()
|
||||
## Config for build tree ----------------------------------------
|
||||
set(LIBEVENT_INCLUDE_DIRS "@EVENT__INCLUDE_DIRS@")
|
||||
foreach(_comp ${_EVENT_COMPONENTS})
|
||||
list(APPEND LIBEVENT_LIBRARIES "libevent::${_comp}")
|
||||
set_case_insensitive_found(${_comp})
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
set(LIBEVENT_INCLUDE_DIR ${LIBEVENT_INCLUDE_DIRS})
|
||||
if(LIBEVENT_LIBRARIES)
|
||||
set(LIBEVENT_LIBRARY ${LIBEVENT_LIBRARIES})
|
||||
if(CONFIG_FOR_INSTALL_TREE)
|
||||
message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${_INSTALL_PREFIX}")
|
||||
else()
|
||||
message_if_needed(STATUS "Found libevent ${LIBEVENT_VERSION} in ${LIBEVENT_CMAKE_DIR}")
|
||||
endif()
|
||||
|
||||
# Avoid including targets more than one times
|
||||
if(NOT TARGET event_core_${_LIB_TYPE})
|
||||
# Include the project Targets file, this contains definitions for IMPORTED targets.
|
||||
include(${LIBEVENT_CMAKE_DIR}/LibeventTargets-${_LIB_TYPE}.cmake)
|
||||
endif()
|
||||
else()
|
||||
if(${CMAKE_FIND_PACKAGE_NAME}_FIND_REQUIRED)
|
||||
message(FATAL_ERROR "Can not find any libraries for libevent.")
|
||||
else()
|
||||
message_if_needed(WARNING "Can not find any libraries for libevent.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES "${CMAKE_FIND_LIBRARY_SUFFIXES_SAVE}")
|
||||
unset(_LIB_TYPE)
|
||||
unset(_AVAILABLE_LIBS)
|
||||
unset(_EVENT_COMPONENTS)
|
||||
unset(_POSSIBLE_PKG_NAMES)
|
||||
unset(_INSTALL_PREFIX)
|
|
@ -0,0 +1,11 @@
|
|||
set(PACKAGE_VERSION "@EVENT_PACKAGE_VERSION@")
|
||||
|
||||
# Check whether the requested PACKAGE_FIND_VERSION is compatible
|
||||
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
||||
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
|
||||
set(PACKAGE_VERSION_EXACT TRUE)
|
||||
endif()
|
||||
endif()
|
|
@ -0,0 +1,36 @@
|
|||
include(CheckSymbolExists)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
# Check if each symbol in the symbol list exists,
|
||||
# and define PREFIX__HAVE_SYMNAME to 1 if yes.
|
||||
#
|
||||
# SYMLIST: list of symbols to check
|
||||
# HEADERS: header files to be included in check code
|
||||
# PREFIX: the prefix of definition
|
||||
macro(CHECK_SYMBOLS_EXIST SYMLIST HEADERS PREFIX)
|
||||
foreach(SYMNAME ${SYMLIST})
|
||||
string(TOUPPER "${SYMNAME}" SYMNAME_UPPER)
|
||||
if ("${PREFIX}" STREQUAL "")
|
||||
set(HAVE_SYM_DEF "HAVE_${SYMNAME_UPPER}")
|
||||
else()
|
||||
set(HAVE_SYM_DEF "${PREFIX}__HAVE_${SYMNAME_UPPER}")
|
||||
endif()
|
||||
CHECK_SYMBOL_EXISTS(${SYMNAME} "${HEADERS}" ${HAVE_SYM_DEF})
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
# Check if file exists, define PREFIX__HAVE_FILE to 1 if yes,
|
||||
# and collect file to EVENT_INCLUDES
|
||||
macro(CHECK_INCLUDE_FILE_CONCAT FILE PREFIX)
|
||||
string(REGEX REPLACE "[./]" "_" FILE_UL ${FILE})
|
||||
string(TOUPPER "${FILE_UL}" FILE_UL_UPPER)
|
||||
if ("${PREFIX}" STREQUAL "")
|
||||
set(HAVE_FILE_DEF "HAVE_${FILE_UL_UPPER}")
|
||||
else()
|
||||
set(HAVE_FILE_DEF "${PREFIX}__HAVE_${FILE_UL_UPPER}")
|
||||
endif()
|
||||
CHECK_INCLUDE_FILES("${EVENT_INCLUDES};${FILE}" ${HAVE_FILE_DEF})
|
||||
if(${HAVE_FILE_DEF})
|
||||
set(EVENT_INCLUDES ${EVENT_INCLUDES} ${FILE})
|
||||
endif()
|
||||
endmacro()
|
|
@ -0,0 +1,23 @@
|
|||
# https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
|
||||
|
||||
if(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
|
||||
message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
|
||||
endif(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
|
||||
|
||||
file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files)
|
||||
string(REGEX REPLACE "\n" ";" files "${files}")
|
||||
foreach(file ${files})
|
||||
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")
|
||||
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||
exec_program(
|
||||
"@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\""
|
||||
OUTPUT_VARIABLE rm_out
|
||||
RETURN_VALUE rm_retval
|
||||
)
|
||||
if(NOT "${rm_retval}" STREQUAL 0)
|
||||
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
|
||||
endif(NOT "${rm_retval}" STREQUAL 0)
|
||||
else(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
|
||||
endif(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||
endforeach(file)
|
|
@ -0,0 +1,111 @@
|
|||
# Use FindDoxygen.cmake to generate documentation.
|
||||
|
||||
option(DOXYGEN_GENERATE_HTML "Generate HTML" ON)
|
||||
option(DOXYGEN_GENERATE_MAN "Generate man pages" OFF)
|
||||
option(DOXYGEN_MAN_LINKS "Generate man links" ON)
|
||||
option(DOXYGEN_GENERATE_LATEX "Generate LaTeX" OFF)
|
||||
|
||||
# If the case-insensitive value of the cmake option is one of
|
||||
# "off, no, false" or 0, it is equal to false, otherwise true.
|
||||
# And the values of the doxygen config does not exactly match it.
|
||||
# So we need to convert the cmake option to a doxygen config.
|
||||
macro(_convert_to_dx_cfg CMK_OPTION)
|
||||
if (${CMK_OPTION})
|
||||
set(${CMK_OPTION} YES)
|
||||
else()
|
||||
set(${CMK_OPTION} NO)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
macro(UseDoxygen)
|
||||
if (${CMAKE_VERSION} VERSION_LESS "3.9")
|
||||
# Old versions of cmake have poor support for Doxygen generation.
|
||||
message(FATAL_ERROR "Doxygen generation only enabled for cmake 3.9 and higher")
|
||||
else()
|
||||
find_package(Doxygen)
|
||||
if (DOXYGEN_FOUND)
|
||||
set(DOXYGEN_PROJECT_NAME ${PROJECT_NAME})
|
||||
set(DOXYGEN_PROJECT_NUMBER ${EVENT_PACKAGE_VERSION})
|
||||
set(DOXYGEN_PROJECT_BRIEF "Event notification library")
|
||||
set(DOXYGEN_OUTPUT_DIRECTORY doxygen)
|
||||
set(DOXYGEN_STRIP_FROM_PATH include)
|
||||
set(DOXYGEN_JAVADOC_AUTOBRIEF YES)
|
||||
set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C YES)
|
||||
set(DOXYGEN_SORT_BRIEF_DOCS YES)
|
||||
set(DOXYGEN_RECURSIVE NO)
|
||||
|
||||
_convert_to_dx_cfg(DOXYGEN_GENERATE_HTML)
|
||||
_convert_to_dx_cfg(DOXYGEN_GENERATE_MAN)
|
||||
_convert_to_dx_cfg(DOXYGEN_MAN_LINKS)
|
||||
_convert_to_dx_cfg(DOXYGEN_GENERATE_LATEX)
|
||||
|
||||
set(DOXYGEN_LATEX_CMD_NAME latex)
|
||||
set(DOXYGEN_PAPER_TYPE a4wide)
|
||||
set(DOXYGEN_PDF_HYPERLINKS NO)
|
||||
|
||||
set(DOXYGEN_GENERATE_RTF NO)
|
||||
set(DOXYGEN_GENERATE_XML NO)
|
||||
set(DOXYGEN_GENERATE_CHI NO)
|
||||
|
||||
set(DOXYGEN_PREDEFINED TAILQ_ENTRY
|
||||
RB_ENTRY
|
||||
EVENT_DEFINED_TQENTRY_
|
||||
EVENT_IN_DOXYGEN_
|
||||
)
|
||||
|
||||
set(DOX_INPUT include/event2/buffer.h
|
||||
include/event2/buffer_compat.h
|
||||
include/event2/bufferevent.h
|
||||
include/event2/bufferevent_compat.h
|
||||
include/event2/bufferevent_ssl.h
|
||||
include/event2/dns.h
|
||||
include/event2/dns_compat.h
|
||||
include/event2/event.h
|
||||
include/event2/event_compat.h
|
||||
include/event2/http.h
|
||||
include/event2/http_compat.h
|
||||
include/event2/listener.h
|
||||
include/event2/rpc.h
|
||||
include/event2/rpc_compat.h
|
||||
include/event2/tag.h
|
||||
include/event2/tag_compat.h
|
||||
include/event2/thread.h
|
||||
include/event2/util.h
|
||||
)
|
||||
# Add 'doxygen' target
|
||||
doxygen_add_docs(doxygen
|
||||
${DOX_INPUT}
|
||||
ALL
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
COMMENT "Generating doxygen documentation for ${PROJECT_NAME}..."
|
||||
)
|
||||
|
||||
# Use 'make clean' to remove the generated directory
|
||||
set_property(DIRECTORY
|
||||
PROPERTY ADDITIONAL_MAKE_CLEAN_FILES
|
||||
"${PROJECT_BINARY_DIR}/${DOXYGEN_OUTPUT_DIRECTORY}"
|
||||
)
|
||||
|
||||
# Install html into <prefix>/share/doc/<project>
|
||||
if ("${DOXYGEN_GENERATE_HTML}" STREQUAL "YES")
|
||||
install(DIRECTORY
|
||||
${PROJECT_BINARY_DIR}/${DOXYGEN_OUTPUT_DIRECTORY}/html
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/${PROJECT_NAME}
|
||||
COMPONENT doc
|
||||
)
|
||||
endif()
|
||||
|
||||
# Install manual into <prefix>/share/man/man3
|
||||
if ("${DOXYGEN_GENERATE_MAN}" STREQUAL "YES")
|
||||
install(DIRECTORY
|
||||
${PROJECT_BINARY_DIR}/${DOXYGEN_OUTPUT_DIRECTORY}/man/man3
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man
|
||||
COMPONENT doc
|
||||
)
|
||||
endif()
|
||||
|
||||
else(DOXYGEN_FOUND)
|
||||
message(FATAL_ERROR "Doxygen command not found, set EVENT__DOXYGEN to disable")
|
||||
endif (DOXYGEN_FOUND)
|
||||
endif()
|
||||
endmacro()
|
|
@ -0,0 +1,66 @@
|
|||
# This module defines the following variables utilizing
|
||||
# git to determine the parent tag. And if found the macro
|
||||
# will attempt to parse them in the github tag fomat
|
||||
#
|
||||
# Useful for auto-versioning in our CMakeLists
|
||||
#
|
||||
# EVENT_GIT___VERSION_MAJOR - Major version.
|
||||
# EVENT_GIT___VERSION_MINOR - Minor version
|
||||
# EVENT_GIT___VERSION_STAGE - Stage version
|
||||
#
|
||||
# Example usage:
|
||||
#
|
||||
# event_fuzzy_version_from_git()
|
||||
# message("Libvent major=${EVENT_GIT___VERSION_MAJOR}")
|
||||
# message(" minor=${EVENT_GIT___VERSION_MINOR}")
|
||||
# message(" patch=${EVENT_GIT___VERSION_PATCH}")
|
||||
# message(" stage=${EVENT_GIT___VERSION_STAGE}")
|
||||
# endif()
|
||||
|
||||
include(FindGit)
|
||||
|
||||
macro(event_fuzzy_version_from_git)
|
||||
# set our defaults.
|
||||
set(EVENT_GIT___VERSION_MAJOR 2)
|
||||
set(EVENT_GIT___VERSION_MINOR 1)
|
||||
set(EVENT_GIT___VERSION_PATCH 12)
|
||||
set(EVENT_GIT___VERSION_STAGE "stable")
|
||||
|
||||
find_package(Git)
|
||||
|
||||
if (GIT_FOUND)
|
||||
execute_process(
|
||||
COMMAND
|
||||
${GIT_EXECUTABLE} describe --abbrev=0 --always
|
||||
WORKING_DIRECTORY
|
||||
${PROJECT_SOURCE_DIR}
|
||||
RESULT_VARIABLE
|
||||
GITRET
|
||||
OUTPUT_VARIABLE
|
||||
GITVERSION
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
|
||||
string(REGEX REPLACE "[\\._-]" ";" VERSION_LIST "${GITVERSION}")
|
||||
if(VERSION_LIST)
|
||||
list(LENGTH VERSION_LIST VERSION_LIST_LENGTH)
|
||||
endif()
|
||||
|
||||
if ((GITRET EQUAL 0) AND (VERSION_LIST_LENGTH EQUAL 5))
|
||||
list(GET VERSION_LIST 1 _MAJOR)
|
||||
list(GET VERSION_LIST 2 _MINOR)
|
||||
list(GET VERSION_LIST 3 _PATCH)
|
||||
list(GET VERSION_LIST 4 _STAGE)
|
||||
|
||||
set(_DEFAULT_VERSION "${EVENT_GIT___VERSION_MAJOR}.${EVENT_GIT___VERSION_MINOR}.${EVENT_GIT___VERSION_PATCH}-${EVENT_GIT___VERSION_STAGE}")
|
||||
set(_GIT_VERSION "${_MAJOR}.${_MINOR}.${_PATCH}-${_STAGE}")
|
||||
|
||||
if (${_DEFAULT_VERSION} VERSION_LESS ${_GIT_VERSION})
|
||||
set(EVENT_GIT___VERSION_MAJOR ${_MAJOR})
|
||||
set(EVENT_GIT___VERSION_MINOR ${_MINOR})
|
||||
set(EVENT_GIT___VERSION_PATCH ${_PATCH})
|
||||
set(EVENT_GIT___VERSION_STAGE ${_STAGE})
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
endmacro()
|
|
@ -0,0 +1,488 @@
|
|||
/* $OpenBSD: queue.h,v 1.16 2000/09/07 19:47:59 art Exp $ */
|
||||
/* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of the University nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)queue.h 8.5 (Berkeley) 8/20/94
|
||||
*/
|
||||
|
||||
#ifndef SYS_QUEUE_H__
|
||||
#define SYS_QUEUE_H__
|
||||
|
||||
/*
|
||||
* This file defines five types of data structures: singly-linked lists,
|
||||
* lists, simple queues, tail queues, and circular queues.
|
||||
*
|
||||
*
|
||||
* A singly-linked list is headed by a single forward pointer. The elements
|
||||
* are singly linked for minimum space and pointer manipulation overhead at
|
||||
* the expense of O(n) removal for arbitrary elements. New elements can be
|
||||
* added to the list after an existing element or at the head of the list.
|
||||
* Elements being removed from the head of the list should use the explicit
|
||||
* macro for this purpose for optimum efficiency. A singly-linked list may
|
||||
* only be traversed in the forward direction. Singly-linked lists are ideal
|
||||
* for applications with large datasets and few or no removals or for
|
||||
* implementing a LIFO queue.
|
||||
*
|
||||
* A list is headed by a single forward pointer (or an array of forward
|
||||
* pointers for a hash table header). The elements are doubly linked
|
||||
* so that an arbitrary element can be removed without a need to
|
||||
* traverse the list. New elements can be added to the list before
|
||||
* or after an existing element or at the head of the list. A list
|
||||
* may only be traversed in the forward direction.
|
||||
*
|
||||
* A simple queue is headed by a pair of pointers, one the head of the
|
||||
* list and the other to the tail of the list. The elements are singly
|
||||
* linked to save space, so elements can only be removed from the
|
||||
* head of the list. New elements can be added to the list before or after
|
||||
* an existing element, at the head of the list, or at the end of the
|
||||
* list. A simple queue may only be traversed in the forward direction.
|
||||
*
|
||||
* A tail queue is headed by a pair of pointers, one to the head of the
|
||||
* list and the other to the tail of the list. The elements are doubly
|
||||
* linked so that an arbitrary element can be removed without a need to
|
||||
* traverse the list. New elements can be added to the list before or
|
||||
* after an existing element, at the head of the list, or at the end of
|
||||
* the list. A tail queue may be traversed in either direction.
|
||||
*
|
||||
* A circle queue is headed by a pair of pointers, one to the head of the
|
||||
* list and the other to the tail of the list. The elements are doubly
|
||||
* linked so that an arbitrary element can be removed without a need to
|
||||
* traverse the list. New elements can be added to the list before or after
|
||||
* an existing element, at the head of the list, or at the end of the list.
|
||||
* A circle queue may be traversed in either direction, but has a more
|
||||
* complex end of list detection.
|
||||
*
|
||||
* For details on the use of these macros, see the queue(3) manual page.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Singly-linked List definitions.
|
||||
*/
|
||||
#define SLIST_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *slh_first; /* first element */ \
|
||||
}
|
||||
|
||||
#define SLIST_HEAD_INITIALIZER(head) \
|
||||
{ NULL }
|
||||
|
||||
#ifndef _WIN32
|
||||
#define SLIST_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *sle_next; /* next element */ \
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Singly-linked List access methods.
|
||||
*/
|
||||
#define SLIST_FIRST(head) ((head)->slh_first)
|
||||
#define SLIST_END(head) NULL
|
||||
#define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
|
||||
#define SLIST_NEXT(elm, field) ((elm)->field.sle_next)
|
||||
|
||||
#define SLIST_FOREACH(var, head, field) \
|
||||
for((var) = SLIST_FIRST(head); \
|
||||
(var) != SLIST_END(head); \
|
||||
(var) = SLIST_NEXT(var, field))
|
||||
|
||||
/*
|
||||
* Singly-linked List functions.
|
||||
*/
|
||||
#define SLIST_INIT(head) { \
|
||||
SLIST_FIRST(head) = SLIST_END(head); \
|
||||
}
|
||||
|
||||
#define SLIST_INSERT_AFTER(slistelm, elm, field) do { \
|
||||
(elm)->field.sle_next = (slistelm)->field.sle_next; \
|
||||
(slistelm)->field.sle_next = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define SLIST_INSERT_HEAD(head, elm, field) do { \
|
||||
(elm)->field.sle_next = (head)->slh_first; \
|
||||
(head)->slh_first = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define SLIST_REMOVE_HEAD(head, field) do { \
|
||||
(head)->slh_first = (head)->slh_first->field.sle_next; \
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
* List definitions.
|
||||
*/
|
||||
#define LIST_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *lh_first; /* first element */ \
|
||||
}
|
||||
|
||||
#define LIST_HEAD_INITIALIZER(head) \
|
||||
{ NULL }
|
||||
|
||||
#define LIST_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *le_next; /* next element */ \
|
||||
struct type **le_prev; /* address of previous next element */ \
|
||||
}
|
||||
|
||||
/*
|
||||
* List access methods
|
||||
*/
|
||||
#define LIST_FIRST(head) ((head)->lh_first)
|
||||
#define LIST_END(head) NULL
|
||||
#define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
|
||||
#define LIST_NEXT(elm, field) ((elm)->field.le_next)
|
||||
|
||||
#define LIST_FOREACH(var, head, field) \
|
||||
for((var) = LIST_FIRST(head); \
|
||||
(var)!= LIST_END(head); \
|
||||
(var) = LIST_NEXT(var, field))
|
||||
|
||||
/*
|
||||
* List functions.
|
||||
*/
|
||||
#define LIST_INIT(head) do { \
|
||||
LIST_FIRST(head) = LIST_END(head); \
|
||||
} while (0)
|
||||
|
||||
#define LIST_INSERT_AFTER(listelm, elm, field) do { \
|
||||
if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
|
||||
(listelm)->field.le_next->field.le_prev = \
|
||||
&(elm)->field.le_next; \
|
||||
(listelm)->field.le_next = (elm); \
|
||||
(elm)->field.le_prev = &(listelm)->field.le_next; \
|
||||
} while (0)
|
||||
|
||||
#define LIST_INSERT_BEFORE(listelm, elm, field) do { \
|
||||
(elm)->field.le_prev = (listelm)->field.le_prev; \
|
||||
(elm)->field.le_next = (listelm); \
|
||||
*(listelm)->field.le_prev = (elm); \
|
||||
(listelm)->field.le_prev = &(elm)->field.le_next; \
|
||||
} while (0)
|
||||
|
||||
#define LIST_INSERT_HEAD(head, elm, field) do { \
|
||||
if (((elm)->field.le_next = (head)->lh_first) != NULL) \
|
||||
(head)->lh_first->field.le_prev = &(elm)->field.le_next;\
|
||||
(head)->lh_first = (elm); \
|
||||
(elm)->field.le_prev = &(head)->lh_first; \
|
||||
} while (0)
|
||||
|
||||
#define LIST_REMOVE(elm, field) do { \
|
||||
if ((elm)->field.le_next != NULL) \
|
||||
(elm)->field.le_next->field.le_prev = \
|
||||
(elm)->field.le_prev; \
|
||||
*(elm)->field.le_prev = (elm)->field.le_next; \
|
||||
} while (0)
|
||||
|
||||
#define LIST_REPLACE(elm, elm2, field) do { \
|
||||
if (((elm2)->field.le_next = (elm)->field.le_next) != NULL) \
|
||||
(elm2)->field.le_next->field.le_prev = \
|
||||
&(elm2)->field.le_next; \
|
||||
(elm2)->field.le_prev = (elm)->field.le_prev; \
|
||||
*(elm2)->field.le_prev = (elm2); \
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
* Simple queue definitions.
|
||||
*/
|
||||
#define SIMPLEQ_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *sqh_first; /* first element */ \
|
||||
struct type **sqh_last; /* addr of last next element */ \
|
||||
}
|
||||
|
||||
#define SIMPLEQ_HEAD_INITIALIZER(head) \
|
||||
{ NULL, &(head).sqh_first }
|
||||
|
||||
#define SIMPLEQ_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *sqe_next; /* next element */ \
|
||||
}
|
||||
|
||||
/*
|
||||
* Simple queue access methods.
|
||||
*/
|
||||
#define SIMPLEQ_FIRST(head) ((head)->sqh_first)
|
||||
#define SIMPLEQ_END(head) NULL
|
||||
#define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
|
||||
#define SIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next)
|
||||
|
||||
#define SIMPLEQ_FOREACH(var, head, field) \
|
||||
for((var) = SIMPLEQ_FIRST(head); \
|
||||
(var) != SIMPLEQ_END(head); \
|
||||
(var) = SIMPLEQ_NEXT(var, field))
|
||||
|
||||
/*
|
||||
* Simple queue functions.
|
||||
*/
|
||||
#define SIMPLEQ_INIT(head) do { \
|
||||
(head)->sqh_first = NULL; \
|
||||
(head)->sqh_last = &(head)->sqh_first; \
|
||||
} while (0)
|
||||
|
||||
#define SIMPLEQ_INSERT_HEAD(head, elm, field) do { \
|
||||
if (((elm)->field.sqe_next = (head)->sqh_first) == NULL) \
|
||||
(head)->sqh_last = &(elm)->field.sqe_next; \
|
||||
(head)->sqh_first = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define SIMPLEQ_INSERT_TAIL(head, elm, field) do { \
|
||||
(elm)->field.sqe_next = NULL; \
|
||||
*(head)->sqh_last = (elm); \
|
||||
(head)->sqh_last = &(elm)->field.sqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do { \
|
||||
if (((elm)->field.sqe_next = (listelm)->field.sqe_next) == NULL)\
|
||||
(head)->sqh_last = &(elm)->field.sqe_next; \
|
||||
(listelm)->field.sqe_next = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define SIMPLEQ_REMOVE_HEAD(head, elm, field) do { \
|
||||
if (((head)->sqh_first = (elm)->field.sqe_next) == NULL) \
|
||||
(head)->sqh_last = &(head)->sqh_first; \
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
* Tail queue definitions.
|
||||
*/
|
||||
#define TAILQ_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *tqh_first; /* first element */ \
|
||||
struct type **tqh_last; /* addr of last next element */ \
|
||||
}
|
||||
|
||||
#define TAILQ_HEAD_INITIALIZER(head) \
|
||||
{ NULL, &(head).tqh_first }
|
||||
|
||||
#define TAILQ_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *tqe_next; /* next element */ \
|
||||
struct type **tqe_prev; /* address of previous next element */ \
|
||||
}
|
||||
|
||||
/*
|
||||
* tail queue access methods
|
||||
*/
|
||||
#define TAILQ_FIRST(head) ((head)->tqh_first)
|
||||
#define TAILQ_END(head) NULL
|
||||
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
|
||||
#define TAILQ_LAST(head, headname) \
|
||||
(*(((struct headname *)((head)->tqh_last))->tqh_last))
|
||||
/* XXX */
|
||||
#define TAILQ_PREV(elm, headname, field) \
|
||||
(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
|
||||
#define TAILQ_EMPTY(head) \
|
||||
(TAILQ_FIRST(head) == TAILQ_END(head))
|
||||
|
||||
#define TAILQ_FOREACH(var, head, field) \
|
||||
for((var) = TAILQ_FIRST(head); \
|
||||
(var) != TAILQ_END(head); \
|
||||
(var) = TAILQ_NEXT(var, field))
|
||||
|
||||
#define TAILQ_FOREACH_REVERSE(var, head, headname, field) \
|
||||
for((var) = TAILQ_LAST(head, headname); \
|
||||
(var) != TAILQ_END(head); \
|
||||
(var) = TAILQ_PREV(var, headname, field))
|
||||
|
||||
/*
|
||||
* Tail queue functions.
|
||||
*/
|
||||
#define TAILQ_INIT(head) do { \
|
||||
(head)->tqh_first = NULL; \
|
||||
(head)->tqh_last = &(head)->tqh_first; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_INSERT_HEAD(head, elm, field) do { \
|
||||
if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
|
||||
(head)->tqh_first->field.tqe_prev = \
|
||||
&(elm)->field.tqe_next; \
|
||||
else \
|
||||
(head)->tqh_last = &(elm)->field.tqe_next; \
|
||||
(head)->tqh_first = (elm); \
|
||||
(elm)->field.tqe_prev = &(head)->tqh_first; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_INSERT_TAIL(head, elm, field) do { \
|
||||
(elm)->field.tqe_next = NULL; \
|
||||
(elm)->field.tqe_prev = (head)->tqh_last; \
|
||||
*(head)->tqh_last = (elm); \
|
||||
(head)->tqh_last = &(elm)->field.tqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \
|
||||
if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
|
||||
(elm)->field.tqe_next->field.tqe_prev = \
|
||||
&(elm)->field.tqe_next; \
|
||||
else \
|
||||
(head)->tqh_last = &(elm)->field.tqe_next; \
|
||||
(listelm)->field.tqe_next = (elm); \
|
||||
(elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \
|
||||
(elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
|
||||
(elm)->field.tqe_next = (listelm); \
|
||||
*(listelm)->field.tqe_prev = (elm); \
|
||||
(listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_REMOVE(head, elm, field) do { \
|
||||
if (((elm)->field.tqe_next) != NULL) \
|
||||
(elm)->field.tqe_next->field.tqe_prev = \
|
||||
(elm)->field.tqe_prev; \
|
||||
else \
|
||||
(head)->tqh_last = (elm)->field.tqe_prev; \
|
||||
*(elm)->field.tqe_prev = (elm)->field.tqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define TAILQ_REPLACE(head, elm, elm2, field) do { \
|
||||
if (((elm2)->field.tqe_next = (elm)->field.tqe_next) != NULL) \
|
||||
(elm2)->field.tqe_next->field.tqe_prev = \
|
||||
&(elm2)->field.tqe_next; \
|
||||
else \
|
||||
(head)->tqh_last = &(elm2)->field.tqe_next; \
|
||||
(elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
|
||||
*(elm2)->field.tqe_prev = (elm2); \
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
* Circular queue definitions.
|
||||
*/
|
||||
#define CIRCLEQ_HEAD(name, type) \
|
||||
struct name { \
|
||||
struct type *cqh_first; /* first element */ \
|
||||
struct type *cqh_last; /* last element */ \
|
||||
}
|
||||
|
||||
#define CIRCLEQ_HEAD_INITIALIZER(head) \
|
||||
{ CIRCLEQ_END(&head), CIRCLEQ_END(&head) }
|
||||
|
||||
#define CIRCLEQ_ENTRY(type) \
|
||||
struct { \
|
||||
struct type *cqe_next; /* next element */ \
|
||||
struct type *cqe_prev; /* previous element */ \
|
||||
}
|
||||
|
||||
/*
|
||||
* Circular queue access methods
|
||||
*/
|
||||
#define CIRCLEQ_FIRST(head) ((head)->cqh_first)
|
||||
#define CIRCLEQ_LAST(head) ((head)->cqh_last)
|
||||
#define CIRCLEQ_END(head) ((void *)(head))
|
||||
#define CIRCLEQ_NEXT(elm, field) ((elm)->field.cqe_next)
|
||||
#define CIRCLEQ_PREV(elm, field) ((elm)->field.cqe_prev)
|
||||
#define CIRCLEQ_EMPTY(head) \
|
||||
(CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))
|
||||
|
||||
#define CIRCLEQ_FOREACH(var, head, field) \
|
||||
for((var) = CIRCLEQ_FIRST(head); \
|
||||
(var) != CIRCLEQ_END(head); \
|
||||
(var) = CIRCLEQ_NEXT(var, field))
|
||||
|
||||
#define CIRCLEQ_FOREACH_REVERSE(var, head, field) \
|
||||
for((var) = CIRCLEQ_LAST(head); \
|
||||
(var) != CIRCLEQ_END(head); \
|
||||
(var) = CIRCLEQ_PREV(var, field))
|
||||
|
||||
/*
|
||||
* Circular queue functions.
|
||||
*/
|
||||
#define CIRCLEQ_INIT(head) do { \
|
||||
(head)->cqh_first = CIRCLEQ_END(head); \
|
||||
(head)->cqh_last = CIRCLEQ_END(head); \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) do { \
|
||||
(elm)->field.cqe_next = (listelm)->field.cqe_next; \
|
||||
(elm)->field.cqe_prev = (listelm); \
|
||||
if ((listelm)->field.cqe_next == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_last = (elm); \
|
||||
else \
|
||||
(listelm)->field.cqe_next->field.cqe_prev = (elm); \
|
||||
(listelm)->field.cqe_next = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) do { \
|
||||
(elm)->field.cqe_next = (listelm); \
|
||||
(elm)->field.cqe_prev = (listelm)->field.cqe_prev; \
|
||||
if ((listelm)->field.cqe_prev == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_first = (elm); \
|
||||
else \
|
||||
(listelm)->field.cqe_prev->field.cqe_next = (elm); \
|
||||
(listelm)->field.cqe_prev = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_INSERT_HEAD(head, elm, field) do { \
|
||||
(elm)->field.cqe_next = (head)->cqh_first; \
|
||||
(elm)->field.cqe_prev = CIRCLEQ_END(head); \
|
||||
if ((head)->cqh_last == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_last = (elm); \
|
||||
else \
|
||||
(head)->cqh_first->field.cqe_prev = (elm); \
|
||||
(head)->cqh_first = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_INSERT_TAIL(head, elm, field) do { \
|
||||
(elm)->field.cqe_next = CIRCLEQ_END(head); \
|
||||
(elm)->field.cqe_prev = (head)->cqh_last; \
|
||||
if ((head)->cqh_first == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_first = (elm); \
|
||||
else \
|
||||
(head)->cqh_last->field.cqe_next = (elm); \
|
||||
(head)->cqh_last = (elm); \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_REMOVE(head, elm, field) do { \
|
||||
if ((elm)->field.cqe_next == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_last = (elm)->field.cqe_prev; \
|
||||
else \
|
||||
(elm)->field.cqe_next->field.cqe_prev = \
|
||||
(elm)->field.cqe_prev; \
|
||||
if ((elm)->field.cqe_prev == CIRCLEQ_END(head)) \
|
||||
(head)->cqh_first = (elm)->field.cqe_next; \
|
||||
else \
|
||||
(elm)->field.cqe_prev->field.cqe_next = \
|
||||
(elm)->field.cqe_next; \
|
||||
} while (0)
|
||||
|
||||
#define CIRCLEQ_REPLACE(head, elm, elm2, field) do { \
|
||||
if (((elm2)->field.cqe_next = (elm)->field.cqe_next) == \
|
||||
CIRCLEQ_END(head)) \
|
||||
(head).cqh_last = (elm2); \
|
||||
else \
|
||||
(elm2)->field.cqe_next->field.cqe_prev = (elm2); \
|
||||
if (((elm2)->field.cqe_prev = (elm)->field.cqe_prev) == \
|
||||
CIRCLEQ_END(head)) \
|
||||
(head).cqh_first = (elm2); \
|
||||
else \
|
||||
(elm2)->field.cqe_prev->field.cqe_next = (elm2); \
|
||||
} while (0)
|
||||
|
||||
#endif /* !SYS_QUEUE_H__ */
|
|
@ -0,0 +1,555 @@
|
|||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define if libevent should build without support for a debug mode */
|
||||
/* #undef DISABLE_DEBUG_MODE */
|
||||
|
||||
/* Define if libevent should not allow replacing the mm functions */
|
||||
/* #undef DISABLE_MM_REPLACEMENT */
|
||||
|
||||
/* Define if libevent should not be compiled with thread support */
|
||||
/* #undef DISABLE_THREAD_SUPPORT */
|
||||
|
||||
/* Define to 1 if you have the `accept4' function. */
|
||||
/* #undef HAVE_ACCEPT4 */
|
||||
|
||||
/* Define to 1 if you have the <afunix.h> header file. */
|
||||
/* #undef HAVE_AFUNIX_H */
|
||||
|
||||
/* Define to 1 if you have the `arc4random' function. */
|
||||
#define HAVE_ARC4RANDOM 1
|
||||
|
||||
/* Define to 1 if you have the `arc4random_addrandom' function. */
|
||||
#define HAVE_ARC4RANDOM_ADDRANDOM 1
|
||||
|
||||
/* Define to 1 if you have the `arc4random_buf' function. */
|
||||
#define HAVE_ARC4RANDOM_BUF 1
|
||||
|
||||
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
||||
#define HAVE_ARPA_INET_H 1
|
||||
|
||||
/* Define to 1 if you have the `clock_gettime' function. */
|
||||
#define HAVE_CLOCK_GETTIME 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_CTL_KERN 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_KERN_ARND 0
|
||||
|
||||
/* Define if /dev/poll is available */
|
||||
/* #undef HAVE_DEVPOLL */
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
|
||||
/* Define if your system supports the epoll system calls */
|
||||
/* #undef HAVE_EPOLL */
|
||||
|
||||
/* Define to 1 if you have the `epoll_create1' function. */
|
||||
/* #undef HAVE_EPOLL_CREATE1 */
|
||||
|
||||
/* Define to 1 if you have the `epoll_ctl' function. */
|
||||
/* #undef HAVE_EPOLL_CTL */
|
||||
|
||||
/* Define to 1 if you have the <errno.h> header file. */
|
||||
#define HAVE_ERRNO_H 1
|
||||
|
||||
/* Define to 1 if you have the `eventfd' function. */
|
||||
/* #undef HAVE_EVENTFD */
|
||||
|
||||
/* Define if your system supports event ports */
|
||||
/* #undef HAVE_EVENT_PORTS */
|
||||
|
||||
/* Define to 1 if you have the `fcntl' function. */
|
||||
#define HAVE_FCNTL 1
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
/* Define to 1 if the system has the type `fd_mask'. */
|
||||
#define HAVE_FD_MASK 1
|
||||
|
||||
/* Do we have getaddrinfo()? */
|
||||
#define HAVE_GETADDRINFO 1
|
||||
|
||||
/* Define to 1 if you have the `getegid' function. */
|
||||
#define HAVE_GETEGID 1
|
||||
|
||||
/* Define to 1 if you have the `geteuid' function. */
|
||||
#define HAVE_GETEUID 1
|
||||
|
||||
/* Define this if you have any gethostbyname_r() */
|
||||
/* #undef HAVE_GETHOSTBYNAME_R */
|
||||
|
||||
/* Define this if gethostbyname_r takes 3 arguments */
|
||||
/* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
|
||||
|
||||
/* Define this if gethostbyname_r takes 5 arguments */
|
||||
/* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
|
||||
|
||||
/* Define this if gethostbyname_r takes 6 arguments */
|
||||
/* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
|
||||
|
||||
/* Define to 1 if you have the `getifaddrs' function. */
|
||||
#define HAVE_GETIFADDRS 1
|
||||
|
||||
/* Define to 1 if you have the `getnameinfo' function. */
|
||||
#define HAVE_GETNAMEINFO 1
|
||||
|
||||
/* Define to 1 if you have the `getprotobynumber' function. */
|
||||
#define HAVE_GETPROTOBYNUMBER 1
|
||||
|
||||
/* Define to 1 if you have the `getrandom' function. */
|
||||
/* #undef HAVE_GETRANDOM */
|
||||
|
||||
/* Define to 1 if you have the `getservbyname' function. */
|
||||
#define HAVE_GETSERVBYNAME 1
|
||||
|
||||
/* Define to 1 if you have the `gettimeofday' function. */
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
|
||||
/* Define to 1 if you have the <ifaddrs.h> header file. */
|
||||
#define HAVE_IFADDRS_H 1
|
||||
|
||||
/* Define to 1 if you have the `inet_ntop' function. */
|
||||
#define HAVE_INET_NTOP 1
|
||||
|
||||
/* Define to 1 if you have the `inet_pton' function. */
|
||||
#define HAVE_INET_PTON 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the `issetugid' function. */
|
||||
#define HAVE_ISSETUGID 1
|
||||
|
||||
/* Define to 1 if you have the `kqueue' function. */
|
||||
#define HAVE_KQUEUE 1
|
||||
|
||||
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
|
||||
/* #undef HAVE_LIBWS2_32 */
|
||||
|
||||
/* Define if the system has zlib */
|
||||
#define HAVE_LIBZ 1
|
||||
|
||||
/* Define to 1 if you have the `mach_absolute_time' function. */
|
||||
#define HAVE_MACH_ABSOLUTE_TIME 1
|
||||
|
||||
/* Define to 1 if you have the <mach/mach.h> header file. */
|
||||
#define HAVE_MACH_MACH_H 1
|
||||
|
||||
/* Define to 1 if you have the <mach/mach_time.h> header file. */
|
||||
#define HAVE_MACH_MACH_TIME_H 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define to 1 if you have the `mmap' function. */
|
||||
#define HAVE_MMAP 1
|
||||
|
||||
/* Define to 1 if you have the `nanosleep' function. */
|
||||
#define HAVE_NANOSLEEP 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/in6.h> header file. */
|
||||
/* #undef HAVE_NETINET_IN6_H */
|
||||
|
||||
/* 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 if the system has openssl */
|
||||
/* #undef HAVE_OPENSSL */
|
||||
|
||||
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
||||
/* #undef HAVE_OPENSSL_SSL_H */
|
||||
|
||||
/* Define to 1 if you have the `pipe' function. */
|
||||
#define HAVE_PIPE 1
|
||||
|
||||
/* Define to 1 if you have the `pipe2' function. */
|
||||
/* #undef HAVE_PIPE2 */
|
||||
|
||||
/* 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 `port_create' function. */
|
||||
/* #undef HAVE_PORT_CREATE */
|
||||
|
||||
/* Define to 1 if you have the <port.h> header file. */
|
||||
/* #undef HAVE_PORT_H */
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
/* #undef HAVE_PTHREAD */
|
||||
|
||||
/* Define if we have pthreads on this system */
|
||||
#define HAVE_PTHREADS 1
|
||||
|
||||
/* Define to 1 if you have the `putenv' function. */
|
||||
#define HAVE_PUTENV 1
|
||||
|
||||
/* Define to 1 if the system has the type `sa_family_t'. */
|
||||
#define HAVE_SA_FAMILY_T 1
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
#define HAVE_SELECT 1
|
||||
|
||||
/* Define to 1 if you have the `sendfile' function. */
|
||||
#define HAVE_SENDFILE 1
|
||||
|
||||
/* Define to 1 if you have the `setenv' function. */
|
||||
#define HAVE_SETENV 1
|
||||
|
||||
/* Define if F_SETFD is defined in <fcntl.h> */
|
||||
#define HAVE_SETFD 1
|
||||
|
||||
/* Define to 1 if you have the `setrlimit' function. */
|
||||
#define HAVE_SETRLIMIT 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 `splice' function. */
|
||||
/* #undef HAVE_SPLICE */
|
||||
|
||||
/* Define to 1 if you have the <stdarg.h> header file. */
|
||||
#define HAVE_STDARG_H 1
|
||||
|
||||
/* Define to 1 if you have the <stddef.h> header file. */
|
||||
#define HAVE_STDDEF_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strlcpy' function. */
|
||||
#define HAVE_STRLCPY 1
|
||||
|
||||
/* Define to 1 if you have the `strsep' function. */
|
||||
#define HAVE_STRSEP 1
|
||||
|
||||
/* Define to 1 if you have the `strtok_r' function. */
|
||||
#define HAVE_STRTOK_R 1
|
||||
|
||||
/* Define to 1 if you have the `strtoll' function. */
|
||||
#define HAVE_STRTOLL 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct addrinfo'. */
|
||||
#define HAVE_STRUCT_ADDRINFO 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct in6_addr'. */
|
||||
#define HAVE_STRUCT_IN6_ADDR 1
|
||||
|
||||
/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
|
||||
/* #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
|
||||
|
||||
/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
|
||||
/* #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
|
||||
|
||||
/* Define to 1 if the system has the type `struct linger'. */
|
||||
#define HAVE_STRUCT_LINGER 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_in6'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_IN6 1
|
||||
|
||||
/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
|
||||
|
||||
/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
|
||||
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
|
||||
|
||||
/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
|
||||
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_un'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_UN 1
|
||||
|
||||
/* Define to 1 if you have the `sysctl' function. */
|
||||
#define HAVE_SYSCTL 1
|
||||
|
||||
/* Define to 1 if you have the <sys/devpoll.h> header file. */
|
||||
/* #undef HAVE_SYS_DEVPOLL_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/eventfd.h> header file. */
|
||||
/* #undef HAVE_SYS_EVENTFD_H */
|
||||
|
||||
/* 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/ioctl.h> header file. */
|
||||
#define HAVE_SYS_IOCTL_H 1
|
||||
|
||||
/* 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/param.h> header file. */
|
||||
#define HAVE_SYS_PARAM_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/queue.h> header file. */
|
||||
#define HAVE_SYS_QUEUE_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/random.h> header file. */
|
||||
#define HAVE_SYS_RANDOM_H 1
|
||||
|
||||
/* 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/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/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_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/timerfd.h> header file. */
|
||||
/* #undef HAVE_SYS_TIMERFD_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/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/wait.h> header file. */
|
||||
#define HAVE_SYS_WAIT_H 1
|
||||
|
||||
/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
|
||||
#define HAVE_TAILQFOREACH 1
|
||||
|
||||
/* Define if timeradd is defined in <sys/time.h> */
|
||||
#define HAVE_TIMERADD 1
|
||||
|
||||
/* Define if timerclear is defined in <sys/time.h> */
|
||||
#define HAVE_TIMERCLEAR 1
|
||||
|
||||
/* Define if timercmp is defined in <sys/time.h> */
|
||||
#define HAVE_TIMERCMP 1
|
||||
|
||||
/* Define to 1 if you have the `timerfd_create' function. */
|
||||
/* #undef HAVE_TIMERFD_CREATE */
|
||||
|
||||
/* Define if timerisset is defined in <sys/time.h> */
|
||||
#define HAVE_TIMERISSET 1
|
||||
|
||||
/* Define to 1 if the system has the type `uint16_t'. */
|
||||
#define HAVE_UINT16_T 1
|
||||
|
||||
/* Define to 1 if the system has the type `uint32_t'. */
|
||||
#define HAVE_UINT32_T 1
|
||||
|
||||
/* Define to 1 if the system has the type `uint64_t'. */
|
||||
#define HAVE_UINT64_T 1
|
||||
|
||||
/* Define to 1 if the system has the type `uint8_t'. */
|
||||
#define HAVE_UINT8_T 1
|
||||
|
||||
/* Define to 1 if the system has the type `uintptr_t'. */
|
||||
#define HAVE_UINTPTR_T 1
|
||||
|
||||
/* Define to 1 if you have the `umask' function. */
|
||||
#define HAVE_UMASK 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `unsetenv' function. */
|
||||
#define HAVE_UNSETENV 1
|
||||
|
||||
/* Define to 1 if you have the `usleep' function. */
|
||||
#define HAVE_USLEEP 1
|
||||
|
||||
/* Define to 1 if you have the `vasprintf' function. */
|
||||
#define HAVE_VASPRINTF 1
|
||||
|
||||
/* Define if kqueue works correctly with pipes */
|
||||
#define HAVE_WORKING_KQUEUE 1
|
||||
|
||||
/* Define to 1 if you have the <zlib.h> header file. */
|
||||
#define HAVE_ZLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `_gmtime64' function. */
|
||||
/* #undef HAVE__GMTIME64 */
|
||||
|
||||
/* Define to 1 if you have the `_gmtime64_s' function. */
|
||||
/* #undef HAVE__GMTIME64_S */
|
||||
|
||||
/* Define to 1 if compiler have __FUNCTION__ */
|
||||
#define HAVE___FUNCTION__ 1
|
||||
|
||||
/* Define to 1 if compiler have __func__ */
|
||||
#define HAVE___func__ 1
|
||||
|
||||
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
||||
#define LT_OBJDIR ".libs/"
|
||||
|
||||
/* Numeric representation of the version */
|
||||
#define NUMERIC_VERSION 0x02010c00
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "libevent"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "libevent"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "libevent 2.1.12-stable"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "libevent"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "2.1.12-stable"
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
/* #undef PTHREAD_CREATE_JOINABLE */
|
||||
|
||||
/* 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
|
||||
|
||||
/* The size of `off_t', as computed by sizeof. */
|
||||
#define SIZEOF_OFF_T 8
|
||||
|
||||
/* The size of `pthread_t', as computed by sizeof. */
|
||||
#define SIZEOF_PTHREAD_T 8
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#define SIZEOF_SIZE_T 8
|
||||
|
||||
/* The size of `time_t', as computed by sizeof. */
|
||||
#define SIZEOF_TIME_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 you can safely include both <sys/time.h> and <time.h>. */
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Enable extensions on AIX 3, Interix. */
|
||||
#ifndef _ALL_SOURCE
|
||||
# define _ALL_SOURCE 1
|
||||
#endif
|
||||
/* Enable GNU extensions on systems that have them. */
|
||||
#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE 1
|
||||
#endif
|
||||
/* Enable threading extensions on Solaris. */
|
||||
#ifndef _POSIX_PTHREAD_SEMANTICS
|
||||
# define _POSIX_PTHREAD_SEMANTICS 1
|
||||
#endif
|
||||
/* Enable extensions on HP NonStop. */
|
||||
#ifndef _TANDEM_SOURCE
|
||||
# define _TANDEM_SOURCE 1
|
||||
#endif
|
||||
/* Enable general extensions on Solaris. */
|
||||
#ifndef __EXTENSIONS__
|
||||
# define __EXTENSIONS__ 1
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.1.12-stable"
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
/* #undef _FILE_OFFSET_BITS */
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
/* #undef _LARGE_FILES */
|
||||
|
||||
/* Define to 1 if on MINIX. */
|
||||
/* #undef _MINIX */
|
||||
|
||||
/* Define to 2 if the system does not provide POSIX.1 features except with
|
||||
this defined. */
|
||||
/* #undef _POSIX_1_SOURCE */
|
||||
|
||||
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
/* #undef const */
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
/* #undef inline */
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef pid_t */
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* #undef size_t */
|
||||
|
||||
/* Define to unsigned int if you dont have it */
|
||||
/* #undef socklen_t */
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef ssize_t */
|
|
@ -0,0 +1,554 @@
|
|||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define if libevent should build without support for a debug mode */
|
||||
#undef DISABLE_DEBUG_MODE
|
||||
|
||||
/* Define if libevent should not allow replacing the mm functions */
|
||||
#undef DISABLE_MM_REPLACEMENT
|
||||
|
||||
/* Define if libevent should not be compiled with thread support */
|
||||
#undef DISABLE_THREAD_SUPPORT
|
||||
|
||||
/* Define to 1 if you have the `accept4' function. */
|
||||
#undef HAVE_ACCEPT4
|
||||
|
||||
/* Define to 1 if you have the <afunix.h> header file. */
|
||||
#undef HAVE_AFUNIX_H
|
||||
|
||||
/* Define to 1 if you have the `arc4random' function. */
|
||||
#undef HAVE_ARC4RANDOM
|
||||
|
||||
/* Define to 1 if you have the `arc4random_addrandom' function. */
|
||||
#undef HAVE_ARC4RANDOM_ADDRANDOM
|
||||
|
||||
/* Define to 1 if you have the `arc4random_buf' function. */
|
||||
#undef HAVE_ARC4RANDOM_BUF
|
||||
|
||||
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
||||
#undef HAVE_ARPA_INET_H
|
||||
|
||||
/* Define to 1 if you have the `clock_gettime' function. */
|
||||
#undef HAVE_CLOCK_GETTIME
|
||||
|
||||
/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_CTL_KERN
|
||||
|
||||
/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_KERN_ARND
|
||||
|
||||
/* Define if /dev/poll is available */
|
||||
#undef HAVE_DEVPOLL
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define if your system supports the epoll system calls */
|
||||
#undef HAVE_EPOLL
|
||||
|
||||
/* Define to 1 if you have the `epoll_create1' function. */
|
||||
#undef HAVE_EPOLL_CREATE1
|
||||
|
||||
/* Define to 1 if you have the `epoll_ctl' function. */
|
||||
#undef HAVE_EPOLL_CTL
|
||||
|
||||
/* Define to 1 if you have the <errno.h> header file. */
|
||||
#undef HAVE_ERRNO_H
|
||||
|
||||
/* Define to 1 if you have the `eventfd' function. */
|
||||
#undef HAVE_EVENTFD
|
||||
|
||||
/* Define if your system supports event ports */
|
||||
#undef HAVE_EVENT_PORTS
|
||||
|
||||
/* Define to 1 if you have the `fcntl' function. */
|
||||
#undef HAVE_FCNTL
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define to 1 if the system has the type `fd_mask'. */
|
||||
#undef HAVE_FD_MASK
|
||||
|
||||
/* Do we have getaddrinfo()? */
|
||||
#undef HAVE_GETADDRINFO
|
||||
|
||||
/* Define to 1 if you have the `getegid' function. */
|
||||
#undef HAVE_GETEGID
|
||||
|
||||
/* Define to 1 if you have the `geteuid' function. */
|
||||
#undef HAVE_GETEUID
|
||||
|
||||
/* Define this if you have any gethostbyname_r() */
|
||||
#undef HAVE_GETHOSTBYNAME_R
|
||||
|
||||
/* Define this if gethostbyname_r takes 3 arguments */
|
||||
#undef HAVE_GETHOSTBYNAME_R_3_ARG
|
||||
|
||||
/* Define this if gethostbyname_r takes 5 arguments */
|
||||
#undef HAVE_GETHOSTBYNAME_R_5_ARG
|
||||
|
||||
/* Define this if gethostbyname_r takes 6 arguments */
|
||||
#undef HAVE_GETHOSTBYNAME_R_6_ARG
|
||||
|
||||
/* Define to 1 if you have the `getifaddrs' function. */
|
||||
#undef HAVE_GETIFADDRS
|
||||
|
||||
/* Define to 1 if you have the `getnameinfo' function. */
|
||||
#undef HAVE_GETNAMEINFO
|
||||
|
||||
/* Define to 1 if you have the `getprotobynumber' function. */
|
||||
#undef HAVE_GETPROTOBYNUMBER
|
||||
|
||||
/* Define to 1 if you have the `getrandom' function. */
|
||||
#undef HAVE_GETRANDOM
|
||||
|
||||
/* Define to 1 if you have the `getservbyname' function. */
|
||||
#undef HAVE_GETSERVBYNAME
|
||||
|
||||
/* Define to 1 if you have the `gettimeofday' function. */
|
||||
#undef HAVE_GETTIMEOFDAY
|
||||
|
||||
/* Define to 1 if you have the <ifaddrs.h> header file. */
|
||||
#undef HAVE_IFADDRS_H
|
||||
|
||||
/* Define to 1 if you have the `inet_ntop' function. */
|
||||
#undef HAVE_INET_NTOP
|
||||
|
||||
/* Define to 1 if you have the `inet_pton' function. */
|
||||
#undef HAVE_INET_PTON
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `issetugid' function. */
|
||||
#undef HAVE_ISSETUGID
|
||||
|
||||
/* Define to 1 if you have the `kqueue' function. */
|
||||
#undef HAVE_KQUEUE
|
||||
|
||||
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
|
||||
#undef HAVE_LIBWS2_32
|
||||
|
||||
/* Define if the system has zlib */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Define to 1 if you have the `mach_absolute_time' function. */
|
||||
#undef HAVE_MACH_ABSOLUTE_TIME
|
||||
|
||||
/* Define to 1 if you have the <mach/mach.h> header file. */
|
||||
#undef HAVE_MACH_MACH_H
|
||||
|
||||
/* Define to 1 if you have the <mach/mach_time.h> header file. */
|
||||
#undef HAVE_MACH_MACH_TIME_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the `mmap' function. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Define to 1 if you have the `nanosleep' function. */
|
||||
#undef HAVE_NANOSLEEP
|
||||
|
||||
/* Define to 1 if you have the <netdb.h> header file. */
|
||||
#undef HAVE_NETDB_H
|
||||
|
||||
/* Define to 1 if you have the <netinet/in6.h> header file. */
|
||||
#undef HAVE_NETINET_IN6_H
|
||||
|
||||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
/* Define to 1 if you have the <netinet/tcp.h> header file. */
|
||||
#undef HAVE_NETINET_TCP_H
|
||||
|
||||
/* Define if the system has openssl */
|
||||
#undef HAVE_OPENSSL
|
||||
|
||||
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
||||
#undef HAVE_OPENSSL_SSL_H
|
||||
|
||||
/* Define to 1 if you have the `pipe' function. */
|
||||
#undef HAVE_PIPE
|
||||
|
||||
/* Define to 1 if you have the `pipe2' function. */
|
||||
#undef HAVE_PIPE2
|
||||
|
||||
/* Define to 1 if you have the `poll' function. */
|
||||
#undef HAVE_POLL
|
||||
|
||||
/* Define to 1 if you have the <poll.h> header file. */
|
||||
#undef HAVE_POLL_H
|
||||
|
||||
/* Define to 1 if you have the `port_create' function. */
|
||||
#undef HAVE_PORT_CREATE
|
||||
|
||||
/* Define to 1 if you have the <port.h> header file. */
|
||||
#undef HAVE_PORT_H
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Define if we have pthreads on this system */
|
||||
#undef HAVE_PTHREADS
|
||||
|
||||
/* Define to 1 if you have the `putenv' function. */
|
||||
#undef HAVE_PUTENV
|
||||
|
||||
/* Define to 1 if the system has the type `sa_family_t'. */
|
||||
#undef HAVE_SA_FAMILY_T
|
||||
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
/* Define to 1 if you have the `sendfile' function. */
|
||||
#undef HAVE_SENDFILE
|
||||
|
||||
/* Define to 1 if you have the `setenv' function. */
|
||||
#undef HAVE_SETENV
|
||||
|
||||
/* Define if F_SETFD is defined in <fcntl.h> */
|
||||
#undef HAVE_SETFD
|
||||
|
||||
/* Define to 1 if you have the `setrlimit' function. */
|
||||
#undef HAVE_SETRLIMIT
|
||||
|
||||
/* Define to 1 if you have the `sigaction' function. */
|
||||
#undef HAVE_SIGACTION
|
||||
|
||||
/* Define to 1 if you have the `signal' function. */
|
||||
#undef HAVE_SIGNAL
|
||||
|
||||
/* Define to 1 if you have the `splice' function. */
|
||||
#undef HAVE_SPLICE
|
||||
|
||||
/* Define to 1 if you have the <stdarg.h> header file. */
|
||||
#undef HAVE_STDARG_H
|
||||
|
||||
/* Define to 1 if you have the <stddef.h> header file. */
|
||||
#undef HAVE_STDDEF_H
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the `strlcpy' function. */
|
||||
#undef HAVE_STRLCPY
|
||||
|
||||
/* Define to 1 if you have the `strsep' function. */
|
||||
#undef HAVE_STRSEP
|
||||
|
||||
/* Define to 1 if you have the `strtok_r' function. */
|
||||
#undef HAVE_STRTOK_R
|
||||
|
||||
/* Define to 1 if you have the `strtoll' function. */
|
||||
#undef HAVE_STRTOLL
|
||||
|
||||
/* Define to 1 if the system has the type `struct addrinfo'. */
|
||||
#undef HAVE_STRUCT_ADDRINFO
|
||||
|
||||
/* Define to 1 if the system has the type `struct in6_addr'. */
|
||||
#undef HAVE_STRUCT_IN6_ADDR
|
||||
|
||||
/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
|
||||
#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
|
||||
|
||||
/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
|
||||
#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
|
||||
|
||||
/* Define to 1 if the system has the type `struct linger'. */
|
||||
#undef HAVE_STRUCT_LINGER
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_in6'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_IN6
|
||||
|
||||
/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
|
||||
|
||||
/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_STORAGE
|
||||
|
||||
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
|
||||
|
||||
/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_un'. */
|
||||
#undef HAVE_STRUCT_SOCKADDR_UN
|
||||
|
||||
/* Define to 1 if you have the `sysctl' function. */
|
||||
#undef HAVE_SYSCTL
|
||||
|
||||
/* Define to 1 if you have the <sys/devpoll.h> header file. */
|
||||
#undef HAVE_SYS_DEVPOLL_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/eventfd.h> header file. */
|
||||
#undef HAVE_SYS_EVENTFD_H
|
||||
|
||||
/* Define to 1 if you have the <sys/event.h> header file. */
|
||||
#undef HAVE_SYS_EVENT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
||||
#undef HAVE_SYS_IOCTL_H
|
||||
|
||||
/* Define to 1 if you have the <sys/mman.h> header file. */
|
||||
#undef HAVE_SYS_MMAN_H
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/queue.h> header file. */
|
||||
#undef HAVE_SYS_QUEUE_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. */
|
||||
#undef HAVE_SYS_RESOURCE_H
|
||||
|
||||
/* Define to 1 if you have the <sys/select.h> header file. */
|
||||
#undef HAVE_SYS_SELECT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/sendfile.h> header file. */
|
||||
#undef HAVE_SYS_SENDFILE_H
|
||||
|
||||
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||||
#undef HAVE_SYS_SOCKET_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/sysctl.h> header file. */
|
||||
#undef HAVE_SYS_SYSCTL_H
|
||||
|
||||
/* Define to 1 if you have the <sys/timerfd.h> header file. */
|
||||
#undef HAVE_SYS_TIMERFD_H
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <sys/uio.h> header file. */
|
||||
#undef HAVE_SYS_UIO_H
|
||||
|
||||
/* Define to 1 if you have the <sys/un.h> header file. */
|
||||
#undef HAVE_SYS_UN_H
|
||||
|
||||
/* Define to 1 if you have the <sys/wait.h> header file. */
|
||||
#undef HAVE_SYS_WAIT_H
|
||||
|
||||
/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
|
||||
#undef HAVE_TAILQFOREACH
|
||||
|
||||
/* Define if timeradd is defined in <sys/time.h> */
|
||||
#undef HAVE_TIMERADD
|
||||
|
||||
/* Define if timerclear is defined in <sys/time.h> */
|
||||
#undef HAVE_TIMERCLEAR
|
||||
|
||||
/* Define if timercmp is defined in <sys/time.h> */
|
||||
#undef HAVE_TIMERCMP
|
||||
|
||||
/* Define to 1 if you have the `timerfd_create' function. */
|
||||
#undef HAVE_TIMERFD_CREATE
|
||||
|
||||
/* Define if timerisset is defined in <sys/time.h> */
|
||||
#undef HAVE_TIMERISSET
|
||||
|
||||
/* Define to 1 if the system has the type `uint16_t'. */
|
||||
#undef HAVE_UINT16_T
|
||||
|
||||
/* Define to 1 if the system has the type `uint32_t'. */
|
||||
#undef HAVE_UINT32_T
|
||||
|
||||
/* Define to 1 if the system has the type `uint64_t'. */
|
||||
#undef HAVE_UINT64_T
|
||||
|
||||
/* Define to 1 if the system has the type `uint8_t'. */
|
||||
#undef HAVE_UINT8_T
|
||||
|
||||
/* Define to 1 if the system has the type `uintptr_t'. */
|
||||
#undef HAVE_UINTPTR_T
|
||||
|
||||
/* Define to 1 if you have the `umask' function. */
|
||||
#undef HAVE_UMASK
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `unsetenv' function. */
|
||||
#undef HAVE_UNSETENV
|
||||
|
||||
/* Define to 1 if you have the `usleep' function. */
|
||||
#undef HAVE_USLEEP
|
||||
|
||||
/* Define to 1 if you have the `vasprintf' function. */
|
||||
#undef HAVE_VASPRINTF
|
||||
|
||||
/* Define if kqueue works correctly with pipes */
|
||||
#undef HAVE_WORKING_KQUEUE
|
||||
|
||||
/* Define to 1 if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define to 1 if you have the `_gmtime64' function. */
|
||||
#undef HAVE__GMTIME64
|
||||
|
||||
/* Define to 1 if you have the `_gmtime64_s' function. */
|
||||
#undef HAVE__GMTIME64_S
|
||||
|
||||
/* Define to 1 if compiler have __FUNCTION__ */
|
||||
#undef HAVE___FUNCTION__
|
||||
|
||||
/* Define to 1 if compiler have __func__ */
|
||||
#undef HAVE___func__
|
||||
|
||||
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Numeric representation of the version */
|
||||
#undef NUMERIC_VERSION
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
#undef PTHREAD_CREATE_JOINABLE
|
||||
|
||||
/* The size of `int', as computed by sizeof. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* The size of `long long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG_LONG
|
||||
|
||||
/* The size of `off_t', as computed by sizeof. */
|
||||
#undef SIZEOF_OFF_T
|
||||
|
||||
/* The size of `pthread_t', as computed by sizeof. */
|
||||
#undef SIZEOF_PTHREAD_T
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#undef SIZEOF_SIZE_T
|
||||
|
||||
/* The size of `time_t', as computed by sizeof. */
|
||||
#undef SIZEOF_TIME_T
|
||||
|
||||
/* The size of `void *', as computed by sizeof. */
|
||||
#undef SIZEOF_VOID_P
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* Enable extensions on AIX 3, Interix. */
|
||||
#ifndef _ALL_SOURCE
|
||||
# undef _ALL_SOURCE
|
||||
#endif
|
||||
/* Enable GNU extensions on systems that have them. */
|
||||
#ifndef _GNU_SOURCE
|
||||
# undef _GNU_SOURCE
|
||||
#endif
|
||||
/* Enable threading extensions on Solaris. */
|
||||
#ifndef _POSIX_PTHREAD_SEMANTICS
|
||||
# undef _POSIX_PTHREAD_SEMANTICS
|
||||
#endif
|
||||
/* Enable extensions on HP NonStop. */
|
||||
#ifndef _TANDEM_SOURCE
|
||||
# undef _TANDEM_SOURCE
|
||||
#endif
|
||||
/* Enable general extensions on Solaris. */
|
||||
#ifndef __EXTENSIONS__
|
||||
# undef __EXTENSIONS__
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
/* Define to 1 if on MINIX. */
|
||||
#undef _MINIX
|
||||
|
||||
/* Define to 2 if the system does not provide POSIX.1 features except with
|
||||
this defined. */
|
||||
#undef _POSIX_1_SOURCE
|
||||
|
||||
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
||||
#undef _POSIX_SOURCE
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef pid_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
/* Define to unsigned int if you dont have it */
|
||||
#undef socklen_t
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef ssize_t
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue