spielwiese
Last change
on this file was
bc94b09,
checked in by Hans Schoenemann <hannes@…>, 6 years ago
|
chg: factoryVersion -> FACTORYVERSION
|
-
Property mode set to
100644
|
File size:
650 bytes
|
Line | |
---|
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 | /** extern const char factoryConfiguration[]; |
---|
17 | * |
---|
18 | * factoryConfiguration - factory configuration. |
---|
19 | * |
---|
20 | * factoryConfiguration is initialized from #define |
---|
21 | * FACTORYCONFIGURATION which is defined in config.h. It is set |
---|
22 | * to the option configure was called with plus the directory it |
---|
23 | * was called in. It is not used in factory itself. |
---|
24 | * |
---|
25 | **/ |
---|
26 | extern const char factoryConfiguration[] = "@(#) factoryConfiguration = " FACTORYCONFIGURATION; |
---|
Note: See
TracBrowser
for help on using the repository browser.