config.h.in

来自「linux下简单对象应用协议的开发库」· IN 代码 · 共 80 行

IN
80
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define if you have the <arpa/inet.h> header file. */#undef HAVE_ARPA_INET_H/* Define if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define if you have the <errno.h> header file. */#undef HAVE_ERRNO_H/* Define if you have the `getcwd' function. */#undef HAVE_GETCWD/* Define if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if you have the <ltdl.h> header file. */#undef HAVE_LTDL_H/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the `memset' function. */#undef HAVE_MEMSET/* Define if you have the <netdb.h> header file. */#undef HAVE_NETDB_H/* Define if you have the <netinet/in.h> header file. */#undef HAVE_NETINET_IN_H/* Define if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the <stdsoap2.h> header file. */#undef HAVE_STDSOAP2_H/* Define if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define if you have the <sys/ioctl.h> header file. */#undef HAVE_SYS_IOCTL_H/* Define if you have the <sys/socket.h> header file. */#undef HAVE_SYS_SOCKET_H/* Define if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Name of package */#undef PACKAGE/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Version number of package */#undef VERSION/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t

⌨️ 快捷键说明

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