diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-09-29 12:24:06 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-09-29 12:41:34 +0300 |
commit | e0e3e1717e3d33762ce61950504f9637a6e669ed (patch) | |
tree | bca3ff6939b10ed60c3d5c12439963a1146b9711 /contrib/tools/python/src/config_init.c | |
parent | 38f2c5852db84c7b4d83adfcb009eb61541d1ccd (diff) | |
download | ydb-e0e3e1717e3d33762ce61950504f9637a6e669ed.tar.gz |
add ydb deps
Diffstat (limited to 'contrib/tools/python/src/config_init.c')
-rw-r--r-- | contrib/tools/python/src/config_init.c | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c new file mode 100644 index 0000000000..2fa47000b8 --- /dev/null +++ b/contrib/tools/python/src/config_init.c @@ -0,0 +1,92 @@ +/* Generated automatically by ../modules.py */ + +#include "config_platform.h" + +extern void init_bisect(void); +extern void init_collections(void); +extern void init_csv(void); +extern void init_elementtree(void); +extern void init_functools(void); +extern void init_hashlib(void); +extern void init_heapq(void); +extern void init_hotshot(void); +extern void init_io(void); +extern void init_json(void); +extern void init_locale(void); +extern void init_lsprof(void); +extern void init_md5(void); +extern void init_multibytecodec(void); +extern void init_random(void); +extern void init_sha(void); +extern void init_sha256(void); +extern void init_sha512(void); +extern void init_ssl(void); +extern void init_struct(void); +extern void initarray(void); +extern void initaudioop(void); +extern void initbinascii(void); +extern void initbz2(void); +extern void initcPickle(void); +extern void initcStringIO(void); +extern void initcmath(void); +extern void initdatetime(void); +extern void initfuture_builtins(void); +extern void inititertools(void); +extern void initmath(void); +extern void initmmap(void); +extern void initoperator(void); +extern void initparser(void); +extern void initstrop(void); +extern void inittime(void); +extern void initunicodedata(void); +extern void initzlib(void); + +#ifdef _FREEBSD_ +extern void init_multiprocessing(void); +extern void init_multiprocessing(void); +#endif + +#ifdef _LINUX_ +extern void init_multiprocessing(void); +extern void initspwd(void); +#endif + +#ifdef _DARWIN_ +#ifndef __IOS__ +extern void init_multiprocessing(void); +extern void init_scproxy(void); +#endif +#endif + +#ifdef _CYGWIN_ +extern void init_multiprocessing(void); +#endif + +#ifdef _UNIX_ +extern void init_socket(void); +extern void initcrypt(void); +extern void initfcntl(void); +extern void initgrp(void); +extern void initposix(void); +extern void initpwd(void); +extern void initpyexpat(void); +extern void initresource(void); +extern void initselect(void); +extern void initsyslog(void); +extern void inittermios(void); +#endif + +#ifdef _WIN32_ +extern void init_multiprocessing(void); +extern void init_socket(void); +extern void initnt(void); +extern void initpyexpat(void); +extern void initselect(void); +extern void initmsvcrt(void); +extern void init_subprocess(void); +extern void init_winreg(void); +#endif + +#if !defined(_CYGWIN_) +extern void init_ctypes(void); +#endif |