projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0770d7a
)
Implement list-system-processes on Cygwin
author
Ken Brown
<kbrown@cornell.edu>
Sat, 25 Mar 2023 22:59:33 +0000
(18:59 -0400)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c5300beb2ba10df2829307123467a77016cd4b95..95701b557042697ff4b76bb612fcfe85c02b8137 100644
(file)
--- 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.])
;;