mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#define HAVE_TERMIOS added for proper terminal handling
Submitted by: smcarey@mailbox.syr.edu
This commit is contained in:
parent
6bd6acee8e
commit
02ea062a10
2 changed files with 4 additions and 0 deletions
|
|
@ -29,3 +29,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* Get rid of any system-imposed stack limit if possible. */
|
||||
|
||||
#define SET_STACK_LIMIT_HUGE
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
|
|
|
|||
|
|
@ -29,3 +29,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* Get rid of any system-imposed stack limit if possible. */
|
||||
|
||||
#define SET_STACK_LIMIT_HUGE
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue