1/* Alliant FX/2800 running Concentrix 2.x. */
2
3/* vfprintf is not present prior to Concentrix 2.2. Unfortunately, there
4   does not seem to be a cpp symbol that identifies OS revision. Undefine
5   the following if running 2.1 or older.  */
6
7#define HAVE_VPRINTF
8