📄 config.h
字号:
/* src/config.h.in. Generated from configure.ac by autoheader. *//* Set to 1 if the compile is GNU GCC. */#undef COMPILER_IS_GCC/* Target processor clips on negative float to int conversion. */#define CPU_CLIPS_NEGATIVE 0/* Target processor clips on positive float to int conversion. */#define CPU_CLIPS_POSITIVE 0/* Set to 1 to enable debugging. */#undef ENABLE_DEBUG/* Major version of GCC or 3 otherwise. */#undef GCC_MAJOR_VERSION/* Define to 1 if you have the `calloc' function. */#undef HAVE_CALLOC/* Define to 1 if you have the `ceil' function. */#undef HAVE_CEIL/* Define to 1 if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Set to 1 if you have libfftw3. */#undef HAVE_FFTW3/* Define to 1 if you have the `floor' function. */#undef HAVE_FLOOR/* Define to 1 if you have the `fmod' function. */#undef HAVE_FMOD/* Define to 1 if you have the `free' function. */#undef HAVE_FREE/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the `efence' library (-lefence). */#undef HAVE_LIBEFENCE/* Define to 1 if you have the `m' library (-lm). */#undef HAVE_LIBM/* Define if you have C99's lrint function. */#undef HAVE_LRINT/* Define if you have C99's lrintf function. */#undef HAVE_LRINTF/* Define to 1 if you have the `malloc' function. */#undef HAVE_MALLOC/* Define to 1 if you have the `memcpy' function. */#undef HAVE_MEMCPY/* Define to 1 if you have the `memmove' function. */#undef HAVE_MEMMOVE/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Set to 1 if you have libsndfile. */#undef HAVE_SNDFILE/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* 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 <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/times.h> header file. */#undef HAVE_SYS_TIMES_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 <unistd.h> header file. */#undef HAVE_UNISTD_H/* Set to 1 if compiling for Win32 */#undef OS_IS_WIN32/* 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/* The size of a `double', as computed by sizeof. */#undef SIZEOF_DOUBLE/* The size of a `float', as computed by sizeof. */#undef SIZEOF_FLOAT/* The size of a `int', as computed by sizeof. */#undef SIZEOF_INT/* The size of a `long', as computed by sizeof. */#undef SIZEOF_LONG/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Version number of package */#undef VERSION
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -