diff options
author | wawaka <wawaka@yandex-team.ru> | 2022-02-10 16:47:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:48 +0300 |
commit | ed524783c88c81047033c5d6e5543db3a2251ad5 (patch) | |
tree | 5c595c0ac1b14fbb70e7e71df44b52e47f850387 /contrib/libs/libxml/config.h | |
parent | 11ec0273ab97c87692cd0004865c7f24d14f9902 (diff) | |
download | ydb-ed524783c88c81047033c5d6e5543db3a2251ad5.tar.gz |
Restoring authorship annotation for <wawaka@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libxml/config.h')
-rw-r--r-- | contrib/libs/libxml/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/libxml/config.h b/contrib/libs/libxml/config.h index cdeb8f75da..6845e9afb7 100644 --- a/contrib/libs/libxml/config.h +++ b/contrib/libs/libxml/config.h @@ -1,15 +1,15 @@ #pragma once - + #if defined(_MSC_VER) # include "config-win.h" #else # include "config-linux.h" #endif - + #if defined(__arm__) || defined(__ARM__) # include "config-armv7a.h" -#endif - +#endif + #if defined(__aarch64__) # include "config-armv8a.h" -#endif +#endif |