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

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

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