1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725)

This commit is contained in:
Sebastien Helleu
2013-07-20 17:29:19 +02:00
parent a3cc9bbe7e
commit 87e342dd9e
10 changed files with 59 additions and 12 deletions
+1
View File
@@ -14,4 +14,5 @@
#define WEECHAT_SHAREDIR "@SHAREDIR@"
#define LOCALEDIR "@LOCALEDIR@"
#define WEECHAT_HOME "@WEECHAT_HOME@"
#define CA_FILE "@CA_FILE@"
#define _GNU_SOURCE 1