File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / global.h
Revision 1.1.1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 23 16:23:31 2010 UTC (14 years ago) by misho
Branches: rpc1_0
Diff to: branchpoint 1.1.1.1: preferred, colored
added new functions

/*************************************************************************
* (C) 2010 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 2010/06/23 16:23:31 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 <assert.h>
#include <netdb.h>
#include <dlfcn.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/limits.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <aitcrc.h>

#include "aitrpc.h"
#include "defs.h"


#endif

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