diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-09 12:33:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-09 12:33:32 (GMT) |
commit | 4414933f6205e598496a270cc5582e942bceada7 (patch) | |
tree | a82bcd917a1ad204a1eff2849cc905176636e46d /Lib/plat-sunos5/DLFCN.py | |
parent | f2f8c51ae6b409fc619f66c8b42689dbc221daf4 (diff) | |
download | cpython-4414933f6205e598496a270cc5582e942bceada7.zip cpython-4414933f6205e598496a270cc5582e942bceada7.tar.gz cpython-4414933f6205e598496a270cc5582e942bceada7.tar.bz2 |
Regenerate for Solaris 8.
Diffstat (limited to 'Lib/plat-sunos5/DLFCN.py')
-rw-r--r-- | Lib/plat-sunos5/DLFCN.py | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Lib/plat-sunos5/DLFCN.py b/Lib/plat-sunos5/DLFCN.py new file mode 100644 index 0000000..f492350 --- /dev/null +++ b/Lib/plat-sunos5/DLFCN.py @@ -0,0 +1,27 @@ +# Generated by h2py from /usr/include/dlfcn.h +from TYPES import * +RTLD_LAZY = 0x00001 +RTLD_NOW = 0x00002 +RTLD_NOLOAD = 0x00004 +RTLD_GLOBAL = 0x00100 +RTLD_LOCAL = 0x00000 +RTLD_PARENT = 0x00200 +RTLD_GROUP = 0x00400 +RTLD_WORLD = 0x00800 +RTLD_NODELETE = 0x01000 +RTLD_CONFGEN = 0x10000 +RTLD_REL_RELATIVE = 0x00001 +RTLD_REL_EXEC = 0x00002 +RTLD_REL_DEPENDS = 0x00004 +RTLD_REL_PRELOAD = 0x00008 +RTLD_REL_SELF = 0x00010 +RTLD_REL_WEAK = 0x00020 +RTLD_REL_ALL = 0x00fff +RTLD_MEMORY = 0x01000 +RTLD_STRIP = 0x02000 +RTLD_NOHEAP = 0x04000 +RTLD_CONFSET = 0x10000 +RTLD_DI_LMID = 1 +RTLD_DI_LINKMAP = 2 +RTLD_DI_CONFIGADDR = 3 +RTLD_DI_MAX = 3 |