configure

来自「一个C源代码分析器」· 代码 · 共 42 行

TXT
42
字号
# This file is generated from configure.in by Autoconf.  DO NOT EDIT! if [ ! "$inhibit_glue" ]; then# For signame.c, used in make_siglist.for ac_func in psignaldoac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`test -n "$silent" || echo "checking for ${ac_func}"cat > conftest.${ac_ext} <<EOF#include "confdefs.h"#include <ctype.h>int main() { return 0; }int t() { /* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_${ac_func}) || defined (__stub___${ac_func})choke me#else/* Override any gcc2 internal prototype to avoid an error.  */extern char ${ac_func}(); ${ac_func}();#endif; return 0; }EOFif eval $ac_compile; then  rm -rf conftest*  {test -n "$verbose" && \echo "	defining ${ac_tr_func}"echo "#define" ${ac_tr_func} "1" >> confdefs.hDEFS="$DEFS -D${ac_tr_func}=1"}firm -f conftest*donefi

⌨️ 快捷键说明

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