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

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.5! misho       6:  * $Id: global.h,v 1.1.1.1.2.4 2009/11/15 17:55:15 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>
1.1.1.1.2.4  misho      23: #include <netdb.h>
1.1       misho      24: #include <sys/types.h>
                     25: #include <sys/param.h>
                     26: #include <sys/mount.h>
                     27: #include <sys/time.h>
                     28: #include <sys/wait.h>
                     29: #include <sys/event.h>
1.1.1.1.2.3  misho      30: #include <sys/stat.h>
1.1.1.1.2.4  misho      31: #include <sys/socket.h>
                     32: #include <netinet/in.h>
                     33: #include <arpa/inet.h>
1.1.1.1.2.5! misho      34: #include <arpa/tftp.h>
1.1.1.1.2.2  misho      35: #include <libgen.h>
1.1       misho      36: #include <ufs/ufs/ufsmount.h>
                     37: #include <aitcfg.h>
                     38: 
                     39: #include "defs.h"
                     40: 
                     41: 
                     42: #endif

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