[BACK]Return to includes.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / Attic / includes.h (download)

Revision 1.56, Wed Jul 26 02:35:16 2006 UTC (17 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.55: +1 -2 lines

move #include <sys/param.h> out of includes.h

/* $OpenBSD: includes.h,v 1.56 2006/07/26 02:35:16 stevesk Exp $ */

/*
 * Author: Tatu Ylonen <ylo@cs.hut.fi>
 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 *                    All rights reserved
 * This file includes most of the needed system headers.
 *
 * As far as I am concerned, the code I have written for this software
 * can be used freely for any purpose.  Any derived versions of this
 * software must be clearly marked as such, and if the derived work is
 * incompatible with the protocol description in the RFC file, it must be
 * called by a name other than "ssh" or "Secure Shell".
 */

#ifndef INCLUDES_H
#define INCLUDES_H

#include <sys/types.h>

#include <stdio.h>
#include <stdlib.h>

#endif				/* INCLUDES_H */