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

    1: /*************************************************************************
    2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitbg.com>
    3:  *  by Michael Pounov <misho@aitbg.com>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: global.h,v 1.3 2013/04/09 15:59:44 misho Exp $
    7:  *
    8:  *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include <stdio.h>
   14: #include <stdlib.h>
   15: #include <stdarg.h>
   16: #include <string.h>
   17: #include <unistd.h>
   18: #include <errno.h>
   19: #include <assert.h>
   20: #include <pwd.h>
   21: #include <grp.h>
   22: #include <login_cap.h>
   23: #include <syslog.h>
   24: #include <sys/types.h>
   25: #include <sys/param.h>
   26: #include <sys/stat.h>
   27: #include <sys/resource.h>
   28: #include <elwix.h>
   29: #include <aitcfg.h>
   30: 
   31: #include "config.h"
   32: 
   33: #include "defs.h"
   34: 
   35: 
   36: #endif

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