File:  [ELWIX - Embedded LightWeight unIX -] / suX / inc / global.h
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Tue Apr 9 08:17:40 2013 UTC (11 years, 2 months ago) by misho
Branches: sux3_0
Diff to: branchpoint 1.2: preferred, colored
1st mass commit for adopt new version of elwix libs

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: global.h,v 1.2.4.1 2013/04/09 08:17:40 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 <elwix.h>
#include <aitcfg.h>

#include "config.h"

#include "defs.h"


#endif

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