config.h.in
来自「蒙特卡洛仿真源代码很有参考价值要按照步骤进行操作」· IN 代码 · 共 188 行
IN
188 行
/* config.h.in. Generated from configure.in by autoheader. *//* If thread for tooltips must be created. */#undef DELAYED_TOOLTIPS/* Define to 1 if you have the `bzero' function. */#undef HAVE_BZERO/* Define to 1 if you have the <ctype.h> header file. */#undef HAVE_CTYPE_H/* Define to 1 if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the `pthread' library (-lpthread). */#undef HAVE_LIBPTHREAD/* Define to 1 if you have the `X11' library (-lX11). */#undef HAVE_LIBX11/* Define to 1 if you have the `Xpm' library (-lXpm). */#undef HAVE_LIBXPM/* Define to 1 if you have the <locale.h> header file. */#undef HAVE_LOCALE_H/* Define to 1 if you have the `malloc' function. */#undef HAVE_MALLOC/* Define to 1 if you have the <malloc.h> header file. */#undef HAVE_MALLOC_H/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the `memset' function. */#undef HAVE_MEMSET/* Define to 1 if you have the `mkstemp' function. */#undef HAVE_MKSTEMP/* Define to 1 if you have the <process.h> header file. */#undef HAVE_PROCESS_H/* Define to 1 if you have the <pthread.h> header file. */#undef HAVE_PTHREAD_H/* Define to 1 if you have the `setlocale' function. */#undef HAVE_SETLOCALE/* Define to 1 if you have the `sigaction' function. */#undef HAVE_SIGACTION/* Define to 1 if you have the <signal.h> header file. */#undef HAVE_SIGNAL_H/* Define to 1 if you have the `stat' function. */#undef HAVE_STAT/* Define to 1 if you have the `statfs' function. */#undef HAVE_STATFS/* Define to 1 if you have the `statvfs' function. */#undef HAVE_STATVFS/* Define to 1 if you have the <stdarg.h> header file. */#undef HAVE_STDARG_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdio.h> header file. */#undef HAVE_STDIO_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strcasestr' function. */#undef HAVE_STRCASESTR/* Define to 1 if you have the `strdup' function. */#undef HAVE_STRDUP/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strncasecmp' function. */#undef HAVE_STRNCASECMP/* Define to 1 if you have the `strstr' function. */#undef HAVE_STRSTR/* Define to 1 if you have the <sys/mount.h> header file. */#undef HAVE_SYS_MOUNT_H/* Define to 1 if you have the <sys/param.h> header file. */#undef HAVE_SYS_PARAM_H/* Define to 1 if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define to 1 if you have the <sys/statfs.h> header file. */#undef HAVE_SYS_STATFS_H/* Define to 1 if you have the <sys/statvfs.h> header file. */#undef HAVE_SYS_STATVFS_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the <sys/wait.h> header file. */#undef HAVE_SYS_WAIT_H/* Define to 1 if you have the `tmpnam' function. */#undef HAVE_TMPNAM/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the <X11/Xlib.h> header file. */#undef HAVE_X11_XLIB_H/* Define to 1 if you have the <X11/xpm.h> header file. */#undef HAVE_X11_XPM_H/* This specifies location of mount command */#undef MOUNT_COMMAND/* This specifies location of mtab file */#undef MTAB_FILE/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Use output of mount command instead of mtab file */#undef READ_MOUNT/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* This controls how new commands are executed */#undef RUN_IN_BACKGROUND/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Version number of package */#undef VERSION/* Define to 1 if the X Window System is missing or not being used. */#undef X_DISPLAY_MISSING/* 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 + -
显示快捷键?