Main Page
Related Pages
Data Structures
Files
File List
Globals
factory
cf_globals.cc
Go to the documentation of this file.
1
/* emacs edit mode for this file is -*- C++ -*- */
2
3
/**
4
*
5
* @file cf_globals.cc
6
*
7
* definitions of global variables.
8
*
9
* Used by: canonicalform.cc, int_int.cc, ffops.h, imm.h
10
*
11
**/
12
13
14
#include "config.h"
15
16
17
18
/** extern const char factoryVersion[];
19
*
20
* factoryVersion - factory version string.
21
*
22
* factoryVersion is initialized from #define FACTORYVERSION
23
* which is defined in config.h. It is not used in factory
24
* itself.
25
*
26
**/
27
extern
const
char
factoryVersion
[] =
"@(#) factoryVersion = "
FACTORYVERSION
;
28
29
/** extern const char factoryConfiguration[];
30
*
31
* factoryConfiguration - factory configuration.
32
*
33
* factoryConfiguration is initialized from #define
34
* FACTORYCONFIGURATION which is defined in config.h. It is set
35
* to the option configure was called with plus the directory it
36
* was called in. It is not used in factory itself.
37
*
38
**/
39
extern
const
char
factoryConfiguration
[] =
"@(#) factoryConfiguration = "
FACTORYCONFIGURATION
;
FACTORYCONFIGURATION
#define FACTORYCONFIGURATION
Definition:
factoryconf.h:45
FACTORYVERSION
#define FACTORYVERSION
Definition:
factoryconf.h:50
factoryConfiguration
const char factoryConfiguration[]
extern const char factoryConfiguration[];
factoryVersion
const char factoryVersion[]
extern const char factoryVersion[];
Generated on Wed May 25 2016 10:19:37 by
doxygen 1.8.11
for
Singular debian-4.0.3-p1+ds-2build1