diff options
author | default <nobody@localhost> | 2023-04-25 06:40:46 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-25 06:40:46 +0200 |
commit | b8eace33c9079a025f96130e81a2cc73a1933cd3 (patch) | |
tree | c76de4b8fd2bfe75932b1c95e04a529841785393 /snac.h | |
parent | 3fb91ea25ae5b90493602427efc51fbe2440c3bf (diff) |
Store the what-is-snac URL as a CPP constant.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ #define USER_AGENT "snac/" VERSION +#define WHAT_IS_SNAC_URL "https:/" "/comam.es/what-is-snac" + #define DIR_PERM 02770 extern double disk_layout; |