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, 2 months ago) by misho
Branches: MAIN
CVS tags: sess2_1, SESS2_0, HEAD
VER 2.0

    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 2011/04/30 21:35:21 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 <fcntl.h>
   21: #include <errno.h>
   22: #include <time.h>
   23: #include <semaphore.h>
   24: #include <sys/types.h>
   25: #include <sys/stat.h>
   26: #include <sys/ipc.h>
   27: #include <sys/sem.h>
   28: #include <sys/shm.h>
   29: #include <sys/mman.h>
   30: 
   31: #include "defs.h"
   32: #include "aitsess.h"
   33: 
   34: 
   35: #endif

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