f2efb834c970a5a2c376176f1b9ed30b8c2d2fc9
[pspp-builds.git] / pref.h.orig
1 /* -*- C -*- */
2
3 /*
4  *
5  * Debugging
6  *
7  */
8
9 /* Define to get lots of info printed by procedures. */
10 /*#define DEBUGGING 1*/
11
12 #if DEBUGGING
13 #define GLOBAL_DEBUGGING 1
14 #endif
15
16 #if !HAVE_LIBPLOT
17 #define NO_CHARTS 1
18 #endif
19 \f
20 /* Filesystems. */
21
22 /* Options. */
23
24 /* Approximate amount of memory, in bytes, to allocate before paging
25    to disk.  */
26 #define MAX_WORKSPACE (4*1024*1024)     /* 4 MBytes */
27
28 \f
29 /* Non ansi compilers may set this */
30 #ifndef P_tmpdir
31 #define P_tmpdir "/tmp"
32 #endif
33
34 #define SHORT_NAME_LEN 8
35 #define LONG_NAME_LEN 64