/Lib/plat-linux2/DLFCN.py

http://unladen-swallow.googlecode.com/ · Python · 83 lines · 66 code · 12 blank · 5 comment · 0 complexity · 26ce9c3ad0ab06e6553c0e6e2412d76e MD5 · raw file

  1. # Generated by h2py from /usr/include/dlfcn.h
  2. _DLFCN_H = 1
  3. # Included from features.h
  4. _FEATURES_H = 1
  5. __USE_ANSI = 1
  6. __FAVOR_BSD = 1
  7. _ISOC99_SOURCE = 1
  8. _POSIX_SOURCE = 1
  9. _POSIX_C_SOURCE = 199506L
  10. _XOPEN_SOURCE = 600
  11. _XOPEN_SOURCE_EXTENDED = 1
  12. _LARGEFILE64_SOURCE = 1
  13. _BSD_SOURCE = 1
  14. _SVID_SOURCE = 1
  15. _BSD_SOURCE = 1
  16. _SVID_SOURCE = 1
  17. __USE_ISOC99 = 1
  18. _POSIX_SOURCE = 1
  19. _POSIX_C_SOURCE = 2
  20. _POSIX_C_SOURCE = 199506L
  21. __USE_POSIX = 1
  22. __USE_POSIX2 = 1
  23. __USE_POSIX199309 = 1
  24. __USE_POSIX199506 = 1
  25. __USE_XOPEN = 1
  26. __USE_XOPEN_EXTENDED = 1
  27. __USE_UNIX98 = 1
  28. _LARGEFILE_SOURCE = 1
  29. __USE_XOPEN2K = 1
  30. __USE_ISOC99 = 1
  31. __USE_XOPEN_EXTENDED = 1
  32. __USE_LARGEFILE = 1
  33. __USE_LARGEFILE64 = 1
  34. __USE_FILE_OFFSET64 = 1
  35. __USE_MISC = 1
  36. __USE_BSD = 1
  37. __USE_SVID = 1
  38. __USE_GNU = 1
  39. __USE_REENTRANT = 1
  40. __STDC_IEC_559__ = 1
  41. __STDC_IEC_559_COMPLEX__ = 1
  42. __STDC_ISO_10646__ = 200009L
  43. __GNU_LIBRARY__ = 6
  44. __GLIBC__ = 2
  45. __GLIBC_MINOR__ = 2
  46. # Included from sys/cdefs.h
  47. _SYS_CDEFS_H = 1
  48. def __PMT(args): return args
  49. def __P(args): return args
  50. def __PMT(args): return args
  51. def __STRING(x): return #x
  52. __flexarr = []
  53. __flexarr = [0]
  54. __flexarr = []
  55. __flexarr = [1]
  56. def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  57. def __attribute__(xyz): return
  58. def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  59. def __attribute_format_arg__(x): return
  60. __USE_LARGEFILE = 1
  61. __USE_LARGEFILE64 = 1
  62. __USE_EXTERN_INLINES = 1
  63. # Included from gnu/stubs.h
  64. # Included from bits/dlfcn.h
  65. RTLD_LAZY = 0x00001
  66. RTLD_NOW = 0x00002
  67. RTLD_BINDING_MASK = 0x3
  68. RTLD_NOLOAD = 0x00004
  69. RTLD_GLOBAL = 0x00100
  70. RTLD_LOCAL = 0
  71. RTLD_NODELETE = 0x01000