config.frag
来自「基于LWVCL开发的库」· FRAG 代码 · 共 12 行
FRAG
12 行
## i386/Linux configuration#if test x"$with_threads" = x"unix-pthreads" ; then CPPFLAGS="$CPPFLAGS -D_REENTRANT"fi# if we use cross environment, following values may not be detected.if [ "$cross_compiling" = yes ]; then ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'}fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?