options.c
Go to the documentation of this file.
1 // the following initialization is needed for linkage on Mac OS X,
2 // since initialized variables will be "D" (uninit. go to "C") segments
3 // also, initialization must not be 0, as that goes to "B" (ubuntu)
4 #include "misc/options.h"
7  //| Sy_bit(V_QRING) // not default, as speed drops by 10 %
11  | Sy_bit(V_PROMPT)
12  ;
13 
#define V_QUIET
Definition: options.h:40
VAR unsigned si_opt_2
Definition: options.c:6
VAR BOOLEAN siCntrlc
Definition: options.c:14
VAR unsigned si_opt_1
Definition: options.c:5
#define FALSE
Definition: auxiliary.h:96
#define V_LOAD_LIB
Definition: options.h:46
#define VAR
Definition: globaldefs.h:5
#define Sy_bit(x)
Definition: options.h:31
#define V_SHOW_USE
Definition: options.h:51
#define V_PROMPT
Definition: options.h:53
int BOOLEAN
Definition: auxiliary.h:87
#define V_REDEFINE
Definition: options.h:44
#define OPT_FASTHC
Definition: options.h:83