DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T t

⟦bf4a54ef3⟧ TextFile

    Length: 543 (0x21f)
    Types: TextFile
    Names: »tcpsmtp.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »src/transports/tcpsmtp.h« 

TextFile

/* @(#)tcpsmtp.h	1.2 2/20/89 03:56:42 */

/*
 *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
 * 
 * See the file COPYING, distributed with smail, for restriction
 * and warranty information.
 */

/*
 * tcpsmtp.h:
 *	Interface file for transport driver in tcpsmtp.c.
 */

/* structure for tcpsmtp driver's private data */
struct tcpsmtp_private {
    unsigned short_timeout;		/* timeout for short SMTP commands */
    unsigned long_timeout;		/* normal SMTP read timeout */
    char *service;			/* service port for SMTP */
};