📄 configure.m4
字号:
dnl -*- shell-script -*-dnldnl Copyright (c) 2004-2006 The University of Tennessee and The Universitydnl of Tennessee Research Foundation. All rightsdnl reserved.dnl Copyright (c) 2004-2006 The Regents of the University of California.dnl All rights reserved.dnl $COPYRIGHT$dnl dnl Additional copyrights may followdnl dnl $HEADER$dnldnl we only want onem4_define(MCA_memcpy_CONFIGURE_MODE, STOP_AT_FIRST)AC_DEFUN([MCA_memcpy_CONFIG],[ memcpy_base_include= # first, compile all the components MCA_CONFIGURE_FRAMEWORK($1, $2) # someone should have set this... if test "$memcpy_base_include" = "" ; then memcpy_base_include="base/memcpy_base_default.h" fi AC_DEFINE_UNQUOTED([MCA_memcpy_IMPLEMENTATION_HEADER], ["opal/mca/memcpy/$memcpy_base_include"], [Header to include for memcpy implementation])])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -