This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
net-snmp
mirror of
https://gitee.com/openkylin/net-snmp.git
Watch
9
Star
0
Fork
You've already forked net-snmp
0
Code
Issues
Projects
Releases
Wiki
Activity
6eecf339c0
net-snmp
/
m4
/
ac_msg_module_dbg.m4
8 lines
96 B
Plaintext
Raw
Blame
History
AC_DEFUN([AC_MSG_MODULE_DBG],
[
if test $module_debug = 1; then
echo $1 $2 $3 $4
fi
]
)
Reference in New Issue
View Git Blame
Copy Permalink