Mercurial > emacs
view src/s/freebsd.h @ 7044:7032d07f5ad9
(max_process_desc): New variable.
(wait_reading_process_output): Don't look for process output
beyond that many bits.
(create_process, Fopen_network_stream, deactivate_process): Update it.
(init_process): Initialize it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Apr 1994 05:18:09 +0000 |
parents | 4d3971045057 |
children | b557aa86c53a |
line wrap: on
line source
/* s/ file for freebsd system. */ /* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up. Earlier versions do not have shared libraries, so inhibit them. */ #ifndef __FreeBSD__ #define NO_SHARED_LIBS #endif #include "netbsd.h" #undef LIB_GCC #define LIB_GCC -lgcc #undef NEED_ERRNO