You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- ##@brief Stores constant evaluated at build time
- #@note Populated by ./configure
- #@warning This file HAS TO be safely importable outside any lodel context
-
- PYMONGO=@PYMONGO@
- WEBUI=@WEBUI@
- #Populated by make
- LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
- LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"
-
-
- MULTISITE_DATADIR = 'sites_datas'
- MULTISITE_CONTEXTDIR = '.sites_contexts'
- MULTISITE_DYNCODE_MODULENAME = 'leapi_dyncode'
- ##@todo to be generated via autotools
- LODEL_PKG_PATH = '/usr/lib/python3/dist-package/lodel'
|