diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 13:12:41 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 13:12:41 +0300 |
commit | 712efbec47eaf34f7090523deae64736322625ff (patch) | |
tree | f09ca53b6a1610fadc8050585f193036f9d6693c /contrib/libs/libidn/lib/win/ac-stdint.h | |
parent | 4cee9b5ad6d8fef0473d919c885dd4dbd4e1f528 (diff) | |
download | ydb-712efbec47eaf34f7090523deae64736322625ff.tar.gz |
intermediate changes
ref:fb7ad851ba1976a5ebbb58c649dad3fda69b7111
Diffstat (limited to 'contrib/libs/libidn/lib/win/ac-stdint.h')
-rw-r--r-- | contrib/libs/libidn/lib/win/ac-stdint.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/libs/libidn/lib/win/ac-stdint.h b/contrib/libs/libidn/lib/win/ac-stdint.h new file mode 100644 index 0000000000..a3560eb49a --- /dev/null +++ b/contrib/libs/libidn/lib/win/ac-stdint.h @@ -0,0 +1,27 @@ +/* Copyright (C) 2008 Free Software Foundation, Inc. + Written by Adam Strzelecki <ono@java.pl> + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License + as published by the Free Software Foundation; either version 2.1, + or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ + +#ifndef _AC_STDINT_H +#define _AC_STDINT_H 1 +#ifndef _GENERATED_STDINT_H +#define _GENERATED_STDINT_H + +#include <stdint.h> + +#endif +#endif |