diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 7501cd602f3..a74d08a3c84 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -105,14 +105,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 105 | 105 | ||
| 106 | #define BSTRING | 106 | #define BSTRING |
| 107 | 107 | ||
| 108 | /* subprocesses should be defined if you want to | ||
| 109 | have code for asynchronous subprocesses | ||
| 110 | (as used in M-x compile and M-x shell). | ||
| 111 | This is generally OS dependent, and not supported | ||
| 112 | under most USG systems. */ | ||
| 113 | |||
| 114 | #define subprocesses | ||
| 115 | |||
| 116 | /* define MAIL_USE_FLOCK if the mailer uses flock | 108 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 117 | to interlock access to /usr/spool/mail/$USER. | 109 | to interlock access to /usr/spool/mail/$USER. |
| 118 | The alternative is that a lock file named | 110 | The alternative is that a lock file named |