File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / global.h
Revision 1.2.6.1: download - view: text, annotated - select for diffs - revision graph
Mon Mar 22 18:29:22 2010 UTC (14 years, 3 months ago) by misho
Branches: cfg4_0
Diff to: branchpoint 1.2: preferred, unified
removed tools functions

    1: /*************************************************************************
    2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: global.h,v 1.2.6.1 2010/03/22 18:29:22 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include "config.h"
   14: 
   15: #include <stdio.h>
   16: #include <stdlib.h>
   17: #include <stdarg.h>
   18: #include <string.h>
   19: #include <unistd.h>
   20: #include <errno.h>
   21: #include <time.h>
   22: #include <aitio.h>
   23: #include <sys/types.h>
   24: 
   25: #include "defs.h"
   26: #include "aitcfg.h"
   27: 
   28: 
   29: #endif

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