File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:00:15 2010 UTC (14 years, 3 months ago) by misho
Branches: misho
CVS tags: sync1_0, start
libaitsync Delta patch library

    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/03/24 16:00:15 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 <stdarg.h>
   17: #include <string.h>
   18: #include <unistd.h>
   19: #include <fcntl.h>
   20: #include <stdlib.h>
   21: #include <errno.h>
   22: #include <assert.h>
   23: #include <zlib.h>
   24: #include <sys/types.h>
   25: #include <sys/limits.h>
   26: #include <sys/param.h>
   27: #include <sys/stat.h>
   28: #include <sys/mman.h>
   29: #include <openssl/md5.h>
   30: #include <aitcrc.h>
   31: 
   32: #include "aitsync.h"
   33: #include "defs.h"
   34: 
   35: 
   36: #endif

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