system_configuration.h

来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· C头文件 代码 · 共 43 行

H
43
字号
/*
 * Automatically generated C config: don't edit
 */
/*
 * Version Number
 */
#define __UCLIBCXX_MAJOR__ 0
#define __UCLIBCXX_MINOR__ 1
#define __UCLIBCXX_SUBLEVEL__ 9

/*
 * Target Architecture Features and Options
 */
#define __ARCH_LITTLE_ENDIAN__ 1
#define __UCLIBCXX_HAS_FLOATS__ 1

/*
 * String and I/O Stream Support
 */
#undef __UCLIBCXX_HAS_WCHAR__
#define __UCLIBCXX_IOSTREAM_BUFSIZE__ 32
#define __UCLIBCXX_HAS_LFS__ 1
#undef __UCLIBCXX_SUPPORT_CDIR__

/*
 * STL and Code Expansion
 */
#define __UCLIBCXX_STL_BUFFER_SIZE__ 32
#undef __UCLIBCXX_CODE_EXPANSION__

/*
 * Library Installation Options
 */
//#define __UCLIBCXX_EXCEPTION_SUPPORT__ 1
#undef __IMPORT_LIBSUP__
#undef __DODEBUG__

#ifndef __GNUC__
 #ifndef __attribute
  #define __attribute__(x)
 #endif
#endif

⌨️ 快捷键说明

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