diff options
author | albert <albert@yandex-team.ru> | 2022-02-10 16:48:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:14 +0300 |
commit | 9f25ef3232c288ca664ceee6c376cf64e4349a2e (patch) | |
tree | b192eaf3150845f7302fafd460a972b0439d6fe5 /util/system/maxlen.h | |
parent | 6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (diff) | |
download | ydb-9f25ef3232c288ca664ceee6c376cf64e4349a2e.tar.gz |
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r-- | util/system/maxlen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h index e1ff7f5008..49efad8a23 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 |