Skip to content
Snippets Groups Projects
Select Git revision
  • 60f704f1258d8c225ad0a9ba3f342b553064206a
  • main default protected
  • 3.10
  • 3.11
  • revert-15688-bpo-38031-_io-FileIO-opener-crash
  • 3.8
  • 3.9
  • 3.7
  • enum-fix_auto
  • branch-v3.11.0
  • backport-c3648f4-3.11
  • gh-93963/remove-importlib-resources-abcs
  • refactor-wait_for
  • shared-testcase
  • v3.12.0a2
  • v3.12.0a1
  • v3.11.0
  • v3.8.15
  • v3.9.15
  • v3.10.8
  • v3.7.15
  • v3.11.0rc2
  • v3.8.14
  • v3.9.14
  • v3.7.14
  • v3.10.7
  • v3.11.0rc1
  • v3.10.6
  • v3.11.0b5
  • v3.11.0b4
  • v3.10.5
  • v3.11.0b3
  • v3.11.0b2
  • v3.9.13
34 results

pyconfig.h.in

Blame
  • pyconfig.h.in 45.47 KiB
    /* pyconfig.h.in.  Generated from configure.ac by autoheader.  */
    
    
    #ifndef Py_PYCONFIG_H
    #define Py_PYCONFIG_H
    
    
    /* Define if building universal (internal helper macro) */
    #undef AC_APPLE_UNIVERSAL_BUILD
    
    /* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the
       build system. */
    #undef AIX_BUILDDATE
    
    /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
       support for AIX C++ shared extension modules. */
    #undef AIX_GENUINE_CPLUSPLUS
    
    /* The normal alignment of `long', in bytes. */
    #undef ALIGNOF_LONG
    
    /* The normal alignment of `size_t', in bytes. */
    #undef ALIGNOF_SIZE_T
    
    /* Alternative SOABI used in debug build to load C extensions built in release
       mode */
    #undef ALT_SOABI
    
    /* The Android API level. */
    #undef ANDROID_API_LEVEL
    
    /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
       mixed-endian order (byte order 45670123) */
    #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
    
    /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
       significant byte first */
    #undef DOUBLE_IS_BIG_ENDIAN_IEEE754
    
    /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
       least significant byte first */
    #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
    
    /* Define if --enable-ipv6 is specified */
    #undef ENABLE_IPV6
    
    /* Better isolate subinterpreters, experimental build mode. */
    #undef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS
    
    /* Define to 1 if your system stores words within floats with the most
       significant word first */
    #undef FLOAT_WORDS_BIGENDIAN
    
    /* Define if flock needs to be linked with bsd library. */
    #undef FLOCK_NEEDS_LIBBSD
    
    /* Define if getpgrp() must be called as getpgrp(0). */
    #undef GETPGRP_HAVE_ARG
    
    /* Define to 1 if you have the `accept4' function. */
    #undef HAVE_ACCEPT4
    
    /* Define to 1 if you have the `acosh' function. */
    #undef HAVE_ACOSH
    
    /* struct addrinfo (netdb.h) */
    #undef HAVE_ADDRINFO
    
    /* Define to 1 if you have the `alarm' function. */
    #undef HAVE_ALARM