Add "nocrypt" target to create a subdirectory
[unix-history] / usr / src / libexec / telnetd / telnetd.h
CommitLineData
ea139302
PB
1/*
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
836fe169 5 * %sccs.include.redist.c%
ea139302 6 *
1af3d848 7 * @(#)telnetd.h 5.3 (Berkeley) %G%
ea139302
PB
8 */
9
10
11#include "defs.h"
12#include "ext.h"
13
1af3d848
DB
14#ifdef DIAGNOSTICS
15#define DIAG(a,b) if (diagnostic & (a)) b
16#else
17#define DIAG(a,b)
18#endif
19
ea139302
PB
20/* other external variables */
21extern char **environ;
22extern int errno;
23