aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 19:40:59 -0400
committerGlenn Morris2012-07-11 19:40:59 -0400
commitee1cf5cfae709b340f49e8c5591fe1e782a6ac34 (patch)
tree92fc231e596c7b0b15e4c7a7efc9f743f573c95b /src/s/gnu-linux.h
parenta464a6c73acf27b0d633d428919a36bc16a9d442 (diff)
downloademacs-ee1cf5cfae709b340f49e8c5591fe1e782a6ac34.tar.gz
emacs-ee1cf5cfae709b340f49e8c5591fe1e782a6ac34.zip
All platforms using configure support HAVE_PTYS and HAVE_SOCKETS
* configure.ac (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h: * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h: * src/s/usg5-4-common.h: Move HAVE_PTYS and HAVE_SOCKETS to configure.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 583a5c5de21..91e8e64b8b5 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -64,11 +64,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
64 64
65#endif /* not HAVE_GRANTPT */ 65#endif /* not HAVE_GRANTPT */
66 66
67/* Define HAVE_PTYS if the system supports pty devices. */
68#define HAVE_PTYS
69
70#define HAVE_SOCKETS
71
72/* Here, on a separate page, add any special hacks needed 67/* Here, on a separate page, add any special hacks needed
73 to make Emacs work on this system. For example, 68 to make Emacs work on this system. For example,
74 you might define certain system call names that don't 69 you might define certain system call names that don't