ddc
DDC_common.h
Go to the documentation of this file.
1 // DDC originally by Alexey Sokirko
2 // Changes and modifications 2011-2015 by Bryan Jurish
3 //
4 // This file is part of DDC.
5 //
6 // DDC is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU Lesser General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
10 //
11 // DDC is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public License
17 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
18 //
19 #ifndef DDC_common_h
20 #define DDC_common_h
21 
22 #include "ddcConfig.h" /*-- moo --*/
23 #include "DDCInternalError.h"
24 
25 const char globalTableItemsDelim = '\x2';
26 const char globalCountKeyDelim = '\x02';
27 
29 const string DDCVersionStr = "Dialing DWDS Concordance (DDC), Version " PACKAGE_VERSION ;
30 
31 #endif
32 
33 /*--- emacs style variables ---
34  * Local Variables:
35  * mode: C++
36  * c-file-style: "ellemtel"
37  * c-basic-offset: 4
38  * tab-width: 8
39  * indent-tabs-mode: nil
40  * End:
41  */
const string DDCVersionStr
Definition: DDC_common.h:29
const char globalTableItemsDelim
Definition: DDC_common.h:25
#define PACKAGE_VERSION
Definition: ddcConfigAuto.h:223
const char globalCountKeyDelim
Definition: DDC_common.h:26