138905Sborman /* 2*61451Sbostic * Copyright (c) 1989, 1993 3*61451Sbostic * The Regents of the University of California. All rights reserved. 438905Sborman * 542673Sbostic * %sccs.include.redist.c% 638905Sborman * 7*61451Sbostic * @(#)telnetd.h 8.1 (Berkeley) 06/04/93 838905Sborman */ 938905Sborman 1038905Sborman 1138905Sborman #include "defs.h" 1238905Sborman #include "ext.h" 1338905Sborman 1446809Sdab #ifdef DIAGNOSTICS 1546809Sdab #define DIAG(a,b) if (diagnostic & (a)) b 1646809Sdab #else 1746809Sdab #define DIAG(a,b) 1846809Sdab #endif 1946809Sdab 2038905Sborman /* other external variables */ 2138905Sborman extern char **environ; 2238905Sborman extern int errno; 2338905Sborman 24