]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:41:00 +0000 (18:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:41:00 +0000 (18:41 +0000)
(HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add undef.

src/s/isc4-1.h

index 620ed7a9393cf00912285327b6f127567d3d0761..38732c1bc6b66c5b192ad4dab5a0cfc29bf2b456 100644 (file)
 
 /* uddeborg@carmen.se says we don't need -lPW or -lcposix.  */
 #undef LIB_STANDARD
+
+/* uddeborg@carmen.se recommends the rest of this file.  */
+
+/* We have Posix termios. */
+#define HAVE_TERMIOS
+/* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
+/* defined at the same time. */
+#undef HAVE_TERMIO
+
+#define HAVE_SOCKETS
+#define NEED_NET_ERRNO_H