|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 543 (0x21f) Types: TextFile Names: »tcpsmtp.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« └─⟦bcd2bc73f⟧ └─⟦this⟧ »src/transports/tcpsmtp.h«
/* @(#)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 */ };