Implement list-system-processes on Cygwin
* configure.ac (HAVE_PROCFS): Define to 1 on Cygwin. (Bug#62462)
This commit is contained in:
parent
0770d7a0d0
commit
b4a3be783a
1 changed files with 1 additions and 1 deletions
|
@ -5621,7 +5621,7 @@ case $opsys in
|
|||
esac
|
||||
|
||||
case $opsys in
|
||||
gnu-* | solaris )
|
||||
gnu-* | solaris | cygwin )
|
||||
dnl FIXME Can't we test if this exists (eg /proc/$$)?
|
||||
AC_DEFINE([HAVE_PROCFS], [1], [Define if you have the /proc filesystem.])
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue