File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / global.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 6 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
 * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: global.h,v 1.1 2009/11/12 10:35:55 misho Exp $
 *
 *************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sys/event.h>
#include <ufs/ufs/ufsmount.h>
#include <aitcfg.h>

#include "defs.h"


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>