My Project
debian-1:4.1.2-p1+ds-2
libpolys
misc
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
"
5
VAR
unsigned
si_opt_1
=
Sy_bit
(
OPT_FASTHC
);
6
VAR
unsigned
si_opt_2
=
Sy_bit
(
V_QUIET
)
7
//| Sy_bit(V_QRING) // not default, as speed drops by 10 %
8
|
Sy_bit
(
V_REDEFINE
)
9
|
Sy_bit
(
V_LOAD_LIB
)
10
|
Sy_bit
(
V_SHOW_USE
)
11
|
Sy_bit
(
V_PROMPT
)
12
;
13
14
VAR
BOOLEAN
siCntrlc
=
FALSE
;
FALSE
#define FALSE
Definition:
auxiliary.h:96
siCntrlc
VAR BOOLEAN siCntrlc
Definition:
options.c:14
si_opt_1
VAR unsigned si_opt_1
Definition:
options.c:5
V_LOAD_LIB
#define V_LOAD_LIB
Definition:
options.h:45
options.h
V_SHOW_USE
#define V_SHOW_USE
Definition:
options.h:50
Sy_bit
#define Sy_bit(x)
Definition:
options.h:30
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
VAR
#define VAR
Definition:
globaldefs.h:5
V_PROMPT
#define V_PROMPT
Definition:
options.h:52
OPT_FASTHC
#define OPT_FASTHC
Definition:
options.h:82
V_REDEFINE
#define V_REDEFINE
Definition:
options.h:43
si_opt_2
VAR unsigned si_opt_2
Definition:
options.c:6
V_QUIET
#define V_QUIET
Definition:
options.h:39
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2