Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../opt/alt/ruby27/include/ruby
File: config.h
/*
[0] Fix | Delete
* Kluge to support multilib installation of both 32- and 64-bit RPMS:
[1] Fix | Delete
* we need to arrange that header files that appear in both RPMs are
[2] Fix | Delete
* identical. Hence, this file is architecture-independent and calls
[3] Fix | Delete
* in an arch-dependent file that will appear in just one RPM.
[4] Fix | Delete
*
[5] Fix | Delete
* To avoid breaking arches not explicitly supported by Red Hat, we
[6] Fix | Delete
* use this indirection file *only* on known multilib arches.
[7] Fix | Delete
*
[8] Fix | Delete
* We pay attention to include _only_ the original multilib-unclean
[9] Fix | Delete
* header file. Including any other system-header file could cause
[10] Fix | Delete
* unpredictable include-ordering issues (rhbz#1412274, comment #16).
[11] Fix | Delete
*
[12] Fix | Delete
* Note: this may well fail if user tries to use gcc's -I- option.
[13] Fix | Delete
* But that option is deprecated anyway.
[14] Fix | Delete
*/
[15] Fix | Delete
#if defined(__x86_64__)
[16] Fix | Delete
#include "config-x86_64.h"
[17] Fix | Delete
#elif defined(__i386__)
[18] Fix | Delete
#include "config-i386.h"
[19] Fix | Delete
#elif defined(__ppc64__) || defined(__powerpc64__)
[20] Fix | Delete
#include "config-ppc64.h"
[21] Fix | Delete
#elif defined(__ppc__) || defined(__powerpc__)
[22] Fix | Delete
#include "config-ppc.h"
[23] Fix | Delete
#elif defined(__s390x__)
[24] Fix | Delete
#include "config-s390x.h"
[25] Fix | Delete
#elif defined(__s390__)
[26] Fix | Delete
#include "config-s390.h"
[27] Fix | Delete
#elif defined(__sparc__) && defined(__arch64__)
[28] Fix | Delete
#include "config-sparc64.h"
[29] Fix | Delete
#elif defined(__sparc__)
[30] Fix | Delete
#include "config-sparc.h"
[31] Fix | Delete
#endif
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function