File:  [ELWIX - Embedded LightWeight unIX -] / libaitsess / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Apr 30 21:35:21 2011 UTC (13 years, 1 month ago) by misho
Branches: MAIN
CVS tags: sess2_1, SESS2_0, HEAD
VER 2.0

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.2 2011/04/30 21:35:21 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 <fcntl.h>
#include <errno.h>
#include <time.h>
#include <semaphore.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <sys/mman.h>

#include "defs.h"
#include "aitsess.h"


#endif

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