]> git.eshelyaron.com Git - emacs.git/commitdiff
Implement list-system-processes on Cygwin
authorKen Brown <kbrown@cornell.edu>
Sat, 25 Mar 2023 22:59:33 +0000 (18:59 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 26 Mar 2023 14:27:26 +0000 (10:27 -0400)
* configure.ac (HAVE_PROCFS): Define to 1 on Cygwin.  (Bug#62462)

configure.ac

index c5300beb2ba10df2829307123467a77016cd4b95..95701b557042697ff4b76bb612fcfe85c02b8137 100644 (file)
@@ -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.])
   ;;