/*
** $Id: shell.h,v 1.1.1.1 2005/06/14 04:38:34 svitak Exp $
** $Log: shell.h,v $
** Revision 1.1.1.1 2005/06/14 04:38:34 svitak
** Import from snapshot of CalTech CVS tree of June 8, 2005
**
** Revision 1.3 2001/04/18 22:39:37 mhucka
** Miscellaneous portability fixes, mainly for SGI IRIX.
**
** Revision 1.2 2000/04/24 07:53:56 mhucka
** Moved the definition of variables out of this file and into .c files.
**
** Revision 1.1 1992/12/11 19:04:50 dhb
** Initial revision
**
*/
#include <stdio.h>
#include <math.h>
#include <sys/param.h>
#include <unistd.h>
#include "header.h"
#include "hash.h"
#include "shell_defs.h"
#include "shell_struct.h"
#include "shell_func_ext.h"
#include "shell_defs.h"