Annotation of embedtools/inc/global.h, revision 1.1.1.1.2.2

1.1       misho       1: /*************************************************************************
                      2:  * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
                      3:  *  by Michael Pounov <misho@aitbg.com>
                      4:  *
                      5:  * $Author: misho $
1.1.1.1.2.2! misho       6:  * $Id: global.h,v 1.1.1.1.2.1 2009/11/13 13:51:10 misho Exp $
1.1       misho       7:  *
                      8:  *************************************************************************/
                      9: #ifndef __GLOBAL_H
                     10: #define __GLOBAL_H
                     11: 
                     12: 
                     13: #include <stdio.h>
                     14: #include <stdlib.h>
1.1.1.1.2.1  misho      15: #include <stdarg.h>
1.1       misho      16: #include <string.h>
1.1.1.1.2.1  misho      17: #include <syslog.h>
1.1       misho      18: #include <unistd.h>
                     19: #include <fcntl.h>
                     20: #include <errno.h>
                     21: #include <signal.h>
                     22: #include <pwd.h>
                     23: #include <sys/types.h>
                     24: #include <sys/param.h>
                     25: #include <sys/mount.h>
                     26: #include <sys/time.h>
                     27: #include <sys/wait.h>
                     28: #include <sys/event.h>
1.1.1.1.2.2! misho      29: #include <libgen.h>
1.1       misho      30: #include <ufs/ufs/ufsmount.h>
                     31: #include <aitcfg.h>
                     32: 
                     33: #include "defs.h"
                     34: 
                     35: 
                     36: #endif

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