File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / global.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 4 22:37:46 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
 *  by Michael Pounov <misho@elwix.org>
 *
 * $Author: misho $
 * $Id: global.h,v 1.1 2011/10/04 22:37:46 misho Exp $
 *
 *************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <assert.h>
#include <netdb.h>
#include <pwd.h>
#include <ifaddrs.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/limits.h>
#include <sys/wait.h>
#include <sys/event.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/queue.h>
#include <sys/tty.h>
#include <openssl/md5.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <net/if.h>
#include <net/bpf.h>
#include <net/ethernet.h>
#include <arpa/inet.h>
#include <aitsched.h>
#include <aitcrc.h>
#include <aitio.h>

//#include "config.h"

#include "proto.h"
#include "defs.h"
#include "utils.h"


#endif

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