Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/python2....
File: pymacconfig.h
#ifndef PYMACCONFIG_H
[0] Fix | Delete
#define PYMACCONFIG_H
[1] Fix | Delete
/*
[2] Fix | Delete
* This file moves some of the autoconf magic to compile-time
[3] Fix | Delete
* when building on MacOSX. This is needed for building 4-way
[4] Fix | Delete
* universal binaries and for 64-bit universal binaries because
[5] Fix | Delete
* the values redefined below aren't configure-time constant but
[6] Fix | Delete
* only compile-time constant in these scenarios.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
#if defined(__APPLE__)
[10] Fix | Delete
[11] Fix | Delete
# undef SIZEOF_LONG
[12] Fix | Delete
# undef SIZEOF_PTHREAD_T
[13] Fix | Delete
# undef SIZEOF_SIZE_T
[14] Fix | Delete
# undef SIZEOF_TIME_T
[15] Fix | Delete
# undef SIZEOF_VOID_P
[16] Fix | Delete
# undef SIZEOF__BOOL
[17] Fix | Delete
# undef SIZEOF_UINTPTR_T
[18] Fix | Delete
# undef SIZEOF_PTHREAD_T
[19] Fix | Delete
# undef WORDS_BIGENDIAN
[20] Fix | Delete
# undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
[21] Fix | Delete
# undef DOUBLE_IS_BIG_ENDIAN_IEEE754
[22] Fix | Delete
# undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
[23] Fix | Delete
# undef HAVE_GCC_ASM_FOR_X87
[24] Fix | Delete
[25] Fix | Delete
# undef VA_LIST_IS_ARRAY
[26] Fix | Delete
# if defined(__LP64__) && defined(__x86_64__)
[27] Fix | Delete
# define VA_LIST_IS_ARRAY 1
[28] Fix | Delete
# endif
[29] Fix | Delete
[30] Fix | Delete
# undef HAVE_LARGEFILE_SUPPORT
[31] Fix | Delete
# ifndef __LP64__
[32] Fix | Delete
# define HAVE_LARGEFILE_SUPPORT 1
[33] Fix | Delete
# endif
[34] Fix | Delete
[35] Fix | Delete
# undef SIZEOF_LONG
[36] Fix | Delete
# ifdef __LP64__
[37] Fix | Delete
# define SIZEOF__BOOL 1
[38] Fix | Delete
# define SIZEOF__BOOL 1
[39] Fix | Delete
# define SIZEOF_LONG 8
[40] Fix | Delete
# define SIZEOF_PTHREAD_T 8
[41] Fix | Delete
# define SIZEOF_SIZE_T 8
[42] Fix | Delete
# define SIZEOF_TIME_T 8
[43] Fix | Delete
# define SIZEOF_VOID_P 8
[44] Fix | Delete
# define SIZEOF_UINTPTR_T 8
[45] Fix | Delete
# define SIZEOF_PTHREAD_T 8
[46] Fix | Delete
# else
[47] Fix | Delete
# ifdef __ppc__
[48] Fix | Delete
# define SIZEOF__BOOL 4
[49] Fix | Delete
# else
[50] Fix | Delete
# define SIZEOF__BOOL 1
[51] Fix | Delete
# endif
[52] Fix | Delete
# define SIZEOF_LONG 4
[53] Fix | Delete
# define SIZEOF_PTHREAD_T 4
[54] Fix | Delete
# define SIZEOF_SIZE_T 4
[55] Fix | Delete
# define SIZEOF_TIME_T 4
[56] Fix | Delete
# define SIZEOF_VOID_P 4
[57] Fix | Delete
# define SIZEOF_UINTPTR_T 4
[58] Fix | Delete
# define SIZEOF_PTHREAD_T 4
[59] Fix | Delete
# endif
[60] Fix | Delete
[61] Fix | Delete
# if defined(__LP64__)
[62] Fix | Delete
/* MacOSX 10.4 (the first release to support 64-bit code
[63] Fix | Delete
* at all) only supports 64-bit in the UNIX layer.
[64] Fix | Delete
* Therefore suppress the toolbox-glue in 64-bit mode.
[65] Fix | Delete
*/
[66] Fix | Delete
[67] Fix | Delete
/* In 64-bit mode setpgrp always has no arguments, in 32-bit
[68] Fix | Delete
* mode that depends on the compilation environment
[69] Fix | Delete
*/
[70] Fix | Delete
# undef SETPGRP_HAVE_ARG
[71] Fix | Delete
[72] Fix | Delete
# endif
[73] Fix | Delete
[74] Fix | Delete
#ifdef __BIG_ENDIAN__
[75] Fix | Delete
#define WORDS_BIGENDIAN 1
[76] Fix | Delete
#define DOUBLE_IS_BIG_ENDIAN_IEEE754
[77] Fix | Delete
#else
[78] Fix | Delete
#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754
[79] Fix | Delete
#endif /* __BIG_ENDIAN */
[80] Fix | Delete
[81] Fix | Delete
#ifdef __i386__
[82] Fix | Delete
# define HAVE_GCC_ASM_FOR_X87
[83] Fix | Delete
#endif
[84] Fix | Delete
[85] Fix | Delete
/*
[86] Fix | Delete
* The definition in pyconfig.h is only valid on the OS release
[87] Fix | Delete
* where configure ran on and not necessarily for all systems where
[88] Fix | Delete
* the executable can be used on.
[89] Fix | Delete
*
[90] Fix | Delete
* Specifically: OSX 10.4 has limited supported for '%zd', while
[91] Fix | Delete
* 10.5 has full support for '%zd'. A binary built on 10.5 won't
[92] Fix | Delete
* work properly on 10.4 unless we suppress the definition
[93] Fix | Delete
* of PY_FORMAT_SIZE_T
[94] Fix | Delete
*/
[95] Fix | Delete
#undef PY_FORMAT_SIZE_T
[96] Fix | Delete
[97] Fix | Delete
[98] Fix | Delete
#endif /* defined(_APPLE__) */
[99] Fix | Delete
[100] Fix | Delete
#endif /* PYMACCONFIG_H */
[101] Fix | Delete
[102] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function