⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 这是unix网络编程一书的源代码希望能对大家的学习提供一种便利
💻 H
字号:
/* config.h.  Generated automatically by configure.  */
/* Define the following if you have the corresponding header */
#define	CPU_VENDOR_OS "sparc-sun-solaris2.6"

/* *INDENT-OFF* */
#define	HAVE_DOOR_H 1				/* <door.h> */
#define	HAVE_MQUEUE_H 1				/* <mqueue.h> */
#define	HAVE_POLL_H 1				/* <poll.h> */
#define	HAVE_PTHREAD_H 1			/* <pthread.h> */
#define	HAVE_RPC_RPC_H 1			/* <rpc/rpc.h> */
#define	HAVE_SEMAPHORE_H 1			/* <semaphore.h> */
#define	HAVE_STRINGS_H 1			/* <strings.h> */
#define	HAVE_SYS_FILIO_H 1			/* <sys/filio.h> */
#define	HAVE_SYS_IOCTL_H 1			/* <sys/ioctl.h> */
#define	HAVE_SYS_IPC_H 1			/* <sys/ipc.h> */
#define	HAVE_SYS_MMAN_H 1			/* <sys/mman.h> */
#define	HAVE_SYS_MSG_H 1			/* <sys/msg.h> */
#define	HAVE_SYS_SEM_H 1			/* <sys/sem.h> */
#define	HAVE_SYS_SHM_H 1			/* <sys/shm.h> */
#define	HAVE_SYS_SELECT_H 1			/* <sys/select.h> */
/* #undef	HAVE_SYS_SYSCTL_H */	/* <sys/sysctl.h> */
#define	HAVE_SYS_TIME_H 1			/* <sys/time.h> */

/* Define if we can include <time.h> with <sys/time.h> */
#define	TIME_WITH_SYS_TIME 1

/* Define the following if the function is provided */
#define	HAVE_BZERO 1
#define	HAVE_FATTACH 1
#define	HAVE_POLL 1
/* #undef	HAVE_PSELECT */
#define	HAVE_SIGWAIT 1
#define	HAVE_VALLOC 1
#define	HAVE_VSNPRINTF 1

/* Define the following if the function prototype is in a header */
#define	HAVE_GETHOSTNAME_PROTO 1	/* <unistd.h> */
#define	HAVE_GETRUSAGE_PROTO 1		/* <sys/resource.h> */
/* #undef	HAVE_PSELECT_PROTO */	/* <sys/select.h> */
#define	HAVE_SHM_OPEN_PROTO 1		/* <sys/mman.h> */
#define	HAVE_SNPRINTF_PROTO 1		/* <stdio.h> */
#define	HAVE_THR_SETCONCURRENCY_PROTO 1		/* <thread.h> */

/* Define the following if the structure is defined. */
#define	HAVE_SIGINFO_T_STRUCT 1		/* <signal.h> */
#define	HAVE_TIMESPEC_STRUCT 1		/* <time.h> */
/* #undef	HAVE_SEMUN_UNION */		/* <sys/sem.h> */

/* Devices */
#define	HAVE_DEV_ZERO 1

/* Define the following to the appropriate datatype, if necessary */
/* #undef	int8_t */				/* <sys/types.h> */
/* #undef	int16_t */				/* <sys/types.h> */
/* #undef	int32_t */				/* <sys/types.h> */
/* #undef	uint8_t */				/* <sys/types.h> */
/* #undef	uint16_t */				/* <sys/types.h> */
/* #undef	uint32_t */				/* <sys/types.h> */
/* #undef	size_t */				/* <sys/types.h> */
/* #undef	ssize_t */				/* <sys/types.h> */

#define	POSIX_IPC_PREFIX "/"
#define	RPCGEN_ANSIC 1			/* defined if rpcgen groks -C option */
/* *INDENT-ON* */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -