blob: b3cab7e537fddfd20331af6c4d298b1fef500969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
#endif
|