From b8eace33c9079a025f96130e81a2cc73a1933cd3 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 25 Apr 2023 06:40:46 +0200 Subject: Store the what-is-snac URL as a CPP constant. --- snac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snac.h') 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; -- cgit v1.2.3