DTNMA Reference Tools v2.2.0 - 14.ge930b04
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
config.h File Reference

Configuration items driven by CMake options and user tailoring. More...

+ This graph shows which files directly or indirectly include this file:

Macros

#define REFDM_UI_CLI   0
 Enable text-UI for manager interaction.
 
#define USE_NCURSES   0
 Use ncurses text UI library.
 
#define CIVETWEB_FOUND   1
 Use the civetweb HTTP server library.
 
#define CIVETWEB_USE_SSL   0
 Never configure with SSL/TLS.
 
#define cJSON_FOUND   1
 Use cJSON for encoding.
 
#define POSTGRESQL_FOUND   1
 Use PostgreSQL for persistent storage.
 

Detailed Description

Configuration items driven by CMake options and user tailoring.

Macro Definition Documentation

◆ CIVETWEB_FOUND

#define CIVETWEB_FOUND   1

Use the civetweb HTTP server library.

◆ CIVETWEB_USE_SSL

#define CIVETWEB_USE_SSL   0

Never configure with SSL/TLS.

◆ cJSON_FOUND

#define cJSON_FOUND   1

Use cJSON for encoding.

◆ POSTGRESQL_FOUND

#define POSTGRESQL_FOUND   1

Use PostgreSQL for persistent storage.

◆ REFDM_UI_CLI

#define REFDM_UI_CLI   0

Enable text-UI for manager interaction.

◆ USE_NCURSES

#define USE_NCURSES   0

Use ncurses text UI library.