/* The preferred native type for storing text on the current OS */ #ifdef WIN32 #include <tchar.h> typedef WCHAR nchar; #else typedefchar nchar; #endif
#ifdef MACOSX // These are for proxy-related information. // Note that if these platform-specific extensions get out of hand we should make a new // structure for them and #include it here. int httpProxyEnabled; char *httpHost; char *httpPort;
int httpsProxyEnabled; char *httpsHost; char *httpsPort;
int ftpProxyEnabled; char *ftpHost; char *ftpPort;
int socksProxyEnabled; char *socksHost; char *socksPort;
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.14Bemerkung:
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.