File:  [ELWIX - Embedded LightWeight unIX -] / suX / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Oct 9 18:12:29 2011 UTC (12 years, 9 months ago) by misho
Branches: MAIN
CVS tags: sux3_0, sux2_1, SUX2_1, SUX2_0, HEAD
version 2.0

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: global.h,v 1.2 2011/10/09 18:12:29 misho Exp $
 *
 *************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <pwd.h>
#include <grp.h>
#include <login_cap.h>
#include <syslog.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/resource.h>
#include <aitio.h>
#include <aitcfg.h>

#include "config.h"

#include "defs.h"


#endif

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