5
configure
vendored
5
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.62 2002/02/12 08:52:58 ukai Exp $
|
||||
# $Id: configure,v 1.63 2002/03/06 03:32:10 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -1795,6 +1795,7 @@ if $cc $cflags -o _zmachdep _zmachdep.c > /dev/null 2>&1
|
||||
then
|
||||
echo "You have setpgrp()."
|
||||
def_have_setpgrp='#define HAVE_SETPGRP'
|
||||
def_setpgrp='#define SETPGRP() setpgrp()'
|
||||
else
|
||||
cat > _zmachdep.c << EOF
|
||||
#include <unistd.h>
|
||||
@@ -1808,7 +1809,7 @@ EOF
|
||||
then
|
||||
echo "You have setpgrp( pid, pgrp )."
|
||||
def_have_setpgrp='#define HAVE_SETPGRP'
|
||||
def_setpgrp='#define setpgrp() setpgrp( 0, 0 )'
|
||||
def_setpgrp='#define SETPGRP() setpgrp( 0, 0 )'
|
||||
else
|
||||
def_have_setpgrp=''
|
||||
fi
|
||||
|
Reference in New Issue
Block a user