diff options
Diffstat (limited to 'src/s/bsd-common.h')
-rw-r--r-- | src/s/bsd-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index 2e25ff63486..aceb45fc63e 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h @@ -49,9 +49,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* First pty name is /dev/ptyp0. */ #define FIRST_PTY_LETTER 'p' - -/* Define HAVE_PTYS if the system supports pty devices. */ -#define HAVE_PTYS - -/* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ -#define HAVE_SOCKETS |