📄 svr4.pl
字号:
# NCR MP-RAS. Thanks to Doug Hendricks for this info.# Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'# This system needs to explicitly link against -lmw to pull in some# symbols such as _mwoflocheckl and possibly others.# A. Dougherty Thu Dec 7 11:55:28 EST 2000if ($Config{'archname'} =~ /3441-svr4/) { $self->{LIBS} = ['-lm -posix -lcposix -lmw'];}# Not sure what OS this one is.elsif ($Config{archname} =~ /RM\d\d\d-svr4/) { $self->{LIBS} = ['-lm -lc -lposix -lcposix'];}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -