1/*
2 *  This is the Constants definition file. Any constants you need to add or
3 *  modify for your local site should go in here. First, any header
4 *  information, or C code in general:
5 */
6
7/*#include <stdio.h>*/
8
9/*  etc.
10 *  Then, the separator.
11 */
12-----------------------------------
13# And here is the list of constants to use:
14
15#TCXONC, TCFLSH
16
17# You can also say -CONSTANT to disable a constant. It might be wise
18# to add a comment here on _why_ it was disable, though.
19
20
21
22
23