Added fallback for CMSPAR. (See debian #854689)

This commit is contained in:
Armin Novak 2017-02-09 19:58:26 +01:00
parent ef0a7cf5d1
commit 656b3be02d

View File

@ -37,6 +37,12 @@
#include <winpr/crt.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 */
#define TTY_THRESHOLD_THROTTLE 128 /* now based on remaining room */
#define TTY_THRESHOLD_UNTHROTTLE 128