config.h

来自「EM算法的改进」· C头文件 代码 · 共 217 行

H
217
字号
/* config.h.  Generated by configure.  *//* config.h.in.  Generated from configure.ac by autoheader.  *//* Using AIX *//* #undef AIX *//* Using cygwin *//* #undef Cygwin *//* Define to 1 if you have the <arpa/inet.h> header file. */#define HAVE_ARPA_INET_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 `floor' function. */#define HAVE_FLOOR 1/* Define to 1 if you have the `fork' function. */#define HAVE_FORK 1/* Define to 1 if you have the `getcwd' function. */#define HAVE_GETCWD 1/* Define to 1 if you have the `gethostbyname' function. */#define HAVE_GETHOSTBYNAME 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the `isascii' function. */#define HAVE_ISASCII 1/* Define to 1 if you have the `m' library (-lm). */#define HAVE_LIBM 1/* Define to 1 if you have the `mpi' library (-lmpi). *//* #undef HAVE_LIBMPI *//* Define to 1 if you have the `nsl' library (-lnsl). *//* #undef HAVE_LIBNSL *//* Define to 1 if you have the `socket' library (-lsocket). *//* #undef HAVE_LIBSOCKET *//* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if your system has a GNU libc compatible `malloc' function, and   to 0 otherwise. */#define HAVE_MALLOC 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `memset' function. */#define HAVE_MEMSET 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 `pow' function. */#define HAVE_POW 1/* Define to 1 if your system has a GNU libc compatible `realloc' function,   and to 0 otherwise. */#define HAVE_REALLOC 1/* Define to 1 if you have the `rint' function. */#define HAVE_RINT 1/* Define to 1 if you have the `socket' function. */#define HAVE_SOCKET 1/* Define to 1 if you have the `sqrt' function. */#define HAVE_SQRT 1/* Define to 1 if `stat' has the bug that it succeeds when given the   zero-length file name argument. *//* #undef HAVE_STAT_EMPTY_STRING_BUG *//* Define to 1 if stdbool.h conforms to C99. */#define HAVE_STDBOOL_H 1/* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strchr' function. */#define HAVE_STRCHR 1/* Define to 1 if you have the `strcspn' function. */#define HAVE_STRCSPN 1/* Define to 1 if you have the `strdup' function. */#define HAVE_STRDUP 1/* Define to 1 if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the `strlcpy' function. *//* #undef HAVE_STRLCPY *//* Define to 1 if you have the `strspn' function. */#define HAVE_STRSPN 1/* Define to 1 if you have the `strstr' function. */#define HAVE_STRSTR 1/* Define to 1 if you have the <sys/socket.h> header file. */#define HAVE_SYS_SOCKET_H 1/* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */#define HAVE_SYS_WAIT_H 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if you have the `vfork' function. */#define HAVE_VFORK 1/* Define to 1 if you have the <vfork.h> header file. *//* #undef HAVE_VFORK_H *//* Define to 1 if `fork' works. */#define HAVE_WORKING_FORK 1/* Define to 1 if `vfork' works. */#define HAVE_WORKING_VFORK 1/* Define to 1 if the system has the type `_Bool'. */#define HAVE__BOOL 1/* Build host name */#define HOSTNAME "localhost.localdomain"/* Using IRIX64 *//* #undef IRIX64 *//* Define to 1 if `lstat' dereferences a symlink specified with a trailing   slash. *//* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK *//* Using Linux */#define Linux /* Using MacOS X *//* #undef MACOSX *//* Name of package */#define PACKAGE "meme"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT ""/* Define to the full name of this package. */#define PACKAGE_NAME ""/* Define to the full name and version of this package. */#define PACKAGE_STRING ""/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME ""/* Define to the version of this package. */#define PACKAGE_VERSION ""/* Define as the return type of signal handlers (`int' or `void'). */#define RETSIGTYPE void/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Using SunOS *//* #undef SunOS *//* Version number of package */#define VERSION "3.5.4"/* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Using cray3e *//* #undef cray3e *//* Define to rpl_malloc if the replacement function should be used. *//* #undef malloc *//* Define to `int' if <sys/types.h> does not define. *//* #undef pid_t *//* Define to rpl_realloc if the replacement function should be used. *//* #undef realloc *//* Define to `unsigned' if <sys/types.h> does not define. *//* #undef size_t *//* Define as `fork' if `vfork' does not work. *//* #undef vfork */

⌨️ 快捷键说明

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