| Server IP : 172.67.220.81 / Your IP : 216.73.216.41 Web Server : Apache System : Linux semi1.us.cloudlogin.co 5.10.244-xeon-hst #1 SMP Sun Sep 14 17:09:20 UTC 2025 x86_64 User : xessglobal ( 271017) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /lib64/perl5/vendor_perl/Tk/pTk/ |
Upload File : |
/* $Id: tixUnixPort.h,v 1.1.1.1 2000/05/17 11:08:54 idiscovery Exp $ */ /* * tixUnixPort.h -- * * This header file handles porting issues that occur because of * differences between systems. It reads in platform specific * portability files. * * Copyright (c) 1996, Expert Interface Technologies * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #ifndef _TIX_UNIXPORT_H_ #define _TIX_UNIXPORT_H_ #ifdef UCHAR_SUPPORTED typedef unsigned char UNSIGNED_CHAR; #else typedef char UNSIGNED_CHAR; #endif #endif /* _TIX_UNIXPORT_H_ */