next_3.pl
来自「perl 解释器」· PL 代码 · 共 6 行
PL
6 行
# NeXT *does* have setpgid when we use the -posix flag, but
# doesn't when we don't. The main perl sources are compiled
# without -posix, so the hints/next_3.sh hint file tells Configure
# that d_setpgid=undef.
$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?