Annotation of libaitcrc/inc/global.h, revision 1.2.4.1

1.1       misho       1: /*************************************************************************
                      2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
                      3: *  by Michael Pounov <misho@openbsd-bg.org>
                      4: *
                      5: * $Author: misho $
1.2.4.1 ! misho       6: * $Id: global.h,v 1.2 2010/01/20 00:04:45 misho Exp $
1.1       misho       7: *
                      8: *************************************************************************/
                      9: #ifndef __GLOBAL_H
                     10: #define __GLOBAL_H
                     11: 
                     12: 
                     13: #include "config.h"
                     14: 
                     15: #include <stdio.h>
                     16: #include <string.h>
1.2       misho      17: #include <stdarg.h>
1.2.4.1 ! misho      18: #include <assert.h>
1.1       misho      19: #include <sys/types.h>
                     20: 
                     21: #include "aitcrc.h"
                     22: #include "defs.h"
                     23: 
                     24: 
                     25: #endif

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