config.h.in

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

IN
105
字号
/* 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.  */
#undef STDC_HEADERS

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

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

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

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

/* Define if you have the memset function.  */
#undef HAVE_MEMSET

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

/* Define if you have the pow function.  */
#undef HAVE_POW

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

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

/* Define if you have the sqrt function.  */
#undef HAVE_SQRT

/* Define if you have the strchr function.  */
#undef HAVE_STRCHR

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

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

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

/* 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 <stddef.h> header file.  */
#undef HAVE_STDDEF_H

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

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

/* Define if you have the pthread library (-lpthread).  */
#undef HAVE_LIBPTHREAD

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

/* Define if you have the X11 library. */
#undef HAVE_X11

/* Define if you have OpenGL libraries. */
#undef HAVE_OPENGL

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

/* build parallel Monte Carlo */
#undef USE_MPI

/* 16-bit tissue types */
#undef WIDE_TISSUE

/* single-precision .2pt files */
#undef SMALL_TWOPT

/* Diddle FPU control registers */
#undef DO_FPU_CONTROL

/* Paranoid checks */
#undef PARANOID

/* Debugging output */
#undef DEBUG

⌨️ 快捷键说明

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