From: Ken Brown Date: Sat, 25 Mar 2023 22:59:33 +0000 (-0400) Subject: Implement list-system-processes on Cygwin X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4a3be783aee05eaf0155354e71ca2ce1d5356e7;p=emacs.git Implement list-system-processes on Cygwin * configure.ac (HAVE_PROCFS): Define to 1 on Cygwin. (Bug#62462) --- diff --git a/configure.ac b/configure.ac index c5300beb2ba..95701b55704 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) ;;