defs.h.win

来自「可用该程序将avi的电影文件转化为TS流」· WIN 代码 · 共 130 行

WIN
130
字号
/* Define if you have a working `mmap' system call.  *//* #undef HAVE_MMAP *//* Define as the return type of signal handlers (int or void).  */#define RETSIGTYPE void/* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* 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/* Define if your processor stores words with the most significant   byte first (like Motorola and SPARC, unlike Intel and VAX).  *//* #undef WORDS_BIGENDIAN *//* Define if you have the getpagesize function.  */#define HAVE_GETPAGESIZE 1/* Define if you have the gettimeofday function.  *//* #undef HAVE_GETTIMEOFDAY *//* Define if you have the nanosleep function.  *//* #undef HAVE_NANOSLEEP *//* Define if you have the opendir function.  *///#define HAVE_OPENDIR 1/* Define if you have the select function.  *//* #undef HAVE_SELECT *//* Define if you have the sigaction function.  *//* #undef HAVE_SIGACTION *//* Define if you have the strerror function.  */#define HAVE_STRERROR 1/* Define if you have the strtol function.  */#define HAVE_STRTOL 1/* Define if you have the usleep function.  *//* #undef HAVE_USLEEP *//* Define if you have the <arpa/inet.h> header file.  *//* #undef HAVE_ARPA_INET_H *//* Define if you have the <crypt.h> header file.  *//* #undef HAVE_CRYPT_H *//* Define if you have the <dlfcn.h> header file.  *//* #undef HAVE_DLFCN_H *//* Define if you have the <dvbpsi/dvbpsi.h> header file.  */#define HAVE_DVBPSI_DVBPSI_H 1/* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <getopt.h> header file.  *//* #undef HAVE_GETOPT_H *//* Define if you have the <inttypes.h> header file.  *//* #undef HAVE_INTTYPES_H *//* Define if you have the <net/if.h> header file.  *//* #undef HAVE_NET_IF_H *//* Define if you have the <netinet/in.h> header file.  *//* #undef HAVE_NETINET_IN_H *//* Define if you have the <ost/dmx.h> header file.  *//* #undef HAVE_OST_DMX_H *//* Define if you have the <ost/frontend.h> header file.  *//* #undef HAVE_OST_FRONTEND_H *//* Define if you have the <ost/sec.h> header file.  *//* #undef HAVE_OST_SEC_H *//* Define if you have the <stddef.h> header file.  */#define HAVE_STDDEF_H 1/* Define if you have the <strings.h> header file.  */#define HAVE_STRINGS_H 1/* Define if you have the <sys/socket.h> header file.  *//* #undef HAVE_SYS_SOCKET_H *//* Define if you have the <sys/sockio.h> header file.  *//* #undef HAVE_SYS_SOCKIO_H *//* Define if you have the <sys/time.h> header file.  *///#define HAVE_SYS_TIME_H 1/* Define if you have the <sys/times.h> header file.  *//* #undef HAVE_SYS_TIMES_H *//* Define if you have the <unistd.h> header file.  *///#define HAVE_UNISTD_H 1/* Define if <time.h> defines nanosleep. *//* #undef HAVE_DECL_NANOSLEEP *//* Define if <pthread.h> defines pthread_cond_t. *//* #undef PTHREAD_COND_T_IN_PTHREAD_H *//* Define if <net/if.h> defines struct ifreq. *//* #undef STRUCT_IFREQ_IN_NET_IF_H *//* Define if <sys/uio.h> defines struct iovec. *//* #undef STRUCT_IOVEC_IN_SYS_UIO_H *//* Define if <strings.h> defines strncasecmp. */#define STRNCASECMP_IN_STRINGS_H 1/* Define if <netdb.h> defines getprotobyname. *//* #undef GETPROTOBYNAME_IN_NETDB_H *//* Define if <sys/socket.h> defines socklen_t. *//* #undef HAVE_SOCKLEN_T *//* Define if the system have IPv6 structures. *//* #undef HAVE_IPV6 *//* Define if setsockopt accepts SO_BINDTODEVICE. *//* #undef HAVE_SO_BINDTODEVICE */

⌨️ 快捷键说明

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