Annotation of libaitcfg/inc/global.h, revision 1.2.6.1

1.2       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.6.1 ! misho       6: * $Id: global.h,v 1.2 2009/09/09 09:07:31 misho Exp $
1.2       misho       7: *
                      8: *************************************************************************/
1.1       misho       9: #ifndef __GLOBAL_H
                     10: #define __GLOBAL_H
                     11: 
                     12: 
1.2       misho      13: #include "config.h"
                     14: 
1.1       misho      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 <time.h>
1.2.6.1 ! misho      22: #include <aitio.h>
1.1       misho      23: #include <sys/types.h>
                     24: 
                     25: #include "defs.h"
                     26: #include "aitcfg.h"
                     27: 
                     28: 
                     29: #endif

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