/* -*- C -*- */ /* * * Debugging * */ /* Define to get lots of info printed by procedures. */ /*#define DEBUGGING 1*/ #if DEBUGGING #define GLOBAL_DEBUGGING 1 #endif #if !HAVE_LIBPLOT #define NO_CHARTS 1 #endif /* Filesystems. */ /* Options. */ /* Approximate amount of memory, in bytes, to allocate before paging to disk. */ #define MAX_WORKSPACE (4*1024*1024) /* 4 MBytes */ /* Non ansi compilers may set this */ #ifndef P_tmpdir #define P_tmpdir "/tmp" #endif #define SHORT_NAME_LEN 8 #define LONG_NAME_LEN 64