|
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 g
Length: 530 (0x212) Types: TextFile Names: »get_tcp_conn.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦f91e15335⟧ »EurOpenD3/news/nntp/nntplink2.0.0.tar.Z« └─⟦2c70c5e6b⟧ └─⟦this⟧ »get_tcp_conn.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦5cced586a⟧ »EurOpenD3/news/nntp/nntp.1.5.7.tar.Z« └─⟦7340f105e⟧ └─⟦this⟧ »./xmit/get_tcp_conn.h«
/* ** Return codes from get_tcp_conn(). */ #ifndef FAIL #define FAIL (-1) /* routine failed */ #endif #define NOHOST (FAIL-1) /* no such host */ #define NOSERVICE (FAIL-2) /* no such service */ #ifndef NULL #define NULL 0 #endif #ifdef USG /* brain-dead USG compilers can't deal with typedef */ #ifndef dgux #define u_long unsigned long #define u_short unsigned short #endif #endif #ifdef EXCELAN #define NONETDB #define OLDSOCKET #endif #ifdef NONETDB #define IPPORT_NNTP 119 /* NNTP is on TCP port 119 */ #endif NONETDB