summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-25 06:40:46 +0200
committerdefault <nobody@localhost>2023-04-25 06:40:46 +0200
commitb8eace33c9079a025f96130e81a2cc73a1933cd3 (patch)
treec76de4b8fd2bfe75932b1c95e04a529841785393 /snac.h
parent3fb91ea25ae5b90493602427efc51fbe2440c3bf (diff)
Store the what-is-snac URL as a CPP constant.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index d38494b..eeedca7 100644
--- a/snac.h
+++ b/snac.h
@@ -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;