sptk2 logo
SPTK Home Page
sptk-config.h
1/*
2╔══════════════════════════════════════════════════════════════════════════════╗
3║ SIMPLY POWERFUL TOOLKIT (SPTK) ║
4║ sptk-config.h - description ║
5╟──────────────────────────────────────────────────────────────────────────────╢
6║ begin Thursday May 25 2000 ║
7║ copyright (C) 1999-2016 by Alexey Parshin. All rights reserved. ║
8║ email alexeyp@gmail.com ║
9╚══════════════════════════════════════════════════════════════════════════════╝
10┌──────────────────────────────────────────────────────────────────────────────┐
11│ This library is free software; you can redistribute it and/or modify it │
12│ under the terms of the GNU Library General Public License as published by │
13│ the Free Software Foundation; either version 2 of the License, or (at your │
14│ option) any later version. │
15│ │
16│ This library is distributed in the hope that it will be useful, but │
17│ WITHOUT ANY WARRANTY; without even the implied warranty of │
18│ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library │
19│ General Public License for more details. │
20│ │
21│ You should have received a copy of the GNU Library General Public License │
22│ along with this library; if not, write to the Free Software Foundation, │
23│ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. │
24│ │
25│ Please report all bugs and problems to alexeyp@gmail.com. │
26└──────────────────────────────────────────────────────────────────────────────┘
27*/
28
29#ifndef __SPTK_CONFIG_H__
30#define __SPTK_CONFIG_H__
31
32#define VERSION "5.2.21"
33#define THEMES_PREFIX "/usr/local"
34
37
38#define HAVE_FLTK 0
39#define HAVE_ODBC 1
40#define HAVE_SQLITE3 1
41#define HAVE_POSTGRESQL 1
42#define HAVE_FIREBIRD 1
43#define HAVE_MYSQL 1
44#define HAVE_ORACLE 1
45#define HAVE_ASPELL 0
46#define HAVE_PCRE 0
47#define HAVE_PCRE2 1
48#define HAVE_OPENSSL 1
49#define HAVE_ZLIB 1
50#define HAVE_BROTLI 1
51#define WORDS_BIG_ENDIAN
52#define BITNESS 64
53
54#define USE_NEW_ABI 0
55#define USE_GTEST 1
56
57#define CXX_STANDARD 17
58
59#define TEST_DIRECTORY "/var/www/sites/sptk/publish_version/sptk5/code/test"
60
62
63#endif

Fri Oct 14 2022 09:58:32: SPTK 5.4.1