File:  [ELWIX - Embedded LightWeight unIX -] / suX / inc / global.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Apr 9 15:59:44 2013 UTC (11 years, 2 months ago) by misho
Branches: MAIN
CVS tags: sux3_3, sux3_2, sux3_1, SUX3_2, SUX3_1, SUX3_0, HEAD
version 3.0

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: global.h,v 1.3 2013/04/09 15:59:44 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>