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, 2 months ago) by misho
Branches: cfg4_0
Diff to: branchpoint 1.2: preferred, colored
removed tools functions

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.2.6.1 2010/03/22 18:29:22 misho Exp $
*
*************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <aitio.h>
#include <sys/types.h>

#include "defs.h"
#include "aitcfg.h"


#endif

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