File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Sep 9 09:07:31 2009 UTC (14 years, 8 months ago) by misho
Branches: MAIN
CVS tags: cfg4_0, cfg3_2, cfg3_1, HEAD, CFG3_2, CFG3_1, CFG3_0
prepare ver

    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 2009/09/09 09:07:31 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 <sys/types.h>
   23: 
   24: #include "defs.h"
   25: #include "aitcfg.h"
   26: 
   27: 
   28: #endif

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