📄 apr_private.h
字号:
/* include/arch/unix/apr_private.h. Generated by configure. *//* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. *//* Define as function which can be used for conversion of strings to apr_int64_t */#define APR_INT64_STRFN strtoll/* Define as function used for conversion of strings to apr_off_t */#define APR_OFF_T_STRFN strtoll/* Define to path of random device */#define DEV_RANDOM "/dev/random"/* Define if struct dirent has an inode member */#define DIRENT_INODE d_ino/* Define if struct dirent has a d_type member *//* #undef DIRENT_TYPE *//* Define if DSO support uses dlfcn.h */#define DSO_USE_DLFCN 1/* Define if DSO support uses dyld.h *//* #undef DSO_USE_DYLD *//* Define if DSO support uses shl_load *//* #undef DSO_USE_SHL *//* Define to list of paths to EGD sockets *//* #undef EGD_DEFAULT_SOCKET *//* Define if fcntl locks affect threads within the process *//* #undef FCNTL_IS_GLOBAL *//* Define if flock locks affect threads within the process *//* #undef FLOCK_IS_GLOBAL *//* Define if gethostbyaddr is thread safe *//* #undef GETHOSTBYADDR_IS_THREAD_SAFE *//* Define if gethostbyname is thread safe *//* #undef GETHOSTBYNAME_IS_THREAD_SAFE *//* Define if gethostbyname_r has the glibc style *//* #undef GETHOSTBYNAME_R_GLIBC2 *//* Define if gethostbyname_r has the hostent_data for the third argument *//* #undef GETHOSTBYNAME_R_HOSTENT_DATA *//* Define to 1 if you have the `alloca' function. *//* #undef HAVE_ALLOCA *//* Define to 1 if you have the <alloca.h> header file. */#define HAVE_ALLOCA_H 1/* Define to 1 if you have the <arpa/inet.h> header file. */#define HAVE_ARPA_INET_H 1/* Define if BONE_VERSION is defined in sys/socket.h *//* #undef HAVE_BONE_VERSION *//* Define to 1 if you have the <ByteOrder.h> header file. *//* #undef HAVE_BYTEORDER_H *//* Define to 1 if you have the `calloc' function. */#define HAVE_CALLOC 1/* Define to 1 if you have the <conio.h> header file. *//* #undef HAVE_CONIO_H *//* Define to 1 if you have the `create_area' function. *//* #undef HAVE_CREATE_AREA *//* Define to 1 if you have the `create_sem' function. *//* #undef HAVE_CREATE_SEM *//* Define to 1 if you have the <crypt.h> header file. */#define HAVE_CRYPT_H 1/* Define to 1 if you have the <ctype.h> header file. */#define HAVE_CTYPE_H 1/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you don't. */#define HAVE_DECL_SYS_SIGLIST 0/* Define to 1 if you have the <dirent.h> header file. */#define HAVE_DIRENT_H 1/* Define to 1 if you have the <dir.h> header file. *//* #undef HAVE_DIR_H *//* Define to 1 if you have the <dlfcn.h> header file. */#define HAVE_DLFCN_H 1/* Define to 1 if you have the <dl.h> header file. *//* #undef HAVE_DL_H *//* Define if EGD is supported *//* #undef HAVE_EGD *//* Define if the epoll interface is supported *//* #undef HAVE_EPOLL *//* Define to 1 if you have the <errno.h> header file. */#define HAVE_ERRNO_H 1/* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if you have the `flock' function. *//* #undef HAVE_FLOCK *//* Define to 1 if you have the `fork' function. */#define HAVE_FORK 1/* Define if F_SETLK is defined in fcntl.h */#define HAVE_F_SETLK 1/* Define if getaddrinfo accepts the AI_ADDRCONFIG flag */#define HAVE_GAI_ADDRCONFIG 1/* Define to 1 if you have the `gai_strerror' function. */#define HAVE_GAI_STRERROR 1/* Define if getaddrinfo exists and works well enough for APR */#define HAVE_GETADDRINFO 1/* Define to 1 if you have the `getenv' function. */#define HAVE_GETENV 1/* Define to 1 if you have the `getgrgid_r' function. */#define HAVE_GETGRGID_R 1/* Define to 1 if you have the `getgrnam_r' function. */#define HAVE_GETGRNAM_R 1/* Define to 1 if you have the `gethostbyaddr_r' function. */#define HAVE_GETHOSTBYADDR_R 1/* Define to 1 if you have the `gethostbyname_r' function. */#define HAVE_GETHOSTBYNAME_R 1/* Define to 1 if you have the `getifaddrs' function. *//* #undef HAVE_GETIFADDRS *//* Define if getnameinfo exists */#define HAVE_GETNAMEINFO 1/* Define to 1 if you have the `getpass' function. */#define HAVE_GETPASS 1/* Define to 1 if you have the `getpassphrase' function. */#define HAVE_GETPASSPHRASE 1/* Define to 1 if you have the `getpwnam_r' function. */#define HAVE_GETPWNAM_R 1/* Define to 1 if you have the `getpwuid_r' function. */#define HAVE_GETPWUID_R 1/* Define to 1 if you have the `getrlimit' function. */#define HAVE_GETRLIMIT 1/* Define to 1 if you have the `gmtime_r' function. */#define HAVE_GMTIME_R 1/* Define to 1 if you have the <grp.h> header file. */#define HAVE_GRP_H 1/* Define if hstrerror is present *//* #undef HAVE_HSTRERROR *//* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the <io.h> header file. *//* #undef HAVE_IO_H *//* Define to 1 if you have the `isinf' function. *//* #undef HAVE_ISINF *//* Define to 1 if you have the `isnan' function. */#define HAVE_ISNAN 1/* Define to 1 if you have the <kernel/OS.h> header file. *//* #undef HAVE_KERNEL_OS_H *//* Define to 1 if you have the `kqueue' function. *//* #undef HAVE_KQUEUE *//* Define to 1 if you have the <langinfo.h> header file. */#define HAVE_LANGINFO_H 1/* Define to 1 if you have the `bsd' library (-lbsd). *//* #undef HAVE_LIBBSD *//* Define to 1 if you have the `sendfile' library (-lsendfile). */#define HAVE_LIBSENDFILE 1/* Define to 1 if you have the `truerand' library (-ltruerand). *//* #undef HAVE_LIBTRUERAND *//* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if you have the `localtime_r' function. */#define HAVE_LOCALTIME_R 1/* Define if LOCK_EX is defined in sys/file.h *//* #undef HAVE_LOCK_EX *//* Define to 1 if you have the <mach-o/dyld.h> header file. *//* #undef HAVE_MACH_O_DYLD_H *//* Define to 1 if you have the <malloc.h> header file. */#define HAVE_MALLOC_H 1/* Define if MAP_ANON is defined in sys/mman.h */#define HAVE_MAP_ANON 1/* Define to 1 if you have the `memchr' function. */#define HAVE_MEMCHR 1/* Define to 1 if you have the `memmove' function. */#define HAVE_MEMMOVE 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `mkstemp' function. */#define HAVE_MKSTEMP 1/* Define to 1 if you have the `mkstemp64' function. */#define HAVE_MKSTEMP64 1/* Define to 1 if you have the `mmap' function. */#define HAVE_MMAP 1/* Define to 1 if you have the `mmap64' function. */#define HAVE_MMAP64 1/* Define to 1 if you have the `munmap' function. */#define HAVE_MUNMAP 1/* Define to 1 if you have the <netdb.h> header file. */#define HAVE_NETDB_H 1/* Define to 1 if you have the <netinet/in.h> header file. */#define HAVE_NETINET_IN_H 1/* Define to 1 if you have the <netinet/sctp.h> header file. *//* #undef HAVE_NETINET_SCTP_H *//* Define to 1 if you have the <netinet/sctp_uio.h> header file. *//* #undef HAVE_NETINET_SCTP_UIO_H *//* Defined if netinet/tcp.h is present */#define HAVE_NETINET_TCP_H 1/* Define to 1 if you have the <net/errno.h> header file. *//* #undef HAVE_NET_ERRNO_H *//* Define to 1 if you have the `nl_langinfo' function. */#define HAVE_NL_LANGINFO 1/* Define to 1 if you have the <os2.h> header file. *//* #undef HAVE_OS2_H *//* Define to 1 if you have the <osreldate.h> header file. *//* #undef HAVE_OSRELDATE_H *//* Define to 1 if you have the <OS.h> header file. *//* #undef HAVE_OS_H *//* Define to 1 if you have the `poll' function. */#define HAVE_POLL 1/* Define if POLLIN is defined */#define HAVE_POLLIN 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 <process.h> header file. *//* #undef HAVE_PROCESS_H *//* Define to 1 if you have the `pthread_attr_setguardsize' function. */#define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1/* Define to 1 if you have the <pthread.h> header file. */#define HAVE_PTHREAD_H 1/* Define to 1 if you have the `pthread_key_delete' function. */#define HAVE_PTHREAD_KEY_DELETE 1/* Define to 1 if you have the `pthread_mutexattr_setpshared' function. */#define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1/* Define if recursive pthread mutexes are available */#define HAVE_PTHREAD_MUTEX_RECURSIVE 1/* Define if cross-process robust mutexes are available */#define HAVE_PTHREAD_MUTEX_ROBUST 1/* Define if PTHREAD_PROCESS_SHARED is defined in pthread.h */#define HAVE_PTHREAD_PROCESS_SHARED 1/* Define if pthread rwlocks are available */#define HAVE_PTHREAD_RWLOCKS 1/* Define to 1 if you have the `pthread_rwlock_init' function. */#define HAVE_PTHREAD_RWLOCK_INIT 1/* Define to 1 if you have the `putenv' function. */#define HAVE_PUTENV 1/* Define to 1 if you have the <pwd.h> header file. */#define HAVE_PWD_H 1/* Define to 1 if you have the <semaphore.h> header file. */#define HAVE_SEMAPHORE_H 1/* Define to 1 if you have the `semctl' function. */#define HAVE_SEMCTL 1/* Define to 1 if you have the `semget' function. */#define HAVE_SEMGET 1/* Define to 1 if you have the `sem_close' function. */#define HAVE_SEM_CLOSE 1/* Define to 1 if you have the `sem_post' function. */#define HAVE_SEM_POST 1/* Define if SEM_UNDO is defined in sys/sem.h */#define HAVE_SEM_UNDO 1/* Define to 1 if you have the `sem_unlink' function. */#define HAVE_SEM_UNLINK 1/* Define to 1 if you have the `sem_wait' function. */#define HAVE_SEM_WAIT 1/* Define to 1 if you have the `sendfile' function. */#define HAVE_SENDFILE 1/* Define to 1 if you have the `sendfile64' function. */#define HAVE_SENDFILE64 1/* Define to 1 if you have the `sendfilev' function. */#define HAVE_SENDFILEV 1/* Define to 1 if you have the `sendfilev64' function. */#define HAVE_SENDFILEV64 1/* Define to 1 if you have the `send_file' function. *//* #undef HAVE_SEND_FILE *//* Define to 1 if you have the `setenv' function. *//* #undef HAVE_SETENV *//* Define to 1 if you have the `setrlimit' function. */#define HAVE_SETRLIMIT 1/* Define to 1 if you have the `setsid' function. */#define HAVE_SETSID 1/* Define to 1 if you have the `set_h_errno' function. *//* #undef HAVE_SET_H_ERRNO *//* Define to 1 if you have the `shmat' function. */#define HAVE_SHMAT 1/* Define to 1 if you have the `shmctl' function. */#define HAVE_SHMCTL 1/* Define to 1 if you have the `shmdt' function. */#define HAVE_SHMDT 1/* Define to 1 if you have the `shmget' function. */#define HAVE_SHMGET 1/* Define to 1 if you have the `shm_open' function. */#define HAVE_SHM_OPEN 1/* Define to 1 if you have the `shm_unlink' function. */#define HAVE_SHM_UNLINK 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -