blob: 742367132a4cd415625b1922ce3423025d5f5bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef PY_OSAPI_RTLD_H
#define PY_OSAPI_RTLD_H
#define HAVE_DECL_RTLD_DEEPBIND 0
#define HAVE_DECL_RTLD_GLOBAL 1
#define HAVE_DECL_RTLD_LAZY 1
#define HAVE_DECL_RTLD_LOCAL 1
#define HAVE_DECL_RTLD_NODELETE 1
#define HAVE_DECL_RTLD_NOLOAD 1
#define HAVE_DECL_RTLD_NOW 1
#define HAVE_DECL_RTLD_MEMBER 0
#endif
|