diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-04-11 22:28:56 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-04-11 22:28:56 -0600 |
commit | 47206e18c8eec0c9c284cb71381ae85ce36b2a3a (patch) | |
tree | 9bd54b6d44a20deba364bce077059072f898b804 /include | |
parent | b50297779a4becb9ceca9c6b5b375d526fe3df78 (diff) | |
download | alpine-47206e18c8eec0c9c284cb71381ae85ce36b2a3a.tar.xz |
* Remove sleep of 5 seconds for mailcap programs that use the terminal
to display content. Suggested by Carl Edquist. In addition to remove
configurable process table command and it corresponding sleep time.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h.in b/include/config.h.in index 19d7b34d..5ac7e65b 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -545,9 +545,6 @@ /* Default configuration value */ #undef POSTPONED_MSGS -/* ps command which outputs list of running commands */ -#undef PSEFCMD - /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE |