Add "nocrypt" target to create a subdirectory
[unix-history] / usr / src / libexec / telnetd / global.c
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
static char sccsid[] = "@(#)global.c 5.2 (Berkeley) %G%";
#endif /* not lint */
/*
* Allocate global variables. We do this
* by including the header file that defines
* them all as externs, but first we define
* the keyword "extern" to be nothing, so that
* we will actually allocate the space.
*/
#include "defs.h"
#define extern
#include "ext.h"