X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckccfg.txt;h=0185c3dd1e42891d8985e469dd54149954176e1c;hb=07541b9cff7ac413e43b34a10a69c6ca45401276;hp=22edac8ea61ebe65730cbb34c757ff1b682eaf8d;hpb=cc9408cfae863f0f6c1419f98953734eb3d61a99;p=ckermit.git diff --git a/ckccfg.txt b/ckccfg.txt index 22edac8..0185c3d 100644 --- a/ckccfg.txt +++ b/ckccfg.txt @@ -8,7 +8,7 @@ C-Kermit Configuration Options As of: C-Kermit 9.0.300, 30 June 2011 - This page last updated: Tue Jun 28 08:48:49 2011 (New York USA Time) + This page last updated: Fri Jul 1 15:48:21 2011 (New York USA Time) IF YOU ARE READING A PLAIN-TEXT version of this document, note that this file is a plain-text dump of a Web page. You can visit the @@ -182,7 +182,7 @@ C-Kermit Configuration Options rather than certain codes, and return an error if the number is not, in fact, a legal speed for the device/driver in question. In this case, there is no way to build a list of legal speeds at compile time, since - no Bnnnn symbols are defined (except for "depracated, legacy" + no Bnnnn symbols are defined (except for "deprecated, legacy" interfaces like ioctl()) and so the legal speed list must be enumerated in the code -- see ttspdlist() in [47]ckutio.c. @@ -201,7 +201,7 @@ C-Kermit Configuration Options and then change your build procedure (if necessary) to include the necessary libraries. For example, in Unix these are usually "curses" or - "ncurses" (and more recenlty, "ncursesw" and "slang"), perhaps also + "ncurses" (and more recently, "ncursesw" and "slang"), perhaps also "termcap", "termlib", or "tinfo": "LIBS= -lcurses -ltermcap" @@ -541,10 +541,10 @@ C-Kermit Configuration Options supports higher levels of optimization (e.g. -O2 or higher number, -Onolimit (HP-UX), etc), try them; the greater the level of optimization, the longer the compilation and more likely the - compiler will run out of memory. The the latter eventuality, some + compiler will run out of memory. The latter eventuality, some compilers also provide command-line options to allocate more memory for the optimizer, like "-Olimit number" in Ultrix. - b. If your platofrm supports shared libraries, change the make entry + b. If your platform supports shared libraries, change the make entry to take advantage of this feature. The way to do this is, of course, platform dependent; see the NeXT makefile target for an example. some platforms (like Solaris) do it automatically and give @@ -803,7 +803,7 @@ C-Kermit Configuration Options 8.1.6. Disabling SET TCP Options The main reason for this is because of header file / prototype - conflicts at compile time regardting get- / setsockopt(). If you can't + conflicts at compile time regarding get- / setsockopt(). If you can't fix them (without breaking other builds), add the following in CFLAGS: -DNOTCPOPTS @@ -1358,7 +1358,7 @@ C-Kermit Configuration Options MAXRP=number Maximum receive-packet length. MAXSP=number Maximum send-packet length. MDEBUG Malloc-debugging requested. - MINIDIAL Minimum modem dialer support: CCITT, Hayes, Unkown, and None. + MINIDIAL Minimum modem dialer support: CCITT, Hayes, Unknown, and None. MINIX Build for MINIX. MIPS Build for MIPS workstation. MULTINET Build with support for TGV MultiNet TCP/IP (VAX/VMS). @@ -1368,7 +1368,7 @@ C-Kermit Configuration Options NDIR BSD long filenames supported using and opendir(). NDGPWNAM Don't declare getpwnam(). NDSYSERRLIST Don't declare sys_errlist[]. - NEEDSELECTDEFS select() is avaible but we need to define FD_blah + NEEDSELECTDEFS select() is available but we need to define FD_blah ourselves. NETCMD Build with support for SET HOST /COMMAND and PIPE commands. NEXT Build for NeXT Mach 1.x or 2.x or 3.0, 3.1, or 3.2. @@ -1421,7 +1421,7 @@ C-Kermit Configuration Options NOLOGIN Build without IKSD (network login) support. NOLSTAT Not OK to use lstat(). NOMDMHUP Build without "modem-specific hangup" (e.g. ATH0) feature. - NOMHHOST Exclude the multihomed-host TCP/IP code (if compilcation + NOMHHOST Exclude the multihomed-host TCP/IP code (if compilation errors) NOMINPUT Build without MINPUT command. NOMSEND Build with no MSEND command. @@ -1493,7 +1493,7 @@ C-Kermit Configuration Options SBSIZ=xxx Define overall size of send-packet buffer (use with DYNAMIC). SDIRENT Directory structure specified in . SELECT select() function available (conflicts with RDCHK and CK_POLL) - SELECT_H Include for select()-releated definitions. + SELECT_H Include for select()-related definitions. SETEUID BSD 4.4-style seteXid() functions available. SIG_V Type for signal() is void. Used to override normal assumption. SIG_I Type for signal() is int. Used to override normal assumption.