File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Jun 18 01:48:06 2010 UTC (14 years ago) by misho
Branches: misho
CVS tags: start, rpc1_0
libaitrpc RPC subsystem

    1: /*************************************************************************
    2: * (C) 2010 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.1.1.1 2010/06/18 01:48:06 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 <assert.h>
   22: #include <netdb.h>
   23: #include <dlfcn.h>
   24: #include <pthread.h>
   25: #include <sys/types.h>
   26: #include <sys/param.h>
   27: #include <sys/limits.h>
   28: #include <sys/socket.h>
   29: #include <netinet/in.h>
   30: #include <arpa/inet.h>
   31: #include <aitcrc.h>
   32: 
   33: #include "aitrpc.h"
   34: #include "defs.h"
   35: 
   36: 
   37: #endif

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