File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / global.h
Revision 1.1.1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 20:00:26 2008 UTC (15 years, 7 months ago) by misho
Branches: cfg3_0
Diff to: branchpoint 1.1.1.1: preferred, colored
add comments

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.1.1.1.2.2 2008/09/30 20:00:26 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 <sys/types.h>

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


#endif

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