2 * Author: Edward H. Flora <ehflora@access1.net>
6 * This file contains the constants settings for the wmcalc program,
7 * except for the error constants, which are contained in the file wmcalc_err.h
11 * 10/25/00 Original file creation, extracted from wmcalc.h
16 #define CONFIGFILEMAX 128
17 #define CALC_CMD_SIZE 128
18 #define CONFFILENAME "/.wmcalc"
19 #define CONFTEMPFILE "/tmp/wmcalc.tmp"
20 #define CONFIGGLOBAL CONF"/wmcalc.conf"
26 #define CALCDONE 20 /* Anything >= 10 should work */
27 #define DISPSIZE 10 /* Number of characters in display */
28 #define NUM_BUTTONS 21
29 #define NUM_MEM_CELLS 10