~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to h/options.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* define the following if you want a type of stream
 
2
   which the user can define */
 
3
 
 
4
#define USER_DEFINED_STREAMS
 
5
  
 
6
/* define to enable multiprocessing:  Currently requires
 
7
   mat'l not yet in the distribution */
 
8
 
 
9
/* #define KCLOVM */
 
10
 
 
11
/*  include a couple of constant manipulation routines for maxima */
 
12
#define CMAC 
 
13
 
 
14
/* When a stack overflow occurs (STACK_OVER)*..GETA will be added to the stack
 
15
   to handle debugging */
 
16
#define STACK_OVER 3
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22