mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
(HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef.
This commit is contained in:
parent
3be64b69f2
commit
89669e3e5f
@ -11,3 +11,14 @@
|
||||
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user