Added fallback for CMSPAR. (See debian #854689)
This commit is contained in:
parent
ef0a7cf5d1
commit
656b3be02d
@ -37,6 +37,12 @@
|
|||||||
#include <winpr/crt.h>
|
#include <winpr/crt.h>
|
||||||
#include <winpr/wlog.h>
|
#include <winpr/wlog.h>
|
||||||
|
|
||||||
|
/* Undocumented flag, not supported everywhere.
|
||||||
|
* Provide a sensible fallback to avoid compilation problems. */
|
||||||
|
#ifndef CMSPAR
|
||||||
|
#define CMSPAR 010000000000
|
||||||
|
#endif
|
||||||
|
|
||||||
/* hard-coded in N_TTY */
|
/* hard-coded in N_TTY */
|
||||||
#define TTY_THRESHOLD_THROTTLE 128 /* now based on remaining room */
|
#define TTY_THRESHOLD_THROTTLE 128 /* now based on remaining room */
|
||||||
#define TTY_THRESHOLD_UNTHROTTLE 128
|
#define TTY_THRESHOLD_UNTHROTTLE 128
|
||||||
|
Loading…
Reference in New Issue
Block a user