From feb6bdda2186ec0b0d1134b2da13732f35705557 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Dec 2018 17:26:56 -0500 Subject: project: support variant-specific header-, source-, and extension lists. --- profiles/linkage/static.h | 71 ----------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 profiles/linkage/static.h (limited to 'profiles/linkage/static.h') diff --git a/profiles/linkage/static.h b/profiles/linkage/static.h deleted file mode 100644 index 1290a95..0000000 --- a/profiles/linkage/static.h +++ /dev/null @@ -1,71 +0,0 @@ -#ifndef PY_LINKAGE_STATIC_H -#define PY_LINKAGE_STATIC_H - -PY_INIT_FUNC(_asyncio); -PY_INIT_FUNC(_bisect); -PY_INIT_FUNC(_blake2); -PY_INIT_FUNC(_bz2); -PY_INIT_FUNC(_codecs_cn); -PY_INIT_FUNC(_codecs_hk); -PY_INIT_FUNC(_codecs_iso2022); -PY_INIT_FUNC(_codecs_jp); -PY_INIT_FUNC(_codecs_kr); -PY_INIT_FUNC(_codecs_tw); -PY_INIT_FUNC(_crypt); -PY_INIT_FUNC(_csv); -PY_INIT_FUNC(_ctypes); -PY_INIT_FUNC(_ctypes_test); -PY_INIT_FUNC(_curses); -PY_INIT_FUNC(_curses_panel); -PY_INIT_FUNC(_datetime); -PY_INIT_FUNC(_dbm); -PY_INIT_FUNC(_decimal); -PY_INIT_FUNC(_elementtree); -PY_INIT_FUNC(_gdbm); -PY_INIT_FUNC(_hashlib); -PY_INIT_FUNC(_heapq); -PY_INIT_FUNC(_json); -PY_INIT_FUNC(_lsprof); -PY_INIT_FUNC(_lzma); -PY_INIT_FUNC(_md5); -PY_INIT_FUNC(_multibytecodec); -PY_INIT_FUNC(_multiprocessing); -PY_INIT_FUNC(_opcode); -PY_INIT_FUNC(_pickle); -PY_INIT_FUNC(_posixsubprocess); -PY_INIT_FUNC(_random); -PY_INIT_FUNC(_sha1); -PY_INIT_FUNC(_sha256); -PY_INIT_FUNC(_sha3); -PY_INIT_FUNC(_sha512); -PY_INIT_FUNC(_socket); -PY_INIT_FUNC(_sqlite3); -PY_INIT_FUNC(_ssl); -PY_INIT_FUNC(_struct); -PY_INIT_FUNC(_testbuffer); -PY_INIT_FUNC(_testcapi); -PY_INIT_FUNC(_testimportmultiple); -PY_INIT_FUNC(_testmultiphase); -PY_INIT_FUNC(_tkinter); -PY_INIT_FUNC(array); -PY_INIT_FUNC(audioop); -PY_INIT_FUNC(binascii); -PY_INIT_FUNC(cmath); -PY_INIT_FUNC(fcntl); -PY_INIT_FUNC(grp); -PY_INIT_FUNC(math); -PY_INIT_FUNC(mmap); -PY_INIT_FUNC(ossaudiodev); -PY_INIT_FUNC(parser); -PY_INIT_FUNC(pyexpat); -PY_INIT_FUNC(readline); -PY_INIT_FUNC(resource); -PY_INIT_FUNC(select); -PY_INIT_FUNC(spwd); -PY_INIT_FUNC(syslog); -PY_INIT_FUNC(termios); -PY_INIT_FUNC(unicodedata); -PY_INIT_FUNC(xxlimited); -PY_INIT_FUNC(zlib); - -#endif -- cgit v1.2.3