config.h

来自「蒙特卡罗模拟光子成像C语言版,代码简洁专业」· C头文件 代码 · 共 85 行

H
85
字号
/* config.h.  Generated automatically by configure.  */
/* 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 */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you have the fcntl function.  */
#define HAVE_FCNTL 1

/* Define if you have the getopt_long function.  */
/* #undef HAVE_GETOPT_LONG */

/* Define if you have the getopt function.  */
/* #undef HAVE_GETOPT */

/* Define if you have the perror function.  */
#define HAVE_PERROR 1

/* Define if you have the snprintf function.  */
/* #undef HAVE_SNPRINTF */

/* Define if you have the erf function.  */
#define HAVE_ERF 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the strdup function.  */
/* #undef HAVE_RINDEX */

/* Define if you have the <assert.h> header file.  */
#define HAVE_ASSERT_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <fpu_control.h> header file.  */
/* #undef HAVE_FPU_CONTROL_H */

/* Define if you have the <getopt.h> header file.  */
/* #undef HAVE_GETOPT_H */

/* Define if you have the <mpi.h> header file.  */
/* #undef HAVE_MPI_H */

/* Define if you have the <unistd.h> header file.  */
/* #undef HAVE_UNISTD_H */

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the OpenGL library. */
#define HAVE_OPENGL 1

/* Define if you have the assert function. */
#define HAVE_ASSERT 1

/* Define if you have the GSL library. */
/* #undef HAVE_GSL */

/* build parallel Monte Carlo */
/* #undef USE_MPI */

/* 16-bit tissue types (default is undefined) */
/* #undef WIDE_TISSUE */

/* single-precision .2pt files (default is undefined) */
/* #undef SMALL_TWOPT */

/* Diddle FPU control registers */
/* #undef DO_FPU_CONTROL */

/* Paranoid checks */
#define PARANOID 1

/* Debugging output */
/* #undef DEBUG */

⌨️ 快捷键说明

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