-
Notifications
You must be signed in to change notification settings - Fork 0
/
defines.cfg.sample
39 lines (33 loc) · 1.21 KB
/
defines.cfg.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#------------------------------------------------------------
# [[APP_NAME]] ([[APP_URL]])
#
# @link [[APP_REPOSITORY_URL]]
# @copyright Copyright (c) [[COPYRIGHT_YEAR]] [[COPYRIGHT_HOLDER]]
# @license [[LICENSE_URL]] ([[LICENSE]])
#--------------------------------------------------------------
#----------------------------------------------
# User configuration defines that applies to both
# development and production environment
# Please see Free Pascal Documentation for available
# compiler configurations
#----------------------------------------------
#----------------------------------------------
# Add $DEFINE LIBMICROHTTPD
# Link with libmicrohttpd
#----------------------------------------------
#-dLIBMICROHTTPD
#----------------------------------------------
# Add $DEFINE LIBCURL
# Link with libcurl
#----------------------------------------------
#-dLIBCURL
#----------------------------------------------
# Add $DEFINE USE_INDY
# Use Indy library with Fano Framework
#----------------------------------------------
#-dUSE_INDY
#----------------------------------------------
# Add $DEFINE USE_SYNAPSE
# Use Synapse library with Fano Framework
#----------------------------------------------
#-dUSE_SYNAPSE