aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/maxlen.h
diff options
context:
space:
mode:
authordruxa <druxa@yandex-team.ru>2022-02-10 16:49:28 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:28 +0300
commita6b6f52a89f054724740e5f7a04800b3d64f4367 (patch)
treefa84234b6b0eb745f922f635a6497d1e7eb9b2e0 /util/system/maxlen.h
parent3d0b4183f2ddf8aebaf3f4ad74517b2eddef26a8 (diff)
downloadydb-a6b6f52a89f054724740e5f7a04800b3d64f4367.tar.gz
Restoring authorship annotation for <druxa@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r--util/system/maxlen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h
index e1ff7f5008..2cc3134093 100644
--- a/util/system/maxlen.h
+++ b/util/system/maxlen.h
@@ -8,9 +8,9 @@
#endif
#define HOST_MAX 260
-#ifndef URL_MAX
+#ifndef URL_MAX
#define URL_MAX 1024
-#endif
+#endif
#define FULLURL_MAX (URL_MAX + HOST_MAX)
#define LINKTEXT_MAX 1024