config.h

来自「SIP 1.5.0源代码」· C头文件 代码 · 共 94 行

H
94
字号
/* src/config.h.  Generated automatically by configure.  *//* src/config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define to `long' if <sys/types.h> doesn't define.  *//* #undef off_t *//* 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 to `long' if <sys/types.h> doesn't define.  *//* #undef off_t *//* 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/* Set to 1 if the processor is big endian, otherwise set to 0.  */#ifdef __MWERKS__#ifdef _WIN32#define GUESS_BIG_ENDIAN 0#define GUESS_LITTLE_ENDIAN 1#else#define GUESS_BIG_ENDIAN 1#define GUESS_LITTLE_ENDIAN 0#endif#endif/* Set to 1 to force the use of code for processors with broken floats *//* Otherwise set it to 0.  */#define	FORCE_BROKEN_FLOAT 0/* The number of bytes in a double.  */#define SIZEOF_DOUBLE 8/* The number of bytes in a float.  */#define SIZEOF_FLOAT 4/* The number of bytes in a int.  */#define SIZEOF_INT 4/* The number of bytes in a long.  */#define SIZEOF_LONG 4/* The number of bytes in a short.  */#define SIZEOF_SHORT 2/* The number of bytes in a void*.  */#define SIZEOF_VOIDP 4/* Define if you have the fclose function.  */#define HAVE_FCLOSE 1/* Define if you have the fopen function.  */#define HAVE_FOPEN 1/* Define if you have the fread function.  */#define HAVE_FREAD 1/* Define if you have the free function.  */#define HAVE_FREE 1/* Define if you have the fseek function.  */#define HAVE_FSEEK 1/* Define if you have the ftell function.  */#define HAVE_FTELL 1/* Define if you have the fwrite function.  */#define HAVE_FWRITE 1/* Define if you have the malloc function.  */#define HAVE_MALLOC 1/* Define if you have the snprintf function.  */#define HAVE_SNPRINTF 1/* Define if you have the vsnprintf function.  */#define HAVE_VSNPRINTF 1/* Define if you have the <endian.h> header file.  */#define HAVE_ENDIAN_H 1/* Name of package */#define PACKAGE "libsndfile"/* Version number of package */#define VERSION "0.0.24"

⌨️ 快捷键说明

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