diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 626113b119c..90725815dea 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -25,10 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #define USG | 25 | #define USG |
| 26 | #define GNU_LINUX | 26 | #define GNU_LINUX |
| 27 | 27 | ||
| 28 | #if defined HAVE_GRANTPT | ||
| 29 | #define UNIX98_PTYS | ||
| 30 | #endif /* HAVE_GRANTPT */ | ||
| 31 | |||
| 32 | /* Here, on a separate page, add any special hacks needed | 28 | /* Here, on a separate page, add any special hacks needed |
| 33 | to make Emacs work on this system. For example, | 29 | to make Emacs work on this system. For example, |
| 34 | you might define certain system call names that don't | 30 | you might define certain system call names that don't |