elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
ekermit
/
cdefs.h
File editor
#ifndef __CDEFS_H__ #define __CDEFS_H__ /* By default, the internal routines of kermit.c are not static, because this is not allowed in some embedded environments. To have them declared static, define STATIC=static on the cc command line. */ #ifdef XAC /* HiTech's XAC cmd line is small */ #define STATIC static #else /* XAC */ #ifndef STATIC #define STATIC #endif /* STATIC */ #endif /* XAC */ /* By default we assume the compiler supports unsigned char and unsigned long. If not you can override these definitions on the cc command line. */ #ifndef HAVE_UCHAR typedef unsigned char UCHAR; #endif /* HAVE_UCHARE */ #ifndef HAVE_ULONG typedef unsigned long ULONG; #endif /* HAVE_ULONG */ #ifndef HAVE_USHORT typedef unsigned short USHORT; #endif /* HAVE_USHORT */ #endif /* __CDEFS_H__ */
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history