aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/maxlen.h
diff options
context:
space:
mode:
authoralbert <albert@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commita817f5de12611ec73085eba17f8ec7740a46bdb7 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/maxlen.h
parent9f25ef3232c288ca664ceee6c376cf64e4349a2e (diff)
downloadydb-a817f5de12611ec73085eba17f8ec7740a46bdb7.tar.gz
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r--util/system/maxlen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h
index 49efad8a23..e1ff7f5008 100644
--- a/util/system/maxlen.h
+++ b/util/system/maxlen.h
@@ -2,11 +2,11 @@
#include <cstdlib>
-// http://support.microsoft.com/kb/208427
-#ifndef URL_MAXLEN
+// http://support.microsoft.com/kb/208427
+#ifndef URL_MAXLEN
#define URL_MAXLEN 2083
-#endif
-
+#endif
+
#define HOST_MAX 260
#ifndef URL_MAX
#define URL_MAX 1024