📄 config.h
字号:
/* config.h. Generated automatically by configure. */#ifndef _USI_CONFIG_H_#define _USI_CONFIG_H_/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define to empty if the keyword does not work. *//* #undef const *//* Define to `unsigned' if <sys/types.h> doesn't define. *//* #undef size_t *//*#ifndef size_t#define size_t unsigned int#endif*//* Define if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>. */#define TIME_WITH_SYS_TIME 1#ifdef TIME_WITH_SYS_TIME#include <time.h>#endif/* Define if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1#ifdef HAVE_FCNTL_H#include <fcntl.h>#endif/* Define if you have the <sys/ioctl.h> header file. */#define HAVE_SYS_IOCTL_H 1#ifdef HAVE_SYS_IOCTL_H#include <sys/ioctl.h>#endif/* Define if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1#ifdef HAVE_SYS_TIME_H#include <sys/time.h>#endif/* Define if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1#ifdef HAVE_UNISTD_H#include <unistd.h>#endif/* #undef HAVE_NETPACKET_PACKET_H */#ifdef HAVE_NETPACKET_PACKET_H#include <netpacket/packet.h>#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -